Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Summary for the new net80211 import? (was: CVS commit: src)
On Wed, Jul 27, 2005 at 08:19:05PM +0200, Bernd Ernesti wrote:
> Hi,
>
> is there a short summary what changed with this import, and for the
> ath one?
I can produce summaries like the attached using cvs log -d
'import1<import2' on the FreeBSD CVS.
Dave
--
David Young OJC Technologies
dyoung%ojctech.com@localhost Urbana, IL * (217) 278-3933
RCS file: /home/ncvs/src/sys/net80211/_ieee80211.h,v
Working file: _ieee80211.h
head: 1.2
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.2.0.2
RELENG_6_BP: 1.2
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211.c,v
Working file: ieee80211.c
head: 1.20
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.19.0.2
RELENG_6_BP: 1.19
RELENG_5_4_0_RELEASE: 1.13
RELENG_5_4: 1.13.0.6
RELENG_5_4_BP: 1.13
RELENG_5_3_0_RELEASE: 1.13
RELENG_5_3: 1.13.0.4
RELENG_5_3_BP: 1.13
RELENG_5: 1.13.0.2
RELENG_5_BP: 1.13
RELENG_5_2_1_RELEASE: 1.8
RELENG_5_2_0_RELEASE: 1.8
RELENG_5_2: 1.8.0.2
RELENG_5_2_BP: 1.8
keyword substitution: kv
total revisions: 20; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211.h,v
Working file: ieee80211.h
head: 1.10
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.9.0.2
RELENG_6_BP: 1.9
RELENG_5_4_0_RELEASE: 1.5
RELENG_5_4: 1.5.0.6
RELENG_5_4_BP: 1.5
RELENG_5_3_0_RELEASE: 1.5
RELENG_5_3: 1.5.0.4
RELENG_5_3_BP: 1.5
RELENG_5: 1.5.0.2
RELENG_5_BP: 1.5
RELENG_5_2_1_RELEASE: 1.3
RELENG_5_2_0_RELEASE: 1.3
RELENG_5_2: 1.3.0.2
RELENG_5_2_BP: 1.3
keyword substitution: kv
total revisions: 10; selected revisions: 1
description:
----------------------------
revision 1.9
date: 2005/06/10 04:42:34; author: sam; state: Exp; lines: +0 -6
move AID implementation defines from the protocol definitions to
where they are used
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_acl.c,v
Working file: ieee80211_acl.c
head: 1.3
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.3.0.2
RELENG_6_BP: 1.3
keyword substitution: kv
total revisions: 3; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_crypto.c,v
Working file: ieee80211_crypto.c
head: 1.11
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.10.0.2
RELENG_6_BP: 1.10
RELENG_5_4_0_RELEASE: 1.3
RELENG_5_4: 1.3.0.8
RELENG_5_4_BP: 1.3
RELENG_5_3_0_RELEASE: 1.3
RELENG_5_3: 1.3.0.6
RELENG_5_3_BP: 1.3
RELENG_5: 1.3.0.4
RELENG_5_BP: 1.3
RELENG_5_2_1_RELEASE: 1.3
RELENG_5_2_0_RELEASE: 1.3
RELENG_5_2: 1.3.0.2
RELENG_5_2_BP: 1.3
keyword substitution: kv
total revisions: 11; selected revisions: 2
description:
----------------------------
revision 1.10
date: 2005/07/09 23:15:30; author: sam; state: Exp; lines: +18 -1
Change default key allocation method to do the right thing for
legacy parts (i.e. those that have 4 global key slots). We
blindly assign unicast keys to key slot 0. Devices that need
alternate allocation logic must override this method.
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.9
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +2 -4
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_crypto.h,v
Working file: ieee80211_crypto.h
head: 1.9
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.9.0.2
RELENG_6_BP: 1.9
RELENG_5_4_0_RELEASE: 1.2
RELENG_5_4: 1.2.0.8
RELENG_5_4_BP: 1.2
RELENG_5_3_0_RELEASE: 1.2
RELENG_5_3: 1.2.0.6
RELENG_5_3_BP: 1.2
RELENG_5: 1.2.0.4
RELENG_5_BP: 1.2
RELENG_5_2_1_RELEASE: 1.2
RELENG_5_2_0_RELEASE: 1.2
RELENG_5_2: 1.2.0.2
RELENG_5_2_BP: 1.2
keyword substitution: kv
total revisions: 9; selected revisions: 2
description:
----------------------------
revision 1.9
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +2 -2
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
----------------------------
revision 1.8
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +6 -6
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_crypto_ccmp.c,v
Working file: ieee80211_crypto_ccmp.c
head: 1.7
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.7.0.2
RELENG_6_BP: 1.7
keyword substitution: kv
total revisions: 7; selected revisions: 3
description:
----------------------------
revision 1.7
date: 2005/07/11 03:06:23; author: sam; state: Exp; lines: +68 -18
Handle encrypt of arbitarily fragmented mbuf chains: previously
we bailed if we couldn't collect the 16-bytes of data required
for an aes block cipher in 2 mbufs; now we deal with it. While
here make space accounting signed so a sanity check does the
right thing for malformed mbuf chains.
Approved by: re (scottl)
----------------------------
revision 1.6
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +2 -4
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
----------------------------
revision 1.5
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +4 -4
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_crypto_none.c,v
Working file: ieee80211_crypto_none.c
head: 1.5
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.5.0.2
RELENG_6_BP: 1.5
keyword substitution: kv
total revisions: 5; selected revisions: 2
description:
----------------------------
revision 1.5
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +2 -2
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
----------------------------
revision 1.4
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +4 -4
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_crypto_tkip.c,v
Working file: ieee80211_crypto_tkip.c
head: 1.9
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.9.0.2
RELENG_6_BP: 1.9
keyword substitution: kv
total revisions: 9; selected revisions: 2
description:
----------------------------
revision 1.9
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +6 -8
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
----------------------------
revision 1.8
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +6 -6
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_crypto_wep.c,v
Working file: ieee80211_crypto_wep.c
head: 1.7
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.7.0.2
RELENG_6_BP: 1.7
keyword substitution: kv
total revisions: 7; selected revisions: 2
description:
----------------------------
revision 1.7
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +2 -4
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
----------------------------
revision 1.6
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +4 -4
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_freebsd.c,v
Working file: ieee80211_freebsd.c
head: 1.7
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.7.0.2
RELENG_6_BP: 1.7
keyword substitution: kv
total revisions: 7; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_freebsd.h,v
Working file: ieee80211_freebsd.h
head: 1.5
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.5.0.2
RELENG_6_BP: 1.5
keyword substitution: kv
total revisions: 5; selected revisions: 1
description:
----------------------------
revision 1.5
date: 2005/07/06 01:55:17; author: sam; state: Exp; lines: +1 -0
Fix handling of data frames queued for a station in power save mode:
don't mark the MORE_DATA bit when taking it off the ps queue, there's
no 802.11 header then; we must wait to do this at encap time so
mark the mbuf instead.
Reviewed by: avatar
Approved by: re (scottl)
Obtained from: Atheros
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_input.c,v
Working file: ieee80211_input.c
head: 1.76
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.62.0.2
RELENG_6_BP: 1.62
RELENG_5_4_0_RELEASE: 1.21
RELENG_5_4: 1.21.0.6
RELENG_5_4_BP: 1.21
RELENG_5_3_0_RELEASE: 1.21
RELENG_5_3: 1.21.0.4
RELENG_5_3_BP: 1.21
RELENG_5: 1.21.0.2
RELENG_5_BP: 1.21
RELENG_5_2_1_RELEASE: 1.12
RELENG_5_2_0_RELEASE: 1.12
RELENG_5_2: 1.12.0.2
RELENG_5_2_BP: 1.12
keyword substitution: kv
total revisions: 76; selected revisions: 25
description:
----------------------------
revision 1.62
date: 2005/07/11 03:00:20; author: sam; state: Exp; lines: +0 -3
nuke assert that duplicates real check
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.61
date: 2005/07/08 22:49:26; author: sam; state: Exp; lines: +1 -1
correct check for high priority wme traffic
Noticed by: Ralf Assmann
Reviewed by: apatti
Approved by: re (scottl)
----------------------------
revision 1.60
date: 2005/07/08 16:36:02; author: sam; state: Exp; lines: +1 -2
fix another instance of the MORE_DATA bit handling for frames on the
power save queue (missed in previous commit)
Submitted by: Bruno Randolf
Approved by: re (scottl)
----------------------------
revision 1.59
date: 2005/07/06 15:38:27; author: sam; state: Exp; lines: +8 -1
add "pureg" mode for ap operation: reject association requests from
11b-only stations when operating in 11g
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.58
date: 2005/07/06 01:55:17; author: sam; state: Exp; lines: +4 -6
Fix handling of data frames queued for a station in power save mode:
don't mark the MORE_DATA bit when taking it off the ps queue, there's
no 802.11 header then; we must wait to do this at encap time so
mark the mbuf instead.
Reviewed by: avatar
Approved by: re (scottl)
Obtained from: Atheros
----------------------------
revision 1.57
date: 2005/07/06 01:51:44; author: sam; state: Exp; lines: +16 -2
Fix race condition in handling node reference counts for authenticating
stations in ap mode. Track when a node's first auth frame is
received and use this to decide whether or not to bump the refcnt.
This insures we only ever bump the refcnt once.
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.56
date: 2005/07/06 01:31:34; author: avatar; state: Exp; lines: +2 -1
Only update the scan entry state based on newly received frames.
This fixes duplicative BSS entries(memory leaks as well) listed in
"ifconfig dev list scan" when a station fails to associate with an AP.
Reviewed by: sam
Approved by: re (scottl)
----------------------------
revision 1.55
date: 2005/06/13 21:01:06; author: sam; state: Exp; lines: +2 -2
revert 1.53; it breaks ibss merge
Noticed by: Bruno Randolf
Approved by: re (dwhite)
----------------------------
revision 1.54
date: 2005/06/10 21:30:29; author: sam; state: Exp; lines: +1 -0
don't look at the wme ie in a beacon unless we negotiated use
----------------------------
revision 1.53
date: 2005/06/10 16:14:48; author: sam; state: Exp; lines: +2 -2
validate the bssid for non-data frames too when operating in
adhoc/ahdemo/hostap modes
----------------------------
revision 1.52
date: 2005/06/10 16:11:24; author: sam; state: Exp; lines: +25 -43
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
it; instead pass the space occupied by the header down into the
crypto modules (except in the demic case which needs it only when
doing int in s/w)
o while here fix defrag to strip the header from 2nd and later frames
o teach decap code how to handle 4-address frames
----------------------------
revision 1.51
date: 2005/06/10 05:04:42; author: sam; state: Exp; lines: +7 -0
mark stations authorized during recv processing instead of doing it
as a side effect of sending an auth success frame; sending mgmt
frames should not have side effects
----------------------------
revision 1.50
date: 2005/06/10 04:37:05; author: sam; state: Exp; lines: +1 -0
accept diassoc frame in ASSOC state
----------------------------
revision 1.49
date: 2005/06/10 01:48:57; author: sam; state: Exp; lines: +10 -11
pull some debug msgs up so they're seen more often
----------------------------
revision 1.48
date: 2005/06/10 01:47:28; author: sam; state: Exp; lines: +13 -4
kick the state machine when we receive failure notice from an ap (when
operating in sta mode); this speeds up the state machine, previously
we were acting on a timeout
----------------------------
revision 1.47
date: 2005/06/10 01:43:28; author: sam; state: Exp; lines: +4 -11
discard open auth requests in adhoc mode
----------------------------
revision 1.46
date: 2005/06/10 01:41:59; author: sam; state: Exp; lines: +13 -0
reject open auth requests when shared key auth is configured
Obtained from: Atheros
----------------------------
revision 1.45
date: 2005/06/10 01:40:58; author: sam; state: Exp; lines: +38 -18
add ieee80211_send_error to encapsulate an idiom
----------------------------
revision 1.44
date: 2005/06/10 01:38:02; author: sam; state: Exp; lines: +8 -3
o always check if ic_set_tim is !NULL before using it
o add missing call to clear tim after flushing ps q
----------------------------
revision 1.43
date: 2005/06/10 01:35:21; author: sam; state: Exp; lines: +4 -2
mark state for protection only when operating in 11g
----------------------------
revision 1.42
date: 2005/06/10 01:33:47; author: sam; state: Exp; lines: +2 -6
don't reject station based on the PRIVACY bit in the capabilities;
the 802.11 spec says not to
Obtained from: Atheros
----------------------------
revision 1.41
date: 2005/06/10 01:31:28; author: sam; state: Exp; lines: +6 -8
correct checks for rate set compatibility
----------------------------
revision 1.40
date: 2005/06/10 01:29:21; author: sam; state: Exp; lines: +3 -0
record tstamp from beacons received in station mode when associated;
this is needed by drivers that want to resync their timers based on
the tsf of the last recv'd beacon frame
----------------------------
revision 1.39
date: 2005/06/09 04:05:43; author: sam; state: Exp; lines: +17 -2
o collect dtim period+count from beacons in station mode so drivers
can better program beacon timers
o leave placeholder in com structure for future ap/adhoc mode tim support
Reviewed by: avatar
----------------------------
revision 1.38
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +1 -1
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_ioctl.c,v
Working file: ieee80211_ioctl.c
head: 1.28
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.25.0.2
RELENG_6_BP: 1.25
RELENG_5_4_0_RELEASE: 1.13
RELENG_5_4: 1.13.0.6
RELENG_5_4_BP: 1.13
RELENG_5_3_0_RELEASE: 1.13
RELENG_5_3: 1.13.0.4
RELENG_5_3_BP: 1.13
RELENG_5: 1.13.0.2
RELENG_5_BP: 1.13
RELENG_5_2_1_RELEASE: 1.9
RELENG_5_2_0_RELEASE: 1.9
RELENG_5_2: 1.9.0.2
RELENG_5_2_BP: 1.9
keyword substitution: kv
total revisions: 28; selected revisions: 5
description:
----------------------------
revision 1.25
date: 2005/07/06 15:38:27; author: sam; state: Exp; lines: +12 -0
add "pureg" mode for ap operation: reject association requests from
11b-only stations when operating in 11g
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.24
date: 2005/07/05 18:05:25; author: sam; state: Exp; lines: +0 -3
remove auto-add of IEEE80211_KEY_GROUP; all the apps that need to
set it have been fixed
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.23
date: 2005/07/05 17:35:35; author: sam; state: Exp; lines: +17 -5
o when setting a wpa key, hold a ref on the bss node;
fixes a ref cnt leak
o make unicast key handling on delete identical to set
o change legacy wep key api to reset the 802.11 state
machine for backwards compatibility
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.22
date: 2005/06/10 16:49:19; author: brooks; state: Exp; lines: +4 -4
Stop embedding struct ifnet at the top of driver softcs. Instead the
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
----------------------------
revision 1.21
date: 2005/06/07 23:37:49; author: sam; state: Exp; lines: +2 -2
Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,
or a bssid+ssid. This is needed for later versions of wpa_supplicant
and for forthcoming addons to wpa_supplicant.
Note this is an api change and applications must be rebuilt.
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_ioctl.h,v
Working file: ieee80211_ioctl.h
head: 1.12
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.10.0.2
RELENG_6_BP: 1.10
RELENG_5_4_0_RELEASE: 1.5
RELENG_5_4: 1.5.0.6
RELENG_5_4_BP: 1.5
RELENG_5_3_0_RELEASE: 1.5
RELENG_5_3: 1.5.0.4
RELENG_5_3_BP: 1.5
RELENG_5: 1.5.0.2
RELENG_5_BP: 1.5
RELENG_5_2_1_RELEASE: 1.4
RELENG_5_2_0_RELEASE: 1.4
RELENG_5_2: 1.4.0.2
RELENG_5_2_BP: 1.4
keyword substitution: kv
total revisions: 12; selected revisions: 2
description:
----------------------------
revision 1.10
date: 2005/07/06 15:38:27; author: sam; state: Exp; lines: +1 -0
add "pureg" mode for ap operation: reject association requests from
11b-only stations when operating in 11g
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.9
date: 2005/06/07 23:37:49; author: sam; state: Exp; lines: +2 -0
Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,
or a bssid+ssid. This is needed for later versions of wpa_supplicant
and for forthcoming addons to wpa_supplicant.
Note this is an api change and applications must be rebuilt.
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_node.c,v
Working file: ieee80211_node.c
head: 1.58
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.48.0.2
RELENG_6_BP: 1.48
RELENG_5_4_0_RELEASE: 1.22
RELENG_5_4: 1.22.0.6
RELENG_5_4_BP: 1.22
RELENG_5_3_0_RELEASE: 1.22
RELENG_5_3: 1.22.0.4
RELENG_5_3_BP: 1.22
RELENG_5: 1.22.0.2
RELENG_5_BP: 1.22
RELENG_5_2_1_RELEASE: 1.13
RELENG_5_2_0_RELEASE: 1.13
RELENG_5_2: 1.13.0.2
RELENG_5_2_BP: 1.13
keyword substitution: kv
total revisions: 58; selected revisions: 3
description:
----------------------------
revision 1.48
date: 2005/07/06 01:51:44; author: sam; state: Exp; lines: +15 -0
Fix race condition in handling node reference counts for authenticating
stations in ap mode. Track when a node's first auth frame is
received and use this to decide whether or not to bump the refcnt.
This insures we only ever bump the refcnt once.
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.47
date: 2005/06/10 04:42:34; author: sam; state: Exp; lines: +10 -0
move AID implementation defines from the protocol definitions to
where they are used
----------------------------
revision 1.46
date: 2005/06/07 23:37:49; author: sam; state: Exp; lines: +29 -14
Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,
or a bssid+ssid. This is needed for later versions of wpa_supplicant
and for forthcoming addons to wpa_supplicant.
Note this is an api change and applications must be rebuilt.
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_node.h,v
Working file: ieee80211_node.h
head: 1.19
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.17.0.2
RELENG_6_BP: 1.17
RELENG_5_4_0_RELEASE: 1.10
RELENG_5_4: 1.10.0.6
RELENG_5_4_BP: 1.10
RELENG_5_3_0_RELEASE: 1.10
RELENG_5_3: 1.10.0.4
RELENG_5_3_BP: 1.10
RELENG_5: 1.10.0.2
RELENG_5_BP: 1.10
RELENG_5_2_1_RELEASE: 1.7
RELENG_5_2_0_RELEASE: 1.7
RELENG_5_2: 1.7.0.2
RELENG_5_2_BP: 1.7
keyword substitution: kv
total revisions: 19; selected revisions: 2
description:
----------------------------
revision 1.17
date: 2005/07/06 01:51:44; author: sam; state: Exp; lines: +1 -0
Fix race condition in handling node reference counts for authenticating
stations in ap mode. Track when a node's first auth frame is
received and use this to decide whether or not to bump the refcnt.
This insures we only ever bump the refcnt once.
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.16
date: 2005/06/09 04:05:43; author: sam; state: Exp; lines: +2 -0
o collect dtim period+count from beacons in station mode so drivers
can better program beacon timers
o leave placeholder in com structure for future ap/adhoc mode tim support
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_output.c,v
Working file: ieee80211_output.c
head: 1.31
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.26.0.2
RELENG_6_BP: 1.26
RELENG_5_4_0_RELEASE: 1.11
RELENG_5_4: 1.11.0.6
RELENG_5_4_BP: 1.11
RELENG_5_3_0_RELEASE: 1.11
RELENG_5_3: 1.11.0.4
RELENG_5_3_BP: 1.11
RELENG_5: 1.11.0.2
RELENG_5_BP: 1.11
RELENG_5_2_1_RELEASE: 1.9
RELENG_5_2_0_RELEASE: 1.9
RELENG_5_2: 1.9.0.2
RELENG_5_2_BP: 1.9
keyword substitution: kv
total revisions: 31; selected revisions: 4
description:
----------------------------
revision 1.26
date: 2005/07/06 01:55:17; author: sam; state: Exp; lines: +2 -0
Fix handling of data frames queued for a station in power save mode:
don't mark the MORE_DATA bit when taking it off the ps queue, there's
no 802.11 header then; we must wait to do this at encap time so
mark the mbuf instead.
Reviewed by: avatar
Approved by: re (scottl)
Obtained from: Atheros
----------------------------
revision 1.25
date: 2005/06/10 05:04:42; author: sam; state: Exp; lines: +0 -8
mark stations authorized during recv processing instead of doing it
as a side effect of sending an auth success frame; sending mgmt
frames should not have side effects
----------------------------
revision 1.24
date: 2005/06/07 00:08:48; author: sam; state: Exp; lines: +2 -3
WPA/802.11i interoperability fixes:
o only include capabilities word in the WPA ie when non-zero and
not preauth
o always include the capabilities in the RSN ie
Obtained from: Atheros
----------------------------
revision 1.23
date: 2005/06/06 04:04:38; author: sam; state: Exp; lines: +1 -1
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_proto.c,v
Working file: ieee80211_proto.c
head: 1.22
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.17.0.2
RELENG_6_BP: 1.17
RELENG_5_4_0_RELEASE: 1.9
RELENG_5_4: 1.9.0.6
RELENG_5_4_BP: 1.9
RELENG_5_3_0_RELEASE: 1.9
RELENG_5_3: 1.9.0.4
RELENG_5_3_BP: 1.9
RELENG_5: 1.9.0.2
RELENG_5_BP: 1.9
RELENG_5_2_1_RELEASE: 1.6
RELENG_5_2_0_RELEASE: 1.6
RELENG_5_2: 1.6.0.2
RELENG_5_2_BP: 1.6
keyword substitution: kv
total revisions: 22; selected revisions: 2
description:
----------------------------
revision 1.17
date: 2005/07/04 01:29:41; author: sam; state: Exp; lines: +25 -19
when operating in ap mode, explicitly drop associated/authenticated
stations when transitioning to INIT state (e.g. as a result of
changing state at the 802.11 level)
Approved by: re (scottl)
----------------------------
revision 1.16
date: 2005/06/07 23:31:36; author: sam; state: Exp; lines: +11 -6
Don't clock the state machine in various cases when roaming is set
to manual; this helps keep wpa_supplicant in sync.
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_proto.h,v
Working file: ieee80211_proto.h
head: 1.14
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.11.0.2
RELENG_6_BP: 1.11
RELENG_5_4_0_RELEASE: 1.4
RELENG_5_4: 1.4.0.8
RELENG_5_4_BP: 1.4
RELENG_5_3_0_RELEASE: 1.4
RELENG_5_3: 1.4.0.6
RELENG_5_3_BP: 1.4
RELENG_5: 1.4.0.4
RELENG_5_BP: 1.4
RELENG_5_2_1_RELEASE: 1.4
RELENG_5_2_0_RELEASE: 1.4
RELENG_5_2: 1.4.0.2
RELENG_5_2_BP: 1.4
keyword substitution: kv
total revisions: 14; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_radiotap.h,v
Working file: ieee80211_radiotap.h
head: 1.5
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.5.0.2
RELENG_6_BP: 1.5
RELENG_5_4_0_RELEASE: 1.3.2.1
RELENG_5_4: 1.3.2.1.0.2
RELENG_5_4_BP: 1.3.2.1
RELENG_5_3_0_RELEASE: 1.3
RELENG_5_3: 1.3.0.4
RELENG_5_3_BP: 1.3
RELENG_5: 1.3.0.2
RELENG_5_BP: 1.3
RELENG_5_2_1_RELEASE: 1.1
RELENG_5_2_0_RELEASE: 1.1
RELENG_5_2: 1.1.0.2
RELENG_5_2_BP: 1.1
keyword substitution: kv
total revisions: 6; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_var.h,v
Working file: ieee80211_var.h
head: 1.28
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.22.0.2
RELENG_6_BP: 1.22
RELENG_5_4_0_RELEASE: 1.15
RELENG_5_4: 1.15.0.6
RELENG_5_4_BP: 1.15
RELENG_5_3_0_RELEASE: 1.15
RELENG_5_3: 1.15.0.4
RELENG_5_3_BP: 1.15
RELENG_5: 1.15.0.2
RELENG_5_BP: 1.15
RELENG_5_2_1_RELEASE: 1.10
RELENG_5_2_0_RELEASE: 1.10
RELENG_5_2: 1.10.0.2
RELENG_5_2_BP: 1.10
keyword substitution: kv
total revisions: 28; selected revisions: 2
description:
----------------------------
revision 1.22
date: 2005/07/06 15:38:27; author: sam; state: Exp; lines: +2 -1
add "pureg" mode for ap operation: reject association requests from
11b-only stations when operating in 11g
Reviewed by: avatar
Approved by: re (scottl)
----------------------------
revision 1.21
date: 2005/06/09 04:05:43; author: sam; state: Exp; lines: +2 -1
o collect dtim period+count from beacons in station mode so drivers
can better program beacon timers
o leave placeholder in com structure for future ap/adhoc mode tim support
Reviewed by: avatar
=============================================================================
RCS file: /home/ncvs/src/sys/net80211/ieee80211_xauth.c,v
Working file: ieee80211_xauth.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.2.0.2
RELENG_6_BP: 1.2
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
? dev/ath/.if_ath_pci.c.swp
? dev/ath/nohup.out
RCS file: /home/ncvs/src/sys/dev/ath/if_ath.c,v
Working file: dev/ath/if_ath.c
head: 1.98
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.94.0.2
RELENG_6_BP: 1.94
RELENG_5_4_0_RELEASE: 1.57.2.1
RELENG_5_4: 1.57.2.1.0.2
RELENG_5_4_BP: 1.57.2.1
RELENG_5_3_0_RELEASE: 1.57
RELENG_5_3: 1.57.0.4
RELENG_5_3_BP: 1.57
RELENG_5: 1.57.0.2
RELENG_5_BP: 1.57
RELENG_5_2_1_RELEASE: 1.36
RELENG_5_2_0_RELEASE: 1.36
RELENG_5_2: 1.36.0.2
RELENG_5_2_BP: 1.36
keyword substitution: kv
total revisions: 99; selected revisions: 6
description:
----------------------------
revision 1.94
date: 2005/07/07 00:04:50; author: sam; state: Exp; lines: +4 -1
only invoke ath_rate_tx_complete to update rate control state when the
frame being sent is to be ack'd and hasn't been filtered by the h/w;
this insures we don't pass in tx descriptors that have no meaningful
state (e.g. mcast/bcast frames are not acked and so have no tx retry
counts)
Approved by: re (scottl)
Obtained from: Atheros
----------------------------
revision 1.93
date: 2005/06/10 16:49:04; author: brooks; state: Exp; lines: +42 -32
Stop embedding struct ifnet at the top of driver softcs. Instead the
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
----------------------------
revision 1.92
date: 2005/06/09 04:10:01; author: sam; state: Exp; lines: +50 -7
Change station mode beacon timer setup to insure the calculated
nextTbtt is always ahead of the h/w TSF.
Reviewed by: avatar
----------------------------
revision 1.91
date: 2005/06/07 00:12:40; author: sam; state: Exp; lines: +45 -1
Set the correct IFS parameters for the beacon tx queue
when operating in ap and adhoc modes.
----------------------------
revision 1.90
date: 2005/06/06 16:39:21; author: sam; state: Exp; lines: +152 -76
Misc keycache changes:
o purge ath_initkeytable; it's not needed
o add multicast key search support for supporting multiple group keys
(disabled for now; requires updated hal)
o create keycache entry for stations using open auth so they get h/w
antenna management support
o add keycache -> node mapping table; eliminates mac-based lookup in
the net80211 layer
----------------------------
revision 1.89
date: 2005/06/02 03:18:55; author: sam; state: Exp; lines: +4 -0
restore led state on resume
Submitted by: markus
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/if_ath_pci.c,v
Working file: dev/ath/if_ath_pci.c
head: 1.12
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.12.0.2
RELENG_6_BP: 1.12
RELENG_5_4_0_RELEASE: 1.8.2.2
RELENG_5_4: 1.8.2.2.0.2
RELENG_5_4_BP: 1.8.2.2
RELENG_5_3_0_RELEASE: 1.8
RELENG_5_3: 1.8.0.4
RELENG_5_3_BP: 1.8
RELENG_5: 1.8.0.2
RELENG_5_BP: 1.8
RELENG_5_2_1_RELEASE: 1.6
RELENG_5_2_0_RELEASE: 1.6
RELENG_5_2: 1.6.0.2
RELENG_5_2_BP: 1.6
keyword substitution: kv
total revisions: 14; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/if_athioctl.h,v
Working file: dev/ath/if_athioctl.h
head: 1.10
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.10.0.2
RELENG_6_BP: 1.10
RELENG_5_4_0_RELEASE: 1.7.2.1
RELENG_5_4: 1.7.2.1.0.2
RELENG_5_4_BP: 1.7.2.1
RELENG_5_3_0_RELEASE: 1.7
RELENG_5_3: 1.7.0.4
RELENG_5_3_BP: 1.7
RELENG_5: 1.7.0.2
RELENG_5_BP: 1.7
RELENG_5_2_1_RELEASE: 1.4
RELENG_5_2_0_RELEASE: 1.4
RELENG_5_2: 1.4.0.2
RELENG_5_2_BP: 1.4
keyword substitution: kv
total revisions: 11; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/if_athrate.h,v
Working file: dev/ath/if_athrate.h
head: 1.4
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.4.0.2
RELENG_6_BP: 1.4
keyword substitution: kv
total revisions: 4; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/if_athvar.h,v
Working file: dev/ath/if_athvar.h
head: 1.28
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.27.0.2
RELENG_6_BP: 1.27
RELENG_5_4_0_RELEASE: 1.14.2.1
RELENG_5_4: 1.14.2.1.0.2
RELENG_5_4_BP: 1.14.2.1
RELENG_5_3_0_RELEASE: 1.14
RELENG_5_3: 1.14.0.4
RELENG_5_3_BP: 1.14
RELENG_5: 1.14.0.2
RELENG_5_BP: 1.14
RELENG_5_2_1_RELEASE: 1.10
RELENG_5_2_0_RELEASE: 1.10
RELENG_5_2: 1.10.0.2
RELENG_5_2_BP: 1.10
keyword substitution: kv
total revisions: 29; selected revisions: 4
description:
----------------------------
revision 1.27
date: 2005/07/07 00:04:50; author: sam; state: Exp; lines: +1 -0
only invoke ath_rate_tx_complete to update rate control state when the
frame being sent is to be ack'd and hasn't been filtered by the h/w;
this insures we don't pass in tx descriptors that have no meaningful
state (e.g. mcast/bcast frames are not acked and so have no tx retry
counts)
Approved by: re (scottl)
Obtained from: Atheros
----------------------------
revision 1.26
date: 2005/06/10 16:49:04; author: brooks; state: Exp; lines: +1 -2
Stop embedding struct ifnet at the top of driver softcs. Instead the
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
----------------------------
revision 1.25
date: 2005/06/07 00:12:40; author: sam; state: Exp; lines: +4 -0
Set the correct IFS parameters for the beacon tx queue
when operating in ap and adhoc modes.
----------------------------
revision 1.24
date: 2005/06/06 16:39:21; author: sam; state: Exp; lines: +24 -3
Misc keycache changes:
o purge ath_initkeytable; it's not needed
o add multicast key search support for supporting multiple group keys
(disabled for now; requires updated hal)
o create keycache entry for stations using open auth so they get h/w
antenna management support
o add keycache -> node mapping table; eliminates mac-based lookup in
the net80211 layer
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/ath_rate/amrr/amrr.c,v
Working file: dev/ath/ath_rate/amrr/amrr.c
head: 1.9
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.8.0.2
RELENG_6_BP: 1.8
keyword substitution: kv
total revisions: 9; selected revisions: 1
description:
----------------------------
revision 1.8
date: 2005/06/10 16:49:04; author: brooks; state: Exp; lines: +2 -2
Stop embedding struct ifnet at the top of driver softcs. Instead the
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/ath_rate/amrr/amrr.h,v
Working file: dev/ath/ath_rate/amrr/amrr.h
head: 1.2
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.2.0.2
RELENG_6_BP: 1.2
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/ath_rate/onoe/onoe.c,v
Working file: dev/ath/ath_rate/onoe/onoe.c
head: 1.9
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.8.0.2
RELENG_6_BP: 1.8
keyword substitution: kv
total revisions: 9; selected revisions: 1
description:
----------------------------
revision 1.8
date: 2005/06/10 16:49:04; author: brooks; state: Exp; lines: +2 -2
Stop embedding struct ifnet at the top of driver softcs. Instead the
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/ath_rate/onoe/onoe.h,v
Working file: dev/ath/ath_rate/onoe/onoe.h
head: 1.2
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.2.0.2
RELENG_6_BP: 1.2
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/ath_rate/sample/sample.c,v
Working file: dev/ath/ath_rate/sample/sample.c
head: 1.9
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.8.0.2
RELENG_6_BP: 1.8
keyword substitution: kv
total revisions: 9; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/dev/ath/ath_rate/sample/sample.h,v
Working file: dev/ath/ath_rate/sample/sample.h
head: 1.3
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.3.0.2
RELENG_6_BP: 1.3
keyword substitution: kv
total revisions: 3; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/COPYRIGHT,v
Working file: contrib/dev/ath/COPYRIGHT
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.2.0.2
RELENG_6_BP: 1.1.1.2
RELENG_5_4_0_RELEASE: 1.1.1.1
RELENG_5_4: 1.1.1.1.0.8
RELENG_5_4_BP: 1.1.1.1
V0_9_14_9: 1.1.1.2
RELENG_5_3_0_RELEASE: 1.1.1.1
RELENG_5_3: 1.1.1.1.0.6
RELENG_5_3_BP: 1.1.1.1
RELENG_5: 1.1.1.1.0.4
RELENG_5_BP: 1.1.1.1
RELENG_5_2_1_RELEASE: 1.1.1.1
RELENG_5_2_0_RELEASE: 1.1.1.1
RELENG_5_2: 1.1.1.1.0.2
RELENG_5_2_BP: 1.1.1.1
V0_9_6_3: 1.1.1.1
V0_9_6_1: 1.1.1.1
V0_9_5_17: 1.1.1.1
V0_9_5_2: 1.1.1.1
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 3; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/README,v
Working file: contrib/dev/ath/README
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.3.0.2
RELENG_6_BP: 1.1.1.3
RELENG_5_4_0_RELEASE: 1.1.1.2
RELENG_5_4: 1.1.1.2.0.8
RELENG_5_4_BP: 1.1.1.2
V0_9_14_9: 1.1.1.3
RELENG_5_3_0_RELEASE: 1.1.1.2
RELENG_5_3: 1.1.1.2.0.6
RELENG_5_3_BP: 1.1.1.2
RELENG_5: 1.1.1.2.0.4
RELENG_5_BP: 1.1.1.2
RELENG_5_2_1_RELEASE: 1.1.1.2
RELENG_5_2_0_RELEASE: 1.1.1.2
RELENG_5_2: 1.1.1.2.0.2
RELENG_5_2_BP: 1.1.1.2
V0_9_6_3: 1.1.1.2
V0_9_6_1: 1.1.1.2
V0_9_5_17: 1.1.1.2
V0_9_5_2: 1.1.1.2
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 4; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/ah.h,v
Working file: contrib/dev/ath/ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.6.0.2
RELENG_6_BP: 1.1.1.6
RELENG_5_4_0_RELEASE: 1.1.1.5
RELENG_5_4: 1.1.1.5.0.8
RELENG_5_4_BP: 1.1.1.5
V0_9_14_9: 1.1.1.6
RELENG_5_3_0_RELEASE: 1.1.1.5
RELENG_5_3: 1.1.1.5.0.6
RELENG_5_3_BP: 1.1.1.5
RELENG_5: 1.1.1.5.0.4
RELENG_5_BP: 1.1.1.5
RELENG_5_2_1_RELEASE: 1.1.1.5
RELENG_5_2_0_RELEASE: 1.1.1.5
RELENG_5_2: 1.1.1.5.0.2
RELENG_5_2_BP: 1.1.1.5
V0_9_6_3: 1.1.1.5
V0_9_6_1: 1.1.1.4
V0_9_5_17: 1.1.1.3
V0_9_5_2: 1.1.1.2
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 7; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/ah_desc.h,v
Working file: contrib/dev/ath/ah_desc.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.2.0.2
RELENG_6_BP: 1.1.1.2
RELENG_5_4_0_RELEASE: 1.1.1.1
RELENG_5_4: 1.1.1.1.0.8
RELENG_5_4_BP: 1.1.1.1
V0_9_14_9: 1.1.1.2
RELENG_5_3_0_RELEASE: 1.1.1.1
RELENG_5_3: 1.1.1.1.0.6
RELENG_5_3_BP: 1.1.1.1
RELENG_5: 1.1.1.1.0.4
RELENG_5_BP: 1.1.1.1
RELENG_5_2_1_RELEASE: 1.1.1.1
RELENG_5_2_0_RELEASE: 1.1.1.1
RELENG_5_2: 1.1.1.1.0.2
RELENG_5_2_BP: 1.1.1.1
V0_9_6_3: 1.1.1.1
V0_9_6_1: 1.1.1.1
V0_9_5_17: 1.1.1.1
V0_9_5_2: 1.1.1.1
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 3; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/ah_devid.h,v
Working file: contrib/dev/ath/ah_devid.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.3.0.2
RELENG_6_BP: 1.1.1.3
RELENG_5_4_0_RELEASE: 1.1.1.2
RELENG_5_4: 1.1.1.2.0.8
RELENG_5_4_BP: 1.1.1.2
V0_9_14_9: 1.1.1.3
RELENG_5_3_0_RELEASE: 1.1.1.2
RELENG_5_3: 1.1.1.2.0.6
RELENG_5_3_BP: 1.1.1.2
RELENG_5: 1.1.1.2.0.4
RELENG_5_BP: 1.1.1.2
RELENG_5_2_1_RELEASE: 1.1.1.2
RELENG_5_2_0_RELEASE: 1.1.1.2
RELENG_5_2: 1.1.1.2.0.2
RELENG_5_2_BP: 1.1.1.2
V0_9_6_3: 1.1.1.2
V0_9_6_1: 1.1.1.2
V0_9_5_17: 1.1.1.2
V0_9_5_2: 1.1.1.1
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 4; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/version.h,v
Working file: contrib/dev/ath/version.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.6.0.2
RELENG_6_BP: 1.1.1.6
RELENG_5_4_0_RELEASE: 1.1.1.5
RELENG_5_4: 1.1.1.5.0.8
RELENG_5_4_BP: 1.1.1.5
V0_9_14_9: 1.1.1.6
RELENG_5_3_0_RELEASE: 1.1.1.5
RELENG_5_3: 1.1.1.5.0.6
RELENG_5_3_BP: 1.1.1.5
RELENG_5: 1.1.1.5.0.4
RELENG_5_BP: 1.1.1.5
RELENG_5_2_1_RELEASE: 1.1.1.5
RELENG_5_2_0_RELEASE: 1.1.1.5
RELENG_5_2: 1.1.1.5.0.2
RELENG_5_2_BP: 1.1.1.5
V0_9_6_3: 1.1.1.5
V0_9_6_1: 1.1.1.4
V0_9_5_17: 1.1.1.3
V0_9_5_2: 1.1.1.2
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 7; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/freebsd/ah_if.m,v
Working file: contrib/dev/ath/freebsd/ah_if.m
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.2.0.2
RELENG_6_BP: 1.1.1.2
RELENG_5_4_0_RELEASE: 1.1.1.1
RELENG_5_4: 1.1.1.1.0.8
RELENG_5_4_BP: 1.1.1.1
V0_9_14_9: 1.1.1.2
RELENG_5_3_0_RELEASE: 1.1.1.1
RELENG_5_3: 1.1.1.1.0.6
RELENG_5_3_BP: 1.1.1.1
RELENG_5: 1.1.1.1.0.4
RELENG_5_BP: 1.1.1.1
RELENG_5_2_1_RELEASE: 1.1.1.1
RELENG_5_2_0_RELEASE: 1.1.1.1
RELENG_5_2: 1.1.1.1.0.2
RELENG_5_2_BP: 1.1.1.1
V0_9_6_3: 1.1.1.1
V0_9_6_1: 1.1.1.1
V0_9_5_17: 1.1.1.1
V0_9_5_2: 1.1.1.1
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 3; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/freebsd/ah_osdep.c,v
Working file: contrib/dev/ath/freebsd/ah_osdep.c
head: 1.4
branch:
locks: strict
access list:
symbolic names:
RELENG_6: 1.4.0.2
RELENG_6_BP: 1.4
RELENG_5_4_0_RELEASE: 1.2
RELENG_5_4: 1.2.0.6
RELENG_5_4_BP: 1.2
V0_9_14_9: 1.1.1.4
RELENG_5_3_0_RELEASE: 1.2
RELENG_5_3: 1.2.0.4
RELENG_5_3_BP: 1.2
RELENG_5: 1.2.0.2
RELENG_5_BP: 1.2
RELENG_5_2_1_RELEASE: 1.1.1.3
RELENG_5_2_0_RELEASE: 1.1.1.3
RELENG_5_2: 1.1.1.3.0.2
RELENG_5_2_BP: 1.1.1.3
V0_9_6_3: 1.1.1.3
V0_9_6_1: 1.1.1.3
V0_9_5_17: 1.1.1.3
V0_9_5_2: 1.1.1.2
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 8; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/freebsd/ah_osdep.h,v
Working file: contrib/dev/ath/freebsd/ah_osdep.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.4.0.2
RELENG_6_BP: 1.1.1.4
RELENG_5_4_0_RELEASE: 1.1.1.3
RELENG_5_4: 1.1.1.3.0.8
RELENG_5_4_BP: 1.1.1.3
V0_9_14_9: 1.1.1.4
RELENG_5_3_0_RELEASE: 1.1.1.3
RELENG_5_3: 1.1.1.3.0.6
RELENG_5_3_BP: 1.1.1.3
RELENG_5: 1.1.1.3.0.4
RELENG_5_BP: 1.1.1.3
RELENG_5_2_1_RELEASE: 1.1.1.3
RELENG_5_2_0_RELEASE: 1.1.1.3
RELENG_5_2: 1.1.1.3.0.2
RELENG_5_2_BP: 1.1.1.3
V0_9_6_3: 1.1.1.3
V0_9_6_1: 1.1.1.3
V0_9_5_17: 1.1.1.3
V0_9_5_2: 1.1.1.2
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 5; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/freebsd/Attic/i386-elf.hal.o.uu,v
Working file: contrib/dev/ath/freebsd/i386-elf.hal.o.uu
head: 1.2
branch:
locks: strict
access list:
symbolic names:
RELENG_5_4_0_RELEASE: 1.1.1.5
RELENG_5_4: 1.1.1.5.0.8
RELENG_5_4_BP: 1.1.1.5
RELENG_5_3_0_RELEASE: 1.1.1.5
RELENG_5_3: 1.1.1.5.0.6
RELENG_5_3_BP: 1.1.1.5
RELENG_5: 1.1.1.5.0.4
RELENG_5_BP: 1.1.1.5
RELENG_5_2_1_RELEASE: 1.1.1.5
RELENG_5_2_0_RELEASE: 1.1.1.5
RELENG_5_2: 1.1.1.5.0.2
RELENG_5_2_BP: 1.1.1.5
V0_9_6_3: 1.1.1.5
V0_9_6_1: 1.1.1.4
V0_9_5_17: 1.1.1.3
V0_9_5_2: 1.1.1.2
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 7; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/freebsd/Attic/opt_ah.h,v
Working file: contrib/dev/ath/freebsd/opt_ah.h
head: 1.2
branch:
locks: strict
access list:
symbolic names:
RELENG_5_4_0_RELEASE: 1.1.1.1
RELENG_5_4: 1.1.1.1.0.8
RELENG_5_4_BP: 1.1.1.1
RELENG_5_3_0_RELEASE: 1.1.1.1
RELENG_5_3: 1.1.1.1.0.6
RELENG_5_3_BP: 1.1.1.1
RELENG_5: 1.1.1.1.0.4
RELENG_5_BP: 1.1.1.1
RELENG_5_2_1_RELEASE: 1.1.1.1
RELENG_5_2_0_RELEASE: 1.1.1.1
RELENG_5_2: 1.1.1.1.0.2
RELENG_5_2_BP: 1.1.1.1
V0_9_6_3: 1.1.1.1
V0_9_6_1: 1.1.1.1
V0_9_5_17: 1.1.1.1
V0_9_5_2: 1.1.1.1
V0_9_4_0: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 3; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/arm9-le-thumb-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.inc,v
Working file: contrib/dev/ath/public/arm9-le-thumb-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/arm9-le-thumb-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/armv4-be-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/armv4-be-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/armv4-be-elf.inc,v
Working file: contrib/dev/ath/public/armv4-be-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/armv4-be-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/armv4-be-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/armv4-le-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/armv4-le-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/armv4-le-elf.inc,v
Working file: contrib/dev/ath/public/armv4-le-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/armv4-le-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/armv4-le-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/i386-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/i386-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/i386-elf.inc,v
Working file: contrib/dev/ath/public/i386-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/i386-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/i386-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips-be-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/mips-be-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips-be-elf.inc,v
Working file: contrib/dev/ath/public/mips-be-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips-be-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/mips-be-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips-le-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/mips-le-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips-le-elf.inc,v
Working file: contrib/dev/ath/public/mips-le-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips-le-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/mips-le-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips1-be-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/mips1-be-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips1-be-elf.inc,v
Working file: contrib/dev/ath/public/mips1-be-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips1-be-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/mips1-be-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips1-le-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/mips1-le-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips1-le-elf.inc,v
Working file: contrib/dev/ath/public/mips1-le-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mips1-le-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/mips1-le-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mipsisa32-be-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/mipsisa32-be-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mipsisa32-be-elf.inc,v
Working file: contrib/dev/ath/public/mipsisa32-be-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mipsisa32-be-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/mipsisa32-be-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mipsisa32-le-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/mipsisa32-le-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mipsisa32-le-elf.inc,v
Working file: contrib/dev/ath/public/mipsisa32-le-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/mipsisa32-le-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/mipsisa32-le-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/powerpc-be-eabi.hal.o.uu,v
Working file: contrib/dev/ath/public/powerpc-be-eabi.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/powerpc-be-eabi.inc,v
Working file: contrib/dev/ath/public/powerpc-be-eabi.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/powerpc-be-eabi.opt_ah.h,v
Working file: contrib/dev/ath/public/powerpc-be-eabi.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/powerpc-le-eabi.hal.o.uu,v
Working file: contrib/dev/ath/public/powerpc-le-eabi.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/powerpc-le-eabi.inc,v
Working file: contrib/dev/ath/public/powerpc-le-eabi.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/powerpc-le-eabi.opt_ah.h,v
Working file: contrib/dev/ath/public/powerpc-le-eabi.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/sh4-le-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/sh4-le-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/sh4-le-elf.inc,v
Working file: contrib/dev/ath/public/sh4-le-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/sh4-le-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/sh4-le-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/x86_64-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/x86_64-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/x86_64-elf.inc,v
Working file: contrib/dev/ath/public/x86_64-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/x86_64-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/x86_64-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/xscale-be-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/xscale-be-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/xscale-be-elf.inc,v
Working file: contrib/dev/ath/public/xscale-be-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/xscale-be-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/xscale-be-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/xscale-le-elf.hal.o.uu,v
Working file: contrib/dev/ath/public/xscale-le-elf.hal.o.uu
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/xscale-le-elf.inc,v
Working file: contrib/dev/ath/public/xscale-le-elf.inc
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
RCS file: /home/ncvs/src/sys/contrib/dev/ath/public/xscale-le-elf.opt_ah.h,v
Working file: contrib/dev/ath/public/xscale-le-elf.opt_ah.h
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
RELENG_6: 1.1.1.1.0.2
RELENG_6_BP: 1.1.1.1
V0_9_14_9: 1.1.1.1
ATHEROS: 1.1.1
keyword substitution: kv
total revisions: 2; selected revisions: 0
description:
=============================================================================
Home |
Main Index |
Thread Index |
Old Index