freebsd-skq/bin/sh
tjr a04b479aee Remove bits and pieces of support for atty, which was made obsolete by
adding history and vi/emacs-style line editing to the shell itself.
Atty was a user-mode terminal emulator (like screen and window) that did
line editing and history.
2002-10-01 00:54:14 +00:00
..
bltin
funcs
alias.c
alias.h
arith_lex.l
arith.h
arith.y
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
error.c Convert the remaining callers of errmsg() to use strerror(), and remove 2002-09-29 11:37:39 +00:00
error.h Convert the remaining callers of errmsg() to use strerror(), and remove 2002-09-29 11:37:39 +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 Convert the remaining callers of errmsg() to use strerror(), and remove 2002-09-29 11:37:39 +00:00
exec.h
expand.c Replace various spellings with FALLTHROUGH which is lint()able 2002-08-25 13:01:47 +00:00
expand.h
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
input.c Avoid calling el_resize() from a signal handler, even though libedit 2002-07-24 02:06:07 +00:00
input.h
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
mail.c
mail.h
main.c Remove bits and pieces of support for atty, which was made obsolete by 2002-10-01 00:54:14 +00:00
main.h
Makefile
memalloc.c
memalloc.h
miscbltin.c Callers of error() don't need to supply a program name prefix in the 2002-09-30 13:29:32 +00:00
mkbuiltins
mkinit.c
mknodes.c
mksyntax.c
mktokens
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
mystring.h
nodes.c.pat
nodetypes
options.c
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
output.h
parser.c Remove bits and pieces of support for atty, which was made obsolete by 2002-10-01 00:54:14 +00:00
parser.h
redir.c Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP. 2002-09-29 12:38:25 +00:00
redir.h
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 Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP. 2002-09-29 12:38:25 +00:00
show.h
TOUR
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 Remove bits and pieces of support for atty, which was made obsolete by 2002-10-01 00:54:14 +00:00
var.h Remove bits and pieces of support for atty, which was made obsolete by 2002-10-01 00:54:14 +00:00