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: Remove arbitrary length limit on << EOF markers.
jilles
2014-09-14
5
-49
/
+65
*
sh: Make checkend() a real function instead of an emulated nested function.
jilles
2014-09-14
1
-36
/
+39
*
sh: Add some const keywords.
jilles
2014-09-14
3
-3
/
+3
*
sh: Allow enabling job control without a tty in non-interactive mode.
jilles
2014-09-04
2
-14
/
+47
*
sh: Remove two redundant (uintmax_t) casts.
jilles
2014-08-20
1
-3
/
+2
*
sh: Avoid overflow in atoi() when parsing HISTSIZE.
jilles
2014-08-17
1
-2
/
+3
*
sh: Reject integer overflow in number and is_number.
jilles
2014-08-17
1
-3
/
+11
*
sh: Don't hardcode relative paths in the tests stderr files.
jilles
2014-08-17
11
-17
/
+11
*
sh: Mask off shift distance (<< and >>) in arithmetic.
jilles
2014-08-15
3
-2
/
+44
*
Convert bin/sh/tests to ATF
ngie
2014-08-13
15
-82
/
+127
*
sh: Allow arbitrarily large numbers in break and continue.
jilles
2014-07-20
3
-1
/
+18
*
sh: Remove prefix() function. Use strncmp() instead.
jilles
2014-07-20
4
-18
/
+5
*
sh: Deduplicate some code in ulimit builtin.
jilles
2014-07-19
1
-27
/
+25
*
Replace all uses of libncurses and libtermcap with their wide character
brooks
2014-07-17
1
-2
/
+2
*
sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.
jilles
2014-07-12
3
-2
/
+19
*
sh: Consistently treat ${01} like $1.
jilles
2014-07-12
3
-7
/
+11
*
sh: Add test for ${01} and ${010} that already works.
jilles
2014-07-08
2
-0
/
+5
*
Don't install locale1.0 if MK_NLS == no.
jilles
2014-07-08
1
-0
/
+2
*
sh: Fix overflow checking on 'ulimit' operand.
jilles
2014-07-05
1
-10
/
+14
*
sh: Avoid undefined behaviour shifting negative values left in arithmetic.
jilles
2014-06-01
1
-1
/
+1
*
sh: Simplify find_command() slightly.
jilles
2014-05-31
1
-7
/
+5
*
sh: In getopts, unset OPTARG where POSIX says we should.
jilles
2014-05-10
4
-13
/
+26
*
sh: Add new tests to the Makefile.
jilles
2014-05-10
1
-0
/
+2
*
sh: Don't discard getopts state on unknown option or missing argument.
jilles
2014-05-10
3
-8
/
+17
*
sh: Send getopts error messages to stderr, not stdout.
jilles
2014-05-09
2
-3
/
+3
*
sh: Add more necessary INTOFF/INTON.
jilles
2014-05-09
2
-0
/
+6
*
sh: Add some tests for normal use of getopts.
jilles
2014-05-07
4
-0
/
+29
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
*
sh: Fix memory leak with an assignment before a regular builtin.
jilles
2014-03-27
1
-2
/
+8
*
sh: Fix memory leak when trying to set a read only variable.
jilles
2014-03-27
1
-1
/
+4
*
sh: Fix possible memory leaks and double frees with unexpected SIGINT.
jilles
2014-03-26
5
-14
/
+31
*
sh: Don't overwrite old exit status if a PID is reused.
jilles
2014-03-20
1
-1
/
+2
*
sh: Allow kill %job on jobs started without job control.
jilles
2014-03-15
4
-6
/
+24
*
sh: Add some consts.
jilles
2014-03-14
3
-11
/
+11
*
Make bsd.test.mk the only public mk fragment for the building of tests.
jmmv
2014-03-14
1
-1
/
+1
*
sh: Successfully do nothing when killing a terminated job.
jilles
2014-03-08
3
-0
/
+11
*
sh: Make argstr() return where it stopped and simplify expari() using this.
jilles
2014-03-04
1
-21
/
+5
*
sh: Simplify expari().
jilles
2014-03-02
1
-48
/
+46
*
sh: Do not corrupt internal representation if LINENO inner expansion fails.
jilles
2014-02-27
3
-6
/
+17
*
sh: Make expari() static.
jilles
2014-02-26
2
-2
/
+2
*
sh: Add -h option to SYNOPSIS
daichi
2014-02-25
1
-3
/
+3
*
sh: Allow aliases to force alias substitution on the following word.
jilles
2014-01-26
8
-3
/
+52
*
sh: Add tests for alias names after another alias.
jilles
2014-01-25
3
-0
/
+14
*
sh: Do not depend on parse/execute split in new alias test.
jilles
2014-01-24
1
-1
/
+1
*
sh: Solve the alias recursion problem in a less hackish way.
jilles
2014-01-24
5
-48
/
+11
*
sh: Add test for nested alias.
jilles
2014-01-24
2
-0
/
+7
*
sh: Remove SIGWINCH handler and just check for resize before every read.
jilles
2014-01-14
3
-23
/
+3
*
Replace hand-crafted Kyuafiles with automatic generation.
jmmv
2014-01-14
2
-13
/
+6
*
Run the sh(1) and test(1) tests as unprivileged.
jmmv
2014-01-10
2
-0
/
+13
*
sh(1): Discourage use of -e.
jilles
2014-01-03
1
-2
/
+8
[next]