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
*
Pet manlint
bapt
2015-04-26
1
-1
/
+1
*
Use mdoc(7) macros for curly braces
bapt
2015-04-26
1
-3
/
+3
*
mdoc: escape Re
bapt
2015-04-26
1
-1
/
+1
*
sh: Pass along SIGINT from a child if job control is enabled, even when not
jilles
2015-04-25
1
-1
/
+1
*
ed(1): Fix [-Werror=logical-not-parentheses]
eadler
2015-04-20
1
-1
/
+1
*
bin/ed: use correct type in multiplication
eadler
2015-04-18
1
-1
/
+1
*
sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...
bdrewery
2015-04-18
5
-4
/
+30
*
Fix build after r281550 when WITHOUT_ICONV is defined.
tijl
2015-04-16
1
-1
/
+1
*
Remove the const qualifier from iconv(3) to comply with POSIX:
tijl
2015-04-15
1
-1
/
+1
*
sh: Add more tests for exotic IFS splitting.
jilles
2015-03-31
3
-0
/
+13
*
cp,mv: Use futimens() instead of utimensat() if possible.
jilles
2015-03-23
2
-2
/
+2
*
Build expr with -fwrapv, since it relies on signed integer wrapping
dim
2015-03-22
1
-0
/
+3
*
Implement pax -O option to permit limiting a PAX archive to a single volume.
eadler
2015-03-18
5
-16
/
+32
*
Use 24h timestamps in the ps(1) STARTED column
feld
2015-03-17
2
-9
/
+4
*
r* commands are not precious anymore
bapt
2015-03-04
1
-1
/
+0
*
sh: Fix more compiler warnings related to variable declarations.
jilles
2015-03-03
5
-6
/
+7
*
sh: Fix more compiler warnings.
jilles
2015-03-01
6
-13
/
+20
*
sh: Fix compiler warnings related to duplicate or missing declarations.
jilles
2015-03-01
6
-8
/
+6
*
Fix unitialized variable that broke sh on PowerPC starting with r278826.
nwhitehorn
2015-02-26
1
-1
/
+1
*
sh: Add details about importing the environment and initializing OPTIND.
jilles
2015-02-22
1
-7
/
+14
*
Disguising stderr from jls generally considered harmful
ngie
2015-02-21
2
-2
/
+4
*
symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW).
jilles
2015-02-16
1
-1
/
+2
*
sh: Various cleanups to expand.c:
jilles
2015-02-15
1
-60
/
+55
*
sh: Prefer "" to nullstr where possible.
jilles
2015-02-15
8
-9
/
+8
*
sh: Add stsavestr(), like savestr() but allocates using stalloc().
jilles
2015-02-15
4
-12
/
+16
*
sh: Add simple tests for globbing/splitting command substitution.
jilles
2015-02-15
3
-0
/
+9
*
Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_test
ngie
2015-02-14
1
-75
/
+66
*
Simplify jail_name_to_jid and try to be more fault tolerant when scanning for
ngie
2015-02-14
1
-15
/
+14
*
Call wait to ensure that background processes have died
ngie
2015-02-13
1
-0
/
+2
*
Parameterize out the amount of sleep done in each test
ngie
2015-02-12
1
-9
/
+12
*
Refactor the tests
ngie
2015-02-12
1
-59
/
+48
*
Add debugging output to help track down the recent Jenkins failures
ngie
2015-02-12
1
-3
/
+3
*
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
[next]