summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.jilles2011-04-233-13/+16
* sh: Do not word split "${#parameter}".jilles2011-04-201-2/+2
* Document problems with -d/-w and the fact that -X is the default.trasz2011-04-181-2/+9
* Get rid of DSIZ; instead just call the sizing function if provided.trasz2011-04-123-16/+15
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-2/+17
* Add proper width calculation for time fields (time, cputime and usertime).trasz2011-03-243-5/+52
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.trasz2011-03-243-5/+34
* sh(1): Describe subshell environment, command substitution more correctly.jilles2011-03-201-7/+19
* Implement the usertime and systime keywords for ps, printing thekib2011-03-174-21/+63
* bin: Prefer strrchr() to rindex().jilles2011-03-153-3/+3
* sh: Fix some parameter expansion variants ${#...}.jilles2011-03-131-19/+30
* Remove unnecessary cast.stefanf2011-03-071-1/+1
* sh(1): Reduce excessive semicolon-separated sentences.jilles2011-03-061-4/+4
* Export login class information via kinfo and make it possible to viewtrasz2011-03-054-1/+28
* sh: Fix some warnings in code for arithmetic expressions.jilles2011-03-052-3/+5
* kill: Note that this is used both as a normal program and a shell builtin.jilles2011-03-011-0/+4
* Accept == as an alias of = which is a popular GNU extension.delphij2011-02-271-0/+1
* When WITH_ICONV is set, use our in-tree iconv.ume2011-02-262-13/+23
* mdoc(7) markup.pluknet2011-02-211-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* test: Note that this is used both as a normal program and a shell builtin.jilles2011-02-151-0/+4
* sh: Detect dividing the smallest integer by -1.jilles2011-02-122-0/+4
* Fix typos.brucec2011-02-121-2/+2
* sh(1): Update description of arithmetic.jilles2011-02-081-8/+3
* sh: Import arithmetic expression code from dash.jilles2011-02-087-516/+716
* sh: Fix two things about {(...)} <redir:jilles2011-02-051-1/+4
* sh: Remove clearcmdentry()'s now unused argument.jilles2011-02-053-11/+10
* sh: Forget all cached command locations on any PATH change.jilles2011-02-051-24/+1
* sh: Do not try to execute binary files as scripts.jilles2011-02-052-1/+16
* sh: Remove special code for shell scripts without magic number.jilles2011-02-0417-224/+27
* Make sys_signame upper case.jilles2011-02-043-5/+5
* sh: Return only 126 or 127 for execve() failures.jilles2011-02-031-12/+5
* sh: Remove comment mentioning herefd, which is gone.jilles2011-02-021-2/+1
* sh: Send messages about signals to stderr.jilles2011-01-301-5/+5
* sh: Clean up some old comments:jilles2011-01-251-6/+3
* Document P_FOLLOWFORK.kib2011-01-251-0/+1
* 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
OpenPOWER on IntegriCloud