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
*
Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the end
ngie
2015-12-06
1
-40
/
+47
*
Fix LDADD/DPADD that should be LIBADD.
bdrewery
2015-12-04
1
-2
/
+1
*
For INTERNALLIB always add in the corresponding _DP_ and use LIBADD in
bdrewery
2015-12-04
1
-0
/
+2
*
META MODE: Connect MK_NAND directories.
bdrewery
2015-12-02
2
-0
/
+40
*
Don't add LIBADD=ipf to libipf itself.
bdrewery
2015-12-01
1
-0
/
+2
*
Add more text to explain --libxo flag.
rodrigc
2015-12-01
1
-1
/
+11
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
3
-0
/
+26
*
Update dependencies after r291406 added libelf to libkvm.
bdrewery
2015-12-01
10
-0
/
+10
*
Convert ifconfig to use lib80211.
adrian
2015-11-30
4
-864
/
+11
*
Use netbsd usage() implementation in newfs_msdos
emaste
2015-11-27
1
-27
/
+14
*
mkfs_msdos: sync with NetBSD
emaste
2015-11-27
1
-3
/
+8
*
[ifconfig] handle IBSS mediatype correctly.
adrian
2015-11-26
1
-0
/
+2
*
Remove redundant DPSRCS which were already in SRCS.
bdrewery
2015-11-25
5
-9
/
+0
*
newfs_msdos: rework error handling for eventual use in makefs
emaste
2015-11-23
2
-98
/
+191
*
Update $NetBSD$ ID
emaste
2015-11-23
1
-1
/
+1
*
Fix dumpon compatibility with dumpdev kenv
smh
2015-11-23
1
-4
/
+19
*
Convert to SUBDIR.yes format.
bdrewery
2015-11-18
1
-60
/
+20
*
If you backup a large file that is mostly holes, previously we'd issue
jmg
2015-11-16
1
-3
/
+27
*
Fix resource leaks in error cases.
trasz
2015-11-11
1
-8
/
+9
*
Userspace part of reroot support. This makes it possible to change
trasz
2015-11-08
5
-22
/
+316
*
savecore(8): Be quiet unless the user asks for verbose
cem
2015-11-07
1
-7
/
+10
*
Follow-up to r290475: Add sysctl(8) support for added types
cem
2015-11-07
1
-28
/
+81
*
Always check the return value of lseek.
asomers
2015-11-06
1
-6
/
+4
*
Add sysctl to control LACP strict compliance default
smh
2015-11-06
1
-1
/
+16
*
ifconfig: fix padding for '<ifname> scan' command output
avos
2015-11-06
1
-2
/
+2
*
Implement `ipfw internal olist` command to list named objects.
ae
2015-11-03
2
-0
/
+42
*
pfctl: Fix uninitialised veriable
kp
2015-11-01
1
-0
/
+1
*
Use more appropriate ${SHAREDIR} rather than /usr/share.
bdrewery
2015-10-27
1
-2
/
+2
*
Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so the
ngie
2015-10-25
1
-1
/
+1
*
Fix various Coverity issues in sbin/savecore/savecore.c:
asomers
2015-10-23
1
-6
/
+6
*
sysctl(8): Fix style nits
cem
2015-10-23
1
-5
/
+6
*
Sysctl: Add common support for U8, U16 types
cem
2015-10-22
1
-0
/
+28
*
Fix a ton of speelling errors
eadler
2015-10-21
7
-12
/
+12
*
newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibility
emaste
2015-10-20
1
-42
/
+50
*
Make libxo depend on libutil because it uses humanize_number after r287111
ngie
2015-10-18
1
-1
/
+1
*
Replace /dev/acd0 with /dev/cd1
ngie
2015-10-17
1
-3
/
+3
*
newfs_msdos: prefer snprintf to sprintf
emaste
2015-10-16
1
-1
/
+1
*
newfs_msdos: move mkfs_msdos to separate file for later use in makefs
emaste
2015-10-15
4
-835
/
+918
*
newfs_msdos: rework option parsing to match NetBSD
emaste
2015-10-15
1
-125
/
+162
*
Replace references to /dev/acd0 with /dev/cd0
ngie
2015-10-13
1
-2
/
+2
*
casperd: bump default socket queue length to SOMAXCONN; make length configura...
adrian
2015-10-13
2
-6
/
+18
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
6
-18
/
+1
*
Remove compatibility shims for legacy ATA device names.
mav
2015-10-11
1
-3
/
+0
*
Add 'p' postfix to mdconfig(8).
trasz
2015-10-10
2
-6
/
+9
*
Make geom_nop(4) collect statistics on all types of BIOs, not just
trasz
2015-10-10
1
-4
/
+5
*
Only print the errno string in case sysctl(3) does not file with ENOENT
bapt
2015-10-07
1
-1
/
+5
*
Trim spaces at the end of the buffer before trying to convert it to an oid
bapt
2015-10-07
1
-0
/
+6
*
Now that we own the code, use arc4random(3) unconditionally
delphij
2015-10-06
1
-1
/
+1
*
Fix possible segmentation fault.
ae
2015-10-03
1
-1
/
+1
*
META_MODE: For some reason meta mode cannot generate the intermediate tab.c
bdrewery
2015-10-02
1
-6
/
+18
[next]