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
*
Handle a race between device_pager and devsw in a more graceful manner:
attilio
2011-07-06
1
-2
/
+4
*
Add missing unlocks.
glebius
2011-07-06
1
-0
/
+2
*
Only increment the ypcnt once per data record. The old implementation
gordon
2011-07-06
1
-4
/
+4
*
Update to version 9.6-ESV-R4-P3
dougb
2011-07-06
13
-64
/
+96
*
Apply bug fixes
dougb
2011-07-06
1
-10
/
+9
*
Remove the IDR_CHEETAH_MAX_BN_PAIRS limit from cheetah_ipi_selected().
marius
2011-07-05
1
-2
/
+2
*
Delete files made obsolete because they were moved to sys/nfs
rmacklem
2011-07-05
1
-0
/
+3
*
It can be useful to know which page still has mappings.
marius
2011-07-05
1
-1
/
+1
*
- pmap_cache_remove() and pmap_protect_tte() are only used within pmap.c
marius
2011-07-05
2
-6
/
+6
*
Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).
cperciva
2011-07-05
1
-18
/
+1
*
In pmap_remove_all() assert that the page is neither fictitious nor
marius
2011-07-05
1
-0
/
+2
*
Don't allow lro->len to exceed 65535, as this will result in overflow
cperciva
2011-07-05
1
-0
/
+8
*
Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take
jkim
2011-07-05
2
-10
/
+14
*
Call pmap_qremove() before freeing or unwiring the pages, otherwise
marius
2011-07-05
2
-4
/
+6
*
Delete files made obsolete by the change in default NFS client
rmacklem
2011-07-05
1
-0
/
+4
*
Follow Linux by unconditionally stripping the RX vlan tag from incoming
nwhitehorn
2011-07-05
1
-4
/
+7
*
Update manual page. Mention IPv6 support, and notice that main
glebius
2011-07-05
1
-3
/
+8
*
Rewrite the flowctl utility to add it support for displaying
glebius
2011-07-05
2
-53
/
+168
*
o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need
glebius
2011-07-05
3
-107
/
+152
*
Only print entries for which ut_host points to a character device.
ed
2011-07-05
1
-1
/
+1
*
Rework _fget to accept capability parameters.
jonathan
2011-07-05
2
-6
/
+76
*
Remove useless initialization.
trociny
2011-07-05
1
-2
/
+1
*
The algorithm used by nfscl_getopen() could have resulted in
rmacklem
2011-07-04
1
-81
/
+94
*
- General grammar and mdoc(7) fixes. [1] [2]
gjb
2011-07-04
1
-65
/
+66
*
- Speed up pendingblock processing again. Having too much delay between
jeff
2011-07-04
2
-15
/
+41
*
- Handle D_JSEGDEP in the softdep_sync_buf() switch. These can now
jeff
2011-07-04
1
-0
/
+1
*
- It is impossible to run request_cleanup() while doing a copyonwrite.
jeff
2011-07-04
1
-25
/
+21
*
- Fix an inode quota leak. We need to decrement the quota once and only
jeff
2011-07-04
1
-5
/
+4
*
Fix build with NETGRAPH_DEBUG.
glebius
2011-07-04
1
-1
/
+1
*
pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as a...
eri
2011-07-04
1
-0
/
+1
*
Add a trivial script for creating memstick images. These are not
marcel
2011-07-04
1
-0
/
+38
*
Disable PREEMPTION for now. See also PR ia64/147501.
marcel
2011-07-04
1
-1
/
+1
*
Add kernel functions to unwrap capabilities.
jonathan
2011-07-04
2
-0
/
+162
*
Fix build with NETGRAPH_DEBUG.
glebius
2011-07-04
1
-2
/
+2
*
- Remove the now unused CPU_NAND_ATOMIC()
attilio
2011-07-04
1
-7
/
+1
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
27
-423
/
+303
*
Make the USB keyboard driver more HID compliant.
hselasky
2011-07-04
3
-151
/
+475
*
- Use refcount(9) API to manage node and hook refcounting.
glebius
2011-07-04
2
-18
/
+10
*
ARP code reuses mbuf from ARP request to make a reply, but it does not
ae
2011-07-04
1
-0
/
+1
*
Add sanity check for ifm_version in struct if_msghdr.
hrs
2011-07-04
1
-0
/
+6
*
Modify the new NFSv4 client so that it appends a file handle
rmacklem
2011-07-03
3
-21
/
+29
*
Improve portability of config(8).
ed
2011-07-03
1
-4
/
+5
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
16
-0
/
+21
*
Remove extra white space to comply with style for the rest of the struct.
bz
2011-07-03
1
-2
/
+2
*
Introduce a quirk for broken USB MIDI hardware instead of limiting performance
hselasky
2011-07-03
4
-11
/
+18
*
Add infrastructure to allow all frames/packets received on an interface
bz
2011-07-03
11
-3
/
+152
*
When iterating over a paging queue, explicitly check for PG_MARKER, instead
alc
2011-07-02
5
-5
/
+5
*
Initialize marker pages as held rather than fictitious/wired. Marking the
alc
2011-07-02
1
-2
/
+8
*
Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.
hselasky
2011-07-02
1
-0
/
+12
*
Fix problem about USB MIDI TX data format, that some devices only accept
hselasky
2011-07-02
1
-23
/
+30
[next]