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.91 | 2 days | he | When using -lcurses, you also need -lterminfo. This fixes the build for sun2, an... | |
| 1.10 | 14 months | snj | Some spelling fixes from VaX#n8 in PR bin/23812. | |
| 1.12 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.6 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.19 | 2 months | gson | Removed return statement in parser action that caused a memory leak with the new... | |
| 1.15 | 3 months | christos | use flex options instead of #defines | |
| 1.21 | 5 years | seb | Add new builtin `wordexp' to support wordexp(3). From FreeBSD. Provided in PR l... | |
| 1.40 | 5 weeks | dholland | Make the cd builtin accept and ignore -P, which is a kshism that has been allowe... | |
| 1.5 | 4 years | christos | PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd or cd ... | |
| 1.37 | 15 months | dholland | Use "extern" properly for referencing globals defined in other modules. Now buil... | |
| 1.17 | 22 months | apb | If SHELL_BUILTIN is defined (as will be the case when building external builtins... | |
| 1.98 | 4 months | christos | only for when trap if we are going to exit. | |
| 1.15 | 23 months | matt | Fix inconsistent definitions | |
| 1.42 | 15 months | dholland | Wrap declaration of a STATIC function that's only conditionally defined in a sui... | |
| 1.21 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.83 | 2 months | tsutsui | Use %zu in printf format for size_t value. | |
| 1.17 | 2 years | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.41 | 23 months | joerg | Set unique mode for the history, so that repeating a command doesn't spam the hi... | |
| 1.10 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.42 | 11 months | roy | el_gets now sets el_len to -1 on error so we can distinguish between a NULL stri... | |
| 1.15 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.68 | 13 months | christos | don't free other jobs when we are specifically using the wait built-in. | |
| 1.19 | 6 years | dsl | Generate command line when SMALL is defined and make buffer full sized. All the ... | |
| 1.11 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.16 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.10 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.53 | 12 months | lukem | fix -Wsign-compare issues | |
| 1.10 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.29 | 23 months | matt | Fix inconsistent definitions | |
| 1.15 | 23 months | matt | Fix inconsistent definitions | |
| 1.38 | 10 months | mrg | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total address spa... | |
| 1.3 | 6 years | christos | remove clause 3 | |
| 1.22 | 4 months | apb | Make this slightly more portable; it has to run on arbitary host platforms at bu... | |
| 1.5 | 15 months | apb | Don't try to remove trailing newlines from shell variables via constructs like $... | |
| 1.2 | 21 months | martin | Convert to new 2 clause license | |
| 1.12 | 15 months | apb | In shell scripts run during the build, add a SED variable, defaulting to "sed". ... | |
| 1.10 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.16 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.11 | 6 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 | 8 months | joerg | Make indentation consistent. | |
| 1.41 | 12 months | lukem | fix -Wsign-compare issues | |
| 1.19 | 4 years | dsl | TOG require that 'set +o' output the options in a form suitable for restoring th... | |
| 1.31 | 15 months | christos | show better quoting output for sh -x, from Aleksey Cheusov | |
| 1.20 | 15 months | christos | show better quoting output for sh -x, from Aleksey Cheusov | |
| 1.74 | 12 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 | 2 years | msaitoh | Conform to XCU Section 2.8.2 (Exit Status for Commands) | |
| 1.15 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.97 | 5 weeks | wiz | Bump date for cd -P support. | |
| 1.17 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.26 | 6 years | dsl | This seems to need stdlib.h to get a prototype for abort(). | |
| 1.7 | 6 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.2 | 2 years | lukem | use __RCSID() | |
| 1.2 | 6 years | dsl | Put a syntax.c under CVS instead of building if with the mksyntax program. Kill ... | |
| 1.34 | 23 months | matt | Fix inconsistent definitions | |
| 1.18 | 4 years | christos | make setsig() return sig_t | |
| 1.39 | 15 months | dholland | Use "extern" properly for referencing globals defined in other modules. Now buil... | |
| 1.24 | 15 months | dholland | Use "extern" properly for referencing globals defined in other modules. Now buil... |