Age | Commit message (Expand) | Author |
2004-06-30 | since we're not using 'len' for anything, nuke it and pass null to | Pedro Martelletto |
2004-06-30 | Force SCSI_POLL for commands issued during probe. Fixes problem with mpt on | Kenneth R Westerback |
2004-06-30 | don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@ | Pedro Martelletto |
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff |
2004-06-28 | You *cannot* strlcpy from userland. Pedro, go read this and find out what | Theo de Raadt |
2004-06-28 | add support for ati tv-wonders written by me and tested by Jacob Meuser <jake... | Michael Shalayeff |
2004-06-28 | do not force into io space on hppa as it's much slower | Michael Shalayeff |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-06-28 | KNF | Ryan Thomas McBride |
2004-06-27 | back out crud that breaks the macppc | Theo de Raadt |
2004-06-27 | better midi stuff from alex@caoua.org | Theo de Raadt |
2004-06-27 | sync | Theo de Raadt |
2004-06-27 | some roland midi devices; alex@caoua.org | Theo de Raadt |
2004-06-27 | Reduce verbosity of atw PCI attach without removing actual info. | Todd C. Miller |
2004-06-27 | KNF | Ryan Thomas McBride |
2004-06-27 | stop passing an empty enaddr around since we figure out the | Brad Smith |
2004-06-27 | KNF | Ryan Thomas McBride |
2004-06-26 | KNF | Ryan Thomas McBride |
2004-06-26 | KNF | Ryan Thomas McBride |
2004-06-26 | KNF | Ryan Thomas McBride |
2004-06-26 | $OpenBSD$ | Ryan Thomas McBride |
2004-06-26 | Add supporting Sangoma network driver. | Alex Feldman |
2004-06-26 | Sangoma Network Device driver for AFT series card (initiali version). | Alex Feldman |
2004-06-25 | fix MAC address initialization on big endian machines; found by naddy, ok drahn | Peter Valchev |
2004-06-25 | Provide information about the raw (unswizzled) intrrupt pin in | Artur Grabowski |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-24 | ultra minor KNF | Jun-ichiro itojun Hagino |
2004-06-24 | endian fix from chris pascoe | Jolan Luff |
2004-06-23 | a few fixes to systrace | marius eriksen |
2004-06-23 | Make AHD_DEBUG compile. ok krw@ | Marco Peereboom |
2004-06-23 | Missed this in the atw(4) commit. | Todd C. Miller |
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller |
2004-06-22 | Enable ahd interrupts and reset the channel before scanning the bus | Kenneth R Westerback |
2004-06-22 | Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN | Todd C. Miller |
2004-06-22 | The Prism device driver's manual makes a distinction in naming of | Todd C. Miller |
2004-06-22 | Spacing. ok krw@ | Marco Peereboom |
2004-06-22 | Remove all static functions. ok krw@ | Marco Peereboom |
2004-06-22 | If there is no CIS info the cardbus attach would print an extra | Todd C. Miller |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion. | Kenneth R Westerback |
2004-06-21 | Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize | Miod Vallat |
2004-06-20 | Port mgx(4) to sparc64. | Miod Vallat |
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev |
2004-06-20 | Port the rfx(4) frame buffer driver to sparc64. | Miod Vallat |
2004-06-20 | regen | Damien Couderc |
2004-06-20 | add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200. | Damien Couderc |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto |
2004-06-20 | fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.fr | Theo de Raadt |