| Age | Commit message (Expand) | Author |
| 2003-12-18 | correct 2 typos | heas |
| 2003-12-18 | PR/23786: Robert Nestor: wait command returns the wrong status code. This | christos |
| 2003-12-17 | Handle breaksw inside while loop (from tcsh) | christos |
| 2003-12-16 | Correct typo in page header for tpgid. | mjl |
| 2003-12-07 | Some file systems, like FAT, have no inodes in the ffs sense and don't | perry |
| 2003-12-07 | mention that -h also overrides BLOCKSIZE, and sort around there | perry |
| 2003-11-28 | Add -C to usage. | wiz |
| 2003-11-28 | Bump date for previous (hi niels!). | wiz |
| 2003-11-28 | support for cradle mode by marius at monkey.org; cradle mode allows the | provos |
| 2003-11-27 | Generate command line when SMALL is defined and make buffer full sized. | dsl |
| 2003-11-25 | Put a few headers back so this compiles again. | simonb |
| 2003-11-24 | Don't emit any warnings when tar is trying to figure out if the file is | matt |
| 2003-11-24 | Also remove headers that are no longer needed. Also pointed out by Mike | jschauma |
| 2003-11-24 | Remove unused variable stdout_ok, which was left over from my changes | jschauma |
| 2003-11-18 | allow underscores in usernames | provos |
| 2003-11-16 | Improve how various "simple" host tools are built and invoked. | lukem |
| 2003-11-15 | Optimise previous change, using fcntl(F_DUPFD) to locate a free descriptor | dsainty |
| 2003-11-15 | Avoid corrupting the dd(1) IO streams. This would happen by accidentally | dsainty |
| 2003-11-14 | Posix requires that 'pwd -P' reset the shells saved cwd value - so a | dsl |
| 2003-11-14 | This seems to need stdlib.h to get a prototype for abort(). | dsl |
| 2003-11-14 | Add '\n' to "fork failed" trace messages. | dsl |
| 2003-10-30 | file system, not filesystem; e.g. is an abbreviation; use FAT instead of msdos | wiz |
| 2003-10-30 | Make /bin/pwd almost conform to IEEE 1003.1 | dsl |
| 2003-10-30 | Validate the arguments to 'pwd'. Treat -L and -P as per pwd(1). | dsl |
| 2003-10-27 | passwd(5), not passwd(4). From Igor Sobrado in PR 23278. | wiz |
| 2003-10-27 | Do not xref alias(1) since that points to csh(1). | wiz |
| 2003-10-27 | skip a leading `-' on the arg0 name when calling el_init() | lukem |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-26 | don't need -DHAVE_CONFIG_H here | lukem |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-26 | use ${HOST_SH} instead of /bin/sh | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-21 | Don't initialize an integer field with NULL. | fvdl |
| 2003-10-21 | Don't pass an integer as NULL. | fvdl |
| 2003-10-19 | Let libedit handle signals so we resize properly. I might change my mind | christos |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | Ensure that $TERM is set in the real environment before calling el_init(3) | lukem |
| 2003-10-19 | Fix typos in comments. From Jared Yanovich via jmc@openbsd. | wiz |
| 2003-10-19 | improve MAKEVERBOSE message for HOST_LINKed tools | lukem |
| 2003-10-19 | Support MAKEVERBOSE (XXX: mksyntax is noisy when MAKEVERBOSE=0). | lukem |
| 2003-10-19 | support MAKEVERBOSE | lukem |
| 2003-10-18 | Link the host tools against tools/compat -lnbcompat since someone decided to | lukem |
| 2003-10-16 | Add Xr for dev_mkdb(8), per PR 23168. Increase width in FILES section while h... | wiz |
| 2003-10-13 | Move Matt Green's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-10-13 | Move Keith Muller's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-09-29 | Fix rmdir -p x/y/z// | dsl |
| 2003-09-22 | Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...' | dsl |
| 2003-09-22 | Bump date for previous; comma cleanup. | wiz |
| 2003-09-22 | After last weeks addition of the '-b' flag, add '-B' and '-w' flags, | jschauma |
| 2003-09-19 | realloc pedant | itojun |