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
*
back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn't
sam
2006-12-01
2
-4
/
+4
*
Move the __packed declarations. This makes sizeof(struct llc) 8 again
imp
2006-12-01
1
-7
/
+11
*
Make libalias.conf parsing a bit smarter.
piso
2006-12-01
1
-10
/
+18
*
Remove m_megapullup from ng_nat and put it under libalias.
piso
2006-12-01
3
-35
/
+41
*
clarify shortcut return
sam
2006-12-01
1
-2
/
+2
*
Grammar nit.
ru
2006-12-01
1
-1
/
+1
*
We can have no PV entry here if the previous mapping was unmanaged, and the new
cognet
2006-12-01
1
-1
/
+2
*
Use CTASSERT to make sure:
imp
2006-12-01
1
-1
/
+6
*
Add inverted amplifier sense quirk for HP Compaq nx4300.
ariff
2006-12-01
1
-0
/
+1
*
sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for now
sam
2006-12-01
2
-4
/
+4
*
Fix white spaces.
jkim
2006-12-01
1
-1
/
+1
*
Simplify statistics updates, remove redundant register reads, and add
jkim
2006-12-01
2
-28
/
+19
*
In pmap_ts_referenced(), don't attempt to do anything if the page is
cognet
2006-11-30
1
-0
/
+2
*
First bits of Xscale core 3 support (the VM bits are far from being optimal
cognet
2006-11-30
2
-4
/
+20
*
Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than
cognet
2006-11-30
1
-0
/
+3
*
Fix the hardware VLAN tagging. TX was broken on little-endian
ru
2006-11-30
1
-2
/
+7
*
o ciss.ko depends on cam and pci.
maxim
2006-11-30
1
-0
/
+2
*
The recent issues with em(4) interface has shown that the old 4.4BSD
glebius
2006-11-30
1
-0
/
+3
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
2
-13
/
+19
*
Bump __FreeBSD_version after UQ_KBD_IGNORE was set for Wi-Spy devices.
flz
2006-11-30
1
-1
/
+1
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
2
-24
/
+18
*
Consistently use #ifdef INET6 rather than mixing and matching with
rwatson
2006-11-30
1
-21
/
+19
*
Linker set support depends on the magic __start_<section> and
kib
2006-11-30
1
-0
/
+47
*
Only grab the sched_lock if we actually need to modify the thread priority.
phk
2006-11-30
1
-4
/
+5
*
Don't use vm_page_flag_set() if installing bootstrap page-table entries
grehan
2006-11-30
2
-2
/
+4
*
Flushing the buffer is conditional on actually using the buffer. Oops.
jb
2006-11-30
1
-0
/
+4
*
Better i2c bit definitions.
kevlo
2006-11-30
1
-2
/
+2
*
fls was missing
sam
2006-11-30
1
-0
/
+1
*
Turn console printf buffering into a kernel option and only on
jb
2006-11-30
9
-24
/
+27
*
Remove pre-5.3 compatibility ifdefs.
brueffer
2006-11-29
1
-61
/
+0
*
- add separate variable for enabling printing of ranges
kmacy
2006-11-29
1
-13
/
+17
*
Stop INVARIANTS panics in if_aue with a stopgap.
alfred
2006-11-29
2
-7
/
+32
*
Document struct uio.h entries.
alfred
2006-11-29
1
-7
/
+7
*
Fix mxge_submit_8rx() to behave like the comments says it does,
gallatin
2006-11-29
1
-1
/
+3
*
Fix support for Medion MD MD95257 (GPIO2 quirk).
ariff
2006-11-29
1
-7
/
+12
*
MFp4:
imp
2006-11-29
1
-2
/
+2
*
Make this work a lot better:
imp
2006-11-29
1
-36
/
+44
*
Build glue for at45d flash support.
imp
2006-11-29
1
-1
/
+1
*
MFp4:
imp
2006-11-29
1
-0
/
+284
*
MFp4:
imp
2006-11-29
1
-3
/
+3
*
Note that not all architectures use sendfile(2) buffers;
yar
2006-11-29
1
-1
/
+4
*
- Explicitly name the fields in pcb that we use to store trap state for later
kmacy
2006-11-29
3
-15
/
+29
*
We no longer need to remap hardware trap numbers to sparc64 trap numbers
kmacy
2006-11-29
1
-5
/
+6
*
In nfs_nget(), we must initialize the fh in the nfsnode before inserting the
mohans
2006-11-29
1
-6
/
+6
*
Add a quirk for devices recognized as usb keyboards not to be hooked by
flz
2006-11-28
4
-0
/
+8
*
Differentiate between data and instruction fetch in the fatal
ru
2006-11-28
1
-1
/
+2
*
NFSv4 client:
rees
2006-11-28
3
-16
/
+27
*
- Revert signedness type changes to "struct vmtotal"; by making
ru
2006-11-28
1
-14
/
+14
*
Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. This
rwatson
2006-11-28
1
-1
/
+1
*
Add a fake flag for write. Many drivers have started to use it and it
imp
2006-11-28
1
-1
/
+2
[next]