summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-04-19Better diagnostic messages in the MVME188 interrupt handler; also no needMiod Vallat
2006-04-19make sure cross-as and cross-ranlib get compiled again for a.out platforms.Miod Vallat
2006-04-19add support for interface groups.Hans-Joerg Hoexer
2006-04-19small cleanup: no need to strdup here.Hans-Joerg Hoexer
2006-04-19adopt to recent changes and add some more testsHans-Joerg Hoexer
2006-04-19"type" keyword to specify flow type (require, use, etc.)Hans-Joerg Hoexer
2006-04-19oops. forgot fnclex define (:Michael Shalayeff
2006-04-19add hostname resolver.Hans-Joerg Hoexer
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop...Michael Shalayeff
2006-04-19curpcb is long gone and is a #define -- do not declare it global anymore (no ...Michael Shalayeff
2006-04-19- simplify synopsisJason McIntyre
2006-04-19add a CAVEATS section; helped by xsaJason McIntyre
2006-04-19addition from xsa;Jason McIntyre
2006-04-19+.Xr diff 1 ,Jason McIntyre
2006-04-19make the keyword section make sense regarding cvs commands;Jason McIntyre
2006-04-19eliminate spacing in the keyword section, since rcs doesn;t like them;Jason McIntyre
2006-04-19a little bit more description; ok xsaJason McIntyre
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-04-19- signpost to keyword substitution sectionJason McIntyre
2006-04-19- signpost keyword substitution sectionJason McIntyre
2006-04-19keyword section is in rcs(1) now;Jason McIntyre
2006-04-19keyword section is in rcs(1) now;Jason McIntyre
2006-04-19move the keyword substitution section from cvs(1) to rcs(1):Jason McIntyre
2006-04-19flesh out the description of ci; ok xsaJason McIntyre
2006-04-19flesh out the description of co; ok xsaJason McIntyre
2006-04-19- flesh out the description of rcsdiffJason McIntyre
2006-04-19wdog_init is only called from wdog_register, so fold them in together.David Gwynne
2006-04-19photurisd is nomore; from Michael KnudsenMichael Shalayeff
2006-04-19move the 82573E_KCS PCI id so it is grouped with the other 82573 ids.Brad Smith
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-19Make sure sc_first_poll is initialized to 0 so sensor_task_threadKenneth R Westerback