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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes a panic triggered by threaded Linux applications when running
trasz
2015-09-02
1
-1
/
+21
*
Fix dynamic attach/detach of 802.11 devices after r287197:
glebius
2015-09-02
2
-9
/
+28
*
Bump version for altered long-opts processing
dteske
2015-09-01
1
-1
/
+1
*
Simplify long-option processing
dteske
2015-09-01
1
-14
/
+10
*
The 'sa' argument to syscallret() is not unused.
jhb
2015-09-01
1
-1
/
+1
*
Export current system call code and argument count for system call entry
jhb
2015-09-01
4
-1
/
+22
*
Bump version for prior fix (SVN r287381)
dteske
2015-09-01
1
-1
/
+1
*
Style: Remove whitespace around brackets from function syntax options
dteske
2015-09-01
1
-1
/
+1
*
Comment for escape() function.
dteske
2015-09-01
1
-0
/
+8
*
Comment
dteske
2015-09-01
1
-1
/
+1
*
Properly escape arguments when moving into jail or chroot
dteske
2015-09-01
1
-1
/
+22
*
Style: comments
dteske
2015-09-01
1
-4
/
+4
*
Style consistency: add single space before each `;;' case entry
dteske
2015-09-01
1
-19
/
+19
*
Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary since
dteske
2015-09-01
1
-12
/
+12
*
pf: Fix misdetection of forwarding when net.link.bridge.pfil_bridge is set
kp
2015-09-01
1
-1
/
+11
*
Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returns
jhb
2015-09-01
1
-1
/
+1
*
Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. For
andrew
2015-09-01
3
-0
/
+103
*
Make most of port methods optional and remove bunch of dummies.
mav
2015-09-01
6
-128
/
+38
*
Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This
andrew
2015-09-01
3
-0
/
+103
*
Fix how we place each objects thread local data. The code used was based
andrew
2015-09-01
2
-4
/
+4
*
Ensure we use calculate_first_tls_offset, even if the main program doesn't
andrew
2015-09-01
1
-1
/
+1
*
Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrant
gjb
2015-09-01
1
-2
/
+2
*
Finish allowing the dwmmc driver to be subclassed, move the softc to a new
andrew
2015-09-01
2
-45
/
+91
*
Exit notification for EVFILT_PROC removes knote from the knlist. In
kib
2015-09-01
1
-8
/
+7
*
Install the forth bits on arm64. For now limit it to just arm64 as on x86
andrew
2015-09-01
2
-2
/
+15
*
Clean up the kqueue use of the uma KPI.
kib
2015-09-01
1
-13
/
+15
*
By doing file extension fast, it is possible to create excess supply
kib
2015-09-01
1
-19
/
+25
*
Fix t_spawnattr test for attributes handling by posix_spawn(3).
kib
2015-09-01
2
-28
/
+33
*
Not only build with buildworld, but also install with installworld all
glebius
2015-09-01
1
-0
/
+8
*
When building multiple kernels use [2..-1] to extract !INSTALLKERNEL
glebius
2015-09-01
1
-3
/
+3
*
Remove an variable we only ever write to, and stop assigning 0 to values
andrew
2015-09-01
1
-4
/
+1
*
Add new PCI ID.
hselasky
2015-09-01
1
-0
/
+7
*
callout_reset: fix a reversed check for cc_exec_cancel
avg
2015-09-01
1
-1
/
+1
*
Use unsigned variable.
rodrigc
2015-09-01
1
-1
/
+1
*
- Add -W flag support for network column in intpr() (-i flag) and
hrs
2015-09-01
9
-284
/
+226
*
Use ANSI C prototypes.
rodrigc
2015-09-01
5
-12
/
+12
*
Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.
hrs
2015-09-01
1
-6
/
+18
*
Use correct function prototype for signal handler.
rodrigc
2015-09-01
1
-2
/
+2
*
Use ANSI C prototypes.
rodrigc
2015-09-01
1
-21
/
+7
*
Check and fail if drop of privileges failed.
delphij
2015-09-01
1
-2
/
+4
*
Drop group privileges after opening the kvm descriptor, otherwise, the code
delphij
2015-09-01
1
-10
/
+4
*
Handle held pages earlier in the inactive queue scan.
alc
2015-09-01
1
-31
/
+33
*
Failure of dropping privilege should be fatal, so test and bail out
delphij
2015-09-01
1
-3
/
+6
*
Mark unused parameters to reduce gcc 4.9 warnings.
rodrigc
2015-09-01
1
-2
/
+2
*
Use ANSI C prototypes.
rodrigc
2015-09-01
15
-395
/
+180
*
vtfontcvt: fix buffer overflow for non-default size .hex fonts
emaste
2015-09-01
1
-6
/
+22
*
Apply the noline attribute to vdev_queue_max_async_writes
allanjude
2015-08-31
1
-1
/
+1
*
vtfontcvt: introduce xmalloc to abort on out-of-memory
emaste
2015-08-31
1
-3
/
+13
*
Remove duplicate defines introduced in initial ZFS import (r168404)
allanjude
2015-08-31
1
-7
/
+0
*
Enable libproc symbol_lookup tests on arm64
emaste
2015-08-31
1
-9
/
+0
[next]