onoe
785c37f700
initialize sc_txcur and sc_txnext at wi_init to avoid reordering after
...
reinitialized.
2002-10-01 03:24:35 +00:00
thorpej
d1c37db940
Use CFATTACH_DECL().
2002-10-01 03:10:12 +00:00
itojun
d72e601340
KNF
2002-10-01 03:08:56 +00:00
thorpej
c4cbfcf060
Use CFATTACH_DECL().
2002-10-01 02:54:11 +00:00
itojun
7cf12fa457
valid_password_length() is a boolean function, so there's no point in
...
having "> 0" in if clause.
2002-10-01 02:50:51 +00:00
thorpej
d652bdcafe
Use CFATTACH_DECL().
2002-10-01 02:49:56 +00:00
thorpej
40822344c6
Remove unnecessary extern decl of bthci_ca.
2002-10-01 01:41:19 +00:00
thorpej
4ed249cc6f
Remove unecessary extern decl of ade_ca.
2002-10-01 01:40:32 +00:00
thorpej
563cc48dad
Remove uneecessary extern decl of de_ca.
2002-10-01 01:39:38 +00:00
thorpej
f02c7869a0
Remove unused extern decl of cgsix_sbus_ca.
2002-10-01 01:37:56 +00:00
thorpej
90c48d2563
Use CFATTACH_DECL().
2002-10-01 01:25:25 +00:00
thorpej
ab29a17b64
Use CFATTACH_DECL().
2002-10-01 01:05:50 +00:00
lukem
cf6615ab93
slight tweak
2002-10-01 00:58:00 +00:00
bjh21
b59e2e1320
Beginnings of support for the Simtec Hydra multiprocessor board.
...
So far, the Hydra is detected and initialised, and each slave CPU is
spun up briefly to check that it works.
2002-09-30 23:22:05 +00:00
thorpej
239b192ca3
Use CFATTACH_DECL().
2002-09-30 23:07:07 +00:00
thorpej
71adb76f75
Use CFATTACH_DECL().
2002-09-30 21:57:46 +00:00
thorpej
9bb77522c1
Use CFATTACH_DECL().
2002-09-30 21:31:52 +00:00
thorpej
e9d707fbd5
Use CFATTACH_DECL().
2002-09-30 21:17:57 +00:00
thorpej
9d4a640785
Use CFATTACH_DECL().
2002-09-30 21:04:24 +00:00
christos
da8db7611e
deal with v_mount == NULL in nfs_reclaim(). We should not be touching this
...
anyway, but nq-nfs wants us to.
2002-09-30 20:55:55 +00:00
thorpej
12b8e3917b
Use CFATTACH_DECL().
2002-09-30 20:54:25 +00:00
thorpej
bacf3a10fa
Use CFATTACH_DECL().
2002-09-30 20:43:55 +00:00
thorpej
b987253ef1
Fix thinko in CFATTACH_DECL().
2002-09-30 20:42:29 +00:00
thorpej
387fc6dc87
Use CFATTACH_DECL().
2002-09-30 20:37:04 +00:00
thorpej
f4a263573b
Use CFDRIVER_DECL().
2002-09-30 18:54:36 +00:00
thorpej
8c44b67b6c
Add macros to declare cfdriver and cfattach structures. This will allow
...
us to shield things that declare these structures from changes to the
structure (to a certain extent, anyway).
2002-09-30 18:46:44 +00:00
agc
821fe4ba95
SYnc with reality - add apm and zzz
2002-09-30 18:44:27 +00:00
agc
0edfa8219b
Sync with reality - add apmvar.h
2002-09-30 18:43:50 +00:00
thorpej
1a6b241b1d
Add a config_init() function to initialize the config data structures.
...
Normally this is called by configure(), but some ports (amiga, atari,
x68k) need to do this early because of how they find the console.
2002-09-30 17:36:31 +00:00
augustss
fc12d83285
Put some ifdefs around USB_USE_SOFTINTR stuff. From FreeBSD.
2002-09-30 16:36:19 +00:00
onoe
9fadcea372
old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handled
...
correctly. To avoid massive extra code in each driver, now if_iee80211subr.c
also handles non-standard old lucent adhoc-demo mode.
This also fixes PR 14227.
2002-09-30 15:48:41 +00:00
agc
92ef00aeba
Update previous to reflect reality. For blowfish passwords, the salt
...
can be a variable length field, so check the (fixed length) password
length, rather then the length of the whole password+salt+cipher.
Use a cipher type of "$2a" for blowfish.
2002-09-30 14:15:47 +00:00
onoe
367ebffa84
Mark basic rate with '*' in PRINT_RATES().
2002-09-30 13:31:57 +00:00
wiz
afcfd8817a
n-dashes are even better here. Noted by Robert Elz.
2002-09-30 12:43:22 +00:00
grant
be8ae688ae
New sentence, new line.
2002-09-30 11:08:56 +00:00
lukem
19eb88dfa1
Add fix from FreeBSD traverse.c 1.16:
...
Files in subdirectories of directories that have the nodump flag set
are sometimes incorrectly being dumped.
The problem arises because the subdirectory only gets its entry
cleared from usedinomap if it is also present in dumpinomap, and it is
the absence of a directory in usedinomap that internally indicates
that the directory is under the effects of UF_NODUMP (either directly
or inherited).
FreeBSD PR: 32414
Submitted by: David C Lawrence <tale@dd.org>
2002-09-30 10:48:49 +00:00
grant
6f52a8d075
minor mdoc quoting nit.
2002-09-30 10:41:54 +00:00
grant
c3f8c787a1
New sentence, new line. Some mdoc cleanup.
2002-09-30 10:39:22 +00:00
agc
e7bdda1971
Handle PR 18474 in a more safe and scalable fashion - keep a table of
...
password types, and their associated lengths, and check in useradd or
usermod whether the given encrypted password has the correct length.
This removes the (duplicated) hardcoded lengths which had crept in
with the last commit, and also checks the length of the given password
against the expected length.
2002-09-30 10:32:40 +00:00
grant
48b31946b5
New sentence, new line. Some mdoc cleanup.
2002-09-30 10:32:16 +00:00
grant
13162890c3
New sentence, new line. Some mdoc cleanup.
2002-09-30 10:21:14 +00:00
grant
1dd7696b53
New sentence, new line. Some mdoc cleanup.
2002-09-30 09:45:23 +00:00
abs
ae80876d99
#include "kbd.h" for NKBD and only override cn_isconsole to check cn_hw if set.
...
Fixes compilation without kbd.
2002-09-30 09:43:13 +00:00
grant
b8836fd1a4
New sentence, new line. Some mdoc cleanup.
2002-09-30 09:33:39 +00:00
grant
9c6e01642a
New sentence, new line. Some mdoc cleanup.
2002-09-30 08:04:27 +00:00
grant
00377ec504
New sentence, new line.
2002-09-30 07:37:09 +00:00
onoe
efe919010c
Jumbo commit for wi driver.
...
- Eliminate wi_hostap.c since most of the code are duplicated with
net/if_ieee80211subr.c
- Station for Infrastructure network and IBSS also use service functions
as much as possible to be consistent with other wireless drivers.
Now WEP works for station/ibss/hostap.
2002-09-30 06:50:35 +00:00
onoe
45667e55b9
re-enable IBSS creation.
2002-09-30 06:38:10 +00:00
onoe
2f8340c369
Nuke unneeded member sc_ifp and use #define sc_if instead,
...
to prepare jumbo commit for wi.c
2002-09-30 06:29:29 +00:00
onoe
e70c67bb57
Fix the option name 'channel' to 'chan' to be consistent with the source.
...
Add documents for '-chan' to unset the desired channel to associate.
2002-09-30 05:42:59 +00:00