| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 64 | -744/+666 |
| * | Bah, fix a bogon in the last commit: get the sense of a compare test right | John Baldwin | 2003-03-04 | 1 | -1/+1 |
| * | - Hold the buf lock while manipulating and inspecting its fields. | Jeff Roberson | 2003-03-04 | 1 | -56/+70 |
| * | Remove safety belt: it is now ok to do a mtx_trylock() on a mutex you | John Baldwin | 2003-03-04 | 2 | -10/+8 |
| * | Don't complain about an early end-of-file in the -r case rather than | Tony Finch | 2003-03-04 | 1 | -1/+1 |
| * | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 24 | -91/+65 |
| * | Add a WITNESS_WARN() call to verify that we hold no locks after running | John Baldwin | 2003-03-04 | 1 | -0/+1 |
| * | A small overhaul of witness: | John Baldwin | 2003-03-04 | 2 | -63/+123 |
| * | Miscellaneous cleanups to _mtx_lock_sleep(): | John Baldwin | 2003-03-04 | 2 | -8/+12 |
| * | Properly assert that mtx_trylock() is not called on a mutex we already | John Baldwin | 2003-03-04 | 2 | -16/+8 |
| * | Wrap the hyperthreading support code with the HTT kernel option. | John Baldwin | 2003-03-04 | 8 | -0/+128 |
| * | Fix bug introduced in 1.130. For the < MHLEN case, we should | Bosko Milekic | 2003-03-04 | 1 | -1/+1 |
| * | Fix a bug in the white-space remover. | Poul-Henning Kamp | 2003-03-04 | 1 | -1/+1 |
| * | Add cvsroot-all to the example | Peter Wemm | 2003-03-04 | 1 | -0/+13 |
| * | Doh, committed to the wrong branch. | Ruslan Ermilov | 2003-03-04 | 1 | -1/+2 |
| * | Start whining to stderr when people use obsolete flags. These flags | Warner Losh | 2003-03-04 | 1 | -0/+12 |
| * | another obsolete flag | Warner Losh | 2003-03-04 | 1 | -0/+6 |
| * | Correct mistake in T flag: weptxkey is the replacement | Warner Losh | 2003-03-04 | 1 | -1/+1 |
| * | Document the obsolete flags as obsolete, with pointers to their | Warner Losh | 2003-03-04 | 1 | -16/+97 |
| * | Bump __FreeBSD_version to mark new cdevsw initialization. | Poul-Henning Kamp | 2003-03-04 | 1 | -1/+1 |
| * | Initialize the second buffer for mirroring to point to itself and not its | Poul-Henning Kamp | 2003-03-04 | 2 | -0/+2 |
| * | MFC: Ship with /etc/login.conf hashed. | Ruslan Ermilov | 2003-03-04 | 1 | -2/+1 |
| * | Regen: | Sheldon Hearn | 2003-03-04 | 1 | -56/+154 |
| * | Fix printf warning on RELENG_4. | Hidetoshi Shimokawa | 2003-03-04 | 1 | -0/+4 |
| * | - Create a function sched_interact_score() which decides on the | Jeff Roberson | 2003-03-04 | 1 | -70/+86 |
| * | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 25 | -60/+73 |
| * | - Correct the wchan in vop_stdfsync() | Jeff Roberson | 2003-03-03 | 1 | -1/+1 |
| * | If we carry our MODULES_WITH_WORLD, we probably also do not want | Ruslan Ermilov | 2003-03-03 | 1 | -0/+4 |
| * | FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catch | Ruslan Ermilov | 2003-03-03 | 4 | -4/+4 |
| * | exists() is too aggressive when searching for files without a full path. | Ruslan Ermilov | 2003-03-03 | 1 | -1/+1 |
| * | 3rd party modules live in /boot/modules nowadays. | Ruslan Ermilov | 2003-03-03 | 1 | -1/+1 |
| * | Correct the path to the modules directory. | Ruslan Ermilov | 2003-03-03 | 2 | -3/+3 |
| * | Add an xref to kldconfig(8). | Ruslan Ermilov | 2003-03-03 | 1 | -0/+1 |
| * | /modules is gone long ago, use the safe equivalents. | Ruslan Ermilov | 2003-03-03 | 2 | -3/+3 |
| * | MFlibc_r: add and document pthread_attr_get_np() function. | Alexey Zelkin | 2003-03-03 | 6 | -0/+232 |
| * | Pick up one file missed in the previous vprint() cleanup | Nate Lawson | 2003-03-03 | 1 | -3/+3 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 21 | -63/+17 |
| * | SA:03-04 note was a poor cut-n-paste from the SA. Do it right this | Bruce A. Mah | 2003-03-03 | 1 | -4/+4 |
| * | New errata item: SA-03:04. | Bruce A. Mah | 2003-03-03 | 1 | -0/+8 |
| * | New release note: SA-03:04. | Bruce A. Mah | 2003-03-03 | 2 | -0/+14 |
| * | Updated release notes: sendmail-8.12.8 (+MFC), tcpdump-3.7.2 (+MFC). | Bruce A. Mah | 2003-03-03 | 2 | -6/+8 |
| * | sendmail 8.12.8 has been imported | Gregory Neil Shapiro | 2003-03-03 | 1 | -4/+4 |
| * | Fix conflicts from sendmail 8.12.8 import | Gregory Neil Shapiro | 2003-03-03 | 4 | -110/+191 |
| * | This commit was generated by cvs2svn to compensate for changes in r111823, | Gregory Neil Shapiro | 2003-03-03 | 27 | -121/+264 |
| |\ |
|
| | * | Import sendmail 8.12.8vendor/sendmail/8.12.8 | Gregory Neil Shapiro | 2003-03-03 | 31 | -231/+455 |
| * | | Rearrange the members of struct cdevsw to be absolutely sure to catch | Poul-Henning Kamp | 2003-03-03 | 2 | -10/+6 |
| * | | Make nokqfilter() return the correct return value. | Poul-Henning Kamp | 2003-03-03 | 27 | -29/+23 |
| * | | Add missing 'static' on two routines, so they match their declarations. | Garance A Drosehn | 2003-03-03 | 1 | -2/+2 |
| * | | Simplify ORB queue management. | Hidetoshi Shimokawa | 2003-03-03 | 1 | -26/+19 |
| * | | Add a "-S sectorsize" option to enable Kirk to find a bug :-) | Poul-Henning Kamp | 2003-03-03 | 4 | -4/+19 |