| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the sound device drivers: | Seigo Tanimura | 2004-07-16 | 36 | -156/+181 |
* | Remove unused fields from the pmap. | Alan Cox | 2004-07-16 | 2 | -4/+0 |
* | Rename Biba and MLS _single label elements to _effective, which more | Robert Watson | 2004-07-16 | 4 | -353/+353 |
* | When entering soclose(), assert that SS_NOFDREF is not already set. | Robert Watson | 2004-07-16 | 1 | -0/+2 |
* | Use qsort_r() instead of qsort() when sorting links by latency | Gleb Smirnoff | 2004-07-16 | 1 | -20/+5 |
* | Copy qsort_r(3) from libc to libkern. | Gleb Smirnoff | 2004-07-15 | 4 | -24/+52 |
* | fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[] | Jim Rees | 2004-07-15 | 1 | -3/+3 |
* | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 32 | -49/+49 |
* | MFNetBSD. | Lukas Ertl | 2004-07-15 | 1 | -6/+6 |
* | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-15 | 11 | -21/+42 |
* | Add fdc_acpi to module build, bump WARNS to 2. | Nate Lawson | 2004-07-15 | 1 | -2/+5 |
* | Hook up fdc_acpi for the kernel build. | Nate Lawson | 2004-07-15 | 2 | -0/+2 |
* | Clean up resources properly if attach fails. Always reset ISA drives on | Nate Lawson | 2004-07-15 | 2 | -15/+31 |
* | Re-work for fdc_acpi. Expose fdc_add_child() and move the static | Nate Lawson | 2004-07-15 | 2 | -27/+36 |
* | Add an ACPI floppy drive attachment that probes via the _FDE and _FDI | Nate Lawson | 2004-07-15 | 1 | -0/+260 |
* | Fix a typo in a comment. | John Baldwin | 2004-07-15 | 1 | -1/+1 |
* | Update the interface for child drivers. Add acpi_scan_children, which | Nate Lawson | 2004-07-15 | 2 | -21/+146 |
* | Move the fdc_alloc_resources function into the bus front end. | Yoshihiro Takahashi | 2004-07-15 | 4 | -412/+166 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 59 | -20/+101 |
* | Cleanup shutdown output. | Alfred Perlstein | 2004-07-15 | 2 | -7/+4 |
* | A couple of grammar fixes in the bktr options section. | Peter Pentchev | 2004-07-15 | 1 | -4/+4 |
* | Tidy up system shutdown. | Alfred Perlstein | 2004-07-15 | 2 | -6/+24 |
* | type prgregset_t really should be an array. this is odd, however, other | David Xu | 2004-07-15 | 1 | -1/+1 |
* | Disable SIGIO for now, leave a comment as to why it's busted and hard | Alfred Perlstein | 2004-07-15 | 1 | -0/+20 |
* | Clean up the output on reboot by keeping completion messages on the same | Nate Lawson | 2004-07-15 | 1 | -2/+2 |
* | A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not | Alan Cox | 2004-07-15 | 1 | -2/+2 |
* | A module with no modevent function gets modevent_nop() as default. | Poul-Henning Kamp | 2004-07-14 | 1 | -1/+9 |
* | Add a comment separator. | Nate Lawson | 2004-07-14 | 1 | -1/+1 |
* | Add a note indicating that the eh_prototype field used to construct | Robert Watson | 2004-07-14 | 1 | -0/+4 |
* | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | Robert Watson | 2004-07-14 | 1 | -0/+10 |
* | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | Robert Watson | 2004-07-14 | 1 | -0/+11 |
* | Introduce a new mutex, ng_fec_mtx, to protect the global unit list to | Robert Watson | 2004-07-14 | 1 | -1/+10 |
* | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | Robert Watson | 2004-07-14 | 1 | -1/+11 |
* | Introduce a new mutex, ng_iface_mtx, to protect the global unit list | Robert Watson | 2004-07-14 | 1 | -1/+12 |
* | Some laptops report the "design-capacity" instead of the "real-capacity" | Mark Santcroos | 2004-07-14 | 1 | -0/+9 |
* | In addition to the real user ID check, do an explicit jail | Christian S.J. Peron | 2004-07-14 | 1 | -2/+3 |
* | Correct bounds check in lapic_create(). | John Baldwin | 2004-07-14 | 1 | -1/+1 |
* | Unbreak LINT: device card no longer takes a count. | Dag-Erling Smørgrav | 2004-07-14 | 1 | -1/+1 |
* | Make sure to update the mnt_stats before UFS1 extattr tried to | Poul-Henning Kamp | 2004-07-14 | 1 | -5/+4 |
* | Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me. | Max Laier | 2004-07-14 | 1 | -5/+5 |
* | Like on i386, eliminate pv_ptem (which was suggested by alc). This | Peter Wemm | 2004-07-14 | 2 | -30/+58 |
* | Remove fdc_alloc_resources, which should have happened in last commit. | Warner Losh | 2004-07-14 | 2 | -143/+2 |
* | Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. | Alfred Perlstein | 2004-07-14 | 2 | -3/+32 |
* | Fix the pccard attachment to have a chance of working. | Warner Losh | 2004-07-14 | 2 | -32/+214 |
* | Follow PnP location string change in acpi.c. | Takanori Watanabe | 2004-07-14 | 1 | -1/+1 |
* | do { } while(0) KNOTE macro, whitespace | Alfred Perlstein | 2004-07-14 | 1 | -2/+3 |
* | Additional pmap locking | Alan Cox | 2004-07-14 | 1 | -28/+49 |
* | Switch snoop device to using C99 initialization for struct linesw. | Robert Watson | 2004-07-14 | 1 | -2/+8 |
* | Convert SLIP to using C99 structure initialization for its struct | Robert Watson | 2004-07-14 | 1 | -2/+8 |
* | In pmap_remove_pages(), when clearing a pte, update the corresponding | Alan Cox | 2004-07-14 | 1 | -0/+4 |