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
*
According to the Linux sungem driver, in case of Apple (K2) GMACs
marius
2010-02-22
1
-1
/
+4
*
Virtualize transport part of periph announcement.
mav
2010-02-22
4
-150
/
+188
*
Add TSO on VLANs. Because re(4) has a TSO limitation for jumbo
yongari
2010-02-22
1
-9
/
+17
*
Provide a new useless feature: an led(4) interface for the system's sleep
nwhitehorn
2010-02-22
1
-0
/
+24
*
Oops! Wrong word order. :(
mav
2010-02-22
1
-16
/
+16
*
Enforce stronger semantics for bus-dma alignment (currently only on amd64).
gibbs
2010-02-22
1
-12
/
+19
*
Fix some typos.
bschmidt
2010-02-22
1
-3
/
+3
*
Update mxge to support IFCAP_VLAN_HWTSO.
gallatin
2010-02-22
1
-0
/
+12
*
Support the extended PLT format used when objects have more than 8192
nwhitehorn
2010-02-22
3
-25
/
+67
*
Add Intel PCH SATA controller IDs.
mav
2010-02-22
1
-0
/
+16
*
Fix constant assignment for netisr protocol information sysctl.
rwatson
2010-02-22
1
-1
/
+1
*
Update date on netstat(1) for -Q.
rwatson
2010-02-22
1
-1
/
+1
*
Cross-reference netstat(1) from netisr(9) since you can now use it to
rwatson
2010-02-22
1
-1
/
+4
*
Remove write-only variable.
kib
2010-02-22
1
-3
/
+0
*
Teach netstat(1) to print out netisr statistics when given the -Q argument.
rwatson
2010-02-22
5
-4
/
+298
*
Export netisr configuration and statistics to userspace via sysctl(9).
rwatson
2010-02-22
2
-5
/
+251
*
Fix previous commit: led_func() doesn't exist, it should be fled_cb().
rpaulo
2010-02-22
1
-1
/
+1
*
Allow user programs to execute mfpvr instructions. Linux allows this, and
nwhitehorn
2010-02-22
1
-1
/
+22
*
Improve output for controllers that doesn't report SATA speed.
mav
2010-02-22
6
-7
/
+24
*
Use KERNLOADADDR instead of hardcoded address. This is required to be able to
neel
2010-02-22
1
-1
/
+1
*
Use mf and not mf.a. The latter doesn't force memory ordering and
marcel
2010-02-22
1
-1
/
+1
*
Prefer I-units and M-units for nop instructions. This works around
marcel
2010-02-22
5
-58
/
+58
*
Normalize nop instructions: Only use 0 for the immediate operand.
marcel
2010-02-21
1
-3
/
+3
*
Remove pm_active from struct pmap as it serves no purpose.
marcel
2010-02-21
2
-6
/
+0
*
Align the start of the clean submap to a superpage boundary. Although
alc
2010-02-21
1
-1
/
+1
*
Add a simple fan management callout to the SMU driver. This is designed
nwhitehorn
2010-02-21
1
-4
/
+112
*
Fix several mistakes in this file, in order to allow individual fan speeds
nwhitehorn
2010-02-21
1
-19
/
+48
*
Prefer exit(0) from main over return(0).
uqs
2010-02-21
1
-1
/
+1
*
Changing proto_socketpair.c compilation and linking order revealed
pjd
2010-02-21
1
-1
/
+4
*
Decompose the most lousy named file in sys/kern; kern_subr.c.
ed
2010-02-21
3
-94
/
+134
*
Fix another fo-pa of mine... duplicate patches should
rrs
2010-02-21
1
-760
/
+0
*
Adds the missing mips gdb files that I
rrs
2010-02-21
5
-0
/
+818
*
ifconfig(8) expects interface fooX to be supported by the module if_foo,
rwatson
2010-02-21
1
-2
/
+2
*
While there, trim some trailing whitespace.
ed
2010-02-21
1
-1
/
+0
*
- Remove GNU bc/dc bits. There has not been any regressions seen after
gabor
2010-02-21
88
-20901
/
+0
*
Add proper const keywords to sysctl(3) parameters.
ed
2010-02-21
5
-27
/
+17
*
Document the interaction between /etc/devfs.conf and
gavin
2010-02-21
2
-4
/
+17
*
Add a "-x" option to chown(8)/chgrp(1) similar to the same option in
gavin
2010-02-21
3
-13
/
+26
*
Some machines can not only consist of CPUs running at different speeds
marius
2010-02-21
1
-2
/
+2
*
Since create_pagetables() zeroes the page tables, pmap_bootstrap() needn't
alc
2010-02-21
1
-2
/
+0
*
- fix bootstrap for variable KVA_PAGES
kmacy
2010-02-21
2
-85
/
+55
*
don't hold spin lock across free
kmacy
2010-02-21
1
-1
/
+1
*
- make printf conditional
kmacy
2010-02-21
1
-17
/
+21
*
remove atkbd from default config to avoid pulling in real-mode bios emulation
kmacy
2010-02-21
1
-3
/
+3
*
Add __FBSDID.
yongari
2010-02-21
1
-2
/
+3
*
Increase PCIe maximuim read request size to 2048. Because re(4) uses
yongari
2010-02-21
1
-0
/
+3
*
Starting with UltraSPARC IV CPUs the CPU caches are described with different
marius
2010-02-20
1
-19
/
+37
*
Some machines can not only consist of CPUs running at different speeds
marius
2010-02-20
20
-69
/
+84
*
Add TSO support on VLAN. Controller requires VLAN hardware tagging
yongari
2010-02-20
1
-8
/
+10
*
Add TSO support on VLAN in fconfig(8).
yongari
2010-02-20
3
-8
/
+10
[next]