| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix multiple variable definitions to avoid errors with -fno-common. |  mortimer | 2020-08-30 | 1 | -1/+75 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Fix some minor issues found by coverity. |  martijn | 2018-10-24 | 1 | -2/+2 |
* | blkfree() takes no action for NULL pointer so callers can avoid checking. |  miko | 2018-09-08 | 1 | -6/+5 |
* | Passing NULL to free() is fine; from Michael W. Bombardieri. |  anton | 2017-12-16 | 1 | -5/+3 |
* | Include hostname in shell prompts by default |  tb | 2017-12-12 | 1 | -3/+12 |
* | Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating |  anton | 2017-08-30 | 1 | -2/+3 |
* | Postpone printing of prompt if filec is enabled in csh. Any I/O should be |  anton | 2017-07-26 | 1 | -2/+2 |
* | Turn off the close-on-exec bit with fcntl() instead of ioctl(). |  krw | 2016-03-19 | 1 | -2/+1 |
* | Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC) |  millert | 2016-03-18 | 1 | -8/+8 |
* | Replace handrolled xfree() function by directly using free(3) |  mestre | 2015-12-26 | 1 | -7/+7 |
* | exit() after perror() for pledge failure. Perhaps this got introduced |  deraadt | 2015-11-11 | 1 | -2/+4 |
* | unifdef _PATH_* |  naddy | 2015-10-28 | 1 | -11/+1 |
* | miscellaneous cruft: |  naddy | 2015-10-26 | 1 | -6/+1 |
* | remove the profiling and debugging ifdefs; ok zhuk@ |  naddy | 2015-10-26 | 1 | -8/+1 |
* | Clean up cruft made visible by the NLS unifdefing: |  naddy | 2015-10-26 | 1 | -17/+1 |
* | unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) |  naddy | 2015-10-26 | 1 | -5/+2 |
* | setlocale() before pledge()... until we learn more |  deraadt | 2015-10-22 | 1 | -5/+6 |
* | With TIOCSTI supported in pledge "tty proc", csh is good enough to run |  deraadt | 2015-10-18 | 1 | -1/+5 |
* | delete many more ptr_t casts |  tedu | 2015-02-08 | 1 | -6/+6 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+3 |
* | Use reallocarray() and remove a few archaic memory allocation practices. |  deraadt | 2014-10-16 | 1 | -2/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
* | do not name file descriptors fp, either |  deraadt | 2006-10-18 | 1 | -6/+6 |
* | unused code and variables |  deraadt | 2005-12-11 | 1 | -5/+2 |
* | spacing |  deraadt | 2005-02-25 | 1 | -8/+8 |
* | de-register and ansify functions |  deraadt | 2003-06-11 | 1 | -72/+42 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | bring in strlcpy and strlcat-like things for dealing with Char types, |  deraadt | 2003-01-08 | 1 | -13/+18 |
* | knf |  todd | 2002-06-09 | 1 | -8/+8 |
* | spelling; moritz@jodeit.org |  deraadt | 2002-06-09 | 1 | -3/+3 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -7/+3 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -12/+12 |
* | mark signal races, and remove junk |  deraadt | 2001-06-22 | 1 | -2/+4 |
* | Use mkstemp(3) for here document (<<) temporary files instead of $$ |  millert | 2000-10-30 | 1 | -3/+2 |
* | even better fix for importpath(); from christos@zoulas.com; millert@ ok |  mickey | 2000-09-04 | 1 | -4/+4 |
* | prevent core dumps when stderror() is called before reslab is initialized |  mickey | 2000-08-30 | 1 | -2/+3 |
* | NUL not NULL |  deraadt | 1999-02-21 | 1 | -3/+3 |
* | spelling |  todd | 1997-11-15 | 1 | -3/+3 |
* | make signal handlers errno safe |  deraadt | 1997-08-05 | 1 | -2/+5 |
* | #if __STDC__ --> #ifdef __STDC__ |  mickey | 1997-07-25 | 1 | -3/+3 |
* | tabify |  kstailey | 1997-07-23 | 1 | -3/+3 |
* | Update from NetBSD (christos) |  millert | 1996-11-02 | 1 | -5/+5 |
* | compile |  millert | 1996-10-27 | 1 | -2/+3 |
* | Don't honor $HOME if >= MAXPATHLEN |  millert | 1996-10-27 | 1 | -3/+3 |
* | update rcsid |  deraadt | 1996-06-23 | 1 | -1/+2 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+1375 |