aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Recognize "--" and explicitly reject options in wait builtin.Jilles Tjoelker2013-03-151-3/+4
* Add a few examples.Joel Dahl2013-03-157-7/+102
* sh: When executing a trap, keep exit status along with evalskip.Jilles Tjoelker2013-03-031-2/+3
* Enhance test(1) by adding provision to compare any combination of thePeter Jeremy2013-02-252-27/+215
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.Jilles Tjoelker2013-02-235-20/+23
* sh: Fix a crash with the stackmark code.Jilles Tjoelker2013-02-191-0/+2
* Fix NFSv4 permission description in setfacl(1) manual page: the 'D'Edward Tomasz Napierala2013-02-081-2/+2
* Improve description of the "-m" option to setfacl(1).Edward Tomasz Napierala2013-02-081-5/+6
* In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,Edward Tomasz Napierala2013-02-081-1/+6
* sh: Simplify mksyntax and make it fit for cross-compiling.Jilles Tjoelker2013-02-071-88/+66
* sh: Fix a comment.Jilles Tjoelker2013-02-071-1/+1
* Catch TRACE parameters up with r238888. This change is only needed whenXin LI2013-02-071-1/+1
* Document P_PPTRACE.Konstantin Belousov2013-02-071-1/+2
* sh: Do not test for digit_contig in mksyntax.Jilles Tjoelker2013-02-051-46/+2
* sh: Expand here documents in the current process.Jilles Tjoelker2013-02-035-24/+48
* sh: Prefer our character classification functions to <ctype.h>.Jilles Tjoelker2013-01-312-3/+2
* sh: Show negated commands (!) in jobs output.Jilles Tjoelker2013-01-311-0/+4
* Fix date.Joel Dahl2013-01-291-1/+1
* Add -l option to cat(1). This option causes cat(1) to use fcntl(2) toBrooks Davis2013-01-292-6/+30
* Return with an error from copy_link(), copy_fifo() and copy_special() ifMark Johnston2013-01-271-0/+17
* Don't time travel back and use a present date.Xin LI2013-01-251-1/+1
* - Wrap long line;Xin LI2013-01-242-2/+4
* Return "failure" as we do for 'cp -i' and a "n" answer.David E. O'Brien2013-01-231-1/+1
* Add FILES section.Joel Dahl2013-01-221-2/+14
* Change the $ENV example to use .shrc instead of .shinit. This is consistentJoel Dahl2013-01-201-3/+3
* sh: Move some stackmarks to fix high memory usage in some loops.Jilles Tjoelker2013-01-201-11/+5
* sh: Remove mkinit's initialization routine.Jilles Tjoelker2013-01-205-35/+12
* sh: Replace an mkinit use with an initialization.Jilles Tjoelker2013-01-191-10/+5
* - Move 'showthreads' check out of fmt.c.John Baldwin2013-01-192-2/+2
* Include the thread name along with the command name when displaying theJohn Baldwin2013-01-183-10/+16
* Remove useless variable 'Pflag':Eitan Adler2013-01-171-7/+5
* Use a different way to silence clang analyzer as done in r245494 byXin LI2013-01-161-2/+1
* Free memory before exiting in order to silence a warning from the clangEitan Adler2013-01-161-0/+1
* sh: Simplify cd-hash interaction.Jilles Tjoelker2013-01-142-40/+15
* sh: Pass $? to command substitution containing compound/multiple commands.Jilles Tjoelker2013-01-141-2/+1
* sh: Fix crash when parsing '{ } &'.Jilles Tjoelker2013-01-131-2/+2
* sh: Don't lose $? when backquoted command ends with semicolon or newline.Jilles Tjoelker2013-01-131-1/+2
* When WCHAR_MIN == 0 the check if a wchar_t value will always be true. InAndrew Turner2013-01-061-1/+4
* Fix wording nit.Glen Barber2012-12-281-1/+1
* test(1): Document == alias for =.Jilles Tjoelker2012-12-271-1/+8
* sh: Prefer strsignal() to accessing sys_siglist directly.Jilles Tjoelker2012-12-251-8/+13
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* sh: Detect and flag write errors on stdout in builtins.Jilles Tjoelker2012-12-123-0/+22
* Use kern.max_pid sysctl to obtain maximum PID number instead of using localPawel Jakub Dawidek2012-12-121-3/+17
* Handle large negative block counts correctly.Greg Lehey2012-12-121-1/+1
* Update man pages and clarify a number of options.Greg Lehey2012-11-162-35/+65
* Fix section number for pstat and swapinfo cross references.Sergey Kandaurov2012-11-151-3/+3
* Follow the behavior as specified in POSIX:Eitan Adler2012-11-151-1/+1
* Add , (comma) option to print sizes grouped and separated by thousandsGreg Lehey2012-11-152-16/+57
* sh: Remove an unused variable.Jilles Tjoelker2012-11-142-2/+0