| Commit message (Expand) | Author | Age | Files | Lines |
* | The -I flag is documented but not implemented. This fixes that and |  millert | 2016-07-04 | 1 | -4/+7 |
* | fix exit status on pledge(2) failure. |  gsoares | 2015-12-29 | 1 | -2/+2 |
* | Implement real "flock" request and add it to userland programs that |  millert | 2015-10-16 | 1 | -2/+2 |
* | normalize a few more tame request orderings, to help review |  deraadt | 2015-10-10 | 1 | -2/+2 |
* | pledge "stdio getpw rpath wpath cpath fattr". doug pointed out getpw* |  deraadt | 2015-10-10 | 1 | -1/+4 |
* | Convert xfree to free. From Fritjof Bornebusch. ok deraadt |  nicm | 2015-06-13 | 1 | -5/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+3 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -3/+3 |
* | Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@ |  otto | 2014-10-10 | 1 | -3/+7 |
* | exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@ |  otto | 2014-10-02 | 1 | -5/+4 |
* | argument to -t is optional. |  sobrado | 2011-07-12 | 1 | -2/+2 |
* | add missing header to properly use SIG* definitions |  chl | 2010-12-06 | 1 | -1/+2 |
* | Set rcs_suffixes to default value on initialization. |  tobias | 2010-09-08 | 1 | -2/+2 |
* | Rename a bunch of variables and functions, removing the cvs_/rcs_ |  ray | 2010-07-23 | 1 | -5/+5 |
* | bump version to match next release |  joris | 2009-02-15 | 1 | -2/+2 |
* | typo fixed (overriden -> overridden) |  tobias | 2008-11-09 | 1 | -3/+3 |
* | bump version to 4.4 |  joris | 2008-07-08 | 1 | -2/+2 |
* | OpenRCS only handled a max of 128 arguments on command line + RCSINIT, |  tobias | 2008-05-10 | 1 | -34/+32 |
* | Duplicate envstr and free it on error instead of allocating for |  ray | 2008-04-26 | 1 | -8/+5 |
* | Prevent overflow of cmd_argv if RCS_INIT and command line arguments |  tobias | 2008-04-24 | 1 | -5/+5 |
* | fix segfault when trying to lock and unlock rcs files that |  joris | 2008-03-04 | 1 | -1/+13 |
* | Bump version. Improvements and fixes since last release. |  xsa | 2008-02-24 | 1 | -2/+2 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-30 | 1 | -5/+5 |
* | `[-sstate[:rev]]' is not available in rcs(1) |  sobrado | 2007-04-26 | 1 | -3/+2 |
* | As done in OpenCVS, general includes cleanup sweep. OK otto@. |  xsa | 2007-02-27 | 1 | -2/+8 |
* | you know what, now that openrcs is in fact working properly and |  joris | 2007-01-10 | 1 | -2/+2 |
* | - no need to mention -e option twice in usage. |  niallo | 2006-12-27 | 1 | -2/+2 |
* | no magic, use defined RCS_LOCK_INVAL variable. |  xsa | 2006-11-13 | 1 | -3/+3 |
* | - convert some warnx() to warn(), which fixes a few stupidly un-informative error messages (found by tom@) |  niallo | 2006-10-12 | 1 | -3/+3 |
* | Improve rcs_buf_load() by setting errno appropriately on failure and |  ray | 2006-08-16 | 1 | -6/+18 |
* | Plug more memory leaks. |  ray | 2006-05-29 | 1 | -4/+3 |
* | Remove a lot of xstrdup() calls in getopt() loops, which are usually |  ray | 2006-05-28 | 1 | -16/+10 |
* | Move -A<oldfile> handling into separate chunk of code. This also |  ray | 2006-05-28 | 1 | -18/+18 |
* | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), |  ray | 2006-05-27 | 1 | -6/+12 |
* | fix printf + add missing printf when unlocking file (-u). |  xsa | 2006-05-19 | 1 | -2/+7 |
* | missing bits for a working merge(1). Built and enabled. |  xsa | 2006-05-15 | 1 | -1/+2 |
* | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. |  xsa | 2006-05-11 | 1 | -4/+7 |
* | Remove /* NOTREACHED */ comments, now that lint is smart about |  ray | 2006-05-09 | 1 | -3/+1 |
* | using *_FOREACH macros is really bad when we are actually |  joris | 2006-05-01 | 1 | -3/+6 |
* | Check return values for all strlcpy, and strlcat calls. |  ray | 2006-04-29 | 1 | -3/+4 |
* | Clarify man pages to match -t behavior and pretty up usage strings. |  ray | 2006-04-29 | 1 | -2/+2 |
* | remove -h; ok xsa |  jmc | 2006-04-28 | 1 | -2/+2 |
* | move -M into compat land; ok xsa |  jmc | 2006-04-27 | 1 | -3/+3 |
* | prevent file races by obtaining an fd for the RCS file and |  joris | 2006-04-26 | 1 | -9/+19 |
* | fork our code we shared between openrcs/cvs into the openrcs dir. |  joris | 2006-04-26 | 1 | -10/+10 |
* | quote strings consistently. |  xsa | 2006-04-25 | 1 | -3/+3 |
* | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). |  xsa | 2006-04-25 | 1 | -10/+10 |
* | be consistent in error messages for wrongly specified keyword substitution |  xsa | 2006-04-24 | 1 | -3/+3 |
* | o Better match GNU behavior (a bare -t does NOT read from stdin, |  ray | 2006-04-24 | 1 | -36/+3 |
* | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; |  xsa | 2006-04-21 | 1 | -418/+5 |