| Age | Commit message (Expand) | Author |
| 2009-04-08 | sprintf -> snprintf | joerg |
| 2009-04-08 | Refactor slightly to create acpi_rescan(), a hook for rescanning the | dyoung |
| 2009-04-08 | Add acpitimer_detach() to eventually support acpi(4) detachment. | dyoung |
| 2009-04-08 | Decrease midi_pcppi_attached when midi at pcppi detaches. | dyoung |
| 2009-04-07 | Make pcppi(4) detach the "speaker" from attimer(4), so that the | dyoung |
| 2009-04-07 | Fix spelling: mak -> make. | dyoung |
| 2009-04-07 | Fix spelling: indrect -> indirect. | dyoung |
| 2009-04-07 | Reload sc_ctrl in wm_reset(). | msaitoh |
| 2009-04-07 | regen | msaitoh |
| 2009-04-07 | add 82801J_D_BM_LF (ICH10) | msaitoh |
| 2009-04-07 | Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown. | dyoung |
| 2009-04-07 | Detach midi at pcppi during shutdown. Sprinkle static. | dyoung |
| 2009-04-07 | Detach ehci(4) and uhci(4) at shutdown. | dyoung |
| 2009-04-07 | Fix about TBI mode. This fix doesn't influence MII mode. | msaitoh |
| 2009-04-07 | Fix about TBI mode. This fix doesn't influence MII mode. | msaitoh |
| 2009-04-07 | Detach uhub(4) and usb(4) at shutdown. | dyoung |
| 2009-04-07 | Destroy a scsipi_xfer's callout before putting it back into the pool. | dyoung |
| 2009-04-07 | Destroy sc->bnx_timeout in bnx_detach(). | dyoung |
| 2009-04-07 | Detach brgphy(4) at shutdown. | dyoung |
| 2009-04-07 | In mii_phy_detach(), destroy the NWay callout. | dyoung |
| 2009-04-07 | Cosmetic: remove some dead code. | dyoung |
| 2009-04-07 | Cosmetic: flag a potential problem in ata_channel_attach(): | dyoung |
| 2009-04-07 | During shutdown, detach attimer at acpi. | dyoung |
| 2009-04-07 | Declare mididetach() for use by midi0 at pcppi0. | dyoung |
| 2009-04-07 | Cosmetic: in a debug statement, use "%s", __func__ instead of a | dyoung |
| 2009-04-07 | Add Realtek ALC663 and treat like ALC662 (ok pooka@) | stacktic |
| 2009-04-06 | Use functions from disk(9) framework. Initialize disk/disklabel during | haad |
| 2009-04-06 | Fix build on amd64. Patch sent by dieter roelants. | haad |
| 2009-04-06 | Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters. | mkirby |
| 2009-04-05 | buildfix: include <sys/device.h> for device_t | cegger |
| 2009-04-05 | buildfix: include <sys/selinfo.h> for struct selinfo. | cegger |
| 2009-04-05 | Provide pmf(9) hooks that do what dopowerhooks(9) hook does. | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Register with pmf(9). Thus we register with both dopowerhooks(9) and | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Split device_t and softc. | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-04 | Add fileops::fo_drain(), to be called from fd_close() when there is more | ad |
| 2009-04-04 | Fix problems with ccd: | ad |
| 2009-04-03 | Stop dereferencing a dangling device_t pointer and crashing: skip the | dyoung |
| 2009-04-03 | Switch various printfs from %ld and %d to PRIu64, etc. to be more consistent | sborrill |
| 2009-04-03 | Use dev/apm/files.apm for APM options in opt_apm.h. | uwe |
| 2009-04-03 | Treat OAPM_IOC_GETPOWER as APM_IOC_GETPOWER - from apmdev(4). | uwe |
| 2009-04-03 | Config glue for attaching apm at apmdevif. | uwe |
| 2009-04-03 | Attachment glue to attach apm0 at hpcapm0. | uwe |
| 2009-04-03 | Switch apmdev to use apm(4) structures from dev/apm/apmvar.h. | uwe |
| 2009-04-03 | Further reduce diffs to dev/apm/apm.c. | uwe |
| 2009-04-03 | Fix SIOCSIFFLAGS. Mark as safe to detach at shutdown. | dyoung |
| 2009-04-02 | Cosmetic changes, only, to clarify and to save a couple of lines: return | dyoung |