Age | Commit message (Expand) | Author |
2024-08-20 | Now that we have dup2(), csh can use it instead of close()+dup(). | Philip Guenther |
2024-07-28 | block SIGHUP in the same places where SIGCHLD is blocked to protect | Theo de Raadt |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-03-30 | escape "An" in a %T call, so groff does not flag it as an error; | Jason McIntyre |
2023-03-30 | adjust markup of one of the builtin kill usage | Omar Polo |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2021-07-02 | Before calling setrlimit(), pull cur up to max. | Theo de Raadt |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2020-10-06 | I observed "csh i < file-containing-^T" to hit tenex(), which proceeds to | Theo de Raadt |
2020-08-30 | Fix multiple variable definitions to avoid errors with -fno-common. | mortimer |
2020-07-08 | Clarify that csh's -f flag is not just about .cshrc. | Todd C. Miller |
2019-11-29 | typo fix. | Nayden Markatchev |
2019-07-29 | Remove several .Xrs to section 2 and 3 that help little. | Ingo Schwarze |
2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). | Todd C. Miller |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2018-11-10 | remove mention of sbrk. | Daniel Dickman |
2018-10-26 | Fix memory leak in setDolp() where dp is NULL. Based on a diff from | miko |
2018-10-24 | Fix some minor issues found by coverity. | Martijn van Duren |
2018-09-19 | If getcwd() fails in dinit(), the stat buffer 'swd' is used | Todd C. Miller |
2018-09-19 | Fix last commit, I made one of the changes to the wrong line. | Todd C. Miller |
2018-09-19 | Compare against NULL, not '\0' for pointers. Quiets a warning on | Todd C. Miller |
2018-09-18 | Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. | Todd C. Miller |
2018-09-18 | backout last week of csh diffs. They are disasterously broken, on i386 | Theo de Raadt |
2018-09-18 | remove macros for xmalloc(), xcalloc() & xreallocarray() and just name the | miko |
2018-09-17 | Replace any() with strchr(3). | Martijn van Duren |
2018-09-15 | strsave() is hard-fail strdup() so simplify and rename to xstrdup(). | miko |
2018-09-08 | blkfree() takes no action for NULL pointer so callers can avoid checking. | miko |
2017-12-18 | No need to declare variable name as static in dounsetenv(). Also, drop a | anton |
2017-12-16 | Passing NULL to free() is fine; from Michael W. Bombardieri. | anton |
2017-12-12 | Document change in the default shell prompts. | Theo Buehler |
2017-12-12 | Include hostname in shell prompts by default | Theo Buehler |
2017-11-16 | In revision 1.35 of file.c, tenex() was modified to respect the inputline_size | anton |
2017-11-16 | Zap a redundant cast. | anton |
2017-08-30 | Zap redundant assignment; ok jca@ | anton |
2017-08-30 | Respect inputline_size argument. No functional change since tenex() only has one | anton |
2017-08-30 | Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating | anton |
2017-07-26 | Align variables and put logical operators at EOL. No binary change. | anton |
2017-07-26 | Postpone printing of prompt if filec is enabled in csh. Any I/O should be | anton |
2017-07-22 | Use monotonic clock for the time command in csh and ksh. | anton |
2017-07-18 | Restore tty when aborting loop. | anton |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-06-29 | Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to | Theo de Raadt |
2017-06-27 | Tweak previous: align declarations and rename local variable. | anton |