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
*
Fix bug in filling and handling ipfw's O_DSCP opcode.
ae
2016-02-24
2
-2
/
+2
*
Fix useless check. m_pkthdr.len should be equal to orglen.
ae
2016-02-24
1
-2
/
+1
*
Return dst as the result from memcpy(9) on amd64.
kib
2016-02-24
1
-0
/
+1
*
Call cap_rights_init() properly.
ed
2016-02-24
1
-1
/
+1
*
hyperv/vmbus: Use free(9) for interrupt page; it is allocated by malloc(9)
sephe
2016-02-24
1
-5
/
+2
*
Make pci_host_generic and thunderx_pci common
wma
2016-02-24
10
-802
/
+354
*
o kill few remaining references to the GEOM_UNCOMPRESS;
sobomax
2016-02-24
1
-2
/
+1
*
Kill few remaininng instances of GEOM_UNCOMPRESS.
sobomax
2016-02-24
2
-2
/
+0
*
hyperv/utils: Code rearrange and cleanup
sephe
2016-02-24
11
-707
/
+832
*
Migrate UNCOMPRESS -> UZIP
adrian
2016-02-24
2
-2
/
+2
*
Fixes to make it compile under gcc-4.2.
adrian
2016-02-24
2
-4
/
+6
*
The UFS filesystem requires that the last block of a file always be
mckusick
2016-02-24
1
-17
/
+60
*
- Add a global option where we can protect processes when swap space
araujo
2016-02-24
3
-2
/
+37
*
ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.
erj
2016-02-24
2
-2
/
+0
*
ixl(4): Fix potential driver interrupt setup issues and startup crash.
erj
2016-02-24
1
-35
/
+67
*
Obsolete mkulzma(8) and geom_uncompress(4), their functionality
sobomax
2016-02-24
44
-1377
/
+89
*
nvme: fix intx handler to not dereference ioq during initialization
jimharris
2016-02-24
1
-1
/
+1
*
Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)
sobomax
2016-02-23
25
-227
/
+1806
*
Silence PVS-Studio warning (V595). It can never be NULL here.
jkim
2016-02-23
1
-1
/
+1
*
Fix build after r295934.
bdrewery
2016-02-23
1
-1
/
+1
*
Silence PVS-Studio warning (V595).
jkim
2016-02-23
1
-3
/
+1
*
Silence PVS-Studio warning (V595).
jkim
2016-02-23
1
-2
/
+1
*
Remove brightness notify handler before reinstalling new one.
jkim
2016-02-23
1
-1
/
+5
*
sh: Fix set -v and multiline history after r295825.
jilles
2016-02-23
4
-1
/
+16
*
Fix white spaces.
jkim
2016-02-23
1
-1
/
+1
*
Fix style(9) bugs.
jkim
2016-02-23
1
-4
/
+6
*
According to the sys/kern/capabilities.conf, gethostid(3) should be allowed.
oshogbo
2016-02-23
1
-1
/
+1
*
Fix build after r29592.
bdrewery
2016-02-23
1
-1
/
+1
*
net80211: fix TIM cleanup.
avos
2016-02-23
1
-1
/
+0
*
Add handling for non-native error values to libsysdecode.
jhb
2016-02-23
15
-286
/
+322
*
Add support for displaying thread IDs to truss(1).
jhb
2016-02-23
6
-72
/
+60
*
Don't leak an address in an error path.
tuexen
2016-02-23
1
-0
/
+2
*
Configure the correct bMaxPacketSize for control endpoints before
hselasky
2016-02-23
2
-0
/
+14
*
This fixes the fastpath code to have a better module initialization sequence ...
rrs
2016-02-23
2
-3
/
+16
*
Following revision r295924, the changes to a db file should be fsynced
dwmalone
2016-02-23
1
-4
/
+4
*
If we close or sync a hash-based db file, make sure to call fsync to
dwmalone
2016-02-23
1
-1
/
+5
*
Be more verbose when truncating number of HID items.
hselasky
2016-02-23
1
-1
/
+2
*
Set a dependencies for stack(9) RISC-V MD part.
br
2016-02-23
1
-1
/
+1
*
o Grab physical memory regions information from the device tree.
br
2016-02-23
3
-7
/
+12
*
Remove redundant __ARM_ARCH >= 6 check in armv6 specific files.
skra
2016-02-23
2
-12
/
+2
*
hyperv/stor: Fix print format
sephe
2016-02-23
1
-2
/
+2
*
hyperv/hn: Use IFQ_DRV_PREPEND instead of IF_PREPEND
sephe
2016-02-23
1
-3
/
+3
*
Make handling of mmap()'s prot argument more strict.
ed
2016-02-23
1
-9
/
+27
*
hyperv/hn: Factor out hn_send_pkt() from hn_start_locked()
sephe
2016-02-23
1
-45
/
+65
*
MFV r295913:
delphij
2016-02-23
1
-2
/
+5
*
Stop using the global fdtbus_bs_tag and instead use the tag from the softc
ian
2016-02-23
1
-4
/
+3
*
This code no longer references fdtbus_bs_tag, no need for a special extern
ian
2016-02-23
1
-4
/
+0
*
Now that we have OF_decode_addr(), with proper MD implementations, to obtain
ian
2016-02-23
1
-7
/
+6
*
Allow the size argument for law_enable() to be non-power-of-2.
jhibbits
2016-02-23
1
-1
/
+2
*
Add device ID for 'AboCom 802.11n' usb.
kevlo
2016-02-23
2
-0
/
+2
[next]