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
...
*
Remove historical support for capturing IPX packets in the output path
rwatson
2009-06-21
4
-67
/
+0
*
Add support for uncompressing pack(1)'ed files. Pack(1) is a program found
delphij
2009-06-21
2
-1
/
+359
*
In non-debugging mode make this define (void)0 instead of nothing. This
rdivacky
2009-06-21
6
-27
/
+27
*
In non-debugging mode make this define (void)0 instead of nothing. This
rdivacky
2009-06-21
1
-1
/
+1
*
In non-debugging mode make this define (void)0 instead of nothing. This
rdivacky
2009-06-21
1
-3
/
+3
*
In non-debugging mode make this define (void)0 instead of nothing. This
rdivacky
2009-06-21
1
-1
/
+1
*
For ICH based fxp(4) controllers treat them as 82559 compatibles.
yongari
2009-06-21
2
-69
/
+93
*
Overhaul fxp(4) multicast filter programming. fxp(4) hardwares do
yongari
2009-06-21
2
-134
/
+38
*
Always check fxp(4) is running, see if it can accept frames from
yongari
2009-06-21
1
-3
/
+10
*
Don't blindly enable Rx lock-up workaround. Newer chips do not need
yongari
2009-06-21
2
-1
/
+9
*
Due to possible PCI bus lock-up issues fxp(4) didn't perform full
yongari
2009-06-21
1
-1
/
+5
*
Introduce Rx mbuf dma tag and use it in Rx path. Previously it used
yongari
2009-06-21
2
-44
/
+73
*
Compile static gcov library with -fPIC to match what stock GCC builds
kan
2009-06-21
1
-4
/
+12
*
fix !x86 cxgb compile
kmacy
2009-06-21
1
-1
/
+1
*
Strive for greater consistency among the places that implement real,
alc
2009-06-21
3
-13
/
+18
*
Implement socket delivery MAC checks for IPX/SPX.
rwatson
2009-06-20
2
-0
/
+11
*
Fix race condition in noclobber option.
jilles
2009-06-20
1
-7
/
+19
*
Add architecture support for TinyBSD
remko
2009-06-20
1
-2
/
+4
*
Change crsetgroups_locked() (called by crsetgroups()) to sort the
brooks
2009-06-20
1
-10
/
+45
*
If the label being printed by getpmac(8) is empty, then don't print a
rwatson
2009-06-20
1
-1
/
+2
*
fix typo in conditional
kmacy
2009-06-20
1
-1
/
+1
*
- fix dma map handling for !x86 case
kmacy
2009-06-20
3
-13
/
+15
*
Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups and
brooks
2009-06-20
1
-2
/
+2
*
Remove definition of dtom(), which converted a data pointer into a
rwatson
2009-06-20
1
-3
/
+3
*
Restore the check against running as root that I accidentally removed in
brooks
2009-06-20
1
-0
/
+9
*
Rework SPX segment reassembly, which was originally based on our TCP
rwatson
2009-06-20
4
-57
/
+55
*
Up the scale of the SPX loopback check a bit: use much larger data sizes
rwatson
2009-06-20
1
-59
/
+38
*
Invoke the MAC Framework's mac_socket_create_mbuf() entry point when
rwatson
2009-06-20
1
-0
/
+6
*
Invoke the MAC Framework's mac_socket_create_mbuf() entry point when
rwatson
2009-06-20
1
-0
/
+5
*
Don't lock sockets around calls to mac_socket_create_mbuf() -- policies
rwatson
2009-06-20
1
-2
/
+0
*
Delete the declaration of an unused variable so that it will build.
rmacklem
2009-06-20
1
-1
/
+0
*
Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.
rmacklem
2009-06-20
2
-3
/
+3
*
The G45 docs indicate that all G4X chips use the new framecount register.
rnoland
2009-06-20
3
-7
/
+8
*
realloc() behaves identically to malloc when passed a NULL object pointer
rnoland
2009-06-20
1
-26
/
+15
*
Add placeholder to prevent reuse of privilege 254.
ed
2009-06-20
1
-0
/
+1
*
Don't panic if drm_rmmap is called with a NULL map pointer.
rnoland
2009-06-20
1
-0
/
+3
*
Improve sentence and add reference to openpty(3). Add missing newlines.
ed
2009-06-20
1
-5
/
+8
*
Chase the removal of PRIV_TTY_PRISON in the mac(9) modules.
ed
2009-06-20
2
-2
/
+0
*
Improve nested jail awareness of devfs by handling credentials.
ed
2009-06-20
3
-8
/
+22
*
Allow order of initialization of loaded shared objects to be
kan
2009-06-20
2
-48
/
+47
*
Rewrap; this was getting painful. Translators can ignore this.
des
2009-06-20
1
-59
/
+36
*
Reword.
des
2009-06-20
1
-4
/
+2
*
- Include rpcv2.h before other NFS includes. That allows nfscbd to
stas
2009-06-20
1
-1
/
+1
*
Fix "tar --options=iso9660:joliet" and other uses
kientzle
2009-06-20
1
-4
/
+5
*
Drop the high FP state of an exiting thread in cpu_thread_exit() and
marcel
2009-06-20
1
-4
/
+3
*
Change the size of the nfsc_groups[] array in the experimental nfs
rmacklem
2009-06-20
2
-5
/
+5
*
Make puc(4) aware of this 2 port serial card based on NetMos 9835:
np
2009-06-20
1
-0
/
+6
*
Greatly simplify cxgb by removing almost all of the custom mbuf management logic
kmacy
2009-06-19
11
-2469
/
+1136
*
add helper function for flushing software queues
kmacy
2009-06-19
1
-1
/
+15
*
Add tests for r194406 and r194516.
jilles
2009-06-19
2
-0
/
+56
[prev]
[next]