summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove P_STOPPED_TRACE bit if debugger dies without a chance todavidxu2004-10-231-1/+1
* Make documentation up to date with recent changes.glebius2004-10-231-43/+19
* Add some basic KTR tracing to busdma on i386. This is likely notrwatson2004-10-232-11/+62
* Locking cleanups to remove the need for a recursive mutexmtm2004-10-232-60/+49
* Move devfs earlier in the boot sequence. Some system daemons and othermtm2004-10-231-2/+2
* IPDIVERT will automatically load ipdivert.ko if not compiled into theandre2004-10-221-0/+5
* - Turn KASSERT()s into warning printf()'s in the g_class_load() routine.arr2004-10-221-10/+26
* Improve accuracy of last addition, as best Google advices me.phk2004-10-221-2/+3
* Shave 40 unused bytes from struct tcpcb.andre2004-10-222-1/+5
* Automatically load the ipdivert module if it was not compiled into the kernelandre2004-10-221-0/+13
* When printing the initialization string and IPDIVERT is not compiled into theandre2004-10-221-1/+1
* Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...andre2004-10-223-8/+28
* Properly handle failure to allocate isadma bounce bufferphk2004-10-221-2/+6
* Remove a "needs Giant" flag from the /dev/apm compat device.njl2004-10-221-1/+0
* Add punctuation which appears to have been accidentally removed incperciva2004-10-221-1/+1
* I'm surprised this one was not here yet.phk2004-10-221-0/+3
* Respect _BOOT flag.simokawa2004-10-222-6/+12
* Check _BOOT flag.simokawa2004-10-221-3/+3
* Respect RB_MULTIPLE flag.simokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.simokawa2004-10-222-23/+75
* Add an annotation to the comment for sysv_ipc.c to indicate that therwatson2004-10-221-2/+6
* In osethostname(), don't need to call suser() directly asrwatson2004-10-221-4/+2
* Expand comments on various sections of the MAC Framework Policy API,rwatson2004-10-222-8/+30
* Replace direct reference to kdb_enter() with a DEBUGGER() macro thatrwatson2004-10-221-28/+34
* Minor white space synchronization and line wrapping.rwatson2004-10-222-1/+3
* In the MAC label zone destructor, assert that the label is onlyrwatson2004-10-221-1/+3
* Remove extern declaration of mac_enforce_sysv, as it's not present inrwatson2004-10-221-1/+0
* When MAC is enabled, warn if getnewvnode() is asked to produce a vnoderwatson2004-10-221-0/+2
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitephk2004-10-225-630/+555
* Add NO_BLUETOOTH and NO_AUTHPF variables. [1]blackend2004-10-221-1/+3
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-2215-178/+162
* Sort NO* variables.blackend2004-10-221-21/+21
* Use bioq_takefirst()phk2004-10-222-8/+4
* removed compilation warningsuz2004-10-222-0/+2
* Correct and clarify some very incorrect text.scottl2004-10-221-6/+6
* Seperate ia64 from the pack. The disc1 is overflowing to such extendmarcel2004-10-221-85/+96
* Document the 21610SA card.scottl2004-10-221-0/+2
* Merge files peter takes off the vendor branchache2004-10-210-0/+0
* Fix some more files that got butchered to appear to be back on thepeter2004-10-213-110/+249
* Force these files back off the vendor branch. They should NEVER have beenpeter2004-10-215-69/+275
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forscottl2004-10-211-0/+2
* Add KTR_GEOM, which allows tracing of basic GEOM I/O events occuringrwatson2004-10-212-1/+28
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-2114-139/+138
* Add BO_* macros parallel to VI_* macros for manipulating the bo_mtx.phk2004-10-213-8/+29
* Polish vtruncbuf() to improve readability and style a bit.phk2004-10-211-49/+42
* Remove NOLIBPTHREAD=yes since BIND related binaries (dig etc.) requireblackend2004-10-211-1/+0
* Simplify buf_vlist_remove().phk2004-10-211-34/+16
* Forced commit to get the right commit message:phk2004-10-210-0/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-212-7/+89
* Add -D_KVM_VNODE to indicate that despite being a userland program,phk2004-10-211-0/+2
OpenPOWER on IntegriCloud