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
/
awi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix off-by-one error in array bounds check.
phk
2003-09-05
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
5
-23
/
+22
*
update for new 802.11 support
sam
2003-06-28
5
-4
/
+33
*
Explicitly declare 'int' parameters.
obrien
2003-04-21
1
-0
/
+1
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Added missing dependency on rc4.
ru
2003-03-21
1
-0
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-15
/
+15
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-15
/
+15
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
2
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
2
-13
/
+6
*
Repeat after me: sizeof(int) != sizeof(void *).
jhb
2002-11-06
1
-1
/
+1
*
Remove empty #if*/#endif clauses.
phk
2002-09-21
2
-4
/
+0
*
Use __FreeBSD_version to test what things to use
imp
2002-05-31
2
-10
/
+11
*
Make this build on 4.x machines again (building a -current kernel on a
imp
2002-04-19
3
-36
/
+27
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
3
-0
/
+28
*
Remove __P.
alfred
2002-03-20
6
-106
/
+106
*
Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid
brooks
2002-02-26
1
-1
/
+1
*
Add NEWCARD support to awi.
imp
2001-11-19
1
-3
/
+36
*
KSE Milestone 2
julian
2001-09-12
3
-0
/
+3
*
The information about how to integrate this driver into BSDs is obsoleted,
onoe
2001-06-26
1
-60
/
+0
*
Fix capability information in association request to reflect ESS/IBSS mode.
onoe
2001-06-26
1
-5
/
+9
*
Fix keyid bit position of encrypted packet to make non-first key usable.
onoe
2001-06-26
1
-2
/
+2
*
Fix previous enhancement to add support for new ifconfig interface.
onoe
2001-06-26
1
-53
/
+35
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
1
-0
/
+181
*
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
-8
/
+4
*
Note new location of if_wavelan_ieee.h.
wollman
2001-01-09
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-12
/
+7
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
3
-3
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
4
-4
/
+0
*
awi needs to access memory with 8bit,
onoe
2000-10-10
1
-0
/
+9
*
Bite the bullet and provde memcmp() and memset(), this will be cheaper
phk
2000-09-02
1
-16
/
+0
*
awictl configuration interface is never used and now it is replaced by
onoe
2000-08-14
1
-72
/
+0
*
Add support for WEP functionality.
onoe
2000-08-14
4
-369
/
+1629
*
This file contains a shim just for NetBSD, and not used in FreeBSD at all.
onoe
2000-08-14
1
-445
/
+0
*
Remove the awi(4) manual page from the sys/ hierarchy after a repo-
sheldonh
2000-07-23
1
-154
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
2
-6
/
+3
*
We always provide the bpf hooks. Remove #include "bpf.h"/NBPF.
peter
2000-06-10
1
-2
/
+1
*
Fix a panic resulting from an obvious null pointer deref.
guido
2000-05-29
1
-1
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Use the rman_get_bustag() and rman_get_bushandle() functions.
nyan
2000-05-19
1
-9
/
+6
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-0
/
+2
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Provide mem* for compat with NetBSD to fix LINT
imp
2000-04-17
2
-3
/
+15
*
Awi driver, ported from NetBSD from Atsushi Once-san.
imp
2000-04-06
11
-0
/
+5049