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
*
[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.
adrian
2015-12-18
22
-389
/
+386
*
Scheduling module to introduce a fixed delay into the I/O path.
imp
2015-12-18
3
-1
/
+273
*
Create a simplebus PNP info wrapper.
imp
2015-12-18
2
-0
/
+5
*
Flag sysctl hw.mmc.debug as a tunable, since often you want to debug the
ian
2015-12-18
1
-1
/
+1
*
Fix the clock divisor calc for imx6 sdcard bus speed.
ian
2015-12-18
1
-2
/
+9
*
ioat(4): Add an API to get HW revision
cem
2015-12-17
4
-4
/
+23
*
Fix regression in if_ndis in r280347.
glebius
2015-12-17
1
-2
/
+1
*
Exit cleanly if malloc() fails to allocate a buffer for a copy of the
jhb
2015-12-17
1
-0
/
+2
*
t seems certain Intel GPUs use GPIO bitbanging over a child device
jhb
2015-12-17
1
-1
/
+1
*
Incorrect length in calloc() call, already fixed upstream.
des
2015-12-17
1
-1
/
+1
*
Import RISC-V machine headers. This is a minimal set required to compile
br
2015-12-17
57
-0
/
+4616
*
vm_page_replace: add wrapper to KASSERT about old page
cem
2015-12-17
3
-4
/
+17
*
Support the variant of the interrupt-map property where the parent bus has
andrew
2015-12-17
2
-2
/
+18
*
Revert r292275 & r292379
smh
2015-12-17
13
-289
/
+66
*
RIP Juergen Lock (nox@FreeBSD.org), you and your contributions won't be forgo...
brueffer
2015-12-17
1
-0
/
+1
*
Switch the IPsec related statistics to using the built in sysctl
gnn
2015-12-17
2
-14
/
+24
*
Consistently use ${AWK} instead of hard-coding the program name.
markj
2015-12-17
1
-1
/
+1
*
Support an arbitrary number of arguments to DTrace syscall probes.
markj
2015-12-17
4
-62
/
+68
*
Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.
glebius
2015-12-16
4
-60
/
+47
*
Remove the unused systrace device file and fix style bugs.
markj
2015-12-16
1
-61
/
+41
*
Fix style issues around existing SDT probes.
markj
2015-12-16
15
-152
/
+145
*
vm_page.h: page busy macro fixups
cem
2015-12-16
1
-8
/
+9
*
Fix issues introduced by r292275
smh
2015-12-16
4
-6
/
+11
*
A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().
glebius
2015-12-16
29
-805
/
+505
*
Flag the first port on a Sheevaplug ftdi serial device as jtag.
ian
2015-12-16
1
-1
/
+1
*
sh: Fix use-after-free when attempting to modify a read-only variable.
jilles
2015-12-16
1
-1
/
+1
*
Remove lldb(1) files if WITHOUT_LLDB is set
emaste
2015-12-16
1
-0
/
+5
*
Enable LLDB by default on amd64 and arm64
emaste
2015-12-16
1
-1
/
+5
*
Use human readable representation of ip for the pxeboot.ip kenv
bapt
2015-12-16
1
-3
/
+2
*
pxeboot: make the tftp loader use the option root-path directive
bapt
2015-12-16
5
-32
/
+26
*
UEFI: combine GetMemoryMap and ExitBootServices and retry on error
emaste
2015-12-16
5
-38
/
+39
*
Build mount_smbfs for arm. Also sort the subdirs.
ian
2015-12-16
1
-1
/
+2
*
Remove redundant extern's that make the ppc compile fail.
rrs
2015-12-16
1
-25
/
+0
*
Adopt assert from amd64 in pmap_remove_pages().
skra
2015-12-16
1
-3
/
+18
*
Provide additional lle data in IPv6 lltable dump used by ndp(8).
melifaro
2015-12-16
4
-45
/
+49
*
As a followup to r292330, standardize on size_t and add a few comments.
des
2015-12-16
1
-2
/
+5
*
Convert if_stf(4) to new routing api.
melifaro
2015-12-16
1
-20
/
+8
*
Reset bufpos to 0 immediately after refilling the buffer. Otherwise, we
des
2015-12-16
1
-3
/
+2
*
Fix ARP reply handling changed in r286955.
melifaro
2015-12-16
1
-4
/
+12
*
Integrate a number of testcases from tools/regression/lib/msun
ngie
2015-12-16
29
-136
/
+27
*
Use fabsl instead of fabs to mute -Wabsolute-value warnings from clang
ngie
2015-12-16
1
-4
/
+4
*
Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up a
kib
2015-12-16
3
-29
/
+54
*
Simplify the loop step in the flushbuflist() and make it independed on
kib
2015-12-16
1
-4
/
+3
*
Iterate down lib/libc/tests/nss...
ngie
2015-12-16
1
-0
/
+1
*
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as
ngie
2015-12-16
23
-2515
/
+2486
*
Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros for
ngie
2015-12-16
1
-0
/
+15
*
Add Makefile accidentally missed in r292317
ngie
2015-12-16
1
-0
/
+15
*
Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as
ngie
2015-12-16
6
-124
/
+84
*
Remove hosts that don't resolve properly with the nss and resolv tests
ngie
2015-12-16
2
-94
/
+0
*
Skip unavailable pools when running zfs pool scrubs
lidl
2015-12-16
1
-0
/
+4
[next]