Fix a few, but not all, clang warnings: Use "%s" to print modifiablestrings, add a couple of braces, ansify a few functions, add and removea few extra parens.ok jcs
Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@
Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Adding more powerful checking is too difficult. We'll fix this problemby moving to 64-bit time_t.. and once we do, we don't want
Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Adding more powerful checking is too difficult. We'll fix this problemby moving to 64-bit time_t.. and once we do, we don't want this code tofalsely trigger.ok millert
show more ...
In preparation for getline and getdelim additions to libc, rename getline()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)).From Alexey Dobriyan
Several potential security problems found and fixed by Stefan Esser &Sebastian Krahmer.ok millert@
cvs does not need a private version of getopt(3), our in-tree getopt(3)has compatible semantics.
Do not evaluate this->next after calling the handler; the handler mayhave clobbered it. Resolves core dumps of cvs server on user ^C.ok millert@ deraadt@
Merge local changes; work in progress
Latest from Cyclic Software
Fix merge problem
Integrate local changes
parse mm/dd/yy correctly; tron@netbsd.org and matthieu
Latest version from Cyclic
Do not build the libiberty version of vasprintf, use the version that isin libc. This was done because the algorithm done in the libibertyversion does not work with the powerpc stdarg/varargs proce
Do not build the libiberty version of vasprintf, use the version that isin libc. This was done because the algorithm done in the libibertyversion does not work with the powerpc stdarg/varargs processing.
zero sigaction before use
Latest version from Cyclic Software
12