summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2014-12-02The t.t test is missing and so the t.* test is not being run.Daniel Dickman
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-11-26document in STANDARDS that we do not mark eols with $;Jason McIntyre
2014-11-23Don't pull in <tzfile.h> just for a number that's hardcoded in the C standardPhilip Guenther
2014-11-23Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h>Philip Guenther
2014-11-23Don't leak the fds for "." and the tty to the compression processPhilip Guenther
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.Ted Unangst
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-16Correct an allocation size (was too large) by using sizeof(*ptr)Philip Guenther
2014-11-16Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-17no need for realloc() front ends anymoreTheo de Raadt
2014-10-16Use reallocarray() and remove a few archaic memory allocation practices.Theo de Raadt
2014-10-16Kill the alloc command, which tried to measure behaviour based on sbrk.Theo de Raadt
2014-10-13remove unused variableCharles Longeau
2014-10-13Remove duplicate and misleading vcmp() prototype;Ingo Schwarze
2014-10-13jmc@ found another manpage i broke when i touched inetd.David Gwynne
2014-10-06In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letterIngo Schwarze
2014-09-14Error out when negative values are given for sizes on the command line.Ingo Schwarze
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-08-27promote "times" to posix special built-in;Jason McIntyre
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-17update the built-ins list:Jason McIntyre
2014-08-16reduce cutoff for "hours only" start times to reduce window of ambiguity.Ted Unangst
2014-08-11Still need to separately set FD_CLOEXEC if the new fd was >= FDBASE.Philip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXECPhilip Guenther
2014-08-10Add F_DUPFD_CLOEXEC handlingPhilip Guenther
2014-08-10Add newer errnosPhilip Guenther
2014-08-09Switch from calloc() to reallocarray() where the zeroing isn't neededPhilip Guenther
2014-07-21don't try to be clever and name the _PATH_CP exec "mv", since thisTheo de Raadt
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-14Constipate st_hash()Philip Guenther
2014-07-14Oops: resurrect cached file that wasn't ripe for deletionPhilip Guenther
2014-07-14Delete pointless 'return;' at end of functionPhilip Guenther
2014-07-14Instead of using a variable format string to change the field width,Philip Guenther
2014-07-13Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE andClaudio Jeker
2014-07-12If a constant string needs a name, use a static const array insteadPhilip Guenther
2014-07-11using COPTS is probably better than CFLAGSTheo de Raadt
2014-07-11correct readlink termination. from Doug HoganTed Unangst
2014-07-11clarify a comment about readlink. from Doug HoganTed Unangst
2014-07-10sprinkle in -Werror-implicit-function-declaration to disable one of theTed Unangst
2014-07-08sys/user.h can now be substantially gutted.Theo de Raadt
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-06-19Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@Todd C. Miller
2014-06-12somehow i missed -vW as extensions;Jason McIntyre
2014-06-05Add support for COLUMNS env variable, inspired by FreeBSD but with a dashPhilip Guenther