aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync the example of MODULES_OVERRIDE with the renamed sound drivers.Seigo Tanimura2004-07-161-1/+1
* Rename snd_pcm as sound.Seigo Tanimura2004-07-161-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-1636-156/+181
* Remove unused fields from the pmap.Alan Cox2004-07-162-4/+0
* Rename Biba and MLS _single label elements to _effective, which moreRobert Watson2004-07-164-353/+353
* When entering soclose(), assert that SS_NOFDREF is not already set.Robert Watson2004-07-161-0/+2
* Use qsort_r() instead of qsort() when sorting links by latencyGleb Smirnoff2004-07-161-20/+5
* Copy qsort_r(3) from libc to libkern.Gleb Smirnoff2004-07-154-24/+52
* fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[]Jim Rees2004-07-151-3/+3
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-1532-49/+49
* MFNetBSD.Lukas Ertl2004-07-151-6/+6
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-1511-21/+42
* Add fdc_acpi to module build, bump WARNS to 2.Nate Lawson2004-07-151-2/+5
* Hook up fdc_acpi for the kernel build.Nate Lawson2004-07-152-0/+2
* Clean up resources properly if attach fails. Always reset ISA drives onNate Lawson2004-07-152-15/+31
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticNate Lawson2004-07-152-27/+36
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDINate Lawson2004-07-151-0/+260
* Fix a typo in a comment.John Baldwin2004-07-151-1/+1
* Update the interface for child drivers. Add acpi_scan_children, whichNate Lawson2004-07-152-21/+146
* Move the fdc_alloc_resources function into the bus front end.Yoshihiro Takahashi2004-07-154-412/+166
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-1559-20/+101
* Cleanup shutdown output.Alfred Perlstein2004-07-152-7/+4
* A couple of grammar fixes in the bktr options section.Peter Pentchev2004-07-151-4/+4
* Tidy up system shutdown.Alfred Perlstein2004-07-152-6/+24
* type prgregset_t really should be an array. this is odd, however, otherDavid Xu2004-07-151-1/+1
* Disable SIGIO for now, leave a comment as to why it's busted and hardAlfred Perlstein2004-07-151-0/+20