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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address feedback from hrs@ re: r301059 (ifconfig subnet mask)
allanjude
2016-06-02
5
-67
/
+31
*
Belatedly bump .Dd date for Dummynet AQM import in r300779.
truckman
2016-06-02
1
-1
/
+1
*
ifconfig(8) now supports some output formatting options
allanjude
2016-05-31
5
-22
/
+250
*
Stop using the non-standard basename_r() function.
ed
2016-05-31
1
-4
/
+10
*
Add Documentation for missing ifconfig(8) flags
allanjude
2016-05-29
1
-0
/
+12
*
Import the skein hashing algorithm, based on the threefish block cipher
allanjude
2016-05-29
2
-7
/
+62
*
Implement SHA-512 truncated (224 and 256 bits)
allanjude
2016-05-28
3
-7
/
+39
*
Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).
truckman
2016-05-26
2
-2
/
+605
*
ifconfig: set by default FCC regulatory domain for wireless interfaces.
avos
2016-05-26
1
-0
/
+40
*
Fix a couple of Coverity Unintended sign extension sign extension
truckman
2016-05-25
1
-2
/
+2
*
Fix a couple of new instances of a false positive Coverity buffer
truckman
2016-05-25
2
-5
/
+6
*
Fix multiple Coverity Out-of-bounds access false postive issues in CAM
truckman
2016-05-24
5
-83
/
+42
*
Add support for managing Shingled Magnetic Recording (SMR) drives.
ken
2016-05-19
7
-17
/
+2169
*
dhclient: Fix the trivial buffer overruns correctly
cem
2016-05-18
1
-1
/
+1
*
Revert r299512
cem
2016-05-18
1
-14
/
+10
*
Make `ipfw internal olist` output more user friendly.
ae
2016-05-17
1
-2
/
+35
*
Make named objects set-aware. Now it is possible to create named
ae
2016-05-17
1
-0
/
+3
*
Add an assertion to catch a potential underflow in an array index
truckman
2016-05-16
1
-0
/
+1
*
For pointers use NULL instead of 0.
araujo
2016-05-16
1
-1
/
+1
*
For pointers use NULL instead of 0.
araujo
2016-05-16
1
-1
/
+1
*
For pointers use NULL instead of 0.
araujo
2016-05-16
1
-4
/
+4
*
Use strlcpy() instead of strncpy() when copying ifname to ensure
truckman
2016-05-16
10
-39
/
+41
*
routed(8): Use arc4random_uniform instead of arc4random.
pfg
2016-05-15
1
-7
/
+2
*
routed(8): Misc. cleanups to squelch Coverity.
pfg
2016-05-15
2
-4
/
+10
*
routed(8): Dereference before null check.
pfg
2016-05-15
1
-1
/
+1
*
routed(8): Avoid NULL de-reference and two possible memory leaks.
pfg
2016-05-15
1
-3
/
+9
*
Avoid NULL de-references.
pfg
2016-05-14
1
-2
/
+2
*
routed(8): Use arc4random.
pfg
2016-05-14
1
-2
/
+2
*
routed: Fix use after free.
pfg
2016-05-14
1
-1
/
+2
*
routed(8): use NULL instead of zero for pointers.
pfg
2016-05-14
10
-227
/
+230
*
Check for socket creation success before calling bind().
truckman
2016-05-12
1
-10
/
+10
*
dhclient: Fix some trivial buffer overruns
cem
2016-05-12
1
-10
/
+14
*
camcontrol(8): Fix another trivial double-free
cem
2016-05-11
1
-1
/
+3
*
camcontrol(8): Fix trival double-free
cem
2016-05-11
1
-0
/
+1
*
fsck_ffs: Don't overrun mount device buffer
cem
2016-05-11
1
-0
/
+3
*
When rerooting, take the init(8) path from argv[0] instead of fetching
trasz
2016-05-11
1
-16
/
+9
*
When rerooting, ignore ESRCH returned from kill(2). I couldn't reproduce
trasz
2016-05-11
1
-1
/
+3
*
Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spurious
trasz
2016-05-11
1
-4
/
+4
*
Update the example growfs(8) manual page to include information on how
trasz
2016-05-10
1
-9
/
+8
*
Add "camcontrol reprobe" subcommand, and implement it for da(4).
trasz
2016-05-10
2
-2
/
+62
*
Rename getline with get_line to avoid collision with getline(3)
bapt
2016-05-10
1
-2
/
+2
*
ifconfig: fix check for 40 MHz channels while applying country/regdomain.
avos
2016-05-09
1
-4
/
+0
*
Add missing parameters -N and -l to reroot and halt usage()
garga
2016-05-06
1
-2
/
+2
*
nvmecontrol.8: minor spelling fix.
pfg
2016-05-06
1
-2
/
+2
*
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed
ngie
2016-05-04
6
-29
/
+1
*
Improve performance and functionality of the bitstring(3) api
asomers
2016-05-04
1
-2
/
+2
*
fsck_msdosfs: Adjust a check.
pfg
2016-05-04
1
-1
/
+1
*
Use MIN macro from sys/param.h.
araujo
2016-05-02
1
-2
/
+1
*
Use MIN/MAX macros from sys/param.h.
araujo
2016-05-02
4
-11
/
+6
*
Use MIN()/MAX() macros from sys/param.h.
araujo
2016-05-02
1
-5
/
+3
[next]