summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-195-6/+22
* MFp4: Add two options for gnop(8)'s 'create' command:pjd2004-07-192-16/+74
* Use the version field to identify the partial context used bygrehan2004-07-191-0/+1
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-green2004-07-194-63/+322
* Add partial pmap locking.alc2004-07-192-0/+27
* Add a #error requiring KDB if DDB is specified. (This can probably besilby2004-07-191-0/+3
* Empty GENERIC.hints file needed by make release.grehan2004-07-191-0/+1
* When calling scheduler entrypoints for creating new threads and processes,julian2004-07-188-43/+46
* Now we have NO_ADAPTIVE_MUTEXES option, so use it here too.pjd2004-07-181-1/+1
* Reverse a lock/unlock pair that were the wrong way around in some code thatjulian2004-07-181-2/+2
* Comment clarifying debug_mpsafenet.rwatson2004-07-181-4/+5
* Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). Thealc2004-07-181-1/+3
* After maintaining previous behaviour in writing out the core notes, it'smarcel2004-07-181-8/+5
* Fix a possible hang which apparently occurs during a warm boot (cold bootgj2004-07-181-0/+8
* Gratuitous whitespace change to un-wrap a short line.rwatson2004-07-181-2/+1
* The recent changes to control message passing broke some thingsdwmalone2004-07-181-12/+16
* Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h filekan2004-07-181-1/+1
* Fix copy&paste bug.pjd2004-07-181-1/+1
* Add doxygen doc comments for most of newbus and the BUS interface.dfr2004-07-183-228/+1323
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-184-7/+7
* Fix a stupid attemp to apply host arithmetics to network byte ordered data.mlaier2004-07-181-1/+1
* I missed two pieces of the commit to this file. Robert has alreadydwmalone2004-07-181-1/+1
* Start the entropy device insecure/unblocked. I'll be handing overmarkm2004-07-182-5/+3
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-186-6/+6
* Fix exclusive-bit leakage.pjd2004-07-181-1/+1
* Add support System TALKS Inc. SGC-X2ULsanpei2004-07-182-0/+5
* Quirk for SEGRAND NP-900 USB MP3Playersanpei2004-07-181-0/+8
* Only extract a physical address from a pte in pmap_extract() if the pte isalc2004-07-181-9/+13
* Remove GIANT_REQUIRED from vmapbuf().alc2004-07-181-2/+0
* Remove the GIANT_REQUIRED preceding pmap_remove() inalc2004-07-181-1/+0
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasrwatson2004-07-181-1/+1
* Drop Giant and acquire the UNIX domain socket subsystem lock a bitrwatson2004-07-181-4/+4
* m_tag_copy takes an additional "how" parameter in FreeBSD.mlaier2004-07-181-0/+8
* Fix macro so that we don't get missing initializer warnings.alfred2004-07-171-1/+3
* Change named parameters from max (which conflicts with a macro in libkern.h)alfred2004-07-171-2/+2
* Remedy my omission of one change in the prevision revision: pmap_remove()alc2004-07-171-0/+3
* Fix typo.davidxu2004-07-171-1/+1
* - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() andalc2004-07-171-2/+4
* Fix the !INET6 build.dwmalone2004-07-171-0/+4
* Add a kern_setsockopt and kern_getsockopt which can read the optiondwmalone2004-07-173-99/+110
* The tcp syncache code was leaving the IPv6 flowlabel uninitialiseddwmalone2004-07-172-6/+32
* Merge in a stable fix from OpenBSD:mlaier2004-07-171-52/+63
* Dont set "address setup timing" on newer VIA chips.sos2004-07-171-1/+2
* Rename the sound device drivers.nyan2004-07-172-12/+14
* Merged from the following changes.nyan2004-07-176-60/+88
* Correct typo.nyan2004-07-171-1/+1
* Remove duplicate include.nyan2004-07-171-1/+0
* Add some PCI IDs for OHCI chips.simokawa2004-07-172-0/+30
* Resurrect kld support. Support ADDR16_HA/LA relocations, and syncgrehan2004-07-171-43/+45
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedmlaier2004-07-173-22/+34
OpenPOWER on IntegriCloud