summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFamd64 revision 1.478alc2004-07-171-6/+5
* Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything fromjmallett2004-07-172-14/+2
* Be consistant with probeimp2004-07-161-2/+1
* Ignore more strange return values of the test_aux_port() function,mux2004-07-162-12/+20
* Fix the build. pcm is no more.ps2004-07-161-4/+0
* Remove dead or unused code, such as spl calls.alc2004-07-161-25/+0
* - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflagsjhb2004-07-169-24/+31
* Whitespace fix.jhb2004-07-161-1/+1
* Improve readability a bit by changing some code at the end of a functionjhb2004-07-161-6/+2
* /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1obrien2004-07-161-1/+1
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.njl2004-07-162-8/+4
* Fix the alpha (and others) module build by only building fdc_acpi.c onnjl2004-07-161-7/+9
* when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set onume2004-07-161-2/+10
* According to POSIX sys/socket.h must define CMSG_NXTHDR but most notharti2004-07-161-1/+1
* Fix acpi_video loading. When we started cleaning up the duplicate handlesnjl2004-07-161-5/+4
* Add a SUSER_RUID flag to suser_cred. This flag indicates that we want tocperciva2004-07-162-3/+3
* Sync the example of MODULES_OVERRIDE with the renamed sound drivers.tanimura2004-07-161-1/+1
* Rename snd_pcm as sound.tanimura2004-07-161-1/+1
* Rename the sound device drivers:tanimura2004-07-1636-156/+181
* Remove unused fields from the pmap.alc2004-07-162-4/+0
* Rename Biba and MLS _single label elements to _effective, which morerwatson2004-07-164-353/+353
* When entering soclose(), assert that SS_NOFDREF is not already set.rwatson2004-07-161-0/+2
* Use qsort_r() instead of qsort() when sorting links by latencyglebius2004-07-161-20/+5
* Copy qsort_r(3) from libc to libkern.glebius2004-07-154-24/+52
* fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[]rees2004-07-151-3/+3
OpenPOWER on IntegriCloud