summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-1626-0/+17530
* Merge from vendor tzdata2002d.wollman2002-10-163-15/+110
* Re-sort to reflect change of East Timor from TP to TL.wollman2002-10-161-2/+2
* Replace aux mbufs with packet tags:sam2002-10-1643-474/+370
* Change locking so that all snapshots on a particular filesystem sharemckusick2002-10-161-42/+91
* missed additional callout that can run w/o Giant lockedsam2002-10-151-1/+2
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsiedowse2002-10-151-158/+90
* Add HP ScanJet 2200Cfjoe2002-10-151-0/+1
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-152-0/+4
* Return an error if the drive reports heads/sectors that do not make sense.njl2002-10-151-0/+8
* Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLsrwatson2002-10-152-101/+129
* Bump __FreeBSD_version for the Binutils 2.13 upgrade, which includes theobrien2002-10-151-1/+1
* Spell 'set' as 'cleared' where appropriate.rwatson2002-10-151-2/+2
* Correct the definitions of SADB_* to be compatible withume2002-10-151-15/+15
* The matcd(4) driver is gone, so eliminate the quasi-FAQ entry in thebmah2002-10-151-28/+0
* Update "Distribution Format" section for reality; XFree86 is installedbmah2002-10-151-14/+8
* Don't show the command line when doing "make lint".phk2002-10-151-1/+1
* Be consistent about marking functions static.phk2002-10-157-30/+31
* If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock,rwatson2002-10-151-0/+17
* Plug a memory-leak.phk2002-10-151-0/+1
* Use ; not , as statement separator in PDEBUG() macro.phk2002-10-151-5/+4
* Plug an infrequent (I think) memory leak.phk2002-10-151-1/+3
* Be consistent about functions being static.phk2002-10-151-4/+4
* Constification ? Yes, out that door, row on the left, one patch each.phk2002-10-152-10/+10
* Teach tunefs to print the ACL and multilabel flag information whenrwatson2002-10-151-0/+4
* Argh. Put back setting of P_ADVLOCK for the F_WRLCK case that wasjhb2002-10-151-0/+3
* fix typo in comments (in preparation for MFC)fjoe2002-10-151-1/+1
* Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter insidecharnier2002-10-152-9/+8
* Correct some of the style problems in this file:rwatson2002-10-152-10/+10
* Add information about the SDLT density codes.joerg2002-10-152-0/+7
* This commit was generated by cvs2svn to compensate for changes in r105151,ru2002-10-151-5/+8
|\
| * From ChangeLog:ru2002-10-151-5/+8
* | Add cross-references to the wide character counterparts of these functions.tjr2002-10-154-4/+8
* | Eliminate superfluous memory access in memcpy(3)/memmove(3).sobomax2002-10-151-13/+8
* | Remove stray comma at the end of the See Also list.tjr2002-10-151-1/+1
* | Fix kernel module loading on ia64. Cross-module function callsmarcel2002-10-154-4/+36
* | Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes)mjacob2002-10-151-1/+4
* | Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-152-4/+4
* | Restore pointer that was removed in 1.128. This wasn't a merge-o.peter2002-10-151-0/+4
* | Several commit logs point here saying "More details on the newgad2002-10-150-0/+0
* | Move details of key_t to <sys/_types.h>, so that it can be typedef'dmike2002-10-152-1/+6
* | - Add a new global mutex 'ppeers_lock' to protect the p_peers list ofjhb2002-10-154-45/+61
* | Remove the leaderp variable and just access p_leader directly. Thejhb2002-10-151-12/+3
* | - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofjhb2002-10-152-22/+10
* | The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-157-47/+1
* | Turn off the premature locking in xl. The driver tries to use the mutexespeter2002-10-141-0/+6
* | When reading or writing the extended attributes of a special devicemckusick2002-10-142-5/+38
* | Put function return types on a line by themselves.alfred2002-10-1420-83/+123
* | LINT related fixes (as noticed by bde)mjacob2002-10-141-6/+6
* | Remove a bogus local variable.phk2002-10-141-2/+0
OpenPOWER on IntegriCloud