summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix wording nit.gjb2012-12-281-1/+1
* test(1): Document == alias for =.jilles2012-12-271-1/+8
* sh: Prefer strsignal() to accessing sys_siglist directly.jilles2012-12-251-8/+13
* Fix socket calls on error post-r243965.kevlo2012-12-211-1/+1
* sh: Detect and flag write errors on stdout in builtins.jilles2012-12-123-0/+22
* Use kern.max_pid sysctl to obtain maximum PID number instead of using localpjd2012-12-121-3/+17
* Handle large negative block counts correctly.grog2012-12-121-1/+1
* Update man pages and clarify a number of options.grog2012-11-162-35/+65
* Fix section number for pstat and swapinfo cross references.pluknet2012-11-151-3/+3
* Follow the behavior as specified in POSIX:eadler2012-11-151-1/+1
* Add , (comma) option to print sizes grouped and separated by thousandsgrog2012-11-152-16/+57
* sh: Remove an unused variable.jilles2012-11-142-2/+0
* sh: Forward-declare struct alias instead of giving up type safety via void *jilles2012-11-112-4/+5
* Undo over-aggressive conversion of spaces to tabs. ie: those withinpeter2012-11-092-6/+6
* Replace spaces with tabs where appropriate.grog2012-11-086-36/+36
* sh: Fix two issues when an alias is redefined:jilles2012-11-081-0/+11
* Add y flag and environment variable LS_SAMESORT to specify the samegrog2012-11-086-21/+110
* Sort option parsing as far as practical.grog2012-11-071-41/+42
* sh: Change cmdtype in tblentry from short to signed char.jilles2012-11-051-1/+1
* sh: Use C99 flexible array instead of accessing array beyond bounds.jilles2012-11-031-3/+2
* Add a couple of examples.joel2012-11-021-1/+65
* More -Wmissing-variable-declarations fixes.ed2012-10-201-0/+5
* More -Wmissing-variable-declarations fixes.ed2012-10-196-17/+8
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-1915-87/+90
* mdoc: don't nest displays. The markup here isn't adding anything anyway.joel2012-10-141-2/+2
* Fix bin/ build with a 64-bit ino_t.mdf2012-09-273-9/+14
* - Bump date.zont2012-09-181-1/+1
* - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.zont2012-09-182-0/+6
* Revert 240527:eadler2012-09-161-1/+0
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-155-83/+37
* Free memory before exiting in order toeadler2012-09-141-0/+1
* sh: Reduce code duplication: use setinputfile instead of open/setinputfdjilles2012-09-141-8/+1
* Minor mdoc fix.joel2012-09-111-1/+2
* sh: Remove XXX comment about removing nextopt().jilles2012-09-081-4/+0
* Use "e.g.", not "i.e.", to introduce an example.kevlo2012-09-071-1/+1
* Explicitly mention that "cp -p" copies ACLs.trasz2012-09-041-2/+2
* Fix an error in setfacl(1) that manifested like this:trasz2012-09-041-3/+4
* In getfacl(1) manual page, mention where to read about the ACL syntax.trasz2012-09-041-0/+4
* Make "setfacl -bd" an alias for "setfacl -k". Previously it would crashtrasz2012-09-041-0/+11
* Make setfacl(1) behave properly in situations like "setfacl -kd".trasz2012-09-041-0/+15
* Fix compact form of "synchronize" permission in setfacl(1) manual page - ittrasz2012-09-031-2/+2
* Rework all non-contributed files that use `struct timezone'.ed2012-09-013-7/+7
* Add a -h flag similar to the -h flag for ln to force mv(1) to treat ajhb2012-08-312-6/+36
* Avoid passing uninitialized stack to addelem() if called with an empty arg.emaste2012-08-291-2/+2
* sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().jilles2012-07-293-4/+49
* sh: Do not ask for stopped/continued processes if we do not need themjilles2012-07-281-6/+5
* sh: Inline waitproc() into its only caller.jilles2012-07-281-22/+9
* sh: Track continued jobs (even if not continued by bg or fg).jilles2012-07-281-3/+8
* Use proper error message when fstat(2) fails on stdout.jh2012-07-201-1/+1
* style(9).jh2012-07-201-16/+19
OpenPOWER on IntegriCloud