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
*
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
*
Reduce the WARNS level to avoid a compiler warning about a variable
jb
2007-11-18
1
-1
/
+1
*
The exit status of a case statement where none of the patterns is matched
stefanf
2007-10-04
2
-0
/
+5
*
Take care that the input to setenv() may actually be a pointer straight
scf
2007-07-06
1
-14
/
+28
*
Significantly reduce the memory leak as noted in BUGS section for
scf
2007-07-04
1
-3
/
+13
*
Back out all POSIXified *env() changes.
ache
2007-05-01
1
-9
/
+4
*
Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too,
ache
2007-04-30
1
-3
/
+3
*
Put some safeguards:
ache
2007-04-30
1
-4
/
+9
*
Use eaccess() instead of access() for the type builtin, like we do for the
stefanf
2007-01-18
1
-1
/
+1
*
Return an error status (127) from the builtins 'type' and 'command' (with
stefanf
2007-01-11
1
-2
/
+5
*
Fix expanding of quoted positional parameters in case patterns.
stefanf
2006-11-07
1
-6
/
+6
*
When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do not
stefanf
2006-11-05
3
-9
/
+25
*
Add the POSIX option -p to the jobs builtin command. It prints the PID of the
stefanf
2006-10-07
4
-22
/
+40
*
Markup fixes.
ru
2006-09-17
1
-3
/
+4
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Do not forget to increment the input line counter
yar
2006-07-31
1
-0
/
+1
*
Tell more of the sh(1) history.
yar
2006-07-29
1
-2
/
+17
*
Make it easier to find that we have test(1) built-in in sh(1).
yar
2006-07-26
1
-4
/
+9
*
Document the fact that 'true' and 'false' are among sh(1) built-in commands.
yar
2006-06-21
1
-1
/
+5
*
Merge NetBSD's revision 1.86: Don't crash on "<cmd> | { }".
stefanf
2006-06-15
1
-1
/
+1
*
Implement the PS4 variable which is defined by the POSIX User Portability
stefanf
2006-06-15
4
-6
/
+23
*
Don't strip a leading ./ from the path for the cd builtin to avoid interpreting
stefanf
2006-06-12
1
-2
/
+3
*
POSIX demands that set's output (when invoked without arguments) should be
stefanf
2006-04-29
1
-9
/
+47
*
Check the buffer size when copying the line returned by el_gets() into our
stefanf
2006-04-29
1
-4
/
+13
*
Whitespace nits.
schweikh
2006-04-17
2
-5
/
+5
*
Correct assorted grammos and typos.
schweikh
2006-04-16
1
-11
/
+11
*
Output something reasonable for regular and expanded here-documents.
schweikh
2006-04-14
1
-0
/
+6
*
Implement some of the differences between special built-ins and other builtins
stefanf
2006-04-09
4
-19
/
+23
*
Issue an error when . (dot) is invoked without a filename. The synopsis
stefanf
2006-04-02
1
-8
/
+10
*
Use -s to flag POSIX's "special built-in" utilities in builtins.def. Add a
stefanf
2006-04-02
2
-22
/
+30
*
Initialize PWD early on (don't expect it to be inherited from the
schweikh
2006-02-04
1
-0
/
+2
*
s/staticly/statically/g
schweikh
2006-02-04
1
-2
/
+2
*
s/varable/variable/; s/tored/stored/
schweikh
2006-02-04
1
-2
/
+2
*
Remove some white space at EOL.
schweikh
2006-02-04
5
-15
/
+15
*
Document that '#' starts a comment.
stefanf
2006-01-01
1
-0
/
+7
*
o Now when SIG_IGN signal action for SIGCHLD reap zombies
maxim
2005-12-14
1
-0
/
+2
[next]