Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-24 | further document how revisions are selected; mostly from xsa | Jason McIntyre | |
2006-04-24 | - the argument to -r is optional | Jason McIntyre | |
- beef up DESCRIPTION - better descriptions of -r and -u - sync usage() help/ok xsa | |||
2006-04-24 | - do not show file ... as optional | Jason McIntyre | |
- remove angle brackets - sync usage() ok xsa | |||
2006-04-24 | a little more verbose about -h... | Jason McIntyre | |
2006-04-24 | - move -A into compat land | Jason McIntyre | |
- tweak -E description accordingly ok xsa | |||
2006-04-24 | make 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-24 | be consistent in error messages for wrongly specified keyword substitution | Xavier Santolaria | |
mode for `-k'. | |||
2006-04-24 | o 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-23 | Avoid passing the device file descriptor to executed commands; deraadt@ ok | Federico G. Schwindt | |
2006-04-22 | remove extra spaces | Kevin Steves | |
2006-04-22 | update output after uaudio(4) changes. | Federico G. Schwindt | |
2006-04-22 | use setres[ug]id() to permanently revoke privileges; ok deraadt@ | Damien Miller | |
2006-04-22 | Removes unused variables and rename variables shadowing external | Ray Lai | |
variables. No binary change. Found by lint. OK otto@ and jaredy@ | |||
2006-04-21 | Kill warning 54, trailing comma in enum, because this is allowed in C99. | Chad Loder | |
2006-04-21 | On gcc3, specify -CC to the preprocessor (preserve comments even in macro | Chad 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-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria | |
"the voices in my head say OK!" joris@. | |||
2006-04-21 | match former rcs implementation warning message if no options are | Xavier Santolaria | |
specified when using rcs(1). OK ray@ joris@. | |||
2006-04-21 | remove overkill cvs_log() and rather use warn()/warnx(). | Xavier Santolaria | |
OK ray@ and discussed with joris@. | |||
2006-04-21 | back out last (powerpc on bgpd build shows it is wrong) | Theo de Raadt | |
2006-04-21 | switch -p handling to bitwise flags; OK ray@. | Xavier Santolaria | |
2006-04-21 | Fix 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-20 | Switch from using pipes to socketpairs for communication between | Damien 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-20 | unused variable | Theo de Raadt | |
2006-04-20 | use new LINTED keyword for a global which is perhaps not used, but must | Theo de Raadt | |
be there; ok cloder | |||
2006-04-20 | Add 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-20 | change cvs_log() and cvs_vlog() return type to void; OK niallo@. | Xavier Santolaria | |
2006-04-20 | simplify; ok djm@ | Markus Friedl | |
2006-04-20 | replace the last non-sig_atomic_t flag used in a signal handler with a | Damien Miller | |
sig_atomic_t, unfortunately with some knock-on effects in other (non- signal) contexts in which it is used; ok markus@ | |||
2006-04-20 | remove an unneeded macro; | Jason McIntyre | |
2006-04-20 | reinstate HISTORY, from cvsintro(7)... | Jason McIntyre | |
suggested by xsa | |||
2006-04-20 | add a compatibility note; suggested by and ok xsa | Jason McIntyre | |
2006-04-20 | Fix off-by-one read caused by bad grammars. I think this defect was | Chad 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-20 | Do not warn about unreachable breaks in a switch. Prodded by theo, and | Chad Loder | |
this is necessitated by output of lex (thanks a lot). | |||
2006-04-20 | yydebug has to always be there, even if it is not used. this pleases | Theo de Raadt | |
lint on every program that has a .y in it....; ok cloder though he does not understand yet | |||
2006-04-19 | - simplify synopsis | Jason McIntyre | |
- make a list more readable | |||
2006-04-19 | add a CAVEATS section; helped by xsa | Jason McIntyre | |
2006-04-19 | addition from xsa; | Jason McIntyre | |
2006-04-19 | +.Xr diff 1 , | Jason McIntyre | |
2006-04-19 | make the keyword section make sense regarding cvs commands; | Jason McIntyre | |
2006-04-19 | eliminate spacing in the keyword section, since rcs doesn;t like them; | Jason McIntyre | |
2006-04-19 | a little bit more description; ok xsa | Jason McIntyre | |
2006-04-19 | - signpost to keyword substitution section | Jason McIntyre | |
- simplify synopsis | |||
2006-04-19 | - signpost keyword substitution section | Jason McIntyre | |
- simplify synopsis whilst here | |||
2006-04-19 | keyword section is in rcs(1) now; | Jason McIntyre | |
2006-04-19 | keyword section is in rcs(1) now; | Jason McIntyre | |
2006-04-19 | move 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-19 | flesh out the description of ci; ok xsa | Jason McIntyre | |
2006-04-19 | flesh out the description of co; ok xsa | Jason McIntyre | |
2006-04-19 | - flesh out the description of rcsdiff | Jason McIntyre | |
- simplify synopsis whilst here ok xsa |