summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-04-24further document how revisions are selected; mostly from xsaJason McIntyre
2006-04-24- the argument to -r is optionalJason McIntyre
- beef up DESCRIPTION - better descriptions of -r and -u - sync usage() help/ok xsa
2006-04-24- do not show file ... as optionalJason McIntyre
- remove angle brackets - sync usage() ok xsa
2006-04-24a little more verbose about -h...Jason McIntyre
2006-04-24- move -A into compat landJason McIntyre
- tweak -E description accordingly ok xsa
2006-04-24make the -r description match that in rcsmerge(1), as far as is possible;Jason McIntyre
ok xsa
2006-04-24-r is not optional: simplify its synopsis, but improve its description;Jason McIntyre
ok xsa
2006-04-24be consistent in error messages for wrongly specified keyword substitutionXavier Santolaria
mode for `-k'.
2006-04-24o Better match GNU behavior (a bare -t does NOT read from stdin,Ray Lai
unlike rcs). o Share code with rcs by moving rcs_set_description() to rcsutil.c. o Change description prompt from #define to const char *. OK xsa@
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
variables. No binary change. Found by lint. OK otto@ and jaredy@
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
expansios). On gcc 2.95, we can't do this yet because the preprocessor support for -CC is not fully functional yet. OK deraadt@
2006-04-21move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;Xavier Santolaria
"the voices in my head say OK!" joris@.
2006-04-21match former rcs implementation warning message if no options areXavier Santolaria
specified when using rcs(1). OK ray@ joris@.
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
OK ray@ and discussed with joris@.
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
This defect was introduced by me on my last commit and found by dlg@ when linting in kernel.
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
sftp/scp and ssh, and between sshd and its subprocesses. This saves a file descriptor per session and apparently makes userland ppp over ssh work; ok markus@ deraadt@
2006-04-20unused variableTheo de Raadt
2006-04-20use new LINTED keyword for a global which is perhaps not used, but mustTheo de Raadt
be there; ok cloder
2006-04-20Add a LINTUSED special comment which marks the following declared symbol(s)Chad Loder
as used so that lint2 doesn't complain. Prodded by deraadt
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
sig_atomic_t, unfortunately with some knock-on effects in other (non- signal) contexts in which it is used; ok markus@
2006-04-20remove an unneeded macro;Jason McIntyre
2006-04-20reinstate HISTORY, from cvsintro(7)...Jason McIntyre
suggested by xsa
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
present in the very first version of byacc from the early 90's and was only triggered recently when I used malloc.conf -> JG on a bad gramamr. OK millert@
2006-04-20Do not warn about unreachable breaks in a switch. Prodded by theo, andChad Loder
this is necessitated by output of lex (thanks a lot).
2006-04-20yydebug has to always be there, even if it is not used. this pleasesTheo de Raadt
lint on every program that has a .y in it....; ok cloder though he does not understand yet
2006-04-19- simplify synopsisJason McIntyre
- make a list more readable
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
- simplify synopsis
2006-04-19- signpost keyword substitution sectionJason McIntyre
- simplify synopsis whilst here
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
this keeps the docs correct, and according to xsa is the correct place for it anyway... ok xsa niallo
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
- simplify synopsis whilst here ok xsa