aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the output on reboot by keeping completion messages on the sameNate Lawson2004-07-151-2/+2
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notAlan Cox2004-07-151-2/+2
* A module with no modevent function gets modevent_nop() as default.Poul-Henning Kamp2004-07-141-1/+9
* Add a comment separator.Nate Lawson2004-07-141-1/+1
* Add a note indicating that the eh_prototype field used to constructRobert Watson2004-07-141-0/+4
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. NoteRobert Watson2004-07-141-0/+10
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.Robert Watson2004-07-141-0/+11
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list toRobert Watson2004-07-141-1/+10
* Introduce a new mutex, ng_eiface_mtx, to protect the global unit listRobert Watson2004-07-141-1/+11
* Introduce a new mutex, ng_iface_mtx, to protect the global unit listRobert Watson2004-07-141-1/+12
* Some laptops report the "design-capacity" instead of the "real-capacity"Mark Santcroos2004-07-141-0/+9
* In addition to the real user ID check, do an explicit jailChristian S.J. Peron2004-07-141-2/+3
* Correct bounds check in lapic_create().John Baldwin2004-07-141-1/+1
* Unbreak LINT: device card no longer takes a count.Dag-Erling Smørgrav2004-07-141-1/+1
* Make sure to update the mnt_stats before UFS1 extattr tried toPoul-Henning Kamp2004-07-141-5/+4
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.Max Laier2004-07-141-5/+5
* Like on i386, eliminate pv_ptem (which was suggested by alc). ThisPeter Wemm2004-07-142-30/+58
* Remove fdc_alloc_resources, which should have happened in last commit.Warner Losh2004-07-142-143/+2
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.Alfred Perlstein2004-07-142-3/+32
* Fix the pccard attachment to have a chance of working.Warner Losh2004-07-142-32/+214
* Follow PnP location string change in acpi.c.Takanori Watanabe2004-07-141-1/+1
* do { } while(0) KNOTE macro, whitespaceAlfred Perlstein2004-07-141-2/+3
* Additional pmap lockingAlan Cox2004-07-141-28/+49
* Switch snoop device to using C99 initialization for struct linesw.Robert Watson2004-07-141-2/+8
* Convert SLIP to using C99 structure initialization for its structRobert Watson2004-07-141-2/+8
* In pmap_remove_pages(), when clearing a pte, update the correspondingAlan Cox2004-07-141-0/+4