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