summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-04-23Avoid passing the device file descriptor to executed commands; deraadt@ okFederico G. Schwindt
2006-04-22remove extra spacesKevin Steves
2006-04-22update output after uaudio(4) changes.Federico G. Schwindt
2006-04-22use setres[ug]id() to permanently revoke privileges; ok deraadt@Damien Miller
2006-04-22Removes unused variables and rename variables shadowing externalRay Lai
2006-04-21Kill warning 54, trailing comma in enum, because this is allowed in C99.Chad Loder
2006-04-21On gcc3, specify -CC to the preprocessor (preserve comments even in macroChad Loder
2006-04-21move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;Xavier Santolaria
2006-04-21match former rcs implementation warning message if no options areXavier Santolaria
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
2006-04-21back out last (powerpc on bgpd build shows it is wrong)Theo de Raadt
2006-04-21switch -p handling to bitwise flags; OK ray@.Xavier Santolaria
2006-04-21Fix crash when lint deals with break statements outside switch or loop.Chad Loder
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
2006-04-20unused variableTheo de Raadt
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-20change cvs_log() and cvs_vlog() return type to void; OK niallo@.Xavier Santolaria
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-20Fix off-by-one read caused by bad grammars. I think this defect wasChad Loder
2006-04-20Do not warn about unreachable breaks in a switch. Prodded by theo, andChad Loder
2006-04-20yydebug has to always be there, even if it is not used. this pleasesTheo de Raadt
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-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-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-18Disable -CC to cpp until cpp 2.95 can handle it properlyChad Loder
2006-04-18Move Buffer bignum functions into their own file, bufbn.c. This means thatDarren Tucker
2006-04-18Add () to function names to make it more clear what is happeningChad Loder
2006-04-18For prototype argument conversions, include both "from" and "to" types.Chad Loder
2006-04-18For all warnings involving prototypes, print the function name and theChad Loder
2006-04-18Combine code to prompt user for input into a shared function,Ray Lai
2006-04-18Add a funcname() function, which returns the name of a function given aChad Loder
2006-04-18The old way of passing function argument information was to pass an intChad Loder