summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix date.joel2013-01-291-1/+1
* Add -l option to cat(1). This option causes cat(1) to use fcntl(2) tobrooks2013-01-292-6/+30
* Return with an error from copy_link(), copy_fifo() and copy_special() ifmarkj2013-01-271-0/+17
* Don't time travel back and use a present date.delphij2013-01-251-1/+1
* - Wrap long line;delphij2013-01-242-2/+4
* Return "failure" as we do for 'cp -i' and a "n" answer.obrien2013-01-231-1/+1
* Add FILES section.joel2013-01-221-2/+14
* Change the $ENV example to use .shrc instead of .shinit. This is consistentjoel2013-01-201-3/+3
* sh: Move some stackmarks to fix high memory usage in some loops.jilles2013-01-201-11/+5
* sh: Remove mkinit's initialization routine.jilles2013-01-205-35/+12
* sh: Replace an mkinit use with an initialization.jilles2013-01-191-10/+5
* - Move 'showthreads' check out of fmt.c.jhb2013-01-192-2/+2
* Include the thread name along with the command name when displaying thejhb2013-01-183-10/+16
* Remove useless variable 'Pflag':eadler2013-01-171-7/+5
* Use a different way to silence clang analyzer as done in r245494 bydelphij2013-01-161-2/+1
* Free memory before exiting in order to silence a warning from the clangeadler2013-01-161-0/+1
* sh: Simplify cd-hash interaction.jilles2013-01-142-40/+15
* sh: Pass $? to command substitution containing compound/multiple commands.jilles2013-01-141-2/+1
* sh: Fix crash when parsing '{ } &'.jilles2013-01-131-2/+2
* sh: Don't lose $? when backquoted command ends with semicolon or newline.jilles2013-01-131-1/+2
* When WCHAR_MIN == 0 the check if a wchar_t value will always be true. Inandrew2013-01-061-1/+4
* 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
OpenPOWER on IntegriCloud