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
/
sys
/
conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ohci files to their proper place in the tree for atmel.
imp
2016-01-16
1
-1
/
+0
*
FAST_DEPEND: Fix incremental builds leading to kernel panics.
bdrewery
2016-01-15
1
-1
/
+1
*
FAST_DEPEND: Rework optimization for r290524.
bdrewery
2016-01-15
1
-4
/
+4
*
sfxge: add accessors for license-related MCDI calls to common code
arybchik
2016-01-14
1
-0
/
+1
*
hyperv: implement an event timer
sephe
2016-01-14
2
-0
/
+2
*
Document etherswitch and drivers using this framework.
brueffer
2016-01-12
1
-0
/
+19
*
Make additional parts of sys/geom/eli more usable in userspace
allanjude
2016-01-07
1
-0
/
+1
*
Revert r293070
ngie
2016-01-03
1
-3
/
+0
*
Add "options ZFS" to NOTES so this will be tested with the LINT
ngie
2016-01-03
1
-0
/
+3
*
Add an OF_decode_addr() implementation for arm64.
ian
2016-01-02
1
-0
/
+1
*
In the unload target, check that the module is loaded first.
des
2016-01-01
1
-1
/
+12
*
newvers.sh: put variable assignments on separate lines
emaste
2015-12-31
1
-1
/
+4
*
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
allanjude
2015-12-27
1
-2
/
+1
*
[mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...
adrian
2015-12-26
1
-2
/
+2
*
Implementation of server-side TCP Fast Open (TFO) [RFC7413].
pkelsey
2015-12-24
2
-0
/
+3
*
Flesh out some build time configuration options for the realtek/mediatek
adrian
2015-12-24
1
-0
/
+12
*
Begin the initial support for the mips1004kc core.
adrian
2015-12-24
1
-0
/
+1
*
ixgbe(4): Update to version 3.1.13-k
sbruno
2015-12-23
1
-0
/
+2
*
Remove the arm KERNPHYSADDR option as it is no longer used. The make
andrew
2015-12-22
1
-1
/
+0
*
Revert this change. It broke the trampoline build. Until I'm sure
imp
2015-12-21
3
-3
/
+2
*
Add a mips implementation of OF_decode_addr().
ian
2015-12-21
1
-0
/
+1
*
Implement OF_decode_addr() for arm. Move most of powerpc's implementation
ian
2015-12-21
3
-0
/
+3
*
Move some MIPS specific flags to be more congruent with other
imp
2015-12-19
3
-2
/
+3
*
[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.
adrian
2015-12-18
1
-2
/
+3
*
Consistently use ${AWK} instead of hard-coding the program name.
markj
2015-12-17
1
-1
/
+1
*
Fix kernel build with "options GEOM_MOUNTVER". Previously it was only
trasz
2015-12-14
1
-0
/
+1
*
Merge helper fib* functions used for basic lookups.
melifaro
2015-12-08
1
-0
/
+2
*
Add support for usermode (vdso-like) gettimeofday(2) and
kib
2015-12-07
2
-2
/
+0
*
Calculate MPATH for sys/modules to save 92% time in a basic 'obj' tree-walk.
bdrewery
2015-12-04
1
-0
/
+2
*
newvers: Honour SOURCE_DATE_EPOCH as a build reproducibility measure
emaste
2015-12-03
1
-1
/
+9
*
Add support for a generic AHCI attachment. This allows us to attach to a
andrew
2015-12-03
1
-0
/
+1
*
Add initial ar9300 HAL support for the spectral scan mode.
adrian
2015-12-02
1
-0
/
+2
*
Restore cleaning of auto-generated kobj files after the recent MFILES
jhb
2015-12-01
2
-7
/
+10
*
Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports
kevlo
2015-12-01
2
-1
/
+5
*
Add Freescale QorIQ GPIO driver.
jhibbits
2015-11-30
1
-0
/
+1
*
Fix build with new binutils. This gets a working kernel with GCC 5.2 and
nwhitehorn
2015-11-29
1
-0
/
+1
*
Add AR9530 (honeybee) config option.
adrian
2015-11-28
1
-0
/
+1
*
Stop building vers.c in include/ and only build the needed osreldate.h.
bdrewery
2015-11-25
1
-0
/
+6
*
Overhaul if_enc(4) and make it loadable in run-time.
ae
2015-11-25
2
-2
/
+1
*
Add dependency to uether.
kevlo
2015-11-24
2
-3
/
+5
*
[ath] migrate ioctl and busdma memory operations out into separate source files.
adrian
2015-11-24
1
-0
/
+4
*
Move hdmi_if.m to files.arm so other kernel configs can use it.
andrew
2015-11-21
1
-0
/
+1
*
Create device options for the two common ARM timers.
andrew
2015-11-21
1
-0
/
+2
*
Move more bus_space_* files to be built by files.arm. This leaves the
andrew
2015-11-21
1
-0
/
+2
*
DTrace is known to work on armv6, enable building it as a module.
andrew
2015-11-20
1
-1
/
+4
*
Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds by
hselasky
2015-11-19
2
-0
/
+58
*
uart(4) - make the 8250 uart baudrate tolerance build time tweakable.
adrian
2015-11-18
1
-0
/
+1
*
Add support for new LAW registers in QorIQ SoCs.
jhibbits
2015-11-18
2
-7
/
+8
*
Remove redundant copies of CDDL_CFLAGS.
imp
2015-11-16
1
-3
/
+3
*
Now that the PMU implementation is independent of HWPMC
bz
2015-11-09
1
-0
/
+1
[next]