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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add rcsid. Spelling.
charnier
1998-05-18
27
-79
/
+127
*
Backed out previous backout. Put y.tab.h back in SRCS.
bde
1998-05-06
1
-10
/
+6
*
Backed out previous commit. It was tested, but not for the case where
bde
1998-05-05
1
-4
/
+8
*
Fixed races in `make -jN' using new yacc rules.
bde
1998-05-04
1
-8
/
+4
*
When calling a shell function, remember whether exit status is tested.
cracauer
1998-05-04
1
-2
/
+5
*
Backed out most of rev.1.19 (explicit dependencies of object files
bde
1998-04-26
1
-19
/
+1
*
Explicitly describe the rules the shell uses to search for a file
jdp
1998-02-12
1
-1
/
+10
*
Back out my previous attempt to fix SIGINT/SIGTERM behaviour
cracauer
1998-02-06
1
-16
/
+0
*
Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Most
cracauer
1998-02-06
1
-1
/
+17
*
Correct a bogon in an example.
steve
1998-01-02
1
-2
/
+2
*
Added $Id$.
alex
1997-12-29
1
-0
/
+2
*
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
eivind
1997-12-10
1
-2
/
+1
*
Document the exit status for a command that was terminated by a
jdp
1997-11-12
1
-1
/
+5
*
Fixed some type and value mismatches. setsignal() returned a bogusly
bde
1997-11-10
2
-12
/
+11
*
1) Fix longstanding bug:
ache
1997-11-05
1
-3
/
+10
*
Changes to support full make parallelism (-j<n>) in the world
jkh
1997-10-05
1
-6
/
+9
*
Add the '-t timeout' option to the 'read' builtin. This allows the
msmith
1997-09-29
2
-6
/
+72
*
PR: docs/4449
wosch
1997-09-13
1
-1
/
+6
*
Restored clobbered parts of rev.1.15 (build intermediate object files
bde
1997-08-25
1
-2
/
+14
*
Make all status values an integral type and use
steve
1997-08-18
2
-7
/
+8
*
Back out previous fix - this bug's got diplomatic immunity as a registered
jkh
1997-06-19
1
-3
/
+1
*
>Number: 3780
jkh
1997-06-19
1
-1
/
+3
*
Now [^abc] means the same as [!abc] like bash and *csh already does
ache
1997-06-06
1
-4
/
+4
*
Make sh(1) less aware of the bit fields returned by wait by
steve
1997-05-24
1
-33
/
+42
*
Remove y.tab.h from the beforedepend target. Also add a
steve
1997-05-21
1
-2
/
+3
*
Add explicit y.tab.h rule so that 'make depend clean all' does
steve
1997-05-19
1
-2
/
+4
*
Use the __unused attribute where warranted.
steve
1997-05-19
11
-47
/
+47
*
Miscellaneous sorting and addition of rules for object files that
steve
1997-05-19
1
-11
/
+25
*
Revise the section that explains how to protect parts of an $ENV script
steve
1997-05-07
1
-20
/
+12
*
Don't source $ENV unless this is an interactive shell.
steve
1997-05-05
1
-2
/
+2
*
Turn on the new type builtin.
steve
1997-04-28
1
-1
/
+2
*
Sync with NetBSD's revision 1.29 of this file.
steve
1997-04-28
1
-27
/
+55
*
Remove an extra semicolon and nuke register keyword usage.
steve
1997-04-28
1
-7
/
+7
*
Fix redirection of unopened file descriptors and nuke register
steve
1997-04-28
1
-9
/
+27
*
Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879.
steve
1997-04-28
1
-49
/
+29
*
mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880.
steve
1997-04-28
1
-735
/
+587
*
Reorder declarations slightly.
steve
1997-04-28
1
-3
/
+3
*
Avoid a possible NULL pointer dereference, nuke register usage,
steve
1997-04-28
1
-6
/
+5
*
Nuke register keyword usage, #if -> #ifdef, and avoid void *
steve
1997-04-28
2
-13
/
+13
*
Nuke register keyword usage, rename pread to preadfd, and open
steve
1997-04-28
1
-7
/
+9
*
When NO_HISTORY is defined and the history command is used
steve
1997-04-28
1
-3
/
+16
*
Add a type builtin and nuke register keyword usage.
steve
1997-04-28
2
-5
/
+81
*
Nuke register keyword usage and #if -> #ifdef.
steve
1997-04-28
14
-65
/
+65
*
Shamelessly pilfer most of NetBSD's Makefile so that the
steve
1997-04-28
1
-28
/
+16
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
68
-68
/
+68
*
Fix a expansion bug that caused the result of `echo $((1 << 30))`
steve
1997-02-16
1
-2
/
+5
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
68
-68
/
+68
*
Fix a problem that caused some foreground pipelines to die with:
steve
1997-01-06
1
-3
/
+2
*
Make sh(1) think and be in the same place at the same time. This closes
steve
1997-01-04
1
-15
/
+11
[next]