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
*
sh: Do not close(-1) if pipe() fails.
jilles
2013-06-28
1
-1
/
+2
*
sh(1): A subshell environment has its own rlimits (ulimit).
jilles
2013-06-14
1
-1
/
+4
*
sh(1): Document new features in wait builtin.
jilles
2013-06-05
1
-4
/
+9
*
sh: Return status 127 for unknown jobs in wait builtin.
jilles
2013-06-05
1
-5
/
+19
*
sh: Allow multiple operands in wait builtin.
jilles
2013-06-05
1
-6
/
+18
*
sh: Remove linked list of stack marks.
jilles
2013-05-11
2
-18
/
+3
*
Fix two typos
eadler
2013-05-09
1
-2
/
+2
*
sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.
jilles
2013-05-05
4
-17
/
+11
*
sh: Improve error handling in read builtin:
jilles
2013-05-03
2
-5
/
+29
*
sh: Don't consider jobs -s/-p as reporting the status of jobs.
jilles
2013-04-27
1
-7
/
+9
*
Document a few expansions for the $PS1 and $PS2 environmental variables.
joel
2013-04-21
1
-1
/
+25
*
sh: Don't modify exit status when break/continue/return passes !.
jilles
2013-04-12
1
-0
/
+2
*
sh: Add const to nodesavestr().
jilles
2013-04-07
1
-3
/
+3
*
sh: Write as much into the heredoc pipe as possible, to avoid forking.
jilles
2013-04-02
1
-5
/
+13
*
sh: Fix various compiler warnings.
jilles
2013-04-01
11
-32
/
+36
*
Minor mdoc fix.
joel
2013-03-29
1
-1
/
+1
*
sh(1): Mention possible ambiguities with $(( and ((.
jilles
2013-03-24
1
-1
/
+14
*
sh: Recognize "--" and explicitly reject options in wait builtin.
jilles
2013-03-15
1
-3
/
+4
*
sh: When executing a trap, keep exit status along with evalskip.
jilles
2013-03-03
1
-2
/
+3
*
sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.
jilles
2013-02-23
5
-20
/
+23
*
sh: Fix a crash with the stackmark code.
jilles
2013-02-19
1
-0
/
+2
*
sh: Simplify mksyntax and make it fit for cross-compiling.
jilles
2013-02-07
1
-88
/
+66
*
sh: Fix a comment.
jilles
2013-02-07
1
-1
/
+1
*
Catch TRACE parameters up with r238888. This change is only needed when
delphij
2013-02-07
1
-1
/
+1
*
sh: Do not test for digit_contig in mksyntax.
jilles
2013-02-05
1
-46
/
+2
*
sh: Expand here documents in the current process.
jilles
2013-02-03
5
-24
/
+48
*
sh: Prefer our character classification functions to <ctype.h>.
jilles
2013-01-31
2
-3
/
+2
*
sh: Show negated commands (!) in jobs output.
jilles
2013-01-31
1
-0
/
+4
*
Add FILES section.
joel
2013-01-22
1
-2
/
+14
*
Change the $ENV example to use .shrc instead of .shinit. This is consistent
joel
2013-01-20
1
-3
/
+3
*
sh: Move some stackmarks to fix high memory usage in some loops.
jilles
2013-01-20
1
-11
/
+5
*
sh: Remove mkinit's initialization routine.
jilles
2013-01-20
5
-35
/
+12
*
sh: Replace an mkinit use with an initialization.
jilles
2013-01-19
1
-10
/
+5
*
sh: Simplify cd-hash interaction.
jilles
2013-01-14
2
-40
/
+15
*
sh: Pass $? to command substitution containing compound/multiple commands.
jilles
2013-01-14
1
-2
/
+1
*
sh: Fix crash when parsing '{ } &'.
jilles
2013-01-13
1
-2
/
+2
*
sh: Don't lose $? when backquoted command ends with semicolon or newline.
jilles
2013-01-13
1
-1
/
+2
*
sh: Prefer strsignal() to accessing sys_siglist directly.
jilles
2012-12-25
1
-8
/
+13
*
sh: Detect and flag write errors on stdout in builtins.
jilles
2012-12-12
3
-0
/
+22
*
sh: Remove an unused variable.
jilles
2012-11-14
2
-2
/
+0
*
sh: Forward-declare struct alias instead of giving up type safety via void *
jilles
2012-11-11
2
-4
/
+5
*
sh: Fix two issues when an alias is redefined:
jilles
2012-11-08
1
-0
/
+11
*
sh: Change cmdtype in tblentry from short to signed char.
jilles
2012-11-05
1
-1
/
+1
*
sh: Use C99 flexible array instead of accessing array beyond bounds.
jilles
2012-11-03
1
-3
/
+2
*
mdoc: don't nest displays. The markup here isn't adding anything anyway.
joel
2012-10-14
1
-2
/
+2
*
sh: Prefer internal nextopt() to libc getopt().
jilles
2012-09-15
5
-83
/
+37
*
sh: Reduce code duplication: use setinputfile instead of open/setinputfd
jilles
2012-09-14
1
-8
/
+1
*
Minor mdoc fix.
joel
2012-09-11
1
-1
/
+2
*
sh: Remove XXX comment about removing nextopt().
jilles
2012-09-08
1
-4
/
+0
*
sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().
jilles
2012-07-29
3
-4
/
+49
[next]