| Age | Commit message (Expand) | Author |
| 2008-08-12 | Add new accelerated driver for SPX graphics found in some VAXstations, | hans |
| 2008-08-12 | fix an off-by-one in isochronous interval check, and streamline some | drochner |
| 2008-08-12 | fix an inconsistency in a check for invalid configuration index vs. value; | drochner |
| 2008-08-12 | Deny read/write access to snapshot vnodes. We use fss(4) to read from | hannken |
| 2008-08-11 | Add polling support to ld_twe_flush(). | simonb |
| 2008-08-11 | Add a flags argument to the ld(4) flush handlers, and call these with a | simonb |
| 2008-08-08 | KASSERT works better with == instead of = | pooka |
| 2008-08-06 | remove a KASSERT which is wrong since audio(4)'s device/softc were split | drochner |
| 2008-08-06 | Identify the O2 Micro OZ711E0 and treat it the same as all of the | dyoung |
| 2008-08-06 | Regen. | dyoung |
| 2008-08-06 | Define O2 Micro OZ711E0. From OpenBSD. | dyoung |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-08-03 | make i386 ALL kernel compile | cegger |
| 2008-08-03 | Allow using VGA_POST without ACPI again. | joerg |
| 2008-08-02 | High speed isochronous transfer support, from Jeremy Morse as part of | jmcneill |
| 2008-08-02 | Update copyright. | jmcneill |
| 2008-08-02 | High speed isochronous support, from Jeremy Morse as part of Google | jmcneill |
| 2008-08-01 | fix incomplete device_t-ification | macallan |
| 2008-08-01 | Increase delay after channel reset from 100ms to 500ms, suggested by bouyer. | dillo |
| 2008-08-01 | Force ahcisata to attach to NVIDIA MCP65 and MCP67, as they don't | dillo |
| 2008-08-01 | Destroy our mutex on detach in order to avoid | ws |
| 2008-07-31 | -ubsa needs to be attached as whole device on USB, because it sets | drochner |
| 2008-07-31 | machdep.acpi_vbios_reset = 2 --> vga_pci_resume will use x86emu to do a | joerg |
| 2008-07-31 | Calling fxp_init within the interrupt handler results in | ws |
| 2008-07-29 | Regen. | tron |
| 2008-07-29 | Add nVidia GeForce 7300 LE. | tron |
| 2008-07-29 | fix typo. | christos |
| 2008-07-28 | just whitespace fixes. | christos |
| 2008-07-28 | fix type punned warnings. | christos |
| 2008-07-28 | lint wins again :-) From Anon Ymous: | christos |
| 2008-07-28 | -in usbd_probe_and_attach(), split out the code for per-device and | drochner |
| 2008-07-28 | add missing device_private(), fixes crash in interrupt handler | drochner |
| 2008-07-28 | Don't pmf_device_deregister() if it was not registered, which happens | drochner |
| 2008-07-28 | Clarify some printfs in error cases so we at least know what subsystem | jmcneill |
| 2008-07-27 | Unbreak twa after the last two commits. | joerg |
| 2008-07-26 | remove comment that is no longer true | plunky |
| 2008-07-26 | make sure we write little endian. From Anon Ymous | christos |
| 2008-07-25 | Add {} around VLAN_INPUT_TAG() - VLAN_INPUT_TAG() can't be a do ... while (0). | dsl |
| 2008-07-25 | Replace a 'do { ... } while (0);' with 'for (;;) { ... break; }' | dsl |
| 2008-07-24 | * Add the BSS node during the auth phase so negotiation can occur | blymn |
| 2008-07-24 | Add support for Broadcom 5722 and identify 5755 ASICs. | sborrill |
| 2008-07-22 | Add pci_mapreg_submap(): This function is pci_mapreg_map() with two | bjs |
| 2008-07-21 | Express explicitly that VGA_POST needs X86EMU. | joerg |
| 2008-07-21 | Repeat after me: do not pollute sys with #ifdef _RUMPKERNEL | pooka |
| 2008-07-21 | don't include i82365var.h, fixes build error, from Robert Swindells | drochner |
| 2008-07-19 | buf_destroy() an embedded buffer before returning memory to pool | kardel |
| 2008-07-19 | support new drm. | mrg |
| 2008-07-16 | split device/softc for sd (tested with a USB stick) | drochner |
| 2008-07-16 | split device/softc for scsibus | drochner |
| 2008-07-16 | Don't ignore poor retarded ubt(4) devices which have vendor and product id | tonnerre |