| Age | Commit message (Expand) | Author |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-12 | Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags. | gmcgarry |
| 2008-06-27 | %d doesn't work so well with the now-u_long type. (HI GMCGARRY!) | dogcow |
| 2008-06-27 | ioctl commands are unsigned long. | gmcgarry |
| 2008-06-20 | make getn return long long to support large numbers on all archs. | christos |
| 2008-05-30 | convert the rest of my licenses to 2-clause, extracting myself out | mrg |
| 2008-05-26 | Distinguish "this file failed" from "any file failed", to make cp -v | dholland |
| 2008-05-26 | Revert revisions 1.91 and 1.92. The POSIX spec about the correct behaviour | tron |
| 2008-05-26 | PR/38755: murray armfield: /bin posix programs missing setprogname and/or | christos |
| 2008-05-26 | PR/38754: murray armfield: Rm prints diagnostic messages when invoked with -f | christos |
| 2008-05-25 | Update build glue for libarchive-2.5.4b. | joerg |
| 2008-05-25 | PR/38738: murray armfield: Fix type of blen, and reset it on error path. From | christos |
| 2008-05-24 | Fix two more cases of bad handling of "set -e": | tron |
| 2008-05-24 | Fix another problem with "set -e": "! true" should terminate the shell. | tron |
| 2008-05-24 | Port revision 1.44 of "src/bin/sh/eval.c" from FreeBSD to fix PR bin/38584. | tron |
| 2008-04-30 | Normalize TNF license, move to 2 clause. | martin |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-25 | Detect unmatched quotes inside old style command substitution. | christos |
| 2008-03-29 | If SHELL_BUILTIN is defined (as will be the case when building external | apb |
| 2008-03-29 | * define SHELL_BUILTIN, which other headers may use to hide some of their | apb |
| 2008-03-29 | Remove trailing ';' in definitions of out1c and out2c macros. | apb |
| 2008-03-10 | ps -t? needs to imply -x. Otherwise the non-x logic filters all the results | dholland |
| 2008-03-09 | Grammar fix and clarification from PR 37727 by Randolf Richardson. | dholland |
| 2008-03-04 | sort options from anon ymous | christos |
| 2008-03-04 | do the -g -G swap for real. | christos |
| 2008-03-04 | PR/36817: Zafer Aydogan: Don't use -g to implement the same named option | christos |
| 2008-03-04 | restore whitespace between 'Filesystem' and 'blocks'. | yamt |
| 2008-02-27 | Generate ANSI functions. | dsl |
| 2008-02-27 | Change spaces to tabs for consistency with adjacent lines. | dsl |
| 2008-02-27 | Add build glue for libarchive based cpio and tar. | joerg |
| 2008-02-24 | Kill pre-4.4BSD compat code. | joerg |
| 2008-02-24 | Dividing by a time_t makes the result time_t, so it should be cast to long | dholland |
| 2008-02-24 | Print time_t as long long, not long. | dholland |
| 2008-02-24 | Use strtoll rather than strtol to read the -r argument, so it will work | dholland |
| 2008-02-18 | Set "ftent" to NULL in in ftree_arg() after we call fts_close(), so that | simonb |
| 2008-02-15 | Fix inconsistent definitions | matt |
| 2008-02-13 | Set unique mode for the history, so that repeating a command doesn't | joerg |
| 2008-02-10 | Add a CPUID keyword; idea and some of the code from Anon Ymous | christos |
| 2008-01-21 | Conform to XCU Section 2.8.2 (Exit Status for Commands) | msaitoh |
| 2008-01-16 | Code cleanup: | hubertf |
| 2008-01-10 | Teach set_ftime about symbolic links, because it has to know: on some | tls |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 2007-12-28 | Wordo fix, noted by jmc@openbsd. | wiz |
| 2007-12-27 | Fix argument confusion, noted by drochner. | wiz |
| 2007-12-24 | __attribute__((__noreturn__)) to __dead | perry |
| 2007-12-22 | prtstat: PRIdMAX -> jd as suggested by Joerg Sonnenberger. | yamt |
| 2007-12-21 | don't cast 64bit values to u_long. | yamt |
| 2007-12-18 | This should have been all on one line anyway - and hey, it fixes my build | dogcow |