]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-06-23 Jake BurkholderKTR_CT* had one too many trailing zeroes, making KTR_CT...
2002-06-22 Jake BurkholderFix a bug related to marking pages virtually uncacheabl...
2002-06-22 Mark PeekAdd additional cpuid feature flags and put into a canon...
2002-06-22 Kirk McKusickGet rid of paranoia that zeros the boot block area...
2002-06-22 John PolstraFix several bugs in the i386 asm statements used to...
2002-06-22 Bruce A. MahAdd a reference to the "make world" section of the...
2002-06-22 Kirk McKusickThis patch fixes a size problem with the stat structure for
2002-06-22 Bruce A. MahNew release notes: MCA support on ia64, rp(4) update...
2002-06-22 Maxime HenrionWe don't need to check the return value of malloc(...
2002-06-22 Kirk McKusickThis patch fixes a problem whereby filesystems that ran
2002-06-22 Brian SomersDon't expect NUL terminated data in all netgraph messag...
2002-06-22 Brian SomersNUL terminate the ACNAME passed to userland.
2002-06-22 Maxime HenrionWarning fix.
2002-06-22 Brian S. DeanCreate sendmail required directories if sendmail is...
2002-06-22 Warner LoshOLDCARD version of GENERIC.
2002-06-22 Alan Cox o Reduce the scope of Giant in vm_mmap() to just the...
2002-06-22 Matthew DillonFix a bug in vfs_bio_clrbuf(). The single-page-clrbuf...
2002-06-22 Alan Cox o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_al...
2002-06-22 Matthew DillonThe last bits of the alloca -> mmap fix. IA64 and...
2002-06-22 Juli MallettUse rm -f in the clean target, as seems to be common...
2002-06-22 Maxime Henriono Remove the initialization of unused fields in the...
2002-06-22 Alan Cox o In vm_map_insert(), replace GIANT_REQUIRED by the...
2002-06-22 David E. O... For the benefit of those Emacs users amongst us, only...
2002-06-22 David E. O... When linking staticaly libtermcap is a postrequisite...
2002-06-22 David E. O... Take the guaranteed fix -- turn off .info docs for...
2002-06-22 Nick HibmaMake this compile on Alpha.
2002-06-22 Mark PeekClock frequencies reported by sysctl should be unsigned...
2002-06-22 Juli MallettStylistic nit:
2002-06-22 Juli MallettCheck for results of repeated calls to strnsubst()...
2002-06-22 Poul-Henning... Improve the handling of Encode and Decode operations...
2002-06-22 Juli MallettWhen giving an example that relies on shell expansion...
2002-06-22 Luigi RizzoRemove (almost all) global variables that were used...
2002-06-22 Luigi RizzoDefine an mbuf type, MT_TAG, used for volatile annotations
2002-06-22 Juli MallettReplace the SWAP(var0,var1) macro with SWAP(type,var0...
2002-06-22 Juli MallettUnused macro.
2002-06-22 Jonathan MiniAlways drop the p_args reference we held for copyout...
2002-06-22 David E. O... Grre-^#$(*+#@$!@% I hate .info files, I really do ...
2002-06-22 Alan Cox o Replace GIANT_REQUIRED in swap_pager_alloc() by...
2002-06-22 Alan Cox o Remove GIANT_REQUIRED from phys_pager_alloc(). ...
2002-06-22 Alan Cox o Replace GIANT_REQUIRED in vnode_pager_alloc() by...
2002-06-22 Tim J. RobbinsNow that the pattern space contains no trailing newline...
2002-06-22 Robert WatsonMake it clear that this applies only to UFS1 file syste...
2002-06-22 Tim J. RobbinsDon't store newlines at the end of each line in the...
2002-06-22 Alan Cox o Remove GIANT_REQUIRED from vslock().
2002-06-21 David E. O... Tweaks to make these files live beside our hacked config.
2002-06-21 Jeffrey HsuFix logic which resulted in missing a call to INP_UNLOCK().
2002-06-21 David E. O... Tweaks for the 64-bit compiler.
2002-06-21 Jeffrey HsuTCP notify functions can change the pcb list.
2002-06-21 Jake BurkholderEnable cd9660 support by default.
2002-06-21 Jake BurkholderEnable UFS1_AND_UFS2 support for sparc64 by default...
2002-06-21 Robert WatsonRemove CAPABILITIES from NOTES
2002-06-21 Doug BartonHone the rpcbind dependency checking.
2002-06-21 David E. O... Clarify revision 1.14:
2002-06-21 Peter WemmForced commit to keep cvs happy.
2002-06-21 Peter WemmForced commit to keep cvs happy.
2002-06-21 Peter WemmForced commit to keep cvs happy.
2002-06-21 Peter WemmForced commit to keep cvs happy.
2002-06-21 David E. O... Forced commit to note we are pretending contrib/gdb...
2002-06-21 David E. O... This commit was generated by cvs2svn to compensate...
2002-06-21 David E. O... Sync with NetBSD's mainline.
2002-06-21 David E. O... We need to link with libiberty.a before libreadline...
2002-06-21 Peter WemmForced commit after RCS file surgery.
2002-06-21 David E. O... cc -O0 and -O1 didn't do the easy optimization of align...
2002-06-21 David E. O... BDE prefers this organization.
2002-06-21 David E. O... Sync with NetBSD.
2002-06-21 David E. O... This commit was generated by cvs2svn to compensate...
2002-06-21 David E. O... Reduce the -I's as we don't need them all.
2002-06-21 Bruce A. MahNew release notes: ng_device(4), UFS2, newfs(8) -O...
2002-06-21 Juli Mallett__FBSDID() strategic insertion.
2002-06-21 Juli MallettKill __P, yuck.
2002-06-21 Juli MallettMark unused variables __unused.
2002-06-21 Juli MallettUse __typeof__ instead of typeof.
2002-06-21 Juli MallettKill bad whitespace and do some style cleanups as a...
2002-06-21 Juli MallettANSI prototypes via protoize(1).
2002-06-21 Mark MurrayBetter fix for style.
2002-06-21 Poul-Henning... Revert the part of Kirks UFS2 commit which added divdi3...
2002-06-21 Juli MallettClean up hex() and octal() to return and work with...
2002-06-21 Mark MurrayFix warnings generated elsewhere.
2002-06-21 Mark MurrayStyle tidy-up.
2002-06-21 Mark MurrayModernise this code by rounding up the usual suspects...
2002-06-21 Bruce EvansDon't say that an umounted filesystem is required for...
2002-06-21 Dag-Erling... Fix incorrect library ordering. I thought I'd committe...
2002-06-21 Poul-Henning... #include <sys/time.h> before <sys/stat.h> to get timespec.
2002-06-21 Ruslan ErmilovMake NO_OPENSSL actually imply NO_OPENSSH, as documente...
2002-06-21 Tim J. RobbinsSkip fields in the manner required by POSIX, and the...
2002-06-21 Ruslan ErmilovQuiet ``make objlink'' when NOOBJ is defined.
2002-06-21 Tim J. RobbinsNewline characters should not participate in line compa...
2002-06-21 Ruslan ErmilovA gross patch to tidy up the formatting.
2002-06-21 Ruslan ErmilovGive a C rewriter the necessary credit.
2002-06-21 Kirk McKusickThis commit adds basic support for the UFS2 filesystem...
2002-06-21 Alan Cox o Remove GIANT_REQUIRED from vm_map_stack().
2002-06-21 Bill FennerUpdate for libpcap 0.7.1
2002-06-21 Alan Cox o Remove GIANT_REQUIRED from vm_pager_allocate() and...
2002-06-21 Bruce A. MahNew release notes: gifconfig(8) gone, prefix(8) gone.
2002-06-21 Bill FennerMerge libpcap 0.7.1
2002-06-21 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-06-21 Bill FennerImport libpcap 0.7.1, from
2002-06-21 Bill FennerUpdate for libpcap 0.7.1
2002-06-21 Bill FennerUpdate for tcpdump 3.7.1
2002-06-21 Bill FennerMerge tcpdump 3.7.1
next