summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10when kevent fails, the errno is a lot more interesting to print than -1Ted Unangst
2007-04-10new lines in error messagesTed Unangst
2007-04-10Add support for ffs2 filesystems. From pedro@ based on the ufs2Todd C. Miller
2007-04-10privledges -> privilegesMiod Vallat
2007-04-10remove process from thread list sooner in exit (notably, before waitingTed Unangst
2007-04-10Do not compile unused dump_tlb() unless option DEBUG.Miod Vallat
2007-04-10slighly -> slightlyMiod Vallat
2007-04-10Name and cast all struct sd_softc *sd the same way. No binary change.Alexander Bluhm
2007-04-10Add support for checking ffs2 filesystems. From pedro@ based onTodd C. Miller
2007-04-10if vnconfig can't get the info, it should say so, not just print nothing.Ted Unangst
2007-04-10When doing a rename and finding out the destination name alreadyPedro Martelletto
2007-04-10Prevent infinite loop mapping interrupts when "reg" property is missing.Mark Kettenis
2007-04-10Next step in equal cost multipath support. Make the SPF calculation multipathClaudio Jeker
2007-04-10Revert previous commit which introduced regressions in KDE.Kurt Miller
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