| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Add $'quoting' (C-style escape sequences). | jilles | 2011-05-05 | 3 | -8/+212 |
* | sh: Apply set -u to variables in arithmetic. | jilles | 2011-05-04 | 1 | -0/+2 |
* | sh: Detect an error for ${#var<GARBAGE>}. | jilles | 2011-05-04 | 1 | -0/+2 |
* | Don't call -f option's argument "stdin". | ru | 2011-05-03 | 1 | -1/+4 |
* | sh: Set $? to 0 for background commands. | jilles | 2011-04-25 | 1 | -3/+6 |
* | sh: Check setuid()/setgid() return values. | jilles | 2011-04-25 | 1 | -2/+4 |
* | sh: Remove duplicate code resetting uid/gid for set +p/+o privileged. | jilles | 2011-04-25 | 1 | -10/+5 |
* | sh: Allow EV_EXIT through function calls, make {...} <redir more consistent. | jilles | 2011-04-23 | 3 | -13/+16 |
* | sh: Do not word split "${#parameter}". | jilles | 2011-04-20 | 1 | -2/+2 |
* | Document problems with -d/-w and the fact that -X is the default. | trasz | 2011-04-18 | 1 | -2/+9 |
* | Get rid of DSIZ; instead just call the sizing function if provided. | trasz | 2011-04-12 | 3 | -16/+15 |
* | Make it possible to use permission sets (full_set, modify_set, read_set | trasz | 2011-04-09 | 1 | -2/+17 |
* | Add proper width calculation for time fields (time, cputime and usertime). | trasz | 2011-03-24 | 3 | -5/+52 |
* | Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space. | trasz | 2011-03-24 | 3 | -5/+34 |
* | sh(1): Describe subshell environment, command substitution more correctly. | jilles | 2011-03-20 | 1 | -7/+19 |
* | Implement the usertime and systime keywords for ps, printing the | kib | 2011-03-17 | 4 | -21/+63 |
* | bin: Prefer strrchr() to rindex(). | jilles | 2011-03-15 | 3 | -3/+3 |
* | sh: Fix some parameter expansion variants ${#...}. | jilles | 2011-03-13 | 1 | -19/+30 |
* | Remove unnecessary cast. | stefanf | 2011-03-07 | 1 | -1/+1 |
* | sh(1): Reduce excessive semicolon-separated sentences. | jilles | 2011-03-06 | 1 | -4/+4 |
* | Export login class information via kinfo and make it possible to view | trasz | 2011-03-05 | 4 | -1/+28 |
* | sh: Fix some warnings in code for arithmetic expressions. | jilles | 2011-03-05 | 2 | -3/+5 |
* | kill: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-03-01 | 1 | -0/+4 |
* | Accept == as an alias of = which is a popular GNU extension. | delphij | 2011-02-27 | 1 | -0/+1 |
* | When WITH_ICONV is set, use our in-tree iconv. | ume | 2011-02-26 | 2 | -13/+23 |
* | mdoc(7) markup. | pluknet | 2011-02-21 | 1 | -1/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | test: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-02-15 | 1 | -0/+4 |
* | sh: Detect dividing the smallest integer by -1. | jilles | 2011-02-12 | 2 | -0/+4 |
* | Fix typos. | brucec | 2011-02-12 | 1 | -2/+2 |
* | sh(1): Update description of arithmetic. | jilles | 2011-02-08 | 1 | -8/+3 |
* | sh: Import arithmetic expression code from dash. | jilles | 2011-02-08 | 7 | -516/+716 |
* | sh: Fix two things about {(...)} <redir: | jilles | 2011-02-05 | 1 | -1/+4 |
* | sh: Remove clearcmdentry()'s now unused argument. | jilles | 2011-02-05 | 3 | -11/+10 |
* | sh: Forget all cached command locations on any PATH change. | jilles | 2011-02-05 | 1 | -24/+1 |
* | sh: Do not try to execute binary files as scripts. | jilles | 2011-02-05 | 2 | -1/+16 |
* | sh: Remove special code for shell scripts without magic number. | jilles | 2011-02-04 | 17 | -224/+27 |
* | Make sys_signame upper case. | jilles | 2011-02-04 | 3 | -5/+5 |
* | sh: Return only 126 or 127 for execve() failures. | jilles | 2011-02-03 | 1 | -12/+5 |
* | sh: Remove comment mentioning herefd, which is gone. | jilles | 2011-02-02 | 1 | -2/+1 |
* | sh: Send messages about signals to stderr. | jilles | 2011-01-30 | 1 | -5/+5 |
* | sh: Clean up some old comments: | jilles | 2011-01-25 | 1 | -6/+3 |
* | Document P_FOLLOWFORK. | kib | 2011-01-25 | 1 | -0/+1 |
* | sh: Fix signal messages being sent to the wrong file sometimes. | jilles | 2011-01-18 | 1 | -0/+1 |
* | sh(1): Document changes to 'exit' from traps. | jilles | 2011-01-16 | 1 | -2/+7 |
* | sh: If exit is used without args from a trap action, exit on the signal. | jilles | 2011-01-16 | 1 | -4/+23 |
* | sh: Fix some things about -- in trap: | jilles | 2011-01-15 | 1 | -11/+14 |
* | sh: Make 'trap -l' look like 'kill -l'. | jilles | 2011-01-14 | 1 | -1/+1 |
* | sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc(). | jilles | 2011-01-09 | 2 | -11/+1 |
* | sh: Remove special %builtin PATH entry. | jilles | 2011-01-09 | 1 | -33/+7 |