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
*
rtsol should not be run on the wireless NIC interfaces directly,
dougb
2009-06-26
1
-0
/
+3
*
Revert the entry about pf and ipfw starting before netif
dougb
2009-06-26
1
-6
/
+0
*
Reverse the effect of r193198 for pf and ipfw which will once again
dougb
2009-06-26
6
-6
/
+6
*
Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() instead
rwatson
2009-06-26
2
-5
/
+5
*
Update various IPFW-related modules to use if_addr_rlock()/
rwatson
2009-06-26
3
-10
/
+10
*
Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather
rwatson
2009-06-26
2
-5
/
+5
*
Define four wrapper functions for interface address locking,
rwatson
2009-06-26
2
-0
/
+44
*
Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizing
rwatson
2009-06-26
1
-21
/
+40
*
Implement %z for strptime.
delphij
2009-06-25
1
-0
/
+28
*
Correct a typo (which you can use to in order -> which you can use in order
delphij
2009-06-25
1
-1
/
+1
*
Fix dynamic (re)allocation logic in jailparam_set and jailparam_get.
jamie
2009-06-25
1
-34
/
+72
*
mvec routines should have no knowledge of the SG engine.
np
2009-06-25
3
-17
/
+17
*
Fix a LOR between pmc_sx and proctree/allproc when creating a new thread
attilio
2009-06-25
2
-7
/
+19
*
Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know
trasz
2009-06-25
2
-2
/
+3
*
Fix a bug reported by pho@ where one can induce a panic by decreasing
snb
2009-06-25
1
-1
/
+4
*
Fix kernels compiled without SMP support. Make intr_next_cpu() available
jhb
2009-06-25
4
-4
/
+20
*
Add the KNOWN-DEFECTS file back in for the 9.6.1 release.
dougb
2009-06-25
1
-1
/
+1
*
This is the solution that ISC committed after 9.6.1-release for
dougb
2009-06-25
1
-0
/
+9
*
Remove COMPAT_43 from sun4v's GENERIC.
ed
2009-06-25
1
-1
/
+0
*
We shouldn't need to drop and reaquire the lock here.
rnoland
2009-06-25
1
-7
/
+5
*
Update to the final release version of BIND 9.6.1. It has the following
dougb
2009-06-25
36
-581
/
+796
|
\
|
*
Vendor import of BIND 9.6.1
dougb
2009-06-25
36
-581
/
+796
|
*
Update note about IDN and XML support, and combine it with the
dougb
2009-06-01
1
-7
/
+5
|
*
Add a comment about the new dist-9.4 directory and using it for 7-stable
dougb
2009-06-01
1
-0
/
+1
|
*
Update relative to the BIND 9.6.1rc1 import
dougb
2009-05-31
1
-9
/
+8
|
*
The isc-config.sh file is actually used in the configure stage
dougb
2009-05-31
1
-1
/
+3
|
*
Vendor import of BIND 9.6.1rc1
dougb
2009-05-31
1
-0
/
+149
*
|
In lf_iteratelocks_vnode, increment state->ls_threads around iterating
kib
2009-06-25
1
-1
/
+10
*
|
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
12
-20
/
+20
*
|
Remove the d_spare2_t typedef. The d_spare2 field was replaced by
jhb
2009-06-25
1
-2
/
+0
*
|
Decided to limit the interrupt bind to multiqueue
jfv
2009-06-25
1
-2
/
+4
*
|
Return errors from intr_event_bind() to the caller of intr_set_affinity().
jhb
2009-06-25
1
-2
/
+1
*
|
Some more cleanups for vblank code on Intel.
rnoland
2009-06-25
2
-27
/
+18
*
|
- Restore the behavior of pre-allocating IDT vectors for MSI interrupts.
jhb
2009-06-25
8
-110
/
+154
*
|
Make ata-{dma,sata}.c dependent on atacore build option.
raj
2009-06-25
1
-2
/
+2
*
|
temporarily disable optional uarts; apparently we hang when probing them
sam
2009-06-25
1
-9
/
+9
*
|
Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries
jhb
2009-06-25
1
-1
/
+0
*
|
Add some tests for r194975 and r194977.
jilles
2009-06-25
1
-0
/
+35
*
|
Rename man4/if_bridge.4 to man4/bridge.4 in order to be consistent with other
thompsa
2009-06-25
2
-2
/
+2
*
|
Change intr_bind to bus_bind_intr, also limit this to
jfv
2009-06-25
1
-6
/
+4
*
|
Change intr_bind to bus_bind_intr, thanks to John Baldwin
jfv
2009-06-25
1
-6
/
+4
*
|
Fix some weirdnesses in the NetBSD IFS code,
jilles
2009-06-25
1
-2
/
+3
*
|
Use the correct cast for the arguments passed to freebsd_shmctl() in
jhb
2009-06-25
1
-1
/
+1
*
|
Improve IFS expansion using code from NetBSD.
jilles
2009-06-25
1
-61
/
+80
*
|
Fix the build by using proper format.
rdivacky
2009-06-25
1
-1
/
+1
*
|
Don't use the preprocessor while inside function-like macro
marius
2009-06-25
1
-12
/
+18
*
|
Tweak comment.
trasz
2009-06-25
1
-2
/
+2
*
|
Add address list locking for in6_ifaddrhead/ia_link: as with locking
rwatson
2009-06-25
9
-9
/
+65
*
|
Manual page tweaks.
trasz
2009-06-25
1
-2
/
+2
*
|
Initialize max_vblank_count earlier.
rnoland
2009-06-25
2
-8
/
+12
[next]