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
*
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
*
sh: Avoid overflow in atoi() when parsing HISTSIZE.
jilles
2014-08-17
1
-2
/
+3
*
sh: Reject integer overflow in number and is_number.
jilles
2014-08-17
1
-3
/
+11
*
sh: Don't hardcode relative paths in the tests stderr files.
jilles
2014-08-17
11
-17
/
+11
*
sh: Mask off shift distance (<< and >>) in arithmetic.
jilles
2014-08-15
3
-2
/
+44
*
Skip pgrep-j and pkill-j if jail or jls is not installed.
asomers
2014-08-14
1
-0
/
+2
*
Port date/bin/tests to ATF
ngie
2014-08-13
3
-92
/
+93
*
Convert bin/sh/tests to ATF
ngie
2014-08-13
15
-82
/
+127
*
Correct the problems with the ptrace(2) making the debuggee an orphan.
kib
2014-08-07
1
-2
/
+1
*
sh: Allow arbitrarily large numbers in break and continue.
jilles
2014-07-20
3
-1
/
+18
*
sh: Remove prefix() function. Use strncmp() instead.
jilles
2014-07-20
4
-18
/
+5
*
sh: Deduplicate some code in ulimit builtin.
jilles
2014-07-19
1
-27
/
+25
*
Replace all uses of libncurses and libtermcap with their wide character
brooks
2014-07-17
3
-6
/
+6
*
sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.
jilles
2014-07-12
3
-2
/
+19
*
sh: Consistently treat ${01} like $1.
jilles
2014-07-12
3
-7
/
+11
*
sh: Add test for ${01} and ${010} that already works.
jilles
2014-07-08
2
-0
/
+5
*
Don't install locale1.0 if MK_NLS == no.
jilles
2014-07-08
1
-0
/
+2
*
rm -rf can fail sometimes with an error from fts_read. Make it honor
imp
2014-07-07
1
-1
/
+1
*
sh: Fix overflow checking on 'ulimit' operand.
jilles
2014-07-05
1
-10
/
+14
*
Check if fchflags() is needed by fstat'ing before and check
delphij
2014-07-01
1
-4
/
+13
*
Always set UF_ARCHIVE on target (because they are by definition new files
delphij
2014-06-27
1
-2
/
+2
*
use .Mt to mark up email addresses consistently (part1)
bapt
2014-06-20
4
-10
/
+7
*
mdoc: remove superfluous paragraph macros.
joel
2014-06-15
2
-3
/
+0
*
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
bdrewery
2014-06-08
1
-0
/
+2
*
Add support for inspecting process flags set in p_flag2.
pluknet
2014-06-06
2
-1
/
+15
*
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
imp
2014-06-06
1
-3
/
+1
*
sh: Avoid undefined behaviour shifting negative values left in arithmetic.
jilles
2014-06-01
1
-1
/
+1
*
sh: Simplify find_command() slightly.
jilles
2014-05-31
1
-7
/
+5
*
sh: In getopts, unset OPTARG where POSIX says we should.
jilles
2014-05-10
4
-13
/
+26
*
sh: Add new tests to the Makefile.
jilles
2014-05-10
1
-0
/
+2
*
sh: Don't discard getopts state on unknown option or missing argument.
jilles
2014-05-10
3
-8
/
+17
*
sh: Send getopts error messages to stderr, not stdout.
jilles
2014-05-09
2
-3
/
+3
*
sh: Add more necessary INTOFF/INTON.
jilles
2014-05-09
2
-0
/
+6
*
Incorporate feedback from bde and jilles regarding r265472 to dd(1).
asomers
2014-05-08
3
-15
/
+12
*
sh: Add some tests for normal use of getopts.
jilles
2014-05-07
4
-0
/
+29
*
(dd_out): Fix handling of all-zeroes block at end of input with
thomas
2014-05-07
1
-24
/
+43
*
dd(1) uses gettimeofday(2) to compute the throughput statistics. However,
asomers
2014-05-06
2
-12
/
+20
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
11
-11
/
+11
*
Minor comment fix: dbsz is the block size as set by bs/ibs/obs,
thomas
2014-05-03
1
-1
/
+1
*
Minor comment fix.
thomas
2014-05-03
1
-1
/
+1
*
Add -J to filter by matching jail IDs and names.
bdrewery
2014-05-02
3
-7
/
+62
[next]