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
/
input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Reduce more needless differences between error messages.
jilles
2011-06-04
1
-1
/
+1
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-6
/
+1
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-4
/
+4
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
1
-3
/
+3
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
1
-3
/
+3
*
sh: Constify various strings.
jilles
2009-12-24
1
-1
/
+1
*
sh: Ensure the same command input file is on top after executing a builtin.
jilles
2009-11-22
1
-0
/
+26
*
sh: Some changes to stderr flushing:
jilles
2009-11-21
1
-3
/
+3
*
Properly flush input after an error in backquotes in interactive mode.
jilles
2009-06-17
1
-1
/
+1
*
Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.
jilles
2009-06-13
1
-0
/
+17
*
Check the buffer size when copying the line returned by el_gets() into our
stefanf
2006-04-29
1
-4
/
+13
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Replace home-grown dup2() implementation with actual dup2() calls. This
des
2004-01-21
1
-1
/
+1
*
Changes following CScout analysis:
dds
2003-07-05
1
-1
/
+1
*
Avoid calling el_resize() from a signal handler, even though libedit
tjr
2002-07-24
1
-0
/
+7
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
o __P has been reoved
imp
2002-02-02
1
-28
/
+23
*
*** empty log message ***
obrien
2001-10-01
1
-1
/
+3
*
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
*
First set of fixes to keep egcs happy. These include {} around single
imp
1999-04-25
1
-2
/
+1
*
Add rcsid. Spelling.
charnier
1998-05-18
1
-3
/
+5
*
Nuke register keyword usage, rename pread to preadfd, and open
steve
1997-04-28
1
-7
/
+9
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge in NetBSD mods and -Wall cleaning.
steve
1996-12-14
1
-12
/
+15
*
Fix for PR#1287. This makes sh behave sensibly in case statements in the
peter
1996-09-03
1
-5
/
+4
*
Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a
peter
1996-09-01
1
-15
/
+20
*
Implement allowing 'set -v' in the middle of a script to work.
peter
1995-11-03
1
-78
/
+103
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+474