summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove my "custom" locks that allow for lock acquire abort, they arealfred2007-01-082-177/+52
* Add the following functions to abstract away the creation of task threadsalfred2007-01-082-0/+39
* Factor out my copyrights + licenses from Charles D. Cranor andrwatson2007-01-084-10/+32
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;rwatson2007-01-0819-20/+501
* Replace (name) with Henric Vestergaard Draboel since it was clear thatimp2007-01-082-2/+2
* Sort copyrights together.rwatson2007-01-081-2/+4
* Resort copyrights and licenses in kern_acct.c: per UCB letter,rwatson2007-01-081-1/+27
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whensam2007-01-083-7/+31
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-086-5/+95
* Canonicalize copyright: use a date range rather than comma-delimitedrwatson2007-01-081-1/+1
* Canonicalize copyrights in some files I hold copyrights on:rwatson2007-01-083-3/+4
* Correct several issues with rate set negotiation:sam2007-01-084-40/+46
* o Changes to psycho_attach(): [1]marius2007-01-082-64/+225
* In ofw_pcibus_attach() skip dupe PCI devices reported by themarius2007-01-081-0/+2
* Fix a typo which blindly enabled TSO capability without respect toyongari2007-01-081-1/+1
* Don't rely on GM_GP_CTRL register contents when mii(4) layer reportsyongari2007-01-081-19/+14
* Fix LINT and ACPI_DEBUG builds and add print for use of flush cache inst.njl2007-01-081-5/+8
* - Garbage collect more alpha remnants.marius2007-01-085-1506/+2
* Initialize legacy SYS_RES_IRQ resources before attempting to use MSI.yongari2007-01-081-0/+1
* Tell backing v_object the filesize right on it's creation.pav2007-01-071-1/+6
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,marius2007-01-072-381/+0
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-076-209/+324
* Disable multichannel recording in snd_emu10kx module. Whith multichannelnetchild2007-01-071-1/+1
* MFp4 (112646):netchild2007-01-071-1/+1
* MFp4 (112535):netchild2007-01-071-2/+0
* MFp4 (112534):netchild2007-01-072-7/+3
* MFp4 (112499):netchild2007-01-071-0/+2
* MFp4 (112498):netchild2007-01-076-20/+20
* MFi386: revision 1.646.nyan2007-01-071-0/+1
* Declare the map entry created by kmem_init() for the range fromalc2007-01-071-1/+2
* Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO.scottl2007-01-071-1/+1
* When returning early from audit_arg_file() due to so->so_pcb being NULLrwatson2007-01-061-2/+3
* When performing a mount update to change a mount from read-only to read-write,rodrigc2007-01-061-4/+10
* Fixes module build with DEB(x) defined to x.netchild2007-01-061-1/+1
* Sync with NetBSD:netchild2007-01-061-1/+8
* Extend the emu10kx driver. With the words of the author:netchild2007-01-064-63/+402
* MFi386 rev 1.56:netchild2007-01-061-6/+46
* o One more typo in the comment.maxim2007-01-061-1/+1
* - Don't let SCHED_TICK_TOTAL() return less than hz. This can cause integerjeff2007-01-061-1/+1
* - Fix the sched_priority() invalid priority bugs. Use roundup() insteadjeff2007-01-061-59/+45
* Restore agp aperture size after resume, in case it is modified after boot.takawata2007-01-062-2/+16
* Fix compile error.mjacob2007-01-061-1/+1
* fix declaration / definition mismatch with ieee80211_chan2ieeekmacy2007-01-061-1/+1
* - Don't IPI unless we're going to interrupt something exiting in the kernel.jeff2007-01-061-1/+1
* - Fix a comparison in sched_choose() that caused cpus to be constantlyjeff2007-01-051-22/+38
* RELENG_6 compilationmjacob2007-01-051-1/+1
* error print cleanup && turn off ints if RISC is pausedmjacob2007-01-051-1/+2
* Check the return from registering FC4 types with the fabric namemjacob2007-01-051-11/+24
* - Clean up Aperture Access Global Enable (APEN) bit access.jkim2007-01-054-100/+82
* (commented out) multipath fault injection code.mjacob2007-01-054-2/+21
OpenPOWER on IntegriCloud