The NetBSD Project

src/bin/sh/

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


CVSweb <webmaster@jp.NetBSD.org>