summaryrefslogtreecommitdiffstats
path: root/bin/sh/main.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Some changes to stderr flushing:jilles2009-11-211-2/+2
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.jilles2009-06-131-1/+1
* Fix the eval command in combination with set -e. Before this change the shellstefanf2009-05-311-1/+1
* Add the POSIX option -p to the jobs builtin command. It prints the PID of thestefanf2006-10-071-1/+1
* Issue an error when . (dot) is invoked without a filename. The synopsisstefanf2006-04-021-8/+10
* Initialize PWD early on (don't expect it to be inherited from theschweikh2006-02-041-0/+2
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Remove some kind of profiling support that required the 4.2BSD monitor()tjr2002-10-011-12/+0
* Remove bits and pieces of support for atty, which was made obsolete bytjr2002-10-011-5/+1
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Add -s (output PID's only) and -l (show PID's) options to the jobs(1)tjr2002-05-311-1/+1
* o __P has been reovedimp2002-02-021-32/+10
* From submitter:cracauer2000-08-161-1/+2
* Use #include <errno.h> rather than extern int errno;.imp2000-04-141-2/+1
* Include strerror(errno) in error messages after failed system calls.cracauer1999-11-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Don't source $ENV unless this is an interactive shell.steve1997-05-051-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make sh(1) a little braver in the face of adversity. sh(1)steve1996-12-211-2/+3
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-17/+39
* Add the -p (privileged) commandline switchsteve1996-10-291-3/+6
* Mend 'exit' without breaking 'exit 1'adam1996-09-121-3/+4
* Backed out last change. It broke even `exit 1'.bde1996-09-121-4/+2
* let the "exit" command return status when it is implicitadam1996-09-081-2/+4
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-23/+75
* Localize itache1996-08-111-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+304
OpenPOWER on IntegriCloud