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
*
MFC r204276:
jh
2010-03-03
1
-1
/
+1
*
MFC r201355: sh(1): document ulimit -w (swapuse rlimit).
jilles
2010-01-08
1
-2
/
+5
*
MFC r201354: sh(1): Correct two places where "$@" lacked necessary quotes.
jilles
2010-01-08
1
-2
/
+2
*
MFC r198173: sh: show more info about syntax errors in command substitution:
jilles
2009-12-20
1
-0
/
+5
*
MFC r198963: sh: Fix memory leak when using a variable in arithmetic
jilles
2009-12-06
1
-3
/
+23
*
MFC r197371: Mention that NUL characters are not allowed in sh(1) input.
jilles
2009-10-29
1
-0
/
+4
*
MFC r196483,r196634:
jilles
2009-10-11
5
-18
/
+53
*
Fix some weirdnesses in the NetBSD IFS code,
jilles
2009-06-25
1
-2
/
+3
*
Improve IFS expansion using code from NetBSD.
jilles
2009-06-25
1
-61
/
+80
*
Designate special builtins as such in command -V and type.
jilles
2009-06-24
2
-3
/
+15
*
Quote -x tracing output so it is unambiguous.
jilles
2009-06-23
1
-2
/
+17
*
Do not fork for a subshell if it is the last thing this shell is doing
jilles
2009-06-23
1
-2
/
+2
*
Usermode portion of the support for swap allocation accounting:
kib
2009-06-23
1
-1
/
+1
*
sh: Improve handling of setjmp/longjmp volatile:
jilles
2009-06-23
4
-61
/
+18
*
Fix race condition in noclobber option.
jilles
2009-06-20
1
-7
/
+19
*
Fix some issues with quoted output and shorten it in some cases.
jilles
2009-06-19
1
-9
/
+15
*
Properly flush input after an error in backquotes in interactive mode.
jilles
2009-06-17
1
-1
/
+1
*
Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.
jilles
2009-06-13
5
-9
/
+35
*
Don't skip forking for an external command if any traps are active.
jilles
2009-06-13
3
-1
/
+17
*
Mention the range for the exit status for the exit special builtin.
jilles
2009-06-07
1
-0
/
+1
*
use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...
rse
2009-06-01
1
-1
/
+1
*
align coding style with style(9) to avoid misunderstandings
rse
2009-06-01
1
-1
/
+2
*
correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...
rse
2009-06-01
3
-4
/
+4
*
be more type correct and align local ckmalloc() with its underlying malloc(3)...
rse
2009-06-01
4
-5
/
+7
*
sh: Make read's timeout (-t) apply to the entire line, not only the first
jilles
2009-05-31
2
-19
/
+2
*
Fix the eval command in combination with set -e. Before this change the shell
stefanf
2009-05-31
5
-9
/
+11
*
Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire
stefanf
2009-04-13
1
-0
/
+1
*
Don't let trailing empty lines overwrite the result of the last command with 0.
stefanf
2009-04-04
1
-1
/
+2
*
Fix the behaviour of the read built-in when IFS is unset.
stefanf
2009-03-22
1
-1
/
+1
*
Improve the IFS handling of the read built-in.
stefanf
2009-03-22
1
-10
/
+68
*
- Apply the r190270 changes to printing of single aliases too.
stefanf
2009-03-22
1
-23
/
+48
*
Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias'
stefanf
2009-03-22
1
-1
/
+6
*
Don't disable CR-to-NL translation when waiting for data to arrive.
ed
2009-03-08
1
-0
/
+1
*
Report error messages of the builtins 'type' and 'command -V' to stderr instead
stefanf
2008-11-28
1
-12
/
+11
*
Fix $? at the first command of a function. The previous exit status was saved
stefanf
2008-11-23
1
-0
/
+1
*
Document the ulimit -p option in the sh(1) manual page.
ed
2008-08-30
1
-1
/
+3
*
Fix a bug in r177497 which caused the getopts state to be reset when 'set'
stefanf
2008-08-27
1
-1
/
+1
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-1
/
+4
*
Mark functions as __dead2 in order to help the LLVM static checker
cperciva
2008-08-04
1
-1
/
+1
*
Pass the correct flags to expandarg() for NFROMFD and NTOFD. This fixes a
stefanf
2008-07-30
1
-1
/
+1
*
use 'const' for the parameters of the two static functions unalias() and hash...
rse
2008-06-07
1
-4
/
+4
*
remove an unnecessary include
rse
2008-06-07
1
-1
/
+0
*
Fix checking if a variable name is LINENO. As STPUTC changes the pointer if it
stefanf
2008-05-28
1
-2
/
+5
*
Expand $LINENO to the current line number. This is required by SUSv3's "User
stefanf
2008-05-15
3
-7
/
+35
*
Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file.
stefanf
2008-04-28
1
-6
/
+3
*
- Fix bugs where the value of arithmetic expansion$((...)) was trucated
stefanf
2008-04-27
3
-14
/
+29
*
Reset the internal state used for the 'getopts' built-in when 'shift' or 'set'
stefanf
2008-03-22
1
-2
/
+2
*
Split updatepwd() into two smaller functions. The first one, findpwd(),
stefanf
2008-02-24
1
-38
/
+45
*
Fix "warning: comparison is always false due to limited range of data type"
marcel
2008-02-18
1
-4
/
+1
*
Revise the markup.
ru
2007-12-05
1
-275
/
+382
[next]