summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-20printf() calls with the format string spanning several lines should not haveMiod Vallat
2006-04-20Cast unsigned to signed when you want to check for negative values.Miod Vallat
2006-04-20no longer failure care; ok miodTheo de Raadt
2006-04-20unused variableTheo de Raadt
2006-04-20list must be sortedTheo de Raadt
2006-04-20add various tests for `rlog -r' (not enabled yet); OK ray@.Xavier Santolaria
2006-04-20Simplify the defaults handling. This is long overdue and necessary to addClaudio Jeker
2006-04-20use new LINTED keyword for a global which is perhaps not used, but mustTheo de Raadt
2006-04-20Add a LINTUSED special comment which marks the following declared symbol(s)Chad Loder
2006-04-20ANSI function declarationsMartin Reindl
2006-04-20adjust comments as to what keywords are legal; from fkrTheo de Raadt
2006-04-20Remove unused debug code that sneaked in by accident long agoPedro Martelletto
2006-04-20much -> mustPedro Martelletto
2006-04-20marco hates typedefs as much as i do, so he asked me to clean mfi like iDavid Gwynne
2006-04-20return after goto wont be reached, so remove it. found by lint.David Gwynne
2006-04-20get rid of the ccb list typedef. while here switch to TAILQ_HEAD insteadDavid Gwynne
2006-04-20remove some useless code found by lint.David Gwynne
2006-04-20change cvs_log() and cvs_vlog() return type to void; OK niallo@.Xavier Santolaria
2006-04-20Instead of printing useless metrics like recvpipe and sendpipe printClaudio Jeker
2006-04-20- remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCFMarc Balmer
2006-04-20simplify; ok djm@Markus Friedl
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with aDamien Miller
2006-04-20remove an unneeded macro;Jason McIntyre
2006-04-20reinstate HISTORY, from cvsintro(7)...Jason McIntyre
2006-04-20add a compatibility note; suggested by and ok xsaJason McIntyre
2006-04-20constify char *infile here, too. noticed by lint.Hans-Joerg Hoexer
2006-04-20More delint. -mojMats O Jansson
2006-04-20kill trailing space;Jason McIntyre
2006-04-20fix SEE ALSO;Jason McIntyre
2006-04-20regenBrad Smith
2006-04-20add the Belkin F5D6020 802.11b WLAN card.Brad Smith
2006-04-20slightly better wordingMartin Reindl
2006-04-20this is the proper fix for krws bug. i feel kinda bad taking the commitDavid Gwynne
2006-04-20Fix off-by-one read caused by bad grammars. I think this defect wasChad Loder
2006-04-20Test for (soon to be coming) LINTUSED special commentChad Loder
2006-04-20Do not warn about unreachable breaks in a switch. Prodded by theo, andChad Loder
2006-04-20Test case for unreachable breaksChad Loder
2006-04-20Reflect new warning formatChad Loder
2006-04-20Replace magic numbers with sizeof(array).Ray Lai
2006-04-20Clean up getopt stuff and use strtonum instead of atoi.Ray Lai
2006-04-20yydebug has to always be there, even if it is not used. this pleasesTheo de Raadt
2006-04-20syncTheo de Raadt
2006-04-20solve some signal races; from fsck_ffs; ok pedroTheo de Raadt
2006-04-19Remove trailing comma in SEE ALSO.Miod Vallat
2006-04-19Get rid of the clock device attachment - since the clock is not somethingMiod Vallat
2006-04-19winner for the most useless .Nd line in a man pageTheo de Raadt
2006-04-19Xr udcf into hereTheo de Raadt
2006-04-19build udf man pageTheo de Raadt
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer
2006-04-19Count spurious interrupt as part of the alarming interrupt issues as well.Miod Vallat