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
...
*
Remove not used static function pmap_kenter_attr().
skra
2016-02-19
1
-7
/
+0
*
Remove not used definitions and fix some style nits.
skra
2016-02-19
1
-24
/
+12
*
Remove AP_KRW definition not needed after r295801.
skra
2016-02-19
1
-10
/
+0
*
Rename pte.h to pte-v4.h and start including directly either pte-v4.h
skra
2016-02-19
7
-20
/
+16
*
Remove O_SYNC from the options passed to dbmopen().
se
2016-02-19
1
-1
/
+1
*
Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.
skra
2016-02-19
3
-42
/
+27
*
Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.
skra
2016-02-19
3
-517
/
+552
*
Remove sys/types.h
kevlo
2016-02-19
1
-2
/
+1
*
Fix regression introduced on 272446r.
araujo
2016-02-19
1
-1
/
+1
*
net80211: add few missing subtype names.
avos
2016-02-19
7
-3
/
+11
*
hyperv/hn: Free the txdesc buf_ring when the TX ring is destroyed
sephe
2016-02-19
1
-0
/
+5
*
hyperv/hn: Enable IP header checksum offloading for WIN8 (WinServ2012)
sephe
2016-02-19
1
-1
/
+1
*
hyperv/hn: Add option to bind TX taskqueues to the specified CPU
sephe
2016-02-19
1
-3
/
+30
*
document some ACPI related sysctls.
adrian
2016-02-19
1
-4
/
+8
*
Replace several bus_alloc_resource() calls using default arguments with bus_a...
jhibbits
2016-02-19
27
-92
/
+91
*
Remove bogus cast.
kevlo
2016-02-19
1
-1
/
+1
*
Add missing parentheses.
kevlo
2016-02-19
1
-1
/
+1
*
Ensure that we test the event condition when a disabled kevent is enabled.
markj
2016-02-19
2
-17
/
+16
*
Return an error if both EV_ENABLE and EV_DISABLE are specified for a kevent.
markj
2016-02-19
1
-0
/
+3
*
- language tightening
jgh
2016-02-19
1
-11
/
+12
*
Fix section number of .Xr geom_uzip in r295782.
sobomax
2016-02-19
1
-1
/
+1
*
Clear up confision as to who the original historical authors of code
sobomax
2016-02-19
1
-4
/
+15
*
FAST_DEPEND: Apply conditional -MF from r291945 to kernel as well.
bdrewery
2016-02-19
1
-0
/
+7
*
DIRDEPS_BUILD: Add dependencies somehow missed in r295681.
bdrewery
2016-02-19
1
-0
/
+66
*
Avoid reading .depend.* in simple cases where not needed.
bdrewery
2016-02-19
2
-2
/
+21
*
cxgbe: catch up with the latest hardware-related definitions.
np
2016-02-19
8
-90
/
+21241
*
Remove a bogus bzero() call.
jkim
2016-02-18
1
-1
/
+0
*
Optimize ROL and ROR emulations and fix comments.
jkim
2016-02-18
1
-19
/
+15
*
Silence VPS-Studio errors (V646). These is no functional change.
jkim
2016-02-18
1
-3
/
+3
*
- add dma(8) to examples in mailer.conf(5)
jgh
2016-02-18
1
-1
/
+15
*
Add protection code.
tuexen
2016-02-18
1
-6
/
+8
*
Add some protection code.
tuexen
2016-02-18
1
-2
/
+4
*
Fix reporting of mapped addressed in getpeername() and getsockname() for
tuexen
2016-02-18
1
-25
/
+24
*
Use __unused instead of casting to void to silence the unused parameter
se
2016-02-18
2
-10
/
+4
*
Fix compiler warnings in iostat
asomers
2016-02-18
2
-24
/
+25
*
Silence VPS-Studio errors (V512). These buffer underflows are intentional.
jkim
2016-02-18
1
-2
/
+2
*
Fix obvious typo, that lead to incorrect sorting.
glebius
2016-02-18
1
-1
/
+1
*
Bump .Dd for r295764
bjk
2016-02-18
1
-3
/
+3
*
Right now, the "virtual hole" API feature of lseek(2) is very vaguely
sobomax
2016-02-18
1
-4
/
+12
*
Fix build for i386 and arm64 after r295755
zbb
2016-02-18
2
-2
/
+3
*
Increase kernel and user VA space.
br
2016-02-18
3
-32
/
+34
*
Make WARNS=6 safe.
se
2016-02-18
3
-10
/
+19
*
Remove a stray else. It isn't needed (due to the return at the end of
imp
2016-02-18
1
-1
/
+2
*
Use medany (Medium/Anywhere) GCC code model for RISC-V.
br
2016-02-18
1
-0
/
+1
*
Remove dd xfer stats emitted during buildworld
emaste
2016-02-18
6
-7
/
+8
*
Extract common code from PowerPC's ofw_pci
zbb
2016-02-18
10
-16
/
+684
*
Introduce bus_get_bus_tag() method
zbb
2016-02-18
7
-0
/
+88
*
Fix bug in ofwbus_release_resource() for non-ofwbus descendants
zbb
2016-02-18
1
-4
/
+9
*
Fix ThunderX external PEM bus offset
wma
2016-02-18
1
-1
/
+1
*
Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions and
skra
2016-02-18
5
-12
/
+2
[prev]
[next]