summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-10restricts some of the commands that produce too much output when runHenning Brauer
2007-04-10No need to use umount -f now that both cases of vnode leakage were fixedPedro Martelletto
2007-04-10Fix yet another vnode leak. If relookup() succeeds, we no longer needPedro Martelletto
2007-04-10Always use idiom 'struct cd_softc *cd = (struct cd_softc *)self'. SpottedKenneth R Westerback
2007-04-10spacingMichele Marchetto
2007-04-10Add a small hint that Neterion is formerly known as S2io.Reyk Floeter
2007-04-10wrap reading of the error fis up into a func of its own, and useDavid Gwynne
2007-04-10Sort ATA commands by value.Jonathan Gray
2007-04-10Rewrite ITITERATE macro to prevent out-of-bounds memory access.Moritz Jodeit
2007-04-10pascoe wrote a lot of these drivers.David Gwynne
2007-04-10pascoe@ finished sili(4). enable it so people can try it.David Gwynne
2007-04-10pascoe finished sili(4). let's enable it so people can try it.David Gwynne
2007-04-09Improve the handling of "counting to infinity" mechanism and add an heuristicMichele Marchetto
2007-04-09Correctly handle option '-m', okay mickey@ grunk@Pedro Martelletto
2007-04-09Re-enable art(4); mglocker@'s e250 is perfectly happy with larger kernels now.Mark Kettenis
2007-04-09Unbreak the tree.Mark Kettenis
2007-04-09Seperate rtc(4) code out into its own file. Add support for catching theMark Kettenis
2007-04-09Remove unused prototype.Mark Kettenis
2007-04-09Add -n to gzip flags. Save a few bytes since we no longer saveTodd C. Miller
2007-04-09spacing tweak in usage(); from Igor SobradoJason McIntyre
2007-04-09further refine the string for NETGEAR WG511, after some proddingJason McIntyre
2007-04-09Fix (unused) extintr_disable_by_num behaviour, and make vmstat -i outputMiod Vallat
2007-04-09Assert my copyright for the AX88178/AX88772 bits over the last few years.Jonathan Gray
2007-04-09Remove any possibility of of an underflow happening whenJonathan Gray
2007-04-09Add missing letoh16() for eeprom value.Jonathan Gray
2007-04-08I have an HP LaserJet (P2015dn) whose LPR implementation may not endKevin Steves
2007-04-08revert previous, since it made the hardware list too long (in terms ofJason McIntyre
2007-04-08ansify and deregister, no binary change, okay mickey@ bluhm@Pedro Martelletto
2007-04-08since both daily(8) and afterboot(8) contain instructions forJason McIntyre
2007-04-08Sync with i386.html; The NETGEAR WG511 made in China is a SoftMAC oneMarcus Glocker
2007-04-08Use CMD_OK instead of 0, no binary change, from mickeyPedro Martelletto
2007-04-08remove warning (exiting thru next)Marc Espie
2007-04-08Fix lint comments. s/Fall through/FALLTHROUGH/.Moritz Jodeit
2007-04-08o Kill another strerror() from a call to log_error(),Moritz Jodeit
2007-04-08Whitespace/long line fixups. No code change.Christopher Pascoe
2007-04-08Add compile-time support for coalescing command interrupts to reduce theChristopher Pascoe
2007-04-08Change the API to sili_port_intr so it can timeout a command and reuse theChristopher Pascoe
2007-04-08ral(4) reported to work on sparc64 by Maxim Belooussov <belooussov@gmail.com>Jonathan Gray
2007-04-08Add support for NCQ error recovery and enable NCQ command submission.Christopher Pascoe
2007-04-08detect MP3 file with ID3 v2 tagNikolay Sturm
2007-04-08x4100 machines need a hold off in between reads and write to the bmcMarco Peereboom
2007-04-08Track the order that CCBs are submitted in, so that after an error we areChristopher Pascoe
2007-04-08sili uses one queue for NCQ and legacy commands. No need for the AHCI-styleChristopher Pascoe
2007-04-07ANSI-fy. No functional change.Kenneth R Westerback
2007-04-07use strtonum, from jason dixonTed Unangst
2007-04-07Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they wereKenneth R Westerback
2007-04-07KNF, spaces; ok millert@Kevin Steves
2007-04-07trailing "\n" not needed in fatal(); ok millert@Kevin Steves
2007-04-07Remove unused variable.Mark Kettenis
2007-04-07USECPERSEC is no longer used.Mark Kettenis