summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bah, fix a bogon in the last commit: get the sense of a compare test rightjhb2003-03-041-1/+1
* - Hold the buf lock while manipulating and inspecting its fields.jeff2003-03-041-56/+70
* Remove safety belt: it is now ok to do a mtx_trylock() on a mutex youjhb2003-03-042-10/+8
* Don't complain about an early end-of-file in the -r case rather thanfanf2003-03-041-1/+1
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-0424-91/+65
* Add a WITNESS_WARN() call to verify that we hold no locks after runningjhb2003-03-041-0/+1
* A small overhaul of witness:jhb2003-03-042-63/+123
* Miscellaneous cleanups to _mtx_lock_sleep():jhb2003-03-042-8/+12
* Properly assert that mtx_trylock() is not called on a mutex we alreadyjhb2003-03-042-16/+8
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-048-0/+128
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldbmilekic2003-03-041-1/+1
* Fix a bug in the white-space remover.phk2003-03-041-1/+1
* Add cvsroot-all to the examplepeter2003-03-041-0/+13
* Doh, committed to the wrong branch.ru2003-03-041-1/+2
* Start whining to stderr when people use obsolete flags. These flagsimp2003-03-041-0/+12
* another obsolete flagimp2003-03-041-0/+6
* Correct mistake in T flag: weptxkey is the replacementimp2003-03-041-1/+1
* Document the obsolete flags as obsolete, with pointers to theirimp2003-03-041-16/+97
* Bump __FreeBSD_version to mark new cdevsw initialization.phk2003-03-041-1/+1
* Initialize the second buffer for mirroring to point to itself and not itsphk2003-03-042-0/+2
* MFC: Ship with /etc/login.conf hashed.ru2003-03-041-2/+1
* Regen:sheldonh2003-03-041-56/+154
* Fix printf warning on RELENG_4.simokawa2003-03-041-0/+4
* - Create a function sched_interact_score() which decides on thejeff2003-03-041-70/+86
* - Add a new 'flags' parameter to getblk().jeff2003-03-0425-60/+73
* - Correct the wchan in vop_stdfsync()jeff2003-03-031-1/+1
* If we carry our MODULES_WITH_WORLD, we probably also do not wantru2003-03-031-0/+4
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-034-4/+4
* exists() is too aggressive when searching for files without a full path.ru2003-03-031-1/+1
* 3rd party modules live in /boot/modules nowadays.ru2003-03-031-1/+1
* Correct the path to the modules directory.ru2003-03-032-3/+3
* Add an xref to kldconfig(8).ru2003-03-031-0/+1
* /modules is gone long ago, use the safe equivalents.ru2003-03-032-3/+3
* MFlibc_r: add and document pthread_attr_get_np() function.phantom2003-03-036-0/+232
* Pick up one file missed in the previous vprint() cleanupnjl2003-03-031-3/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-0321-63/+17
* SA:03-04 note was a poor cut-n-paste from the SA. Do it right thisbmah2003-03-031-4/+4
* New errata item: SA-03:04.bmah2003-03-031-0/+8
* New release note: SA-03:04.bmah2003-03-032-0/+14
* Updated release notes: sendmail-8.12.8 (+MFC), tcpdump-3.7.2 (+MFC).bmah2003-03-032-6/+8
* sendmail 8.12.8 has been importedgshapiro2003-03-031-4/+4
* Fix conflicts from sendmail 8.12.8 importgshapiro2003-03-034-111/+192
* This commit was generated by cvs2svn to compensate for changes in r111823,gshapiro2003-03-0327-121/+264
|\
| * Import sendmail 8.12.8gshapiro2003-03-0331-232/+456
* | Rearrange the members of struct cdevsw to be absolutely sure to catchphk2003-03-032-10/+6
* | Make nokqfilter() return the correct return value.phk2003-03-0327-29/+23
* | Add missing 'static' on two routines, so they match their declarations.gad2003-03-031-2/+2
* | Simplify ORB queue management.simokawa2003-03-031-26/+19
* | Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-034-4/+19
* | Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
OpenPOWER on IntegriCloud