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
*
Prevent access to an uninitialized variable
pfg
2015-01-31
1
-1
/
+1
*
sh: Abort a wait builtin on any trapped signal.
jilles
2015-01-31
2
-5
/
+6
*
Fix overflow check for multiplication:
se
2015-01-27
1
-4
/
+16
*
cp,mv,touch: Set timestamps with nanosecond precision.
jilles
2015-01-24
2
-10
/
+10
*
Add futimens and utimensat system calls.
jilles
2015-01-23
1
-3
/
+4
*
Don't include newvers.sh into freebsd-version.
ume
2015-01-22
1
-1
/
+1
*
Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests
ngie
2015-01-19
2
-0
/
+22
*
Add a ${CP} alias for copying files in the build.
will
2015-01-16
1
-1
/
+1
*
Install d_align.{in,out} for the :align test
ngie
2015-01-05
1
-0
/
+5
*
Integrate bin/cat/tests from NetBSD into atf/kyua
ngie
2015-01-04
2
-0
/
+19
*
symlink(7): Note that stat(1) does not follow symlinks by default.
jilles
2014-12-29
1
-9
/
+8
*
sh: Move some code from onint() to onsig(), making onint() noreturn.
jilles
2014-12-21
4
-21
/
+21
*
sh: Remove EXP_REDIR.
jilles
2014-12-21
3
-15
/
+8
*
sh: Make sure output suitable as shell input is also printable.
jilles
2014-12-14
3
-22
/
+76
*
Add facility to stop all userspace processes. The supposed use of the
kib
2014-12-13
1
-1
/
+2
*
Fix dependency on newvers.sh
des
2014-12-10
1
-2
/
+1
*
sh: Remove special case for '=' in set -x; always quote it in outqstr().
jilles
2014-11-30
2
-11
/
+2
*
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
bapt
2014-11-25
8
-21
/
+9
*
sh: Prepend "$0: " to error messages if there is no command name.
jilles
2014-11-22
2
-0
/
+4
*
sh: Use DQSYNTAX only while expanding, not SQSYNTAX.
jilles
2014-11-22
1
-1
/
+1
*
sh(1): Add/improve information about exit status of commands.
jilles
2014-11-14
1
-10
/
+24
*
sh(1): Mention portability issue with shifting zero positional parameters.
jilles
2014-11-07
1
-2
/
+3
*
Document that df(1) supports libxo(3).
marcel
2014-11-07
1
-1
/
+4
*
Convert to use libxo.
marcel
2014-11-07
2
-52
/
+76
*
sh: Fix corruption of CTL* bytes in positional parameters in redirection.
jilles
2014-10-31
3
-1
/
+28
*
Treat IFS separators in "$*" as quoted.
jilles
2014-10-28
4
-5
/
+25
*
bin/dd: revert 273734, as it fails on 32bit platforms
pi
2014-10-27
5
-46
/
+54
*
bin/dd: Fix incorrect casting of arguments
pi
2014-10-27
5
-54
/
+46
*
sh: Make getopts memory-safe if with changing arguments.
jilles
2014-10-26
5
-6
/
+39
*
sh: Allow backslash-newline continuation in more places:
jilles
2014-10-19
10
-32
/
+156
*
sh: Add some tests for backslash-newline continuation.
jilles
2014-10-17
4
-0
/
+30
*
sh: Make parseredir() a proper function instead of an emulated nested
jilles
2014-10-15
1
-59
/
+58
*
sh: Remove more gotos.
jilles
2014-10-15
3
-73
/
+86
*
sh: Fix break/continue/return in multiline eval.
jilles
2014-10-12
4
-0
/
+20
*
Integrate bin/sleep/tests from NetBSD into atf/kyua
ngie
2014-10-09
2
-0
/
+18
*
sh: Eliminate some gotos.
jilles
2014-10-05
5
-56
/
+43
*
sh: Fix LINENO and prompt after $'\0 and newline.
jilles
2014-10-03
4
-0
/
+16
*
Fix pkill unit tests.
rodrigc
2014-09-30
2
-53
/
+106
*
sh(1): Clarify that assignments before commands do not affect expansions.
jilles
2014-09-21
1
-2
/
+3
*
Fix incremental builds involving non-root users with read-only source files.
will
2014-09-18
1
-1
/
+1
*
sh: Remove arbitrary length limit on << EOF markers.
jilles
2014-09-14
5
-49
/
+65
*
sh: Make checkend() a real function instead of an emulated nested function.
jilles
2014-09-14
1
-36
/
+39
*
sh: Add some const keywords.
jilles
2014-09-14
3
-3
/
+3
*
sh: Allow enabling job control without a tty in non-interactive mode.
jilles
2014-09-04
2
-14
/
+47
*
Update the date for last example.
imp
2014-08-30
1
-1
/
+1
*
Add canonical population of a disk / thumb drive from an image
imp
2014-08-28
1
-0
/
+5
*
Return real parent pid in kinfo (used by e.g. ps)
mjg
2014-08-28
2
-1
/
+4
*
Always check the limits of array index variables before using them.
pfg
2014-08-21
1
-1
/
+1
*
sh: Remove two redundant (uintmax_t) casts.
jilles
2014-08-20
1
-3
/
+2
*
Revert r267233 for now. PIE support needs to be reworked.
bdrewery
2014-08-19
1
-2
/
+0
[next]