summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-1532-49/+49
* MFNetBSD.le2004-07-151-6/+6
* Push down the acquisition and release of the page queues lock intoalc2004-07-1511-21/+42
* Add fdc_acpi to module build, bump WARNS to 2.njl2004-07-151-2/+5
* Hook up fdc_acpi for the kernel build.njl2004-07-152-0/+2
* Clean up resources properly if attach fails. Always reset ISA drives onnjl2004-07-152-15/+31
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticnjl2004-07-152-27/+36
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDInjl2004-07-151-0/+260
* Fix a typo in a comment.jhb2004-07-151-1/+1
* Update the interface for child drivers. Add acpi_scan_children, whichnjl2004-07-152-21/+146
* Move the fdc_alloc_resources function into the bus front end.nyan2004-07-154-412/+166
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-1559-20/+101
* Cleanup shutdown output.alfred2004-07-152-7/+4
* A couple of grammar fixes in the bktr options section.roam2004-07-151-4/+4
* Tidy up system shutdown.alfred2004-07-152-6/+24
* type prgregset_t really should be an array. this is odd, however, otherdavidxu2004-07-151-1/+1
* Disable SIGIO for now, leave a comment as to why it's busted and hardalfred2004-07-151-0/+20
* Clean up the output on reboot by keeping completion messages on the samenjl2004-07-151-2/+2
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notalc2004-07-151-2/+2
* A module with no modevent function gets modevent_nop() as default.phk2004-07-141-1/+9
* Add a comment separator.njl2004-07-141-1/+1
* Add a note indicating that the eh_prototype field used to constructrwatson2004-07-141-0/+4
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Noterwatson2004-07-141-0/+10
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.rwatson2004-07-141-0/+11
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list torwatson2004-07-141-1/+10
* Introduce a new mutex, ng_eiface_mtx, to protect the global unit listrwatson2004-07-141-1/+11
* Introduce a new mutex, ng_iface_mtx, to protect the global unit listrwatson2004-07-141-1/+12
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* In addition to the real user ID check, do an explicit jailcsjp2004-07-141-2/+3
* Correct bounds check in lapic_create().jhb2004-07-141-1/+1
* Unbreak LINT: device card no longer takes a count.des2004-07-141-1/+1
* Make sure to update the mnt_stats before UFS1 extattr tried tophk2004-07-141-5/+4
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.mlaier2004-07-141-5/+5
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-142-143/+2
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.alfred2004-07-142-3/+32
* Fix the pccard attachment to have a chance of working.imp2004-07-142-32/+214
* Follow PnP location string change in acpi.c.takawata2004-07-141-1/+1
OpenPOWER on IntegriCloud