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
/
wl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Remove unused WL_IRQS macro.
jhb
2004-05-11
1
-2
/
+0
*
Remove improper use of if_addrhead in device drivers to check
luigi
2004-04-15
1
-2
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-2
/
+1
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+4
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-5
/
+4
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-17
/
+14
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Get wlread() closer to working. Use m->m_len as the initial value for
jhay
2003-04-17
1
-1
/
+9
*
Add locking to wlinit().
jhay
2003-04-17
1
-0
/
+2
*
Put the spl calls back until we are sure that everything that they cover
jhay
2003-04-17
1
-3
/
+14
*
Add locking and remove all the spl() calls.
jhay
2003-04-16
1
-22
/
+43
*
Get rid of COMPAT_OLDISA and move in the direction of newbus.
jhay
2003-04-16
2
-234
/
+340
*
Remove the register keyword.
jhay
2003-04-16
1
-62
/
+62
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-100
/
+54
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
2
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-5
/
+5
*
Remove support for FreeBSD 2.x from this driver.
imp
2002-02-27
1
-120
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Minor style(9) changes before I get going.
imp
2001-07-02
1
-41
/
+40
*
Fix a couple of compile warnings because WLDEBUG and WLCACHE were
imp
2001-07-02
1
-2
/
+8
*
Move wl driver to dev/wl. Repo copied to dev/wl, the old copies
imp
2001-07-02
1
-2
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-3
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-4
/
+1
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-2
/
+12
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-19
/
+2
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+1
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
wlinit() must be called to recalculate the multicast filter.
roberto
1999-09-15
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-2
/
+3
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-29
/
+6
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Suser() simplification:
phk
1999-04-27
1
-6
/
+6
*
Silence warnings.
eivind
1999-01-12
1
-2
/
+2
*
Someday I hope people will learn that "#endif" is not a comment
eivind
1998-12-09
2
-13
/
+13
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-15
/
+2
*
Depend on __FreeBSD_version instead of __FreeBSD__
eivind
1998-11-15
1
-7
/
+7
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-3
/
+5
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-3
/
+3
[next]