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