aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-0464-744/+666
* Bah, fix a bogon in the last commit: get the sense of a compare test rightJohn Baldwin2003-03-041-1/+1
* - Hold the buf lock while manipulating and inspecting its fields.Jeff Roberson2003-03-041-56/+70
* Remove safety belt: it is now ok to do a mtx_trylock() on a mutex youJohn Baldwin2003-03-042-10/+8
* Don't complain about an early end-of-file in the -r case rather thanTony Finch2003-03-041-1/+1
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-0424-91/+65
* Add a WITNESS_WARN() call to verify that we hold no locks after runningJohn Baldwin2003-03-041-0/+1
* A small overhaul of witness:John Baldwin2003-03-042-63/+123
* Miscellaneous cleanups to _mtx_lock_sleep():John Baldwin2003-03-042-8/+12
* Properly assert that mtx_trylock() is not called on a mutex we alreadyJohn Baldwin2003-03-042-16/+8
* Wrap the hyperthreading support code with the HTT kernel option.John Baldwin2003-03-048-0/+128
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldBosko Milekic2003-03-041-1/+1
* Fix a bug in the white-space remover.Poul-Henning Kamp2003-03-041-1/+1
* Add cvsroot-all to the examplePeter Wemm2003-03-041-0/+13
* Doh, committed to the wrong branch.Ruslan Ermilov2003-03-041-1/+2
* Start whining to stderr when people use obsolete flags. These flagsWarner Losh2003-03-041-0/+12
* another obsolete flagWarner Losh2003-03-041-0/+6
* Correct mistake in T flag: weptxkey is the replacementWarner Losh2003-03-041-1/+1
* Document the obsolete flags as obsolete, with pointers to theirWarner Losh2003-03-041-16/+97
* Bump __FreeBSD_version to mark new cdevsw initialization.Poul-Henning Kamp2003-03-041-1/+1
* Initialize the second buffer for mirroring to point to itself and not itsPoul-Henning Kamp2003-03-042-0/+2
* MFC: Ship with /etc/login.conf hashed.Ruslan Ermilov2003-03-041-2/+1
* Regen:Sheldon Hearn2003-03-041-56/+154
* Fix printf warning on RELENG_4.Hidetoshi Shimokawa2003-03-041-0/+4
* - Create a function sched_interact_score() which decides on theJeff Roberson2003-03-041-70/+86
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-0425-60/+73
* - Correct the wchan in vop_stdfsync()Jeff Roberson2003-03-031-1/+1
* If we carry our MODULES_WITH_WORLD, we probably also do not wantRuslan Ermilov2003-03-031-0/+4
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-034-4/+4
* exists() is too aggressive when searching for files without a full path.Ruslan Ermilov2003-03-031-1/+1
* 3rd party modules live in /boot/modules nowadays.Ruslan Ermilov2003-03-031-1/+1
* Correct the path to the modules directory.Ruslan Ermilov2003-03-032-3/+3
* Add an xref to kldconfig(8).Ruslan Ermilov2003-03-031-0/+1
* /modules is gone long ago, use the safe equivalents.Ruslan Ermilov2003-03-032-3/+3
* MFlibc_r: add and document pthread_attr_get_np() function.Alexey Zelkin2003-03-036-0/+232
* Pick up one file missed in the previous vprint() cleanupNate Lawson2003-03-031-3/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-0321-63/+17
* SA:03-04 note was a poor cut-n-paste from the SA. Do it right thisBruce A. Mah2003-03-031-4/+4
* New errata item: SA-03:04.Bruce A. Mah2003-03-031-0/+8
* New release note: SA-03:04.Bruce A. Mah2003-03-032-0/+14
* Updated release notes: sendmail-8.12.8 (+MFC), tcpdump-3.7.2 (+MFC).Bruce A. Mah2003-03-032-6/+8
* sendmail 8.12.8 has been importedGregory Neil Shapiro2003-03-031-4/+4
* Fix conflicts from sendmail 8.12.8 importGregory Neil Shapiro2003-03-034-110/+191
* This commit was generated by cvs2svn to compensate for changes in r111823,Gregory Neil Shapiro2003-03-0327-121/+264
|\
| * Import sendmail 8.12.8vendor/sendmail/8.12.8Gregory Neil Shapiro2003-03-0331-231/+455
* | Rearrange the members of struct cdevsw to be absolutely sure to catchPoul-Henning Kamp2003-03-032-10/+6
* | Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-0327-29/+23
* | Add missing 'static' on two routines, so they match their declarations.Garance A Drosehn2003-03-031-2/+2
* | Simplify ORB queue management.Hidetoshi Shimokawa2003-03-031-26/+19
* | Add a "-S sectorsize" option to enable Kirk to find a bug :-)Poul-Henning Kamp2003-03-034-4/+19