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