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
/
dev
/
ray
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkh's TAILQ changes to if_mutliaddrs missed a counting loop.
dmlb
2001-03-04
1
-1
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-2
/
+2
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-4
/
+2
*
Take advantage of the fixes to the pcic code that allows multiple
dmlb
2001-01-17
3
-132
/
+160
*
o Now that I've had time to test the new interface, reintegrate it back in.
imp
2001-01-07
1
-2
/
+2
*
Tidy up if_init routine so that it does not return an error.
dmlb
2001-01-02
1
-1
/
+13
*
Fix probe/attach a little. We don't have to call bpfattach() anymore
wpaul
2000-12-08
1
-22
/
+19
*
Changes necessary to make this work.
imp
2000-11-12
5
-108
/
+83
*
Add attribute memory setup warnings
dmlb
2000-07-11
1
-37
/
+86
*
Move newbus detection code to alloc routines.
dmlb
2000-07-07
1
-50
/
+68
*
Subtle Tx bugs - I wonder why the cast wans't picked up...
dmlb
2000-06-21
1
-4
/
+4
*
Minor tweaks to error messages (after writing man page).
dmlb
2000-06-20
1
-49
/
+81
*
Remove RECERR from RAY_DEBUG
dmlb
2000-06-18
1
-2
/
+1
*
General tidy up and plough through TODO list.
dmlb
2000-06-18
1
-303
/
+143
*
Add a desired network parameter structure to runq entries.
dmlb
2000-06-18
1
-0
/
+2
*
Suck out all of the current and desired n/w parameters.
dmlb
2000-06-11
2
-5
/
+33
*
Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...
dmlb
2000-06-11
1
-4
/
+11
*
Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...
dmlb
2000-06-11
1
-1
/
+1
*
A bunch of misc. tidy ups really.
dmlb
2000-06-11
1
-209
/
+195
*
Removed a few RAY_MAP_CMs that were not needed.
dmlb
2000-06-10
1
-22
/
+13
*
Seperate debug for dumping comq entries.
dmlb
2000-06-10
1
-0
/
+4
*
Add macros for freeing a set of malloc runq entries and adding them to the
dmlb
2000-06-10
1
-0
/
+22
*
Remove promisc_user, ray_reset and ray_reset_timo as they are not used. Incid...
dmlb
2000-06-10
1
-206
/
+120
*
Cosmetic and capture a register dump _before_ I've downloaded values to
dmlb
2000-06-04
1
-3
/
+50
*
As part of the IFF_RUNNING stuff, we've added an extra flag so callers
dmlb
2000-06-04
1
-3
/
+9
*
Main changes are resurection of mutlicast code (jgibbs moved the stuff I
dmlb
2000-06-04
1
-175
/
+133
*
Remove unused ioctl locking
dmlb
2000-05-28
2
-90
/
+14
*
Made RAY_COM_DUMP a real debug called RAY_DCOM
dmlb
2000-05-28
2
-24
/
+25
*
A bit of a messy monster.
dmlb
2000-05-28
1
-395
/
+517
*
Moved a bit of resource allocation from probe to attach based on feedback
dmlb
2000-05-23
1
-122
/
+109
*
MFRELENG_3
dmlb
2000-05-21
1
-187
/
+625
*
MFRELENG_3
dmlb
2000-05-21
1
-10
/
+23
*
MFRELENG_3
dmlb
2000-05-21
1
-18
/
+28
*
Newbusify resource allocation.
dmlb
2000-05-11
1
-196
/
+234
*
Remove ISA/3.x stuff and add -current stuff
dmlb
2000-05-11
1
-23
/
+25
*
Use device_printf.
dmlb
2000-05-11
1
-3
/
+3
*
Move a couple fo things around to be nicer for -current
dmlb
2000-05-10
1
-168
/
+180
*
Move a couple fo things around to be nicer for -current
dmlb
2000-05-10
1
-43
/
+60
*
Add a STOP debug flag.
dmlb
2000-05-10
1
-15
/
+19
*
Move _detach to be underneath _attach.
dmlb
2000-05-07
1
-182
/
+155
*
Move variables to if_rayvar.h
dmlb
2000-05-07
1
-218
/
+2
*
Split out structures to make it a bit easier to find my way around and
dmlb
2000-05-07
1
-0
/
+248
*
Sync with an early version of the -current code. Mainly a tidy up
dmlb
2000-05-07
1
-118
/
+80
*
Cosmetic to make errors messages look similar.
dmlb
2000-04-24
1
-4
/
+4
*
Moved debugging definitions to a header file.
dmlb
2000-04-24
1
-1313
/
+1042
*
Bit mask definitions for firmware versioning.
dmlb
2000-04-24
1
-74
/
+89
*
Initial import.
dmlb
2000-04-24
1
-0
/
+126
*
Make the moved about version compile and run
dmlb
2000-04-24
1
-2
/
+6
*
Moved functions around so that they are grouped a little more sensibly.
dmlb
2000-04-22
1
-1012
/
+1016
[next]