Age | Commit message (Expand) | Author |
2008-06-24 | On user/kernel shared page table machines, do not let processes map their | Theo de Raadt |
2008-06-24 | Thinkpad -> ThinkPad | Igor Sobrado |
2008-06-24 | regen | Brad Smith |
2008-06-24 | - Rename the QuickCam Sphere AF to Orbit since the other Orbit MP | Brad Smith |
2008-06-23 | Don't bzero() the USB buffer before every xfer. This was just for debug | Marcus Glocker |
2008-06-23 | amd64s bus_dma internals use a pointer to a lastaddr variable to keep | David Gwynne |
2008-06-22 | Remove the QuickCam Pro 5000 from the quirks list now that there | Brad Smith |
2008-06-22 | regen | Brad Smith |
2008-06-22 | Add a few more QuickCam cams and touch up some of the existing entries. | Brad Smith |
2008-06-22 | Update watchdog timer code from DragonFly. | Brad Smith |
2008-06-22 | Like alpha, db_stack_dump() on mips and sh needs complete frame information | Miod Vallat |
2008-06-22 | If no frame gets queue for a certain time, return EINVAL to the userland | Marcus Glocker |
2008-06-22 | correct function names on some debug and panics. | Federico G. Schwindt |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-06-22 | remove MALLOC and FREE macros, as they are no more used in the tree. | Charles Longeau |
2008-06-22 | One last forgotten FREE(). | Miod Vallat |
2008-06-22 | Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtree | Ryan Thomas McBride |
2008-06-21 | print vendor and product in hexa on debug. | Federico G. Schwindt |
2008-06-21 | print the correct function name. | Federico G. Schwindt |
2008-06-21 | Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. | Kenneth R Westerback |
2008-06-21 | regen | Brad Smith |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith |
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback |
2008-06-21 | Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() | Kenneth R Westerback |
2008-06-21 | fix probable cut and paste error when for the virtual QH link. | Federico G. Schwindt |
2008-06-21 | Only do state key linking on the outbound path. | Ryan Thomas McBride |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray |
2008-06-20 | regen | Jonathan Gray |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray |
2008-06-20 | Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and | Marc Balmer |
2008-06-19 | comment out the com4 because -- even when disabled -- it shuffles all the | Theo de Raadt |
2008-06-19 | Add OpenBSD CVS marker, proper type for probe function. | Marc Balmer |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter |
2008-06-19 | add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded or | Reyk Floeter |
2008-06-19 | Sync USB ids. Although the Pro 5000 should be removed as it is | Brad Smith |
2008-06-19 | add ix(4) to GENERIC, enable it on i386. | Reyk Floeter |
2008-06-19 | regen | Brad Smith |
2008-06-19 | Fix the naming of the QuickCam Notebook Deluxe entry. | Brad Smith |
2008-06-19 | regen | Brad Smith |
2008-06-19 | Add a bunch of UVC compliant Logitech webcams. | Brad Smith |
2008-06-19 | Fix handling check for NAT and creation of a second pf_state_key in pfsync. | Ryan Thomas McBride |
2008-06-19 | Don't play with the vblank refcount if we didn't increase it first. | Owain Ainsworth |
2008-06-19 | Check the right refcount so that the vblank irq has a hope of being | Owain Ainsworth |
2008-06-18 | Attach amdmsr(4) at mainbus in a way that it can be disabled in UKC or the | Marc Balmer |
2008-06-18 | regen | Brad Smith |
2008-06-18 | Add the Logitech QuickCam Pro 9000. | Brad Smith |
2008-06-17 | if reading (or writing) is not supported, but the device is opened | Jacob Meuser |
2008-06-17 | totally skip amdmsr until it is fixed for real | Theo de Raadt |
2008-06-17 | Crank PFSYNC_VERSION, lots has changed in struct pfsync_state due to the | Ryan Thomas McBride |
2008-06-17 | Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, and | Kenneth R Westerback |