Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.netbsd.org] / src / bin / sh
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.85 | 2 months | drochner | define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160 | |
| 1.10 | 7 months | snj | Some spelling fixes from VaX#n8 in PR bin/23812. | |
| 1.12 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.6 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.18 | 2 years | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.14 | 2 years | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.21 | 4 years | seb | Add new builtin `wordexp' to support wordexp(3). From FreeBSD. Provided in PR l... | |
| 1.39 | 3 years | simonb | Make the change for bin/31548 to set $PWD on shell startup non-fatal if the curr... | |
| 1.5 | 3 years | christos | PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd or cd ... | |
| 1.37 | 8 months | dholland | Use "extern" properly for referencing globals defined in other modules. Now buil... | |
| 1.17 | 15 months | apb | If SHELL_BUILTIN is defined (as will be the case when building external builtins... | |
| 1.96 | 5 months | christos | Revert previous commit that fixes PR/36079 (shell misses exit trap), because the... | |
| 1.15 | 16 months | matt | Fix inconsistent definitions | |
| 1.42 | 8 months | dholland | Wrap declaration of a STATIC function that's only conditionally defined in a sui... | |
| 1.21 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.82 | 5 months | lukem | fix -Wsign-compare issues | |
| 1.17 | 2 years | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.41 | 16 months | joerg | Set unique mode for the history, so that repeating a command doesn't spam the hi... | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.42 | 3 months | roy | el_gets now sets el_len to -1 on error so we can distinguish between a NULL stri... | |
| 1.15 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.68 | 6 months | christos | don't free other jobs when we are specifically using the wait built-in. | |
| 1.19 | 5 years | dsl | Generate command line when SMALL is defined and make buffer full sized. All the ... | |
| 1.11 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.16 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.53 | 5 months | lukem | fix -Wsign-compare issues | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.29 | 16 months | matt | Fix inconsistent definitions | |
| 1.15 | 16 months | matt | Fix inconsistent definitions | |
| 1.38 | 3 months | mrg | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total address spa... | |
| 1.3 | 5 years | christos | remove clause 3 | |
| 1.21 | 5 years | christos | don't include the printf builtin if we are SMALL; saves 10K. | |
| 1.5 | 8 months | apb | Don't try to remove trailing newlines from shell variables via constructs like $... | |
| 1.2 | 14 months | martin | Convert to new 2 clause license | |
| 1.12 | 8 months | apb | In shell scripts run during the build, add a SED variable, defaulting to "sed". ... | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.16 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.11 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.12 | 5 years | dsl | Change '\0' to 0 so that the SVR4 'echo' doesn't convert it to a null byte. Fixe... | |
| 1.13 | 5 weeks | joerg | Make indentation consistent. | |
| 1.41 | 5 months | lukem | fix -Wsign-compare issues | |
| 1.19 | 3 years | dsl | TOG require that 'set +o' output the options in a form suitable for restoring th... | |
| 1.31 | 8 months | christos | show better quoting output for sh -x, from Aleksey Cheusov | |
| 1.20 | 8 months | christos | show better quoting output for sh -x, from Aleksey Cheusov | |
| 1.74 | 5 months | lukem | fix -Wsign-compare issues | |
| 1.17 | 5 years | dsl | Correctly apply IFS to unquoted text in ${x-text}. Fixes PR/26058 and the 'for i... | |
| 1.30 | 17 months | msaitoh | Conform to XCU Section 2.8.2 (Exit Status for Commands) | |
| 1.15 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.93 | 3 months | wiz | Bump date for previous. | |
| 1.17 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.26 | 5 years | dsl | This seems to need stdlib.h to get a prototype for abort(). | |
| 1.7 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.2 | 18 months | lukem | use __RCSID() | |
| 1.2 | 5 years | dsl | Put a syntax.c under CVS instead of building if with the mksyntax program. Kill ... | |
| 1.34 | 16 months | matt | Fix inconsistent definitions | |
| 1.18 | 3 years | christos | make setsig() return sig_t | |
| 1.39 | 8 months | dholland | Use "extern" properly for referencing globals defined in other modules. Now buil... | |
| 1.24 | 8 months | dholland | Use "extern" properly for referencing globals defined in other modules. Now buil... |