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
*
Fix definition of IFM_MODE, which should be refrected the change of
onoe
2004-01-22
1
-1
/
+1
*
Add suspend and resume methods. I'm not certain this work correctly
wpaul
2004-01-22
1
-0
/
+36
*
Add support for TCP/IP checksum offload.
wpaul
2004-01-22
2
-25
/
+217
*
If a transfer to or from a floppy disk crosses a 64k boundary, we have to
jhb
2004-01-21
1
-2
/
+2
*
Fix multicast and promiscuous mode handling for Yukon devices.
wpaul
2004-01-21
2
-100
/
+202
*
Calculate the right register offset when clearing TX buffer pointer
wpaul
2004-01-21
1
-1
/
+2
*
Add structures and definitions for task offload (TCP/IP checksum,
wpaul
2004-01-21
1
-0
/
+141
*
Add a sysctl (default: off) which enables a log(LOG_INFO...) warning
phk
2004-01-21
1
-10
/
+19
*
Simplify timing gymnastics a bit.
phk
2004-01-21
1
-2
/
+2
*
Make sure to trap failures correctly in ndis_get_info() and ndis_set_info().
wpaul
2004-01-21
1
-0
/
+6
*
Remove #ifdef for ancient source FreeBSD compat.
phk
2004-01-21
1
-11
/
+0
*
Don't leak softc's when destroying interfaces.
brooks
2004-01-21
1
-0
/
+3
*
Fix style(9) of my previous commit.
cperciva
2004-01-21
1
-1
/
+1
*
Reduce gratuitous includes: don't include jail.h if it's not needed.
rwatson
2004-01-21
7
-7
/
+0
*
Allow devfs path rules to work on directories. Without this fix,
cperciva
2004-01-21
1
-1
/
+2
*
MFi386: revisions from 1.1116 to 1.1119.
nyan
2004-01-21
1
-69
/
+45
*
Merged from sys/dev/sio/sio.c revision 1.418.
nyan
2004-01-21
2
-2
/
+6
*
Sync to pccarddevs 1.81.
ume
2004-01-21
1
-1
/
+4
*
There is PANASONIC KXLC005 which has another product id.
ume
2004-01-21
1
-0
/
+1
*
Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.
cognet
2004-01-21
1
-1
/
+0
*
The gdbinit.${MACHINE_ARCH} script may not exist.
ru
2004-01-21
1
-0
/
+2
*
Add syscons options and enable USB, since there is no conflict between
grehan
2004-01-21
1
-12
/
+21
*
Add required GFB options as well as one for ofw/syscons.
grehan
2004-01-21
1
-0
/
+6
*
Add syscons files, and also generate a syscons font since Apple
grehan
2004-01-21
1
-0
/
+19
*
- Catch up with panic __LINE__/__FILE__ changes by moving panic calls
grehan
2004-01-21
4
-24
/
+16
*
A syscons implementation using the 8-bit framebuffer set up by
grehan
2004-01-21
6
-0
/
+927
*
__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.
grehan
2004-01-21
6
-15
/
+34
*
Update 128-bit long double constants to match what is expected
grehan
2004-01-21
1
-9
/
+10
*
Fix ipip_output() to always set *mp to NULL on failure, even if 'm'
sam
2004-01-20
2
-3
/
+6
*
fix build after KAME changes
sam
2004-01-20
1
-0
/
+4
*
Merge from DragonFlyBSD rev 1.10:
hsu
2004-01-20
2
-12
/
+10
*
Use getenv_int() rather than reimplementing it.
jhb
2004-01-20
1
-10
/
+2
*
Pay attention to mac_portacl_enabled.
rwatson
2004-01-20
1
-1
/
+5
*
Update the support for the VIA 8237 southbridge.
sos
2004-01-20
2
-3
/
+4
*
Correct instances of mtx_lock()/mtx_unlock() that should have been
wpaul
2004-01-20
1
-5
/
+5
*
Reduce latency when using the SNDCTL_DSP_RESET ioctl by calling
matk
2004-01-20
1
-2
/
+10
*
Fix sort misordering.
obrien
2004-01-20
2
-2
/
+2
*
Fix a panic when kldloading a sound driver. Do this by replacing the
matk
2004-01-20
5
-217
/
+95
*
Fix handling of FP traps:
marcel
2004-01-20
1
-24
/
+23
*
s/framep/tf/g -- this normalizes on the use of tf to point to the
marcel
2004-01-20
2
-89
/
+89
*
pread/pwrite:
ache
2004-01-20
1
-4
/
+9
*
Add linenumber and source filename to panic(9) output.
phk
2004-01-19
4
-10
/
+20
*
One more instance of magic number used in place of IO_SEQSHIFT.
kan
2004-01-19
1
-1
/
+1
*
Add WDM major/minor #defines.
wpaul
2004-01-19
1
-0
/
+7
*
Spell magic '16' number as IO_SEQSHIFT.
kan
2004-01-19
5
-10
/
+10
*
Implement IofCompleteRequest() and IoIsWdmVersionAvailable().
wpaul
2004-01-19
1
-3
/
+32
*
Implement atoi() and atol(). Some drivers appear to need these. Note
wpaul
2004-01-19
1
-0
/
+18
*
Eliminate some code duplication: since ndis_runq() and ndis_intq() were
wpaul
2004-01-19
1
-78
/
+47
*
Fix breakage on timeout/retries. The bug cause a sema to be leaked so
sos
2004-01-19
4
-24
/
+27
*
Removed custom "load" and "unload" targets.
ru
2004-01-19
4
-27
/
+0
[next]