aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h fileAlexander Kabaev2004-07-181-1/+1
* Fix copy&paste bug.Pawel Jakub Dawidek2004-07-181-1/+1
* Add doxygen doc comments for most of newbus and the BUS interface.Doug Rabson2004-07-183-228/+1323
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toScott Long2004-07-184-7/+7
* Fix a stupid attemp to apply host arithmetics to network byte ordered data.Max Laier2004-07-181-1/+1
* I missed two pieces of the commit to this file. Robert has alreadyDavid Malone2004-07-181-1/+1
* Start the entropy device insecure/unblocked. I'll be handing overMark Murray2004-07-182-5/+3
* In -CURRENT pseudo devices are not statically assigned at compile time,Maxim Konovalov2004-07-186-6/+6
* Fix exclusive-bit leakage.Pawel Jakub Dawidek2004-07-181-1/+1
* Add support System TALKS Inc. SGC-X2ULMIHIRA Sanpei Yoshiro2004-07-182-0/+5
* Quirk for SEGRAND NP-900 USB MP3PlayerMIHIRA Sanpei Yoshiro2004-07-181-0/+8
* Only extract a physical address from a pte in pmap_extract() if the pte isAlan Cox2004-07-181-9/+13
* Remove GIANT_REQUIRED from vmapbuf().Alan Cox2004-07-181-2/+0
* Remove the GIANT_REQUIRED preceding pmap_remove() inAlan Cox2004-07-181-1/+0
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasRobert Watson2004-07-181-1/+1
* Drop Giant and acquire the UNIX domain socket subsystem lock a bitRobert Watson2004-07-181-4/+4
* m_tag_copy takes an additional "how" parameter in FreeBSD.Max Laier2004-07-181-0/+8
* Fix macro so that we don't get missing initializer warnings.Alfred Perlstein2004-07-171-1/+3
* Change named parameters from max (which conflicts with a macro in libkern.h)Alfred Perlstein2004-07-171-2/+2
* Remedy my omission of one change in the prevision revision: pmap_remove()Alan Cox2004-07-171-0/+3
* Fix typo.David Xu2004-07-171-1/+1
* - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() andAlan Cox2004-07-171-2/+4
* Fix the !INET6 build.David Malone2004-07-171-0/+4
* Add a kern_setsockopt and kern_getsockopt which can read the optionDavid Malone2004-07-173-99/+110
* The tcp syncache code was leaving the IPv6 flowlabel uninitialisedDavid Malone2004-07-172-6/+32
* Merge in a stable fix from OpenBSD:Max Laier2004-07-171-52/+63
* Dont set "address setup timing" on newer VIA chips.Søren Schmidt2004-07-171-1/+2
* Rename the sound device drivers.Yoshihiro Takahashi2004-07-172-12/+14
* Merged from the following changes.Yoshihiro Takahashi2004-07-176-60/+88
* Correct typo.Yoshihiro Takahashi2004-07-171-1/+1
* Remove duplicate include.Yoshihiro Takahashi2004-07-171-1/+0
* Add some PCI IDs for OHCI chips.Hidetoshi Shimokawa2004-07-172-0/+30
* Resurrect kld support. Support ADDR16_HA/LA relocations, and syncPeter Grehan2004-07-171-43/+45
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedMax Laier2004-07-173-22/+34
* MFamd64 revision 1.478Alan Cox2004-07-171-6/+5
* Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything fromJuli Mallett2004-07-172-14/+2
* Be consistant with probeWarner Losh2004-07-161-2/+1
* Ignore more strange return values of the test_aux_port() function,Maxime Henrion2004-07-162-12/+20
* Fix the build. pcm is no more.Paul Saab2004-07-161-4/+0
* Remove dead or unused code, such as spl calls.Alan Cox2004-07-161-25/+0
* - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflagsJohn Baldwin2004-07-169-24/+31
* Whitespace fix.John Baldwin2004-07-161-1/+1
* Improve readability a bit by changing some code at the end of a functionJohn Baldwin2004-07-161-6/+2
* /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1David E. O'Brien2004-07-161-1/+1
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.Nate Lawson2004-07-162-8/+4
* Fix the alpha (and others) module build by only building fdc_acpi.c onNate Lawson2004-07-161-7/+9
* when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set onHajimu UMEMOTO2004-07-161-2/+10
* According to POSIX sys/socket.h must define CMSG_NXTHDR but most notHartmut Brandt2004-07-161-1/+1
* Fix acpi_video loading. When we started cleaning up the duplicate handlesNate Lawson2004-07-161-5/+4
* Add a SUSER_RUID flag to suser_cred. This flag indicates that we want toColin Percival2004-07-162-3/+3