]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-10-01 Poul-Henning... Remember to include "opt_devfs.h" so we get any relevan...
2002-10-01 Søren SchmidtMisc cleanups.
2002-10-01 Søren SchmidtAdd yet another Promise PCI id.
2002-10-01 John BaldwinVarious style fixups.
2002-10-01 John BaldwinActually clear PS_XCPU in ast() when we handle it.
2002-10-01 John Baldwin- Adjust comment noting that handling of CPU limit...
2002-10-01 Poul-Henning... It is too much work convincing lint why we would want...
2002-10-01 Poul-Henning... Use long long to indicate 64bitness in #ifdef lint.
2002-10-01 Poul-Henning... Include <sys/diskmbr.h> instead of <sys/disklabel.h>
2002-10-01 Poul-Henning... A more lint friendly #ifdef lint section.
2002-10-01 Bruce EvansChanged "file system" back to "filesystem" in the usage...
2002-10-01 Tim J. RobbinsBack out experimental changes to fmtstr() that I didn...
2002-10-01 Ruslan Ermilovtest -h is deprecated; use -L instead.
2002-10-01 Bruce EvansRemoved the only PCI_DEBUG ifdef in the kernel. PCI_DE...
2002-10-01 Tim J. RobbinsReplace a home-grown printf() clone with a fwopen(...
2002-10-01 Poul-Henning... Don't #error if we are lint.
2002-10-01 Maxime HenrionIt is now safe to remove WARNS=0 and WFORMAT=0.
2002-10-01 Tim J. RobbinsRestore "not found" error message when searching for...
2002-10-01 Maxime Henrion- Don't use quad_t when we really mean rlim_t.
2002-10-01 Bruce EvansFixed a last-minute editing error in previous commit...
2002-10-01 Bruce EvansMerged all interesting difference between the old math...
2002-10-01 Poul-Henning... The bus number is unsigned, it cannot be less than...
2002-10-01 Poul-Henning... Move the vop-vector declaration into devfs_vnops.c...
2002-10-01 Poul-Henning... Add pc98 to universe target.
2002-10-01 Tim J. RobbinsAdd back WARNS=0 and WFORMAT=0; gcc is finding nonexist...
2002-10-01 Maxime HenrionUse the %t format modifier to print differences between
2002-10-01 Tim J. RobbinsRemove WARNS=0 and WFORMAT=0. The shell compiles cleanl...
2002-10-01 Poul-Henning... Split MBR and PC98 on-disk sliceformats out from diskla...
2002-10-01 Jake BurkholderGet rid of the TODO macro in the few places that still...
2002-10-01 Warner Loshneed exca too
2002-10-01 Robert WatsonImprove locking of pipe mutexes in the context of MAC:
2002-10-01 Robert WatsonPush 'security.mac.debug_label_fallback' behind options...
2002-10-01 Juli MallettUntil I find a way to release arbitrary locks held...
2002-10-01 Juli MallettAdd a missing include.
2002-10-01 Jake BurkholderAdd needed include of queue.h.
2002-10-01 Juli MallettWhen working with sigset_t's, and needing to perform...
2002-10-01 Robert WatsonRegen.
2002-10-01 Robert WatsonReserve system call numbers for the following system...
2002-10-01 Tim J. RobbinsRemove some kind of profiling support that required...
2002-10-01 Brooks DavisUse if_printf(ifp, "foo") instead of printf("xe%d:...
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of printf("vx%d...
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of printf("sr%d...
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of printf("sn%d...
2002-10-01 Brooks DavisUse if_printf() instead of printf() to print "sbni...
2002-10-01 Tim J. RobbinsRemove bits and pieces of support for atty, which was...
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of printf("fe%d...
2002-10-01 Brooks DavisUse if_printf() instead of printf() to print "ed#:...
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of
2002-10-01 Eric MelvilleIncrement version number for the addition of getopt_lon...
2002-10-01 Brooks DavisUse if_printf(ifp, "blah") instead of printf("ar%d...
2002-10-01 Juli MallettFix typo, should zero the kinfo_proc's siglist, not...
2002-10-01 Jake BurkholderUse M_NOWAIT instead of M_WAITOK when allocating dmamap...
2002-10-01 Juli MallettBack out code changes that snuck into the previous...
2002-10-01 Juli Mallett(Forced commit, to clarify previous commit of ksiginfo...
2002-09-30 Juli MallettThe list of queued signals is not, can not, and will...
2002-09-30 Juli MallettLock access to the signal queue, and related structures...
2002-09-30 John Baldwin- Add a new per-process flag PS_XCPU to indicate that...
2002-09-30 John BaldwinChange p_cpulimit to be in seconds instead of microseco...
2002-09-30 Robert WatsonMove vnode MAC label initialization to after the releas...
2002-09-30 Robert WatsonAdd tunables for the existing sysctl twiddles for pipe...
2002-09-30 Juli MallettConvert use of p_siglist and old SIG*() macros to use...
2002-09-30 Peter WemmUse as's --defsym switch to compensate for the loss...
2002-09-30 Juli MallettFirst half of implementation of ksiginfo, signal queues...
2002-09-30 Justin T. GibbsRemove a left over '&' from the conversion to using our
2002-09-30 Poul-Henning... Plug memory leaks.
2002-09-30 Josef KarthauserGremlins ate my comment!
2002-09-30 Dima DorfmanNote MFCs of lock(1) -v and vidcontrol(1) -S.
2002-09-30 Matthew DillonGuido found another bug. There is a situation with
2002-09-30 John Baldwin- Give legacy an identify routine that always adds...
2002-09-30 John BaldwinTrash the PnPBIOStable pointer later on when we know...
2002-09-30 Josef KarthauserIn rev 1.51 of usb_port.h I switched over to using...
2002-09-30 Mike BarcroftDon't install mqueue.h, since it only makes things...
2002-09-30 Bruce A. MahModified release notes: atapicam wording tweaks, dhcli...
2002-09-30 Yoshihiro TakahashiCall bus_set_resource() to set the ioport resource.
2002-09-30 Sebastien GioriaGrammars fixs and typos fixs
2002-09-30 David E. O... Turn back on the "SMP: AP CPU #N Launched!" message...
2002-09-30 Poul-Henning... Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.
2002-09-30 Poul-Henning... If GEOM is in the kernel, take these three out. I...
2002-09-30 Poul-Henning... Prefix private BIO commands with "FD" so people get...
2002-09-30 Tim J. RobbinsCallers of error() don't need to supply a program name...
2002-09-30 Tim J. RobbinsAllow a left parenthesis before patterns in case blocks...
2002-09-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-30 Jacques VidrineFix an annoying bug that causes a spurious error messag...
2002-09-30 Ruslan ErmilovPass our idea of a manpage's locale from man(1) down...
2002-09-30 Tim J. RobbinsAllow empty case/esac statements; POSIX requires this...
2002-09-30 Sheldon HearnRegen:
2002-09-30 Guido van RooijAdd quirk for Apacer HandyDrive
2002-09-30 Matthew N.... bzero() allocations.
2002-09-30 Matthew N.... - bzero() allocations.
2002-09-30 Poul-Henning... Don the asbestos underwear and add the code which lets...
2002-09-30 Matthew N.... Turn warnings back on.
2002-09-30 Poul-Henning... Retire g_io_fail() and let g_io_deliver() take an error...
2002-09-30 Poul-Henning... Introduce g_write_data() function.
2002-09-30 Poul-Henning... Add missing g_enc_le2().
2002-09-30 Daniel EischenInstall library-installed signal handlers with the...
2002-09-30 Poul-Henning... Disable the g_sanity() check unless people ask for...
2002-09-30 Murray StokelyResolve conflicts (fix spelling errors).
2002-09-30 Daniel EischenAdd back the i386-specific hack to save and restore...
2002-09-30 Murray StokelyResolve conflicts.
next