summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove P_STOPPED_TRACE bit if debugger dies without a chance todavidxu2004-10-231-1/+1
* 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
* - Turn KASSERT()s into warning printf()'s in the g_class_load() routine.arr2004-10-221-10/+26
* Shave 40 unused bytes from struct tcpcb.andre2004-10-221-1/+0
* 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-221-1/+11
* 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
* 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 b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-2215-178/+162
* Use bioq_takefirst()phk2004-10-222-8/+4
* 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
* Simplify buf_vlist_remove().phk2004-10-211-34/+16
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-212-7/+89
* We want to ignore BUS_DMASYNC_POSTWRITE, not BUS_DMASYNC_POSTREAD.cognet2004-10-211-1/+1
* Bump copyright dates for NETA on these files.rwatson2004-10-212-2/+2
* Modify mac_bsdextended policy so that it defines its own vnode accessrwatson2004-10-212-33/+74
* Zero terminate empty sting in kdb_sysctl_available.ups2004-10-211-0/+2
* Modify the vm object locking in do_sendfile() so that the containing objectalc2004-10-201-2/+3
* Fix a typo so that this compiles.jhb2004-10-201-1/+1
* Fix a typo so that this compiles again.jhb2004-10-201-1/+1
* Do not retry on requests that has lost thier device during reinit.sos2004-10-201-8/+5
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-204-0/+84
* Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.imp2004-10-201-0/+1
* Add missing bus_dmamap_sync() calls. If you are using an architecturemux2004-10-191-2/+12
* Destroy the UMA zone on unload.andre2004-10-191-0/+1
* Slightly extend the locking during unload to fully cover the protocolandre2004-10-191-5/+6
* Annotate a newly introduced race present due to the unloading ofrwatson2004-10-191-0/+4
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...andre2004-10-196-37/+100
* Properly declare the "net.inet" sysctl subtree.andre2004-10-191-0/+1
* Pre-emptively define IPPROTO_SPACER to 32767, the same value as PROTO_SPACERandre2004-10-191-0/+6
* aic7xxx.h:gibbs2004-10-192-14/+91
* Idle the channel earlier in reinit().sos2004-10-191-10/+10
OpenPOWER on IntegriCloud