]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-03-19 alfredFix bio->bio_blkno format warning.
2002-03-19 phkFurther cleanups.
2002-03-19 alfredRemove duplicate extern declarations to silence warnings.
2002-03-19 impRemove stray register
2002-03-19 impDe-__P the man page, but I suspect that we need to...
2002-03-19 iedowseReplace a number of similar `for' loops with a new...
2002-03-19 iedowseComplete the ANSIfication of newfs by converting functi...
2002-03-19 iedowseThe FSIRAND code is always compiled in, and it is unlik...
2002-03-19 iedowseRemove the ancient STANDALONE code.
2002-03-19 desUnbreak for KRB4 ^ KRB5 case.
2002-03-19 murrayAdd graphics/gimp1 and lang/gnat to the list of must...
2002-03-19 arr- Change a malloc / bzero pair to make use of the M_ZER...
2002-03-19 darrenrFor this regression test to pass, you must run ipmon...
2002-03-19 darrenrdo not include the missing ip_h323_pxy.c
2002-03-19 darrenrremove because of licence reasons
2002-03-19 darrenrboth ipnat and ipfstat now use libkvm rather than their...
2002-03-19 darrenrput an extern for ip6_protox in here where it is only...
2002-03-19 darrenrput an extern for inet6sw in here and make it active...
2002-03-19 phkAdd five GEOM oriented ioctls to get basic information...
2002-03-19 impo Remove __P
2002-03-19 peter#if 0 some unused variables (only in #if 0 code)
2002-03-19 peterAdd some break's after default: in the end of switch...
2002-03-19 peterMove savecore build enable to MD section of Makefile...
2002-03-19 peterAdd -ffreestanding to CFLAGS for ia64. This should...
2002-03-19 jeffQuit a warning introduced by UMA. This only occurs...
2002-03-19 darrenrfix conflicts generated by import, completing import...
2002-03-19 darrenrThis commit was generated by cvs2svn to compensate...
2002-03-19 darrenrImport IPFilter 3.4.25
2002-03-19 darrenrThis commit was generated by cvs2svn to compensate...
2002-03-19 darrenrImport IPFilter 3.4.25
2002-03-19 darrenrfix conflicts (mostly damn rcs id's) generated by import
2002-03-19 darrenrThis file is being removed pending the all clear on...
2002-03-19 darrenrThis commit was generated by cvs2svn to compensate...
2002-03-19 darrenrImport IPFilter 3.4.25 (last version 3.4.20)
2002-03-19 peterEnabling the SKI option is a guaranteed breakage for...
2002-03-19 peterMy ia64 box for some reason likes to fragment the begin...
2002-03-19 peterFix some unused variables.
2002-03-19 peterMove a couple of prototypes together instead of being...
2002-03-19 peter__func__ is a const char *, not a "string" that can...
2002-03-19 peterFix a pointer/int warning
2002-03-19 peter#ifdef SMP some variables that are only used elsewhere...
2002-03-19 peterWork around an apparent compiler bug with gcc-3.1,...
2002-03-19 peterBelieve it or not, I ran into the 32MB stack size limit...
2002-03-19 peter#if 0 out some unused code.
2002-03-19 peterAdd some #includes after things got broken with the...
2002-03-19 peterTurn off the ia64 ITC timecounter when SMP is present...
2002-03-19 peterFix a gcc-3.1+ warning.
2002-03-19 peterPacify gcc-3.1+, initialize two variables to avoid...
2002-03-19 peterFix warnings on gcc-3.1+ where __func__ is a const...
2002-03-19 peterRegen; post SMC id's and also pick up a previously...
2002-03-19 peterAdd another SMC device ID and the hub ID that it went...
2002-03-19 peterAdd the ia64 bus space tag for the IO ports (!).
2002-03-19 peterUse the FreeBSD cross tools instead of the linux ones.
2002-03-19 peterAdd -ffreestanding to avoid printf/puts/putchar conversions
2002-03-19 peterBoot from efifs first.
2002-03-19 petergcc-3.1 likes to have extra { } around the internal...
2002-03-19 jeffThis is the first part of the new kernel memory allocat...
2002-03-19 jeffRemove the kmembuckets stats in preparation for the...
2002-03-19 bdeBacked out the part of the previous commit related...
2002-03-19 alcAdd #include so that the previous change compiles.
2002-03-19 bdeRemoved env(1) commands. make(1) uses a real shell...
2002-03-19 alfredfix perfmon for DEVFS.
2002-03-19 bdeRemoved bogus env(1) commands. make(1) uses a real...
2002-03-19 bdeRemoved "env" commands. "sh" is a real shell, so
2002-03-19 ueMFen 1.303
2002-03-19 jeffInitialize variables before use. This was needed to...
2002-03-19 alcEliminate unnecessary calls to grow_stack() and useracc...
2002-03-19 alfredClose a race when vfs_syscalls.c:checkdirs() runs.
2002-03-19 bdeFixed some printf format errors (hopefully all of the...
2002-03-19 bdeThe previous commit missed fixing 2 old printf format...
2002-03-19 desDon't try to generate ssh keys if ssh isn't installed.
2002-03-19 jmallettFix handling of filenames with spaces in them in the...
2002-03-19 cjcIPFilter may need to be re-sync'ed even if we are not...
2002-03-19 gallatinFix printf warning caused by recent changes in bio_pblk...
2002-03-19 jmallettMake uudecode(1) use setmode(3) and getmode(3) instead...
2002-03-19 kuriyamaMFen.
2002-03-19 desRename the (not really new but so far unused) sparc...
2002-03-19 desUncomment the powerpc category. It maps to the freebsd...
2002-03-19 desAdd a "standards" category at mike@'s request.
2002-03-19 bmahNew release note: SA-02:18.
2002-03-18 desAdd an ia64 category; we'll need it sooner or later...
2002-03-18 bdeFixed printf format errors in previous commit. %llu...
2002-03-18 desBump the cutoff mark for comparing files from 8 MB...
2002-03-18 bdeFixed printf format errors in previous commit. %llu...
2002-03-18 impFormats that print the block number need to be changed...
2002-03-18 bmahFix wording (hopefully for the last time) of my summary...
2002-03-18 ueMFen 1.301
2002-03-18 alfredhave the SYSCALL_MODULES macro provide an initializer...
2002-03-18 joeAdd a USB comm driver.
2002-03-18 bmahAdd the ERRATA file to the documentation menu and index.
2002-03-18 rumdoc(7) police: tidy up.
2002-03-18 rumdoc(7) police: tidy up.
2002-03-18 rumdoc(7) police: tidy up.
2002-03-18 rumdoc(7) police: tidy up.
2002-03-18 desDon't forget auth-skey.c.
2002-03-18 impAdd missing commas. At least I didn't miss a period.
2002-03-18 rumdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra...
2002-03-18 rumdoc(7) police: nits.
2002-03-18 rumdoc(7) police: sort xrefs, kill extra whitespace.
2002-03-18 rumdoc(7) police: tidy up.
next