freebsd-dev/bin/sh
Jacques Vidrine dde97b32ff Correct a usage of fnctl that could not be right and results in a
no-op.  I assume it was meant that the close-on-exec flag be set here.
2002-09-11 16:38:33 +00:00
..
bltin Use `The .Nm utility' 2002-04-16 20:08:06 +00:00
funcs $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
alias.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
alias.h o __P has been reoved 2002-02-02 06:50:57 +00:00
arith_lex.l o __P has been reoved 2002-02-02 06:50:57 +00:00
arith.h o __P has been reoved 2002-02-02 06:50:57 +00:00
arith.y o __P has been reoved 2002-02-02 06:50:57 +00:00
builtins.def Add a `bind' builtin command, which is simply a wrapper around libedit's 2002-07-23 11:50:53 +00:00
cd.c Add a -P/-o physical option which behaves similarly to bash/ksh's options 2002-07-25 10:57:39 +00:00
cd.h o __P has been reoved 2002-02-02 06:50:57 +00:00
error.c s/filesystem/file system/ as discussed on -developers 2002-08-21 17:32:44 +00:00
error.h Remove broken and incomplete support for old releases of System V, 2002-07-19 08:09:04 +00:00
eval.c Add <stdlib.h> to get a prototype for exit(). 2002-08-29 14:26:49 +00:00
eval.h Implement the P1003.2 `command' builtin command, which is used to suppress 2002-07-21 06:49:14 +00:00
exec.c Remove broken and incomplete support for old releases of System V, 2002-07-19 08:09:04 +00:00
exec.h o __P has been reoved 2002-02-02 06:50:57 +00:00
expand.c Replace various spellings with FALLTHROUGH which is lint()able 2002-08-25 13:01:47 +00:00
expand.h o __P has been reoved 2002-02-02 06:50:57 +00:00
histedit.c Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown 2002-07-25 10:47:38 +00:00
init.h o __P has been reoved 2002-02-02 06:50:57 +00:00
input.c Avoid calling el_resize() from a signal handler, even though libedit 2002-07-24 02:06:07 +00:00
input.h o __P has been reoved 2002-02-02 06:50:57 +00:00
jobs.c Correct a usage of fnctl that could not be right and results in a 2002-09-11 16:38:33 +00:00
jobs.h Avoid using ints or shorts to store process id's, use pid_t instead. 2002-07-18 10:22:42 +00:00
machdep.h $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
mail.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
mail.h o __P has been reoved 2002-02-02 06:50:57 +00:00
main.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
main.h o __P has been reoved 2002-02-02 06:50:57 +00:00
Makefile Lock down with WFORMAT=1 except those directories with unfixed warnings. 2002-02-04 02:49:19 +00:00
memalloc.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
memalloc.h o __P has been reoved 2002-02-02 06:50:57 +00:00
miscbltin.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
mkbuiltins Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and 2002-02-18 06:08:23 +00:00
mkinit.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
mknodes.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
mksyntax.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
mktokens Minor const cleanup. 2002-06-20 05:20:50 +00:00
myhistedit.h Add a `bind' builtin command, which is simply a wrapper around libedit's 2002-07-23 11:50:53 +00:00
mystring.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
mystring.h o __P has been reoved 2002-02-02 06:50:57 +00:00
nodes.c.pat o __P has been reoved 2002-02-02 06:50:57 +00:00
nodetypes Implement the -C (-o noclobber) option, which prevents existing regular 2002-05-19 06:03:05 +00:00
options.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
options.h Add a -P/-o physical option which behaves similarly to bash/ksh's options 2002-07-25 10:57:39 +00:00
output.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
output.h Missing prototypes from previous commit. 2002-06-04 13:13:54 +00:00
parser.c Replace various spellings with FALLTHROUGH which is lint()able 2002-08-25 13:01:47 +00:00
parser.h o __P has been reoved 2002-02-02 06:50:57 +00:00
redir.c Don't assume file descriptors fit in a short, use an int instead. 2002-07-18 12:24:35 +00:00
redir.h o __P has been reoved 2002-02-02 06:50:57 +00:00
sh.1 There is a built-in command called "builtin"; spell its name correctly 2002-08-24 12:41:23 +00:00
shell.h Remove broken and incomplete support for old releases of System V, 2002-07-19 08:09:04 +00:00
show.c Print out commands with NTOFD/NFROMFD redirections that close the 2002-07-09 03:26:47 +00:00
show.h o __P has been reoved 2002-02-02 06:50:57 +00:00
TOUR $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
trap.c Avoid calling el_resize() from a signal handler, even though libedit 2002-07-24 02:06:07 +00:00
trap.h Avoid calling el_resize() from a signal handler, even though libedit 2002-07-24 02:06:07 +00:00
var.c Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown 2002-07-25 10:47:38 +00:00
var.h Implement $PPID, the parent process ID of the shell. 2002-06-01 02:14:48 +00:00