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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix how /bin/sh handles 'for' and 'case' statements when it is called to do
gad
2001-06-01
1
-0
/
+16
*
Implement the <> redirection operator.
brian
2000-10-03
1
-0
/
+1
*
Fix environment passung to eval'ed commands.
cracauer
2000-05-15
1
-0
/
+1
*
Fix command hash handling on
cracauer
1999-12-20
1
-1
/
+27
*
Include strerror(errno) in error messages after failed system calls.
cracauer
1999-11-29
1
-3
/
+4
*
The pipleline problem introduced in version 1.22 wasn't fully fixed in
cracauer
1999-11-17
1
-1
/
+1
*
Correct logic from previous commit - middle processes in long pipes
steve
1999-11-07
1
-1
/
+1
*
When a backquote command inside a here-document had a pipe with more
cracauer
1999-11-05
1
-1
/
+2
*
Fix ';' command when used with -e flag.
cracauer
1999-10-26
1
-1
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Fix handling of the cd command inside evaluations. It was changing PWD,
sheldonh
1999-07-19
1
-1
/
+2
*
Various spelling/formatting changes.
kris
1999-05-08
1
-2
/
+2
*
Next approach to make loops in interactive interruptable.
cracauer
1999-04-21
1
-5
/
+6
*
In interactive shells, break loops to the topmost level when a child
cracauer
1999-04-03
1
-1
/
+6
*
The immediate execution of traps I introduced in September 1998 (to
cracauer
1999-04-01
1
-2
/
+3
*
Add rcsid. Spelling.
charnier
1998-05-18
1
-3
/
+5
*
When calling a shell function, remember whether exit status is tested.
cracauer
1998-05-04
1
-2
/
+5
*
Use the __unused attribute where warranted.
steve
1997-05-19
1
-7
/
+7
*
Nuke register keyword usage and #if -> #ifdef.
steve
1997-04-28
1
-2
/
+2
*
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
-42
/
+40
*
Back out rev 1.7 which was to fix PR#1206 (to be reopened).
peter
1996-11-12
1
-19
/
+2
*
Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT
steve
1996-10-22
1
-3
/
+19
*
Fix a problem with sh that conflicts with the -e
steve
1996-10-06
1
-2
/
+5
*
Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a
peter
1996-09-01
1
-76
/
+144
*
Don't dereference a NULL pointer in the case of a null pipe.
dg
1995-09-20
1
-2
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+933