| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove P_STOPPED_TRACE bit if debugger dies without a chance to | davidxu | 2004-10-23 | 1 | -1/+1 |
* | Make documentation up to date with recent changes. | glebius | 2004-10-23 | 1 | -43/+19 |
* | Add some basic KTR tracing to busdma on i386. This is likely not | rwatson | 2004-10-23 | 2 | -11/+62 |
* | Locking cleanups to remove the need for a recursive mutex | mtm | 2004-10-23 | 2 | -60/+49 |
* | Move devfs earlier in the boot sequence. Some system daemons and other | mtm | 2004-10-23 | 1 | -2/+2 |
* | IPDIVERT will automatically load ipdivert.ko if not compiled into the | andre | 2004-10-22 | 1 | -0/+5 |
* | - Turn KASSERT()s into warning printf()'s in the g_class_load() routine. | arr | 2004-10-22 | 1 | -10/+26 |
* | Improve accuracy of last addition, as best Google advices me. | phk | 2004-10-22 | 1 | -2/+3 |
* | Shave 40 unused bytes from struct tcpcb. | andre | 2004-10-22 | 2 | -1/+5 |
* | Automatically load the ipdivert module if it was not compiled into the kernel | andre | 2004-10-22 | 1 | -0/+13 |
* | When printing the initialization string and IPDIVERT is not compiled into the | andre | 2004-10-22 | 1 | -1/+1 |
* | Refuse to unload the ipdivert module unless the 'force' flag is given to kldu... | andre | 2004-10-22 | 3 | -8/+28 |
* | Properly handle failure to allocate isadma bounce buffer | phk | 2004-10-22 | 1 | -2/+6 |
* | Remove a "needs Giant" flag from the /dev/apm compat device. | njl | 2004-10-22 | 1 | -1/+0 |
* | Add punctuation which appears to have been accidentally removed in | cperciva | 2004-10-22 | 1 | -1/+1 |
* | I'm surprised this one was not here yet. | phk | 2004-10-22 | 1 | -0/+3 |
* | Respect _BOOT flag. | simokawa | 2004-10-22 | 2 | -6/+12 |
* | Check _BOOT flag. | simokawa | 2004-10-22 | 1 | -3/+3 |
* | Respect RB_MULTIPLE flag. | simokawa | 2004-10-22 | 1 | -0/+2 |
* | - Add FireWire subclass and OHCI interface. | simokawa | 2004-10-22 | 2 | -23/+75 |
* | Add an annotation to the comment for sysv_ipc.c to indicate that the | rwatson | 2004-10-22 | 1 | -2/+6 |
* | In osethostname(), don't need to call suser() directly as | rwatson | 2004-10-22 | 1 | -4/+2 |
* | Expand comments on various sections of the MAC Framework Policy API, | rwatson | 2004-10-22 | 2 | -8/+30 |
* | Replace direct reference to kdb_enter() with a DEBUGGER() macro that | rwatson | 2004-10-22 | 1 | -28/+34 |
* | Minor white space synchronization and line wrapping. | rwatson | 2004-10-22 | 2 | -1/+3 |
* | In the MAC label zone destructor, assert that the label is only | rwatson | 2004-10-22 | 1 | -1/+3 |
* | Remove extern declaration of mac_enforce_sysv, as it's not present in | rwatson | 2004-10-22 | 1 | -1/+0 |
* | When MAC is enabled, warn if getnewvnode() is asked to produce a vnode | rwatson | 2004-10-22 | 1 | -0/+2 |
* | Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinite | phk | 2004-10-22 | 5 | -630/+555 |
* | Add NO_BLUETOOTH and NO_AUTHPF variables. [1] | blackend | 2004-10-22 | 1 | -1/+3 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 15 | -178/+162 |
* | Sort NO* variables. | blackend | 2004-10-22 | 1 | -21/+21 |
* | Use bioq_takefirst() | phk | 2004-10-22 | 2 | -8/+4 |
* | removed compilation warning | suz | 2004-10-22 | 2 | -0/+2 |
* | Correct and clarify some very incorrect text. | scottl | 2004-10-22 | 1 | -6/+6 |
* | Seperate ia64 from the pack. The disc1 is overflowing to such extend | marcel | 2004-10-22 | 1 | -85/+96 |
* | Document the 21610SA card. | scottl | 2004-10-22 | 1 | -0/+2 |
* | Merge files peter takes off the vendor branch | ache | 2004-10-21 | 0 | -0/+0 |
* | Fix some more files that got butchered to appear to be back on the | peter | 2004-10-21 | 3 | -110/+249 |
* | Force these files back off the vendor branch. They should NEVER have been | peter | 2004-10-21 | 5 | -69/+275 |
* | Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec for | scottl | 2004-10-21 | 1 | -0/+2 |
* | Add KTR_GEOM, which allows tracing of basic GEOM I/O events occuring | rwatson | 2004-10-21 | 2 | -1/+28 |
* | Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT | phk | 2004-10-21 | 14 | -139/+138 |
* | Add BO_* macros parallel to VI_* macros for manipulating the bo_mtx. | phk | 2004-10-21 | 3 | -8/+29 |
* | Polish vtruncbuf() to improve readability and style a bit. | phk | 2004-10-21 | 1 | -49/+42 |
* | Remove NOLIBPTHREAD=yes since BIND related binaries (dig etc.) require | blackend | 2004-10-21 | 1 | -1/+0 |
* | Simplify buf_vlist_remove(). | phk | 2004-10-21 | 1 | -34/+16 |
* | Forced commit to get the right commit message: | phk | 2004-10-21 | 0 | -0/+0 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-21 | 2 | -7/+89 |
* | Add -D_KVM_VNODE to indicate that despite being a userland program, | phk | 2004-10-21 | 1 | -0/+2 |