| Age | Commit message (Expand) | Author |
| 2009-04-08 | Remove redundant declaration of mainbus_attach(), as pointed out by | dyoung |
| 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 | Let us re-attach acpi0, ipmi0, pnpbios0, and mca0 at mainbus0. | dyoung |
| 2009-04-07 | Fix spelling: mak -> make. | dyoung |
| 2009-04-07 | Fix spelling: indrect -> indirect. | dyoung |
| 2009-04-07 | When ipmi0 detaches, free all of the ipmi_sensor's on the (global!) | dyoung |
| 2009-04-07 | In ipmi_detach(), don't sysmon_envsys_destroy(), but just _unregister(): | 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 | Make it possible to use VCHR devices again. | pooka |
| 2009-04-07 | Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown. | dyoung |
| 2009-04-07 | Fix typo that slipped in a while ago. Fixes non-file mounts. | pooka |
| 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 | Add opt_intrdebug.h for the INTRDEBUG option, and #include it here and | 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 | Cosmetic: join lines. | dyoung |
| 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 a device-detachment hook for ipmi(4). | dyoung |
| 2009-04-07 | Detach pchb(4) instances at shutdown. | dyoung |
| 2009-04-07 | Detach sysbeep0 at shutdown. | dyoung |
| 2009-04-07 | Add Realtek ALC663 and treat like ALC662 (ok pooka@) | stacktic |
| 2009-04-07 | Explicitly pass a specific buffer length to format_bytes() to | tsutsui |
| 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 | Fix spelling. | dyoung |
| 2009-04-06 | compile in snapshot code | pooka |
| 2009-04-06 | let drivers define DPRINTF | pooka |
| 2009-04-06 | In case using mmio, use windowing instead of trying to map the | pooka |
| 2009-04-06 | Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters. | mkirby |
| 2009-04-06 | Fix reference leak in fix for PR kern/40948. | pooka |
| 2009-04-06 | assym.fth.h also requires sparc symlink. Fix build without DESTDIR. | tsutsui |
| 2009-04-05 | Fix broken build from missing comma. (HI CHRISTOS!!) | dholland |
| 2009-04-05 | PR/41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be | christos |
| 2009-04-05 | m_split0(): If the newly allocated mbuf holds only the header, | bouyer |