summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* no need for realloc() front ends anymorederaadt2014-10-173-17/+3
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-1612-75/+68
* Kill the alloc command, which tried to measure behaviour based on sbrk.deraadt2014-10-164-43/+5
* remove unused variablechl2014-10-131-2/+1
* Remove duplicate and misleading vcmp() prototype;schwarze2014-10-131-2/+1
* jmc@ found another manpage i broke when i touched inetd.dlg2014-10-131-6/+6
* In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letterschwarze2014-10-061-9/+13
* Error out when negative values are given for sizes on the command line.schwarze2014-09-141-2/+6
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-2/+2
* obvious cases of missing .An;schwarze2014-09-084-12/+16
* promote "times" to posix special built-in;jmc2014-08-271-2/+2
* Delete secret or secret-derived data with explicit_bzero.doug2014-08-251-2/+2
* update the built-ins list:jmc2014-08-172-15/+15
* reduce cutoff for "hours only" start times to reduce window of ambiguity.tedu2014-08-161-2/+2
* Still need to separately set FD_CLOEXEC if the new fd was >= FDBASE.guenther2014-08-111-2/+4
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-103-5/+5
* Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXECguenther2014-08-102-10/+4
* Add F_DUPFD_CLOEXEC handlingguenther2014-08-101-1/+4
* Add newer errnosguenther2014-08-102-4/+20
* Switch from calloc() to reallocarray() where the zeroing isn't neededguenther2014-08-091-2/+3
* don't try to be clever and name the _PATH_CP exec "mv", since thisderaadt2014-07-211-3/+3
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-5/+9
* zap trailing newlines; "go for it" deraadtokan2014-07-162-4/+2
* Constipate st_hash()guenther2014-07-142-6/+6
* Oops: resurrect cached file that wasn't ripe for deletionguenther2014-07-141-0/+73
* Delete pointless 'return;' at end of functionguenther2014-07-145-90/+4
* Instead of using a variable format string to change the field width,guenther2014-07-141-8/+7
* Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE andclaudio2014-07-131-21/+30
* If a constant string needs a name, use a static const array insteadguenther2014-07-122-4/+4
* using COPTS is probably better than CFLAGSderaadt2014-07-111-2/+2
* correct readlink termination. from Doug Hogantedu2014-07-111-2/+2
* clarify a comment about readlink. from Doug Hogantedu2014-07-111-2/+2
* sprinkle in -Werror-implicit-function-declaration to disable one of thetedu2014-07-101-1/+2
* sys/user.h can now be substantially gutted.deraadt2014-07-081-2/+1
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-4/+4
* Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@millert2014-06-191-1/+5
* somehow i missed -vW as extensions;jmc2014-06-121-3/+3
* Add support for COLUMNS env variable, inspired by FreeBSD but with a dashguenther2014-06-052-19/+38
* undo my "no TZ support" notes; guenther says they're wrongjmc2014-06-041-6/+4
* -a, -o, and () are marked by posix as obsolete; the finer details arejmc2014-06-031-2/+11
* document control characters which are extensions;jmc2014-05-291-5/+13
* flesh out STANDARDS;jmc2014-05-291-20/+61
* for -a and -g, do not say "as per posix": it adds no value to the user, andjmc2014-05-291-7/+6
* some basic formatting fixes;jmc2014-05-291-9/+18
* onocr suppresses the cr, not outputs it;jmc2014-05-281-3/+3
* document that posix defaults to -L if no options are given, and tweak previous;jmc2014-05-281-3/+8
* In his continuing quest to improve our documentation, jmc@ noticed thatguenther2014-05-282-35/+107
* document SIGALRM, since it's handling is somewhat special, and usejmc2014-05-271-14/+8
* - it seems our notes that posix require rm to behave like rmdir for directoriesjmc2014-05-251-23/+7