aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix signal messages being sent to the wrong file sometimes.Jilles Tjoelker2011-01-181-0/+1
* sh(1): Document changes to 'exit' from traps.Jilles Tjoelker2011-01-161-2/+7
* sh: If exit is used without args from a trap action, exit on the signal.Jilles Tjoelker2011-01-161-4/+23
* sh: Fix some things about -- in trap:Jilles Tjoelker2011-01-151-11/+14
* sh: Make 'trap -l' look like 'kill -l'.Jilles Tjoelker2011-01-141-1/+1
* sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().Jilles Tjoelker2011-01-092-11/+1
* sh: Remove special %builtin PATH entry.Jilles Tjoelker2011-01-091-33/+7
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-0/+1
* sh: Make exit without parameters from EXIT trap POSIX-compliant.Jilles Tjoelker2011-01-083-7/+19
* sh: Do not call exitshell() from evalcommand() unless evalcommand() forkedJilles Tjoelker2011-01-051-4/+5
* Increase carried_error if we skip a file due to an error. This ensuresJaakko Heinonen2011-01-031-0/+4
* sh: Check readonly status for assignments on regular builtins.Jilles Tjoelker2011-01-013-5/+9
* sh: Check if dup2 for redirection from/to a file succeeds.Jilles Tjoelker2010-12-311-1/+6
* sh: Avoid side effects from builtins in optimized command substitution.Jilles Tjoelker2010-12-301-5/+27
* sh: Properly restore exception handler in fc.Jilles Tjoelker2010-12-291-1/+2
* sh: Don't do optimized command substitution if expansions have side effects.Jilles Tjoelker2010-12-283-1/+88
* sh: Make expansion errors in optimized command substitution non-fatal.Jilles Tjoelker2010-12-281-1/+15
* sh: Simplify "stack string" code slightly.Jilles Tjoelker2010-12-272-26/+17
* sh: Fix integer overflow check, it checked an uninitialized variable.Jilles Tjoelker2010-12-261-1/+1
* sh: Allow arbitrary large numbers in CHECKSTRSPACE.Jilles Tjoelker2010-12-265-25/+30
* sh(1): Explain why it is a bad idea to use aliases in scripts.Jilles Tjoelker2010-12-211-3/+4
* sh: Add kill builtin.Jilles Tjoelker2010-12-217-13/+55
* sh: Add a function to print warnings (with command name and newline).Jilles Tjoelker2010-12-216-14/+27
* sh: Make warnings in the printf builtin non-fatal, like in the program.Jilles Tjoelker2010-12-201-15/+6
* sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).Jilles Tjoelker2010-12-181-2/+2
* Remove dead code.Ulrich Spörlein2010-12-181-2/+0
* sh: Fix corruption of command substitutions with special chars after newlineJilles Tjoelker2010-12-161-2/+2
* Remove duplicate check, turning dead code into live code.Ulrich Spörlein2010-12-131-2/+0
* sh: Various simplifications to jobs.c:Jilles Tjoelker2010-12-121-11/+5
* sh: Remove the herefd hack.Jilles Tjoelker2010-12-123-15/+0
* sh: Replace some macros and repeated code in expand.c with functions.Jilles Tjoelker2010-12-111-31/+32
* sh: Use vsnprintf() rather than crafting our own in fmtstr().Jilles Tjoelker2010-12-111-18/+5
* sh: Improve internal-representation-to-text code to avoid binary output.Jilles Tjoelker2010-12-061-3/+36
* sh: POSIX says there should not be a space between Done and (exitstatus).Jilles Tjoelker2010-12-051-1/+1
* sh: Improve jobs output of pipelines.Jilles Tjoelker2010-12-051-66/+83
* sh: Avoid marking a job as done before it is fully created.Jilles Tjoelker2010-12-051-2/+2
* sh: jobs -p: Do not ask the kernel for the pgid.Jilles Tjoelker2010-12-051-4/+1
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-047-4985/+0
* sh(1): Clean up documentation of built-in commands.Jilles Tjoelker2010-12-031-11/+14
* sh(1): Document that command's -p option also works with -v/-V.Jilles Tjoelker2010-12-011-2/+3
* sh: Code size optimizations to "stack string" memory allocation:Jilles Tjoelker2010-11-238-33/+47
* sh: Pass multiple bytes at a time to lex.Jilles Tjoelker2010-11-231-1/+9
* sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P.Jilles Tjoelker2010-11-221-2/+5
* Fix some more warnings found by clang.Rebecca Cran2010-11-221-0/+1
* sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.Jilles Tjoelker2010-11-201-3/+3
* sh: Code size optimizations to buffered output.Jilles Tjoelker2010-11-207-34/+39
* sh: Add printf builtin.Jilles Tjoelker2010-11-193-4/+9
* sh: Add binary buffered output for use by the printf builtin.Jilles Tjoelker2010-11-143-10/+16
* sh: Update the suspend example for the change of the job control flagJilles Tjoelker2010-11-131-1/+1
* sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V.Jilles Tjoelker2010-11-131-0/+1