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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-14
/
+16
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
9
-104
/
+109
*
Turn off CPU frequency change notifiers when the TSC is P-state invariant
jkim
2008-10-21
1
-0
/
+6
*
Cache so_cred as inp_cred in the inpcb.
bz
2008-10-04
1
-15
/
+5
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
7
-0
/
+39
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
2
-3
/
+3
*
Merge ath again (addition of wisoc files).
rpaulo
2008-09-05
3
-0
/
+4829
|
\
|
*
Flatten the vendor-sys/ath tree for future imports.
rpaulo
2008-08-27
82
-137923
/
+0
|
*
Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.
rpaulo
2008-08-27
1
-1
/
+1
*
|
Merge fix for P4 expansion from vendor branch.
rpaulo
2008-09-05
1
-1
/
+1
*
|
Merge ath_hal 0.10.5.10 to head.
rpaulo
2008-08-28
76
-120629
/
+176586
*
|
I think we can remove the conditionals for freebsd 2.0 now
julian
2008-08-25
1
-2
/
+0
*
|
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
8
-52
/
+67
*
|
Merge state reuse for tcp.
mlaier
2008-08-04
1
-0
/
+17
*
|
2020447 IPFilter's NAT can undo name server random port selection
darrenr
2008-07-26
1
-1
/
+3
*
|
Fix spelling error in comment
julian
2008-07-24
1
-1
/
+1
*
|
2020447 IPFilter's NAT can undo name server random port selection
darrenr
2008-07-24
5
-6
/
+51
*
|
Remove the oltr(4) driver. No one responded to calls for testing on
jhb
2008-07-04
10
-12482
/
+0
*
|
Make oltr(4) MPSAFE:
jhb
2008-07-04
4
-145
/
+146
*
|
Fix range check for rtable id.
mlaier
2008-06-05
1
-2
/
+2
*
|
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
3
-8
/
+36
*
|
fix build
kmacy
2008-05-06
1
-3
/
+3
*
|
conditionally define PANIC_IF
kmacy
2008-05-05
1
-0
/
+2
*
|
Import basic common and iwarp kernel RDMA infrastructure.
kmacy
2008-05-05
32
-0
/
+15395
*
|
Intel 4965 wireless driver (derived from openbsd driver of the same name)
sam
2008-04-29
2
-0
/
+3437
*
|
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
7
-0
/
+3876
*
|
Teach pf and ipfw to use read locks in inpcbs write than write locks
rwatson
2008-04-20
1
-6
/
+5
*
|
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-4
/
+4
*
|
Make ALTQ cope with disappearing interfaces (particularly common with mpd
mlaier
2008-03-29
3
-2
/
+129
*
|
Remove the last 3 files I missed. These have been repo copied to the new
jb
2008-03-28
3
-341
/
+0
*
|
Remove files that have been repo copied to their new location
jb
2008-03-28
186
-85891
/
+0
*
|
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+20
*
|
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
2
-2
/
+2
*
|
Fix mmap(2) on ZFS after some changes in VM subsystem.
pjd
2008-03-15
1
-0
/
+4
*
|
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
1
-3
/
+3
*
|
Introduce some functions in the vnode locks namespace and in the ffs
attilio
2008-02-24
1
-4
/
+4
*
|
- Reduce how much ZFS caches by default. This is another change to mitigate
pjd
2008-01-24
1
-4
/
+5
*
|
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
4
-14
/
+14
*
|
This commit was generated by cvs2svn to compensate for changes in r175256,
njl
2008-01-12
1
-3
/
+19
|
\
\
|
*
|
Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal
njl
2008-01-12
1
-3
/
+19
*
|
|
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
6
-21
/
+21
*
|
|
* Check endianness the FreeBSD way.
jb
2007-11-28
12
-30
/
+43
*
|
|
Fix a prototype definition.
jb
2007-11-28
1
-1
/
+1
*
|
|
Check endianness the FreeBSD way.
jb
2007-11-28
1
-1
/
+1
*
|
|
Include an extra header to get this to compile cleanly.
jb
2007-11-28
1
-0
/
+1
*
|
|
Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:
darrenr
2007-11-26
3
-18
/
+11
*
|
|
Bring back pf_if.c revs 1.8 and 1.6 also lost during last import:
mlaier
2007-11-21
1
-0
/
+23
*
|
|
Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloading
mlaier
2007-11-21
2
-1
/
+31
*
|
|
Reloop OpenBSD rev. 1.563:
mlaier
2007-11-21
1
-3
/
+11
*
|
|
Warn if kmem_map size is set to less than 512MB. Previous warning was a bit
pjd
2007-11-07
1
-5
/
+5
[next]