summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Correct a usage of fnctl that could not be right and results in anectar2002-09-111-1/+1
* Add <stdlib.h> to get a prototype for exit().keramida2002-08-291-0/+1
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-252-2/+2
* There is a built-in command called "builtin"; spell its name correctlytjr2002-08-241-1/+1
* Don't show the process ID of background jobs that have terminated,tjr2002-08-241-1/+1
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-212-3/+3
* Fix a few typos, among them s/builtin/built-in/ (except for the refschweikh2002-08-211-36/+36
* Avoid accessing the current job's process table in the child part oftjr2002-08-181-3/+5
* Show job control ID, command text, etc. when foreground processes aretjr2002-08-171-7/+2
* Allow redirections by themselves between "&&" and "||" operators.tjr2002-08-111-3/+2
* mdoc(7) police: tidying.ru2002-08-091-36/+9
* Add a -P/-o physical option which behaves similarly to bash/ksh's optionstjr2002-07-253-4/+17
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknowntjr2002-07-255-2/+6
* Use PATH_MAX instead of a local guess at it, which happened to be incorrect.tjr2002-07-251-4/+3
* pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.tjr2002-07-251-1/+1
* Avoid calling el_resize() from a signal handler, even though libedittjr2002-07-243-2/+11
* Catch SIGWINCH in interactive shells and call el_resize() to updatetjr2002-07-231-0/+15
* Call el_source() to read the contents of .editrc when line editing is enabled.tjr2002-07-231-0/+1
* Add a `bind' builtin command, which is simply a wrapper around libedit'stjr2002-07-234-0/+24
* Don't allow "||" or "&&" to be the first tokens of a command.tjr2002-07-221-0/+1
* Implement the P1003.2 `command' builtin command, which is used to suppresstjr2002-07-214-4/+78
* Document that only one of the -n and -e options may be specified fortjr2002-07-201-1/+11
* Remove broken and incomplete support for old releases of System V,tjr2002-07-197-236/+1
* Don't assume file descriptors fit in a short, use an int instead.tjr2002-07-181-1/+1
* Avoid using ints or shorts to store process id's, use pid_t instead.tjr2002-07-182-22/+23
* Make the message that is printed when the foreground process is terminatedtjr2002-07-182-2/+24
* Don't assume the shell's controlling terminal is attached to file descriptortjr2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;tjr2002-07-111-40/+0
* When growing the job table, don't relocate the jobmru pointer if it's NULL.tjr2002-07-111-1/+2
* Close file descriptors when [n]>&- and [n]<&- redirections are used.tjr2002-07-091-1/+2
* Print out commands with NTOFD/NFROMFD redirections that close thetjr2002-07-092-2/+8
* Fix type-o in last commit in preparation for MFC.dillon2002-07-021-1/+1
* Consistently use FBSDIDobrien2002-06-3024-48/+48
* Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c.sheldonh2002-06-271-1/+3
* Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()dillon2002-06-261-1/+1
* Remove two unused variables.jmallett2002-06-201-2/+0
* Minor const cleanup.jmallett2002-06-202-4/+4
* Bring documentation on CDPATH and its effects on cd(1) back into sync withtjr2002-06-191-4/+6
* Don't list shell builtins when the hash command is used (SUSv3)tjr2002-06-131-1/+2
* Document the -f and -v options of the unset builtin.tjr2002-06-061-5/+15
* Quote the output of the no-argument form of the `set' builtin for re-inputtjr2002-06-061-2/+8
* Add the SUSv3 -p ("portable") option to both the export and readonlytjr2002-06-062-3/+47
* Don't modify output that is to be quoted if it contains no IFS characterstjr2002-06-061-0/+7
* Display job status correctly when a pipeline is suspended.tjr2002-06-041-6/+8
* Describe finished jobs as "Done", not "Exit" (SUSv3)tjr2002-06-041-1/+5
* Don't output `state' and `current' fields for processes that aren'ttjr2002-06-041-3/+5
* Missing prototypes from previous commit.tjr2002-06-041-0/+3
* Correct minor spacing problem in output of jobs -l for pipelines.tjr2002-06-041-1/+1
* Quote alias values in the output of the alias(1) builtin so they aretjr2002-06-043-5/+44
* Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,tjr2002-06-021-1/+1
OpenPOWER on IntegriCloud