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
*
Fixed a bug in PCIC polling mode.
hosokawa
2000-01-15
1
-6
/
+17
*
More style fixes, both to code and man page.
bp
2000-01-15
4
-120
/
+138
*
Revert previous change, which is reported to have broken world. I
sheldonh
2000-01-15
1
-1
/
+1
*
Check if module was compiled without SMP support and running on
bp
2000-01-15
2
-0
/
+18
*
Add VT_NWFS tag.
bp
2000-01-15
3
-9
/
+1
*
Add reference to SES device (it won't be in GENERIC unless folks clamor
mjacob
2000-01-15
3
-0
/
+27
*
Remove inclusion of dkbad.h- seems like a bug, but I had a stale
mjacob
2000-01-15
1
-1
/
+0
*
Clear ro->ro_rt just after RTFREE().
shin
2000-01-15
1
-0
/
+1
*
add options collateral for SES/SAF-TE driver
mjacob
2000-01-15
1
-0
/
+3
*
add file collateral for SES/SAF-TE driver
mjacob
2000-01-15
1
-0
/
+1
*
add functional but stub SES/SAF-TE driver
mjacob
2000-01-15
2
-0
/
+763
*
Remove compile warning not seen when compiling with target mode enabled.
mjacob
2000-01-15
2
-0
/
+4
*
A processor with the CPUID of 0x?8? is Pentium III.
tanimura
2000-01-15
2
-0
/
+8
*
- Introduce a new section 'Multimedia' for sound/
tanimura
2000-01-15
2
-19
/
+49
*
- Add the man pages for sound card bridge drivers.
tanimura
2000-01-15
8
-106
/
+466
*
Fix the 3Com Fast Etherlink 3C574TX's ID string as we now get the
obrien
2000-01-15
2
-2
/
+2
*
Add example entry for the 3Com Megahertz 574B
mdodd
2000-01-15
2
-0
/
+16
*
Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().
shin
2000-01-15
2
-4
/
+4
*
wrapped prototype declarations by __P(())
shin
2000-01-15
1
-6
/
+8
*
Fix driver to restore function on 3c574 adapters. The panic on
mdodd
2000-01-15
3
-9
/
+23
*
add forward declarations, and small cosmetic changes.
shin
2000-01-15
3
-4
/
+15
*
comment the string after #endif
shin
2000-01-15
1
-1
/
+1
*
cosmetic change: sort function prototypes
shin
2000-01-15
1
-27
/
+27
*
-K&R fix for some prototype declaration
shin
2000-01-15
1
-4
/
+4
*
Removed PCCARD config file again.
hosokawa
2000-01-15
1
-224
/
+0
*
Remove a document file about PCCARD boot.flp because
hosokawa
2000-01-15
1
-13
/
+0
*
Support v6 login.
shin
2000-01-15
1
-7
/
+24
*
Redo FC target mode dma routine to try and generate an extra CTIO
mjacob
2000-01-15
2
-214
/
+464
*
clean up for SBus Ultra (yes, we do not do that here yet)
mjacob
2000-01-15
1
-2
/
+9
*
a whale of a lot of target mode cleanup
mjacob
2000-01-15
1
-42
/
+70
*
cleanup- it was not MI code as it should have been
mjacob
2000-01-15
1
-16
/
+11
*
cleanup
mjacob
2000-01-15
1
-82
/
+117
*
include public target mode functions
mjacob
2000-01-15
1
-0
/
+3
*
public target mode stuff
mjacob
2000-01-15
1
-0
/
+303
*
tighten up printout
mjacob
2000-01-15
1
-4
/
+2
*
Teach pkg_delete and pkg_info how to deal with full pathnames
dan
2000-01-15
2
-3
/
+46
*
Portability fixes for other bsd4.4 derivatives.
davidn
2000-01-15
6
-20
/
+33
*
Grrr. Really add the module makefile for the Aironet driver.
wpaul
2000-01-14
1
-0
/
+12
*
Add pccard aic attachment.
imp
2000-01-14
1
-0
/
+1
*
Add support to aic for pccard attachments. Reports from testers have
imp
2000-01-14
3
-1
/
+185
*
Add '-t X' which times out after pinging for X seconds.
billf
2000-01-14
2
-4
/
+18
*
Clean up the xpt_sim creation to mirror how HBA drivers perform this task.
gibbs
2000-01-14
2
-74
/
+127
*
Document the KASSERT() macro.
jmb
2000-01-14
1
-0
/
+74
*
Add driver support for the Aironet 4500/4800 series wireless 802.11
wpaul
2000-01-14
28
-3
/
+5329
*
Forward declare some structs so that this header is more self-suifficent.
bde
2000-01-14
12
-0
/
+73
*
Apply patches in rev 1.2 and 1.9 that I forgot
guido
2000-01-14
2
-4
/
+6
*
Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of
bde
2000-01-14
2
-2
/
+2
*
Set pccard_ifconfig in /etc/rc.conf automatically.
hosokawa
2000-01-14
4
-8
/
+16
*
Removed redundant declarations again. Fixed in rev.1.5, broken in rev.1.8.
bde
2000-01-14
1
-8
/
+2
*
Fixed bitrot in K&R support (3 missing __P(())'s defeated the point of 7
bde
2000-01-14
1
-3
/
+7
[next]