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
*
If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLE
mjacob
2004-01-23
1
-0
/
+6
*
add MAKE_WWN_FROM_NODE_NAME macro
mjacob
2004-01-23
1
-0
/
+10
*
Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctl
mjacob
2004-01-23
2
-0
/
+7
*
Make sure to keep track of canceled events.
phk
2004-01-23
1
-0
/
+2
*
Don't grab Giant in crfree(), since prison_free() no longer requires it.
rwatson
2004-01-23
1
-3
/
+1
*
Add KASSERTS.
phk
2004-01-23
1
-0
/
+11
*
Defer the vrele() on a jail's root vnode reference from prison_free()
rwatson
2004-01-23
4
-23
/
+80
*
Plug an insignificant memoryleak.
phk
2004-01-23
1
-0
/
+3
*
Add missing newline in printf.
phk
2004-01-23
1
-1
/
+1
*
Add missing options from pcvt_conf.h to options.i386. This
philip
2004-01-23
1
-1
/
+11
*
* fwohci_pci.c
simokawa
2004-01-23
2
-10
/
+17
*
Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.
matk
2004-01-23
1
-3
/
+21
*
Don't panic if there are more than 255 interfaces in the system.
ru
2004-01-23
1
-1
/
+2
*
Allow the socket buffer sizes to be controlled via sysctl(8).
ru
2004-01-23
1
-0
/
+4
*
Remove the MD5_KEY debugging tool
phk
2004-01-23
1
-33
/
+0
*
Remove no longer necessary debug printfs
phk
2004-01-23
1
-6
/
+0
*
Fix breakage in PIO multisector support.
sos
2004-01-23
1
-1
/
+0
*
Copy comment about caller check from ffs_read to ffs_extread, don't
ache
2004-01-23
1
-2
/
+6
*
Fix various panic() strings to reflect true function name to allow
ache
2004-01-23
1
-11
/
+12
*
ffs_read:
ache
2004-01-23
1
-7
/
+14
*
Remove leftover FREE() from changes in rev 1.50.
andre
2004-01-23
1
-1
/
+0
*
Unbreak amd64: Rename calls from panic to __panic
peter
2004-01-23
1
-3
/
+3
*
Split the overloaded variable 'win' into two for their specific purposes:
andre
2004-01-22
1
-21
/
+22
*
Move the reduction by one of the syncache limit after the zone has been
andre
2004-01-22
1
-1
/
+1
*
Remove an unused variable and put the sockaddr_in6 onto the stack instead
andre
2004-01-22
1
-26
/
+14
*
Write 100 times for tomorrow:
phk
2004-01-22
1
-2
/
+3
*
Fix the PCI attach routine to properly setup the IRQ and port resource
jhb
2004-01-22
1
-13
/
+20
*
Add missing free() in exception handlers.
simokawa
2004-01-22
2
-2
/
+3
*
Fix generation of random multicast MAC address.
rse
2004-01-22
1
-1
/
+1
*
Only enforce -fno-strict-aliasing for optimization levels that
ru
2004-01-22
1
-1
/
+4
*
Make proc's kg_nice/ki_nice explicitly signed for PPC. This is a
grehan
2004-01-22
2
-2
/
+2
*
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
[next]