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
*
Do refcounting of open devices (more) correctly.
sos
2000-02-07
10
-21
/
+51
*
Dont panic if no sub-driver is found.
sos
2000-02-07
1
-1
/
+1
*
Unbreak addump, now dumping works again.
sos
2000-02-07
1
-0
/
+1
*
Add PCI Id's for i810 chipsets.
n_hibma
2000-02-07
9
-3
/
+118
*
m_pullup() frees the supplied mbuf on failure; we don't need to try
mdodd
2000-02-07
1
-5
/
+3
*
IPv6 prefix assignment bug fixes.
shin
2000-02-07
1
-3
/
+44
*
Permit site local addr in IPv6 source address selection rule.
shin
2000-02-07
1
-2
/
+23
*
Don't use tsleep when cold booting. It is called before bus->use_polling
n_hibma
2000-02-06
1
-1
/
+1
*
Correctly handle suspend and resume in APM.
n_hibma
2000-02-06
2
-28
/
+26
*
Disable the generation of SMIs (System Management Interrupts). Always set
n_hibma
2000-02-06
2
-20
/
+20
*
Synced with sys/boot/i386/loader/Makefile rev 1.41.
kato
2000-02-05
1
-0
/
+2
*
Synced with sys/i386/conf/GENERIC revision 1.241.
kato
2000-02-05
2
-4
/
+2
*
Add a NOFORTH variable so we can build a smaller loader without
luigi
2000-02-04
1
-0
/
+2
*
Fix a (mostly harmless) scheduling-in-the-past problem with
luigi
2000-02-04
1
-6
/
+6
*
Fix indentation.
gibbs
2000-02-04
1
-1
/
+1
*
Unbreak LINT (missing curly brace).
n_hibma
2000-02-04
1
-1
/
+1
*
fix support for shared IRQ's.
sos
2000-02-04
8
-84
/
+171
*
Commit missing bits, forgotten when committing support for suspend/resume
n_hibma
2000-02-04
2
-8
/
+14
*
Clean up POSIX options, syncronize generics.
jkh
2000-02-04
4
-6
/
+8
*
Add a quirk type (and one for ARCHIVE Python's) that disables the
mjacob
2000-02-03
1
-24
/
+33
*
Update copyright license terms to match the reset of the aic7xxx dirver.
gibbs
2000-02-03
2
-14
/
+6
*
Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminary
gibbs
2000-02-03
7
-1010
/
+2539
*
Synced with sys/i386/conf/GENERIC rev 1.240.
kato
2000-02-03
2
-2
/
+2
*
Make sure that the entire header is in the first mbuf before we
mdodd
2000-02-03
1
-2
/
+14
*
The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were both
archie
2000-02-02
1
-1
/
+1
*
Mention what PKT_ALIAS_PROXY_ONLY does.
brian
2000-02-02
1
-1
/
+6
*
Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.
wpaul
2000-02-02
6
-2
/
+142
*
Update the pci->pcic compatability module to newbus. This is a simple
peter
2000-02-02
2
-216
/
+302
*
Remove static qualifier from vgonel, as it is needed by the Arla folk
rwatson
2000-02-02
3
-4
/
+3
*
Spell "pci_delete_resource" correctly.
peter
2000-02-01
2
-2
/
+2
*
if_fpa is included when 'device fpa' is present, not 'device fea'.
mdodd
2000-02-01
1
-1
/
+1
*
Avoid passing an uninitialized structure member to the real
nsayer
2000-02-01
2
-0
/
+2
*
Add workaround for fxp issue at interface initialization with IPv6.
shin
2000-02-01
1
-0
/
+4
*
da0 -> da
n_hibma
2000-02-01
2
-2
/
+2
*
Synced with sys/i386/isa/isa_compat.h rev 1.18.
kato
2000-02-01
1
-0
/
+1
*
Synced with sys/i386/isa/wd.c revision 1.219.
kato
2000-02-01
1
-22
/
+22
*
Synced with sys/i386/isa/mse.c, npx.c and spkr.c revisions 1.49, 1.80
kato
2000-02-01
3
-13
/
+0
*
Remove a spurious printf left in from debugging.
gibbs
2000-02-01
1
-1
/
+0
*
bus_release_resource is spellt like bus_release_resource not like
n_hibma
2000-01-31
4
-52
/
+52
*
When writing out bitmap buffers, need to skip over ones that already
mckusick
2000-01-30
2
-2
/
+4
*
Don't refer to TABLDISC in the comments here.
peter
2000-01-30
1
-1
/
+1
*
Fixed longstanding brokenness of wddump() in LBA mode. LBA mode may now
bde
2000-01-30
1
-20
/
+21
*
Do not use 'alias' as a macro parameter name for __strong_reference(),
jasone
2000-01-30
1
-2
/
+2
*
Fix bogon in previous commit. Re-enable Forth in the loader.
jhb
2000-01-30
1
-2
/
+2
*
Fix kernel build breakage.
shin
2000-01-30
1
-1
/
+1
*
Add __strong_reference().
jasone
2000-01-29
1
-0
/
+2
*
cosmetic changes only.
sos
2000-01-29
1
-1
/
+1
*
Use config's tools rather than #if's.
peter
2000-01-29
2
-5
/
+1
*
Get the KASSERT right.
n_hibma
2000-01-29
1
-1
/
+1
*
Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".
peter
2000-01-29
6
-24
/
+0
[next]