]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-10-16 jakeAdd support for building sparc64 releases.
2002-10-16 rwatsons/clear/cleared/ for consistency (sigh)
2002-10-16 tjrAdd a Bugs section and note that fmtcheck() is out...
2002-10-16 tjrAdd support for the XSI %C and %S formats, which are...
2002-10-16 gibbsNever allow memory mapped I/O in PCI-X mode on controll...
2002-10-16 samcorrect PCB locking in broadcast/multicast case that...
2002-10-16 samLast commit to add FAST_IPSEC support also rearranged...
2002-10-16 samTie new "Fast IPsec" code into the build. This involve...
2002-10-16 samadd definitions for RIPEMD-160 HMAC and Skipjack encryp...
2002-10-16 sam"Fast IPsec": this is an experimental IPsec implementat...
2002-10-16 wollmanMerge from vendor tzdata2002d.
2002-10-16 wollmanRe-sort to reflect change of East Timor from TP to TL.
2002-10-16 samReplace aux mbufs with packet tags:
2002-10-16 mckusickChange locking so that all snapshots on a particular...
2002-10-15 sammissed additional callout that can run w/o Giant locked
2002-10-15 iedowseUse kqueue(2) instead of poll(2) to wait for replies...
2002-10-15 fjoeAdd HP ScanJet 2200C
2002-10-15 phkInclude "opt_kbd.h" since certain structures size depen...
2002-10-15 njlReturn an error if the drive reports heads/sectors...
2002-10-15 rwatsonPush most UFS ACL behavior behind a check for MNT_ACLS...
2002-10-15 obrienBump __FreeBSD_version for the Binutils 2.13 upgrade...
2002-10-15 rwatsonSpell 'set' as 'cleared' where appropriate.
2002-10-15 umeCorrect the definitions of SADB_* to be compatible...
2002-10-15 bmahThe matcd(4) driver is gone, so eliminate the quasi...
2002-10-15 bmahUpdate "Distribution Format" section for reality; XFree...
2002-10-15 phkDon't show the command line when doing "make lint".
2002-10-15 phkBe consistent about marking functions static.
2002-10-15 rwatsonIf the FS_MULTILABEL flag is set in a UFS or UFS2 super...
2002-10-15 phkPlug a memory-leak.
2002-10-15 phkUse ; not , as statement separator in PDEBUG() macro.
2002-10-15 phkPlug an infrequent (I think) memory leak.
2002-10-15 phkBe consistent about functions being static.
2002-10-15 phkConstification ? Yes, out that door, row on the left...
2002-10-15 rwatsonTeach tunefs to print the ACL and multilabel flag infor...
2002-10-15 jhbArgh. Put back setting of P_ADVLOCK for the F_WRLCK...
2002-10-15 fjoefix typo in comments (in preparation for MFC)
2002-10-15 charnierAdd missing .Nm. Add FBSDID. fprintf -> warnx. Lowercas...
2002-10-15 rwatsonCorrect some of the style problems in this file:
2002-10-15 joergAdd information about the SDLT density codes.
2002-10-15 ruThis commit was generated by cvs2svn to compensate...
2002-10-15 ruFrom ChangeLog:
2002-10-15 tjrAdd cross-references to the wide character counterparts...
2002-10-15 sobomaxEliminate superfluous memory access in memcpy(3)/memmov...
2002-10-15 tjrRemove stray comma at the end of the See Also list.
2002-10-15 marcelFix kernel module loading on ia64. Cross-module functio...
2002-10-15 mjacobEnable mpt && ISP_TARGET_MODE in isp (for Lint purposes)
2002-10-15 marcelFix previous commit: Don't cast integral types to point...
2002-10-15 peterRestore pointer that was removed in 1.128. This wasn...
2002-10-15 gadSeveral commit logs point here saying "More details...
2002-10-15 mikeMove details of key_t to <sys/_types.h>, so that it...
2002-10-15 jhb- Add a new global mutex 'ppeers_lock' to protect the...
2002-10-15 jhbRemove the leaderp variable and just access p_leader...
2002-10-15 jhb- Use __BUS_ACCESSOR() to define the ISA ivar accessor...
2002-10-15 peterThe a.out md_coredump stuff isn't referenced anywhere...
2002-10-14 peterTurn off the premature locking in xl. The driver tries...
2002-10-14 mckusickWhen reading or writing the extended attributes of...
2002-10-14 alfredPut function return types on a line by themselves.
2002-10-14 mjacobLINT related fixes (as noticed by bde)
2002-10-14 phkRemove a bogus local variable.
2002-10-14 alfredRemove a KASSERT I added in 1.73 to catch uninitialized...
2002-10-14 rwatsonRemove root from the 'guest' group: missed in a previou...
2002-10-14 mikeo Add typedefs for gid_t, key_t, mode_t, and uid_t.
2002-10-14 julianDid you ever notice how stupid bugs show up much clearer
2002-10-14 mikeCorrect visibility conditionals for memccpy(), strdup...
2002-10-14 julianTidy up the scheduler's code for changing the priority...
2002-10-14 julianRemove old useless debugging code
2002-10-14 samupdate to better reflect reality:
2002-10-14 jakeMoved geom class initialization to SI_SUB_DRIVERS from...
2002-10-14 rwatsonFix two memory leaks in error conditions involving...
2002-10-14 mckusickWhen scanning the freelist looking for candidate vnodes...
2002-10-14 rwatsonIntroduce -a [enable|disable] and -l [enable|disable...
2002-10-14 mckusickUnconditionally reset vp->v_vnlock back to the default...
2002-10-14 rwatsonTeach mount(8) about MNT_ACLS for the purposes of mount...
2002-10-14 pirzykAdd a knob to turn on and off the CMPXCHG instruction...
2002-10-14 jhbAllow firewire, sbp (SCSI over firewire), and fwe ...
2002-10-14 jhb- Remove unused opt_foo.h headers.
2002-10-14 jhbThis file doesn't need opt_bus.h.
2002-10-14 rwatsonDefine MNT_ACLS, which can report on the status of...
2002-10-14 rwatsonDefine two new superblock file system flags:
2002-10-14 nyanFixed disk full problem for pc98 distribution. Now...
2002-10-14 mikestyle(9)
2002-10-14 phkPopulate more fields of the disklabel for PC98.
2002-10-14 mikeo Move forward declaration for struct timespec to a...
2002-10-14 mike1) Although C99 allows implementations to define additi...
2002-10-14 nyanFix to check disk geometry.
2002-10-14 nyanThe MACHINE variable on pc98 is "i386". So, use "pc98...
2002-10-14 nyanUse snprintf() instead of sprintf().
2002-10-14 nyanCheck correct machine name.
2002-10-14 nyanMFi386: revision 1.9.
2002-10-14 cognetFix support for the ALi M5451 (rev 0.2) chip.
2002-10-14 phkDon't panic when we can just return an error code.
2002-10-14 tjrUse a weak reference instead of a macro to make vfscanf...
2002-10-14 ueMove toc-depth define to the correct position and reduc...
2002-10-14 tjrAdd LC_CTYPE information for characters with lead bytes...
2002-10-14 tjrWrite the strvis()'d string out to the history file...
2002-10-14 nyanThe ep and pccard modules build on pc98.
2002-10-14 nyanMerged from sys/dev/sio/sio.c revision 1.382.
2002-10-14 phkImplement the GEOMCONFIGGEOM ioctl which can be used...
2002-10-14 phkAdd more KASSERTS.
2002-10-14 ruMerge FSF changes onto mainline (-r option).
next