| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some references, most of these were removed when we stopped building |  jsg | 2021-03-08 | 1 | -2/+7 |
* | I observed "csh i < file-containing-^T" to hit tenex(), which proceeds to |  deraadt | 2020-10-06 | 1 | -8/+15 |
* | Fix multiple variable definitions to avoid errors with -fno-common. |  mortimer | 2020-08-30 | 6 | -88/+174 |
* | Clarify that csh's -f flag is not just about .cshrc. |  millert | 2020-07-08 | 1 | -6/+4 |
* | typo fix. |  nayden | 2019-11-29 | 1 | -2/+2 |
* | Remove several .Xrs to section 2 and 3 that help little. |  schwarze | 2019-07-29 | 1 | -11/+6 |
* | Replace cross-references to sigvec(3) with sigaction(2). |  millert | 2019-07-26 | 1 | -3/+3 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 7 | -29/+29 |
* | mkstemp() returns -1 on failure |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | In manpages, don't escape apostrophes as \'; it's rarely what you want. |  bentley | 2019-06-02 | 1 | -23/+29 |
* | remove mention of sbrk. |  daniel | 2018-11-10 | 1 | -5/+3 |
* | Fix memory leak in setDolp() where dp is NULL. Based on a diff from |  miko | 2018-10-26 | 1 | -7/+3 |
* | Fix some minor issues found by coverity. |  martijn | 2018-10-24 | 6 | -17/+15 |
* | If getcwd() fails in dinit(), the stat buffer 'swd' is used |  millert | 2018-09-19 | 1 | -30/+30 |
* | Fix last commit, I made one of the changes to the wrong line. |  millert | 2018-09-19 | 1 | -3/+3 |
* | Compare against NULL, not '\0' for pointers. Quiets a warning on |  millert | 2018-09-19 | 1 | -3/+3 |
* | Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. |  millert | 2018-09-18 | 6 | -35/+30 |
* | backout last week of csh diffs. They are disasterously broken, on i386 |  deraadt | 2018-09-18 | 13 | -60/+74 |
* | remove macros for xmalloc(), xcalloc() & xreallocarray() and just name the |  miko | 2018-09-18 | 3 | -13/+9 |
* | Replace any() with strchr(3). |  martijn | 2018-09-17 | 9 | -49/+40 |
* | strsave() is hard-fail strdup() so simplify and rename to xstrdup(). |  miko | 2018-09-15 | 4 | -15/+14 |
* | blkfree() takes no action for NULL pointer so callers can avoid checking. |  miko | 2018-09-08 | 6 | -29/+24 |
* | No need to declare variable name as static in dounsetenv(). Also, drop a |  anton | 2017-12-18 | 1 | -5/+2 |
* | Passing NULL to free() is fine; from Michael W. Bombardieri. |  anton | 2017-12-16 | 4 | -18/+11 |
* | Document change in the default shell prompts. |  tb | 2017-12-12 | 1 | -3/+3 |
* | Include hostname in shell prompts by default |  tb | 2017-12-12 | 2 | -6/+15 |
* | In revision 1.35 of file.c, tenex() was modified to respect the inputline_size |  anton | 2017-11-16 | 1 | -2/+2 |
* | Zap a redundant cast. |  anton | 2017-11-16 | 1 | -3/+2 |
* | Zap redundant assignment; ok jca@ |  anton | 2017-08-30 | 1 | -2/+1 |
* | Respect inputline_size argument. No functional change since tenex() only has one |  anton | 2017-08-30 | 1 | -1/+3 |
* | Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating |  anton | 2017-08-30 | 4 | -9/+22 |
* | Align variables and put logical operators at EOL. No binary change. |  anton | 2017-07-26 | 1 | -12/+12 |
* | Postpone printing of prompt if filec is enabled in csh. Any I/O should be |  anton | 2017-07-26 | 3 | -5/+7 |
* | Use monotonic clock for the time command in csh and ksh. |  anton | 2017-07-22 | 5 | -21/+21 |
* | Restore tty when aborting loop. |  anton | 2017-07-18 | 1 | -2/+4 |
* | remove misc. depend and yacc nits that no longer matter. |  espie | 2017-07-10 | 1 | -2/+1 |
* | Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to |  deraadt | 2017-06-29 | 1 | -4/+2 |
* | Tweak previous: align declarations and rename local variable. |  anton | 2017-06-27 | 1 | -6/+6 |
* | in recently commited TIOCSTI replacement code, do not assume |  deraadt | 2017-06-27 | 1 | -7/+9 |
* | Make sure to abort loops when pressing ^C in csh. |  anton | 2017-06-22 | 1 | -1/+6 |
* | Minor style(9) corrections and whitespace cleanup to csh. |  anton | 2017-06-21 | 1 | -10/+9 |
* | Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON is |  anton | 2017-06-21 | 1 | -175/+344 |
* | Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh. |  anton | 2017-06-20 | 1 | -4/+34 |
* | Move win variable. |  anton | 2017-06-17 | 1 | -3/+2 |
* | mark files as BUILDFIRST, or write explicit dependencies, so that most |  espie | 2017-06-16 | 1 | -1/+2 |
* | missing blank before full stop, found with mandoc -Tlint |  schwarze | 2017-06-10 | 1 | -11/+11 |
* | Call isatty() before tcgetattr() in the lex. This is a little redundant, |  deraadt | 2017-01-23 | 1 | -2/+2 |
* | suppose we should fix csh while we're at it. |  tedu | 2016-10-07 | 1 | -2/+3 |
* | Don't reinvent rlim_t; when printing it use %llu and cast to |  guenther | 2016-08-14 | 1 | -16/+14 |