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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add VRF id to sctp_ifa structure, needed mainly in panda but useful
rrs
2007-06-15
3
-1
/
+7
*
- Conditionally pickup Giant around the network interface
csjp
2007-06-15
1
-3
/
+4
*
KTR_GEN -> KTR_SUBSYS (for Kris).
rrs
2007-06-15
2
-3
/
+3
*
- Oppps, forgot to update out the notes file for LINT builds- purge
rrs
2007-06-15
1
-30
/
+14
*
Remove the restriction that rtprio(2) cannot be used to set the realtime
rwatson
2007-06-14
1
-17
/
+8
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
22
-1261
/
+1134
*
correct some limits on interrupt proccessing so that
gallatin
2007-06-14
1
-7
/
+2
*
Only require privilege to set the current time adjustment, not in order to
rwatson
2007-06-14
1
-5
/
+7
*
Enable SCTP by default for GENERIC kernels in order to give it
delphij
2007-06-14
7
-0
/
+7
*
Expand callout compatibility macros in the main usb bridges.
imp
2007-06-14
8
-57
/
+49
*
Move PWR_* from usb_port.h to usb.h
imp
2007-06-14
2
-3
/
+8
*
Move malloc definitions to usb.h.
imp
2007-06-14
2
-19
/
+4
*
- Suppress compiler optimization so that orb[1] must be written first.
simokawa
2007-06-14
1
-2
/
+7
*
Buffer optimization and locking cleanup. Don't resize/malloc
ariff
2007-06-14
2
-42
/
+62
*
Drain all callout handlers during driver detach appropriately.
ariff
2007-06-14
4
-17
/
+32
*
Don't push too hard waiting/looping for codec detection interrupt.
ariff
2007-06-14
1
-8
/
+11
*
- Add option to allow sleeping malloc(9).
ariff
2007-06-14
2
-59
/
+21
*
Spell statistics more correctly in comments.
rwatson
2007-06-14
2
-2
/
+2
*
Include priv.h to pick up suser(9) definitions, missed in an earlier
rwatson
2007-06-13
6
-3
/
+6
*
Don't clobber tf_err with the eva from a page fault as the page fault
jhb
2007-06-13
1
-3
/
+0
*
Close a very narrow race that might cause a trigger allocation to be
rwatson
2007-06-13
1
-7
/
+6
*
config_detach is just used in one place, so expand it inline.
imp
2007-06-13
2
-9
/
+6
*
Improve the ktrace locking somewhat to reduce overhead:
jhb
2007-06-13
2
-18
/
+26
*
Conditionally acquire Giant when dropping a reference on the ktrace vnode
jhb
2007-06-13
1
-1
/
+6
*
Add the vlan tag to the bridge route table. This allows a vlan trunk to be
thompsa
2007-06-13
2
-26
/
+54
*
Do not attempt to enable AHCI mode on ALi SATA controllers other
bms
2007-06-13
1
-1
/
+4
*
- fix bindx to check addresses against socket's protocol family
rrs
2007-06-13
1
-0
/
+34
*
Remove IPX over IP tunneling support, which allows IPX routing over IP
rwatson
2007-06-13
10
-588
/
+2
*
Remove two more instances of the USBDEV() macro.
ru
2007-06-13
1
-2
/
+2
*
Add missing ng_uncallout() on node shutdown.
mav
2007-06-13
1
-0
/
+2
*
Unbreak high resolution profiling a little: use dummy asms to prevent
bde
2007-06-13
1
-1
/
+6
*
Eliminate dead code: We have not performed pageouts on the kernel object
alc
2007-06-13
1
-3
/
+1
*
Remove more unnecessary and unwanted __OtherBSD__ ifdefs.
imp
2007-06-13
6
-206
/
+1
*
Remove more __OtherBSD__ ifdefs that don't make sense, and haven't for
imp
2007-06-13
7
-132
/
+0
*
Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional
imp
2007-06-13
30
-79
/
+158
*
- import new common code for the T304
kmacy
2007-06-13
17
-767
/
+1489
*
Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.
marcel
2007-06-13
2
-1
/
+2
*
Add the MBR partitioning scheme to g_part. This does not yet
marcel
2007-06-13
4
-0
/
+373
*
Options spring cleanup:
sepotvin
2007-06-13
1
-2
/
+4
*
- Fixed cookie handling to calc an RTO when
rrs
2007-06-13
9
-58
/
+57
*
Catch up with USB cleanups and fix the world
emax
2007-06-13
1
-21
/
+15
*
- Include opt_sched.h for SCHED_STATS.
jeff
2007-06-12
3
-0
/
+3
*
Remove compat macros. md5 the same.
imp
2007-06-12
1
-6
/
+11
*
fix cassert failure by adjusting padding
kmacy
2007-06-12
1
-1
/
+1
*
- Fix kse by moving the upcalls list back out of the zero'd section.
jeff
2007-06-12
1
-1
/
+3
*
Use if_capenable to allow LRO enabled drivers to bypass
gallatin
2007-06-12
1
-1
/
+2
*
- Garbage collect unused concurrency functions.
jeff
2007-06-12
1
-23
/
+0
*
- Garbage collect unused concurrency functions.
jeff
2007-06-12
4
-29
/
+20
*
First pass at removing __OtherBSD__. We can't blindly remove all of
imp
2007-06-12
7
-73
/
+3
*
Use the new IFCAP_LRO to enable/disable LRO.
gallatin
2007-06-12
1
-8
/
+35
[next]