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
*
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
*
- Document trap's -l option and the behaviour of a missing action or a single
stefanf
2005-12-08
1
-2
/
+14
*
Print empty quotes ('') when an empty string is passed to outqstr().
stefanf
2005-12-08
1
-0
/
+4
*
Correctly quote the output when showing the installed trap actions.
stefanf
2005-12-08
1
-6
/
+5
*
Clarify that the echo builtin takes an arbitrary number of strings.
stefanf
2005-12-08
1
-4
/
+3
*
Sort.
stefanf
2005-12-04
1
-6
/
+6
*
Remove a few commented out builtins from the original ash. The files
stefanf
2005-12-04
1
-5
/
+0
*
Add the times builtin. It reports the user and system time for the shell
stefanf
2005-12-04
4
-1
/
+34
*
-mdoc sweep.
ru
2005-11-17
1
-16
/
+14
*
Add `local' and `return' to the list of built-ins.
jcamou
2005-11-03
1
-0
/
+8
*
Include disabled options in the output of 'set +o'. POSIX says the output of
stefanf
2005-10-29
1
-11
/
+8
*
Document command -v and -V.
stefanf
2005-10-29
1
-2
/
+39
*
Document that read -t timeout returns 1 if the timeout elapses.
stefanf
2005-10-29
1
-1
/
+1
*
Add the POSIX options -v and -V to the 'command' builtin. Both describe the
stefanf
2005-10-28
3
-13
/
+67
*
Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,
stefanf
2005-10-28
3
-4
/
+19
*
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
stefanf
2005-10-19
1
-1
/
+1
*
Elaborate on the behaviour of set -e.
stefanf
2005-09-10
1
-2
/
+7
*
Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwanted
stefanf
2005-09-10
1
-8
/
+8
*
Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixes
stefanf
2005-09-10
1
-1
/
+1
*
Exit the shell if a pipeline that is not preceded by ! fails and set -e is
stefanf
2005-09-10
1
-3
/
+7
*
Split the export synopsis into two lines as -p cannot be mixed with variable
stefanf
2005-09-09
1
-2
/
+3
*
- Provide a reasonable error message for `export -p var'.
stefanf
2005-09-09
1
-1
/
+3
*
Fix the error message if the mask that is passed to umask -S contains
stefanf
2005-09-09
1
-1
/
+1
*
Various small code cleanups resulting from a code reviewing
rse
2005-09-06
3
-12
/
+4
*
fix typo: ommitted -> omitted
rse
2005-09-06
1
-1
/
+1
[next]