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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Note that this is used both as a normal program and a shell builtin.
jilles
2011-02-15
1
-0
/
+4
*
sh: Detect dividing the smallest integer by -1.
jilles
2011-02-12
2
-0
/
+4
*
Fix typos.
brucec
2011-02-12
1
-2
/
+2
*
sh(1): Update description of arithmetic.
jilles
2011-02-08
1
-8
/
+3
*
sh: Import arithmetic expression code from dash.
jilles
2011-02-08
7
-516
/
+716
*
sh: Fix two things about {(...)} <redir:
jilles
2011-02-05
1
-1
/
+4
*
sh: Remove clearcmdentry()'s now unused argument.
jilles
2011-02-05
3
-11
/
+10
*
sh: Forget all cached command locations on any PATH change.
jilles
2011-02-05
1
-24
/
+1
*
sh: Do not try to execute binary files as scripts.
jilles
2011-02-05
2
-1
/
+16
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
17
-224
/
+27
*
Make sys_signame upper case.
jilles
2011-02-04
3
-5
/
+5
*
sh: Return only 126 or 127 for execve() failures.
jilles
2011-02-03
1
-12
/
+5
*
sh: Remove comment mentioning herefd, which is gone.
jilles
2011-02-02
1
-2
/
+1
*
sh: Send messages about signals to stderr.
jilles
2011-01-30
1
-5
/
+5
*
sh: Clean up some old comments:
jilles
2011-01-25
1
-6
/
+3
*
Document P_FOLLOWFORK.
kib
2011-01-25
1
-0
/
+1
*
sh: Fix signal messages being sent to the wrong file sometimes.
jilles
2011-01-18
1
-0
/
+1
*
sh(1): Document changes to 'exit' from traps.
jilles
2011-01-16
1
-2
/
+7
*
sh: If exit is used without args from a trap action, exit on the signal.
jilles
2011-01-16
1
-4
/
+23
*
sh: Fix some things about -- in trap:
jilles
2011-01-15
1
-11
/
+14
*
sh: Make 'trap -l' look like 'kill -l'.
jilles
2011-01-14
1
-1
/
+1
*
sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().
jilles
2011-01-09
2
-11
/
+1
*
sh: Remove special %builtin PATH entry.
jilles
2011-01-09
1
-33
/
+7
*
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
kib
2011-01-09
1
-0
/
+1
*
sh: Make exit without parameters from EXIT trap POSIX-compliant.
jilles
2011-01-08
3
-7
/
+19
*
sh: Do not call exitshell() from evalcommand() unless evalcommand() forked
jilles
2011-01-05
1
-4
/
+5
*
Increase carried_error if we skip a file due to an error. This ensures
jh
2011-01-03
1
-0
/
+4
*
sh: Check readonly status for assignments on regular builtins.
jilles
2011-01-01
3
-5
/
+9
*
sh: Check if dup2 for redirection from/to a file succeeds.
jilles
2010-12-31
1
-1
/
+6
*
sh: Avoid side effects from builtins in optimized command substitution.
jilles
2010-12-30
1
-5
/
+27
*
sh: Properly restore exception handler in fc.
jilles
2010-12-29
1
-1
/
+2
*
sh: Don't do optimized command substitution if expansions have side effects.
jilles
2010-12-28
3
-1
/
+88
*
sh: Make expansion errors in optimized command substitution non-fatal.
jilles
2010-12-28
1
-1
/
+15
*
sh: Simplify "stack string" code slightly.
jilles
2010-12-27
2
-26
/
+17
*
sh: Fix integer overflow check, it checked an uninitialized variable.
jilles
2010-12-26
1
-1
/
+1
*
sh: Allow arbitrary large numbers in CHECKSTRSPACE.
jilles
2010-12-26
5
-25
/
+30
*
sh(1): Explain why it is a bad idea to use aliases in scripts.
jilles
2010-12-21
1
-3
/
+4
*
sh: Add kill builtin.
jilles
2010-12-21
7
-13
/
+55
*
sh: Add a function to print warnings (with command name and newline).
jilles
2010-12-21
6
-14
/
+27
*
sh: Make warnings in the printf builtin non-fatal, like in the program.
jilles
2010-12-20
1
-15
/
+6
*
sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).
jilles
2010-12-18
1
-2
/
+2
*
Remove dead code.
uqs
2010-12-18
1
-2
/
+0
*
sh: Fix corruption of command substitutions with special chars after newline
jilles
2010-12-16
1
-2
/
+2
*
Remove duplicate check, turning dead code into live code.
uqs
2010-12-13
1
-2
/
+0
*
sh: Various simplifications to jobs.c:
jilles
2010-12-12
1
-11
/
+5
*
sh: Remove the herefd hack.
jilles
2010-12-12
3
-15
/
+0
*
sh: Replace some macros and repeated code in expand.c with functions.
jilles
2010-12-11
1
-31
/
+32
*
sh: Use vsnprintf() rather than crafting our own in fmtstr().
jilles
2010-12-11
1
-18
/
+5
*
sh: Improve internal-representation-to-text code to avoid binary output.
jilles
2010-12-06
1
-3
/
+36
*
sh: POSIX says there should not be a space between Done and (exitstatus).
jilles
2010-12-05
1
-1
/
+1
[next]