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: 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
*
sh: Don't check input for non-whitespace if history is disabled.
jilles
2013-12-27
1
-8
/
+2
*
sh: Simplify code related to PPID variable.
jilles
2013-12-25
2
-8
/
+2
*
sh: Initialize OPTIND=1 even if it came from the environment.
jilles
2013-12-24
3
-0
/
+5
*
sh: Remove an unused variable.
jilles
2013-12-24
1
-1
/
+0
*
Migrate tools/regression/bin/ tests to the new layout.
jmmv
2013-12-11
406
-2
/
+6583
*
sh: Split set -x output into a separate function.
jilles
2013-12-06
1
-34
/
+41
*
sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.
jilles
2013-11-30
8
-27
/
+34
*
sh: Make <&0 disable the </dev/null implicit in a background command.
jilles
2013-11-24
1
-4
/
+5
*
sh: Properly quote alias output from command -v.
jilles
2013-11-10
1
-3
/
+5
*
sh(1),limits(1): Document kqueues (-k) rlimit.
jilles
2013-11-01
1
-2
/
+7
*
sh: Reorder union node to reduce its size on 64-bit platforms.
jilles
2013-11-01
1
-3
/
+3
*
sh: Allow trapping SIGINT/SIGQUIT after ignore because of '&'.
jilles
2013-10-30
1
-1
/
+3
*
Add a resource limit for the total number of kqueues available to the
kib
2013-10-21
1
-1
/
+4
*
sh: Remove one syscall when waiting for a foreground job.
jilles
2013-10-18
1
-2
/
+1
*
sh: Make return return from the closest function or dot script.
jilles
2013-09-04
4
-15
/
+10
*
sh: Fix race condition with signals and wait or set -T.
jilles
2013-09-02
4
-31
/
+20
*
sh: Simplify list() in the parser.
jilles
2013-08-30
1
-21
/
+22
*
sh: Separate out nbinary allocation into a function.
jilles
2013-08-30
1
-21
/
+22
*
sh: Use makename() where possible.
jilles
2013-08-30
1
-22
/
+5
*
sh: Add a function for the case where one token is required in the parse.
jilles
2013-08-30
1
-31
/
+23
*
sh: Recognize "--" as end of options in type builtin.
jilles
2013-08-30
1
-0
/
+2
*
sh: Cast -1 to pointer rather than pointer to variable of wrong type.
jilles
2013-08-30
2
-5
/
+3
*
sh: Recognize "--" as end of options in alias builtin.
jilles
2013-08-25
1
-3
/
+5
*
sh: Disallow empty simple commands.
jilles
2013-08-25
1
-8
/
+4
*
sh: Reject ++ and -- in arithmetic.
jilles
2013-08-24
1
-0
/
+4
*
sh: Do not prematurely discard stopped jobs in a wait builtin.
jilles
2013-08-24
1
-5
/
+1
*
sh: Remove unnecessary reset functions.
jilles
2013-08-16
6
-25
/
+1
*
sh: Recognize "--" as end of options in bg/fg/jobid builtins.
jilles
2013-08-16
1
-6
/
+9
*
sh: Recognize "--" as end of options in local builtin.
jilles
2013-08-14
1
-0
/
+1
*
sh: Allow a lone redirection before '|', ';;' or ';&'.
jilles
2013-08-14
1
-0
/
+3
*
sh: Remove an incorrect comment.
jilles
2013-07-25
1
-1
/
+1
*
sh: Remove #define MKINIT.
jilles
2013-07-25
7
-11
/
+9
[next]