| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix the spacing of -m in the SYNOPSIS |  schwarze | 2015-09-25 | 1 | -4/+3 |
* | Add brackets to clarify assignments that are the result of a test operator. |  jsg | 2015-09-05 | 1 | -2/+2 |
* | Avoid unintended problems with operator precedence when doing an |  jsg | 2015-09-05 | 1 | -2/+2 |
* | Use strdup in xstrdup; from Fritjof Bornebusch. |  nicm | 2015-06-17 | 1 | -6/+3 |
* | Remove NULL check before free; Fritjof Bornebusch. |  nicm | 2015-06-17 | 1 | -3/+2 |
* | Convert xfree to free. From Fritjof Bornebusch. ok deraadt |  nicm | 2015-06-13 | 15 | -176/+125 |
* | Use the (new) function name in errx() after its rename in r1.6. |  okan | 2015-03-26 | 1 | -2/+2 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 2 | -3/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 13 | -42/+51 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 10 | -44/+36 |
* | consistency in calling usage, from Fritjof Bornebusch |  otto | 2014-11-28 | 1 | -2/+2 |
* | not compiled before commit |  deraadt | 2014-11-22 | 1 | -2/+2 |
* | Fixed uninitialized pointer (and other struct entries while at it) |  tobias | 2014-11-22 | 1 | -2/+2 |
* | Convert the logic in rcsparse_warnx(). Instead of creating a |  bluhm | 2014-11-16 | 1 | -8/+9 |
* | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ |  otto | 2014-10-10 | 8 | -19/+11 |
* | 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 | 10 | -65/+60 |
* | atoi to strtonum; from Fritjof Bornebusch; ok nicm@ |  otto | 2014-09-30 | 1 | -6/+7 |
* | Use %zu where appropriate, from Fritjof Bornebusch. |  otto | 2014-09-27 | 1 | -7/+7 |
* | use calloc, from Benjamin Baier |  tedu | 2014-05-29 | 1 | -5/+3 |
* | Plug a small memory leak: if we pass checkin_init/checkin_update |  jca | 2014-05-19 | 1 | -2/+3 |
* | fix a test for invalid timezones |  jsg | 2014-04-29 | 1 | -2/+2 |
* | ctype cleanups; ok okan |  deraadt | 2014-01-07 | 3 | -7/+7 |
* | no need for timeb.h |  deraadt | 2013-12-03 | 1 | -3/+1 |
* | If a constant string needs a name, use a static const array instead of a |  guenther | 2013-10-27 | 1 | -4/+3 |
* | some minor fixes; From: Jan Stary |  jmc | 2013-08-12 | 1 | -3/+3 |
* | do not use Sx for sections outwith the page; |  jmc | 2013-06-29 | 1 | -5/+3 |
* | properly handle commitid tokens found in rcs files |  jcs | 2013-06-03 | 3 | -7/+37 |
* | Switch rcsdiff(1) binary file detection from !(isprint() || isspace()) to |  stsp | 2013-05-16 | 1 | -6/+3 |
* | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). |  deraadt | 2013-04-19 | 1 | -4/+5 |
* | remove time_t cast not needed; ok guenther |  deraadt | 2013-04-17 | 1 | -2/+2 |
* | remove wrong casts; ok millert |  deraadt | 2013-04-16 | 3 | -8/+8 |
* | Document $OpenBSD$ and teach ci's -k option to parse it too |  guenther | 2013-01-18 | 2 | -5/+7 |
* | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 2012-03-04 | 1 | -5/+5 |
* | Remove unused variable, from Michael W Bombardieri who also got an ok |  nicm | 2012-03-03 | 1 | -7/+2 |
* | Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change. |  tobias | 2012-02-04 | 1 | -2/+2 |
* | +.Xr cvs 1 , |  jmc | 2011-11-17 | 1 | -2/+3 |
* | spacing, no binary change. |  sobrado | 2011-07-14 | 3 | -9/+8 |
* | str is an optional argument to -t; if no argument is given, this |  sobrado | 2011-07-14 | 2 | -6/+6 |
* | argument to -t is optional. |  sobrado | 2011-07-12 | 2 | -6/+6 |
* | Replace the keyword expansion code with a faster, more readable version |  nicm | 2011-07-06 | 4 | -178/+179 |
* | Remove a bunch of unused functions, from Michael W Bombardieri. |  nicm | 2011-05-20 | 3 | -221/+3 |
* | Fix a typo in a comment, from Michael W Bombardieri. |  nicm | 2011-05-04 | 1 | -2/+2 |
* | Remove some unneeded includes and dead code, from Michael W Bombardieri. |  nicm | 2011-04-20 | 6 | -20/+7 |
* | ident searches for $keyword:... $, not $keyword:...$; |  jmc | 2011-04-19 | 1 | -3/+3 |
* | previous commit introduced a crash: the removed strtol was being used to |  djm | 2011-04-04 | 1 | -1/+2 |
* | Move an isqrt() call outside a macro, from Michael W Bombardieri. |  nicm | 2011-04-01 | 1 | -7/+10 |
* | - remove unused variables |  jasper | 2011-03-27 | 2 | -7/+3 |