Age | Commit message (Expand) | Author |
2016-03-18 | Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC) | Todd C. Miller |
2015-12-26 | Replace handrolled xfree() function by directly using free(3) | mestre |
2015-12-22 | Remove a needless allocation cast. No binary change. | mmcc |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-10-28 | unifdef _PATH_* | Christian Weisgerber |
2015-10-26 | miscellaneous cruft: | Christian Weisgerber |
2015-10-26 | remove the profiling and debugging ifdefs; ok zhuk@ | Christian Weisgerber |
2015-10-26 | document the -p and -l file enquiries and explicitly do not document -s | Christian Weisgerber |
2015-10-26 | Remove the #define Strfoo() s_strfoo() redirection and move everything | Christian Weisgerber |
2015-10-26 | Clean up cruft made visible by the NLS unifdefing: | Christian Weisgerber |
2015-10-26 | unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) | Christian Weisgerber |
2015-10-22 | setlocale() before pledge()... until we learn more | Theo de Raadt |
2015-10-18 | With TIOCSTI supported in pledge "tty proc", csh is good enough to run | Theo de Raadt |
2015-09-29 | Score a hat trick in code cleanup: #ifdef pdp11, /* confuse lint */, | Philip Guenther |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-06-17 | stray char jumped in | Theo de Raadt |
2015-06-17 | delete completely bogus (floating? was there an old variable decl | Theo de Raadt |
2015-06-17 | remove -DFILEC; code does not compile for the -UFILEC case, and anyways, | Theo de Raadt |
2015-06-03 | better description of internal copyn() function | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-08 | delete tons more casts | Ted Unangst |
2015-02-08 | remove ptr_t typedef. void * is good enough for csh. | Ted Unangst |
2015-02-08 | delete many more ptr_t casts | Ted Unangst |
2015-02-08 | delete lots of unnecessary ptr_t casts, and drop a little NULL in as well | Ted Unangst |
2015-02-08 | it's safe to call free with null | Ted Unangst |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-12-09 | put back some information what the character classes actually mean; | Ingo Schwarze |
2014-12-09 | no more ctype(3); | Jason McIntyre |
2014-10-17 | no need for realloc() front ends anymore | Theo de Raadt |
2014-10-16 | Use reallocarray() and remove a few archaic memory allocation practices. | Theo de Raadt |
2014-10-16 | Kill the alloc command, which tried to measure behaviour based on sbrk. | Theo de Raadt |
2014-10-13 | remove unused variable | Charles Longeau |
2014-07-14 | Instead of using a variable format string to change the field width, | Philip Guenther |
2014-07-12 | If a constant string needs a name, use a static const array instead | Philip Guenther |
2014-07-11 | correct readlink termination. from Doug Hogan | Ted Unangst |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-07-13 | Remove no longer needed vax CFLAGS workarounds. | Miod Vallat |
2013-04-16 | handle larger time_t types | Theo de Raadt |
2013-03-28 | Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN / | Nicholas Marriott |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2011-11-06 | union wait is dead, ancient history; stop using it | Philip Guenthe |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |