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: Write LINENO value to stack string directly.
jilles
2016-04-16
1
-4
/
+6
*
MFH
gjb
2016-04-16
2
-6
/
+4
|
\
|
*
META_MODE: Don't rebuild build-tools targets during normal build.
bdrewery
2016-04-14
1
-3
/
+3
|
*
sh: Simplify code by removing variable bracketed_name.
jilles
2016-04-13
1
-3
/
+1
*
|
MFH
gjb
2016-04-11
5
-9
/
+9
|
\
\
|
|
/
|
*
sh(1): replace 0 with NULL for pointers.
pfg
2016-04-09
2
-2
/
+2
|
*
sh: Fix some unquoted variables in tests.
jilles
2016-04-09
3
-7
/
+7
*
|
MFH
gjb
2016-04-04
3
-1
/
+15
|
\
\
|
|
/
|
*
sh: Fix use-after-free if a trap replaces itself.
jilles
2016-03-28
3
-1
/
+15
*
|
MFH
gjb
2016-03-14
3
-2
/
+12
|
\
\
|
|
/
|
*
sh: Fix copying uninitialized field 'special'.
jilles
2016-03-13
1
-0
/
+5
|
*
Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add
kib
2016-03-12
2
-2
/
+7
*
|
MFH
gjb
2016-03-10
11
-3
/
+96
|
\
\
|
|
/
|
*
DIRDEPS_BUILD: Connect MK_TESTS.
bdrewery
2016-03-09
8
-0
/
+88
|
*
sh: Add test for 'set -o nolog'.
jilles
2016-03-09
2
-0
/
+5
|
*
sh: Avoid out-of-bounds access in setoptionbyindex() for 'set -o nolog'.
jilles
2016-03-09
1
-3
/
+3
*
|
MFH
gjb
2016-03-07
2
-3
/
+2
|
\
\
|
|
/
|
*
sh: Fix some dead stores.
jilles
2016-03-06
2
-3
/
+2
|
*
sh: Remove a redundant STPUTC check.
jilles
2016-03-02
1
-1
/
+1
|
*
sh: Don't trust that signal descriptions fit within 49 bytes.
jilles
2016-03-02
1
-18
/
+18
*
|
MFH
gjb
2016-03-02
2
-19
/
+19
*
|
MFH
gjb
2016-03-02
2
-94
/
+3
|
\
\
|
|
/
|
*
Implement process-shared locks support for libthr.so.3, without
kib
2016-02-28
1
-0
/
+3
|
*
DIRDEPS_BUILD: Regenerate without local dependencies.
bdrewery
2016-02-24
1
-94
/
+0
*
|
MFH
gjb
2016-02-24
4
-1
/
+16
|
\
\
|
|
/
|
*
sh: Fix set -v and multiline history after r295825.
jilles
2016-02-23
4
-1
/
+16
*
|
MFH
gjb
2016-02-22
7
-32
/
+52
|
\
\
|
|
/
|
*
sh: Don't hash alias name when there are no aliases.
jilles
2016-02-21
1
-2
/
+4
|
*
sh: Optimize setprompt(0).
jilles
2016-02-21
1
-0
/
+2
|
*
sh: Remove unnecessary flushouts while reading script.
jilles
2016-02-21
1
-2
/
+0
|
*
sh: Rework code to remove '\0' from shell input.
jilles
2016-02-19
3
-28
/
+37
|
*
sh: Add tests for comments in sh -c.
jilles
2016-02-19
3
-0
/
+9
*
|
MFH
gjb
2016-02-18
1
-2
/
+0
|
\
\
|
|
/
|
*
Test directories can build in parallel fine.
bdrewery
2016-02-16
1
-2
/
+0
*
|
Explicitly add unmarked bin/ binaries to the runtime package.
gjb
2016-02-09
1
-0
/
+1
*
|
Fix build.
gjb
2016-02-03
7
-7
/
+0
*
|
MFH
gjb
2016-02-02
2
-13
/
+41
|
\
\
|
|
/
|
*
sh: Don't allocate a redirtab if there are no redirections.
jilles
2016-01-30
1
-7
/
+22
|
*
sh(1): Document 'cd -'.
jilles
2016-01-30
1
-6
/
+19
*
|
First pass to fix the 'tests' packages.
gjb
2016-02-02
8
-0
/
+32
|
/
*
sh: Constify internal representation in expand.c.
jilles
2016-01-24
1
-22
/
+28
*
sh: Remove a global variable from cd.c.
jilles
2016-01-24
1
-14
/
+15
*
sh: Use OLDPWD shell variable for 'cd -'.
jilles
2016-01-23
1
-10
/
+9
*
sh: Clean a readonly local, even if the variable does not exist outside.
jilles
2016-01-22
3
-0
/
+12
*
sh: Add already working test for local-readonly interaction.
jilles
2016-01-22
2
-0
/
+11
*
sh: Simplify some code related to positional parameters.
jilles
2016-01-19
2
-17
/
+13
*
sh: Update associated state when restoring locals while leaving a function.
jilles
2016-01-10
4
-2
/
+29
*
sh: Reduce size of options table.
jilles
2016-01-07
4
-71
/
+71
*
sh: Add a test for 'cd -'.
jilles
2016-01-07
3
-0
/
+11
*
sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.
jilles
2016-01-07
3
-0
/
+19
[next]