index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
sh
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Add more necessary INTOFF/INTON.
jilles
2014-05-09
1
-0
/
+2
*
sh: Make return return from the closest function or dot script.
jilles
2013-09-04
1
-1
/
+1
*
sh: Remove unnecessary reset functions.
jilles
2013-08-16
1
-2
/
+0
*
sh: Remove mkinit.
jilles
2013-07-25
1
-1
/
+10
*
sh: Do not read from stdin if an error occurs during -i -c cmd.
jilles
2013-07-12
1
-1
/
+1
*
sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.
jilles
2013-05-05
1
-1
/
+1
*
sh: Fix various compiler warnings.
jilles
2013-04-01
1
-2
/
+2
*
sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.
jilles
2013-02-23
1
-1
/
+1
*
sh: Remove mkinit's initialization routine.
jilles
2013-01-20
1
-1
/
+1
*
sh: Reduce code duplication: use setinputfile instead of open/setinputfd
jilles
2012-09-14
1
-8
/
+1
*
sh: Make various functions static.
jilles
2012-01-01
1
-1
/
+2
*
sh: Fix duplicate prototypes for builtins.
jilles
2011-06-13
1
-0
/
+1
*
sh: Read .profile from the home directory (or / if HOME is not set).
jilles
2011-06-12
1
-1
/
+1
*
sh: Do parameter expansion on ENV before using it.
jilles
2011-06-10
1
-4
/
+10
*
sh: Reduce more needless differences between error messages.
jilles
2011-06-04
1
-1
/
+1
*
sh: Fix bss-based buffer overflow in . builtin.
jilles
2011-05-22
1
-4
/
+7
*
sh: Add \u/\U support (in $'...') for UTF-8.
jilles
2011-05-08
1
-2
/
+2
*
sh: Track if the current locale's charset is UTF-8 or not.
jilles
2011-05-06
1
-0
/
+2
*
sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.
jilles
2011-04-23
1
-1
/
+2
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-16
/
+2
*
sh: Make exit without parameters from EXIT trap POSIX-compliant.
jilles
2011-01-08
1
-5
/
+2
*
sh: Code size optimizations to buffered output.
jilles
2010-11-20
1
-4
/
+2
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-4
/
+4
*
sh: Fix break/continue/return sometimes not skipping the rest of dot script.
jilles
2010-08-15
1
-2
/
+3
*
sh: Recognize "--" in . and exec.
jilles
2010-05-28
1
-2
/
+8
*
sh: On startup of the shell, use PWD from the environment if it is valid.
jilles
2010-04-17
1
-4
/
+1
*
sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.
jilles
2010-02-06
1
-0
/
+2
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
1
-4
/
+2
*
sh: Do not run callers' exception handlers in subshells.
jilles
2009-12-25
1
-3
/
+3
*
sh: Constify various strings.
jilles
2009-12-24
1
-2
/
+2
*
sh: Remove setting variables from dotcmd/exportcmd.
jilles
2009-12-24
1
-4
/
+0
*
sh: Some changes to stderr flushing:
jilles
2009-11-21
1
-2
/
+2
*
Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.
jilles
2009-06-13
1
-1
/
+1
*
Fix the eval command in combination with set -e. Before this change the shell
stefanf
2009-05-31
1
-1
/
+1
*
Add the POSIX option -p to the jobs builtin command. It prints the PID of the
stefanf
2006-10-07
1
-1
/
+1
*
Issue an error when . (dot) is invoked without a filename. The synopsis
stefanf
2006-04-02
1
-8
/
+10
*
Initialize PWD early on (don't expect it to be inherited from the
schweikh
2006-02-04
1
-0
/
+2
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Remove some kind of profiling support that required the 4.2BSD monitor()
tjr
2002-10-01
1
-12
/
+0
*
Remove bits and pieces of support for atty, which was made obsolete by
tjr
2002-10-01
1
-5
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Add -s (output PID's only) and -l (show PID's) options to the jobs(1)
tjr
2002-05-31
1
-1
/
+1
*
o __P has been reoved
imp
2002-02-02
1
-32
/
+10
*
From submitter:
cracauer
2000-08-16
1
-1
/
+2
*
Use #include <errno.h> rather than extern int errno;.
imp
2000-04-14
1
-2
/
+1
*
Include strerror(errno) in error messages after failed system calls.
cracauer
1999-11-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Various spelling/formatting changes.
kris
1999-05-08
1
-2
/
+2
*
Add rcsid. Spelling.
charnier
1998-05-18
1
-3
/
+5
*
Don't source $ENV unless this is an interactive shell.
steve
1997-05-05
1
-2
/
+2
[next]