Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few, but not all, clang warnings: Use "%s" to print modifiable | 2018-07-10 | 2 | -18/+8 | |
| | | | | | | | strings, add a couple of braces, ansify a few functions, add and remove a few extra parens. ok jcs | ||||
* | Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@ | 2013-12-03 | 3 | -103/+66 | |
| | |||||
* | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | 2013-04-19 | 1 | -3/+3 | |
| | | | | | | | Adding more powerful checking is too difficult. We'll fix this problem by moving to 64-bit time_t.. and once we do, we don't want this code to falsely trigger. ok millert | ||||
* | In preparation for getline and getdelim additions to libc, rename getline() | 2012-03-04 | 2 | -2/+2 | |
| | | | | | occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech. | ||||
* | memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)). | 2006-02-19 | 1 | -1/+1 | |
| | | | | From Alexey Dobriyan | ||||
* | Several potential security problems found and fixed by Stefan Esser & | 2004-06-09 | 1 | -0/+108 | |
| | | | | | | Sebastian Krahmer. ok millert@ | ||||
* | cvs does not need a private version of getopt(3), our in-tree getopt(3) | 2004-04-09 | 2 | -12/+2 | |
| | | | | has compatible semantics. | ||||
* | Do not evaluate this->next after calling the handler; the handler may | 2004-01-13 | 1 | -1/+3 | |
| | | | | | | have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@ | ||||
* | Merge local changes; work in progress | 2001-09-28 | 3 | -954/+1605 | |
| | |||||
* | Latest from Cyclic Software | 2001-09-28 | 8 | -33/+279 | |
| | |||||
* | Fix merge problem | 2001-02-10 | 1 | -1/+1 | |
| | |||||
* | Integrate local changes | 2001-02-10 | 4 | -116/+213 | |
| | |||||
* | Latest from Cyclic Software | 2001-02-10 | 6 | -2323/+3805 | |
| | |||||
* | parse mm/dd/yy correctly; tron@netbsd.org and matthieu | 2000-02-12 | 1 | -1/+4 | |
| | |||||
* | Latest version from Cyclic | 1999-09-10 | 2 | -6/+10 | |
| | |||||
* | Integrate local changes | 1999-02-28 | 4 | -183/+13 | |
| | |||||
* | Latest version from Cyclic | 1999-02-28 | 5 | -51/+81 | |
| | |||||
* | Do not build the libiberty version of vasprintf, use the version that is | 1998-08-07 | 1 | -1/+0 | |
| | | | | | in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing. | ||||
* | Latest version from Cyclic | 1998-07-13 | 2 | -1/+5 | |
| | |||||
* | zero sigaction before use | 1998-06-03 | 1 | -0/+1 | |
| | |||||
* | Integrate local changes | 1998-03-12 | 1 | -0/+57 | |
| | |||||
* | Latest version from Cyclic | 1998-03-12 | 5 | -15/+53 | |
| | |||||
* | Integrate local changes | 1998-02-22 | 4 | -126/+94 | |
| | |||||
* | Latest version from Cyclic | 1998-02-22 | 7 | -50/+274 | |
| | |||||
* | Latest version from Cyclic Software | 1997-06-28 | 2 | -4/+13 | |
| | |||||
* | New release from Cyclic Software | 1997-03-18 | 9 | -377/+531 | |
| | |||||
* | Integrate local changes | 1997-02-21 | 3 | -124/+48 | |
| | |||||
* | New release from Cyclic Software | 1997-02-21 | 25 | -128/+49 | |
| | |||||
* | Integrate local changes | 1996-10-18 | 3 | -1209/+715 | |
| | |||||
* | New release from Cyclic Software | 1996-10-18 | 6 | -18/+152 | |
| | |||||
* | Integrate local changes to CVS; remove files no longer part of the CVS | 1996-05-06 | 1 | -825/+1152 | |
| | | | | distribution | ||||
* | New CVS release from Cyclic Software | 1996-05-06 | 2 | -21/+47 | |
| | |||||
* | Actually declare and initialize nowtime... Oops. | 1996-05-04 | 2 | -8/+18 | |
| | |||||
* | Set Start from nowtime, not now->time, which may not be set | 1996-05-04 | 2 | -2/+2 | |
| | |||||
* | Integrate local changes to CVS | 1996-04-27 | 3 | -352/+0 | |
| | |||||
* | Latest public release from Cyclic; fixes numerous memory leaks and have | 1996-04-27 | 9 | -12/+491 | |
| | | | | some performance improvements | ||||
* | Integrate local changes | 1996-01-30 | 2 | -259/+0 | |
| | |||||
* | Upgrade to 1.7.1 snapshot | 1996-01-30 | 16 | -1220/+1309 | |
| | |||||
* | raw import of cvs-1.6 | 1995-12-19 | 39 | -0/+13681 | |