perry
3d7676a405
add ath.4
2004-03-01 00:20:35 +00:00
wiz
7725807d73
Add an article.
2004-03-01 00:19:06 +00:00
perry
3900dd63b3
Change "nwid" to "ssid", list "nwid" as a synonym for "ssid", and
...
clean up the ssid explanation a bit (including mentioning that if you
want to use a hex ssid, you precede it with a 0x, which really needed
documenting.)
2004-03-01 00:16:24 +00:00
perry
be009ae585
Very minimal changes to make "ssid" and "nwid" aliases, and make the
...
ssid print out as "ssid", not "nwid".
XXX Really, someone should go through and change around all the
variable names etc. to ssid, but not today.
2004-03-01 00:11:33 +00:00
simonb
aa48fe87a3
Pull up:
...
2003-06-22 Jason Thorpe <thorpej@wasabisystems.com>
* config/tc-ns32k.c (md_begin): Initialize inst_hash_table after
all locals have been declared.
from the binutils mainline.
Problem (and also fix) reported by Eyal Lebedinsky on port-pc532.
2004-03-01 00:01:16 +00:00
wiz
028911b136
Drop trailing whitespace (hi perry! :) ).
2004-02-29 23:51:05 +00:00
wiz
d2d12e838d
Drop trailing whitespace; use Pa for paths; grammar/spelling fixes.
2004-02-29 23:46:04 +00:00
perry
d7493f9be2
update man page date. (hi wiz!)
2004-02-29 23:32:51 +00:00
perry
688c6af823
document that if you are using a hex wep key, you need to put 0x in
...
front of it.
2004-02-29 23:32:15 +00:00
perry
2e45f00a18
document "mode" -- taken from FreeBSD
2004-02-29 23:27:28 +00:00
oster
63e07285f8
Bah. RF_ACC_TRACE bits need a bit more work before they can be turned off.
...
Re-enable until all parts can be disabled at the same time.
2004-02-29 23:27:24 +00:00
dsl
513ea85ff9
Fix some of the more blatent alignment problems in the german translation
2004-02-29 23:25:09 +00:00
dsl
273835431b
Allow menu boxes to be forced down the screen if the message text is long.
2004-02-29 23:13:23 +00:00
oster
b5e62ef069
As a LOCK_DEBUG kernel complains, we should really initialze
...
rf_tracing_mutex.
2004-02-29 23:10:58 +00:00
oster
4b8d5fc8b6
Unlock the mcpair mutex before we call rf_DispatchDAG(), and re-lock it once
...
we are back. Makes things much happier on SMP boxen. Problem noted
by SimonB. (Thanks!)
2004-02-29 23:03:30 +00:00
oster
e9ec029612
Oops.. might still need this mutex in a few places.
2004-02-29 22:32:37 +00:00
oster
0084f2a5e2
Note in the description of hot-adding components that a component label is
...
not required for the component. Thanks to David Maxwell for the
documentation suggestion.
2004-02-29 22:22:35 +00:00
oster
65ba8db490
Minor shuffling of variable declarations to clean RF_ACC_TRACE #defines
...
up a bit. No functional changes.
2004-02-29 22:11:54 +00:00
oster
68c863d6ad
Briefly document the new RF_ACC_TRACE. Finally get around to at least
...
mentioning a little of what the other debugging options are and what they do
(at a very high level).
2004-02-29 22:04:11 +00:00
dsl
1d320fd29f
All the ports should build now...
2004-02-29 21:57:07 +00:00
dsl
0cb068544d
mmm no one checked the cross builds....
2004-02-29 21:51:11 +00:00
dsl
d714057f9c
Fix typo
2004-02-29 21:48:09 +00:00
oster
0d2f3606aa
Add "RF_ACC_TRACE" as a new #define to rf_archs.h.
...
Use it to conditionalize some of the access tracing and tracerec bits.
Chops about 4 K off of an i386 GENERIC kernel.
2004-02-29 21:38:41 +00:00
itojun
6c57d297ac
use strtoul() instead of atoi(). have proper range check for each fields.
2004-02-29 21:31:14 +00:00
oster
cf01eb78b2
Minor comment reformatting.
2004-02-29 20:47:37 +00:00
oster
eac5920af1
As suggested by Paul Ripke, have raidctl use raw devices by default.
2004-02-29 20:40:29 +00:00
oster
d272af6ed2
When the 'if' condition is true, the function will return, so there
...
is no need for this chunk of code to be in the 'else' part.
Remove the 'else', and left-shift the code.
No functional changes.
2004-02-29 20:11:26 +00:00
wiz
15a3e59b1f
Add FreeBSD 5.2 definition for ath(4).
2004-02-29 18:47:12 +00:00
jschauma
716dbdc9a8
Add German messages for sysinst, as provided by Hernani Marques Madeira
...
(hernani at tuners dot ch). Many thanks for the work!
(German speaking people: please try this out and suggest improvements.)
2004-02-29 18:46:43 +00:00
wiz
b76a21626b
Use Dq macro; just put the Nd argument right behind .Nd.
2004-02-29 18:43:23 +00:00
snj
e0106050d8
Drop trailing space. Give full month name. Use \*[Gt] instead of >.
...
Remove superfluous .Re. Use .An for author names. Remove superfluous
.Pp. Fix a typo.
2004-02-29 17:51:18 +00:00
skrll
ce461bed68
Fix PR 24593.
...
XXX NOPIC and MKPIC need separating
2004-02-29 17:05:31 +00:00
perry
997b8eba04
add a quick note in the header comment explaining the origin of the
...
man page...
2004-02-29 16:46:22 +00:00
perry
88f1abf3ad
First cut of Atheros man page -- needs a bit of work
2004-02-29 16:39:18 +00:00
jdolecek
1c8e4dd167
add comment to smbfs_remove() regarding the limitation to only remove
...
unreferenced files
2004-02-29 12:19:15 +00:00
jdolecek
b4b58e65b1
print info about active vnodes in reclaim/inactive if prtactive is set
2004-02-29 12:17:39 +00:00
jdolecek
1a3236aefa
close the SMB handle when vnode is inactivated, rather than on file close,
...
so that mmap()ped regions remain accessible even when the file descriptor
is closed
g/c smbnode's n_opencount, and have single NOPEN flag instead
fixes PR kern/24516 by Lloyd Parkes
change obtained from FreeBSD, with only minor adjustments
2004-02-29 11:47:08 +00:00
jdolecek
4ba68533b9
use global prtactive setting instead of ntfs-specific variable;
...
this also changes default, to not print the active vnodes
2004-02-29 11:08:55 +00:00
oster
5a02af5b21
Adjust _rf_ShutdownCreate() so that it is willing to wait for more
...
memory. Since we only now ever "return(0)", just return (void)
instead.
Cleanup all uses of rf_ShutdownCreate() to not worry about
it ever failing. Shaves another 600 bytes off of an i386 GENERIC kernel.
2004-02-29 04:03:50 +00:00
oster
da96c7f542
InitHdrNode() might as well return 'void'. Nothing ever pays attention
...
to what it returns anyway!
2004-02-29 01:50:23 +00:00
oster
4907fd699b
rf_MakeAllocList() will always get memory. No point in checking for
...
a case that won't ever occur.
2004-02-29 01:49:13 +00:00
oster
d4a8e64b16
We'd better have gotten a dag header from the pool. In any event, callers
...
arn't checking what we return anyway. (Cleanup memory allocations.)
2004-02-29 01:47:45 +00:00
oster
2e0cff190a
TransferDagMemory() doesn't exist, so these lines are just wasting space.
2004-02-29 01:37:04 +00:00
oster
5e23bfcf9b
Stripe functions are now handled by a linked-list instead of a
...
runtime-variable array.
Fix a bug where stripeFuncs was being freed, and then being used after
(in the case of numStripesBailed > 0).
2004-02-29 01:24:34 +00:00
jmc
d399175656
Turn this into a hostprog (probably needs linking against nbcompat)
2004-02-29 01:09:18 +00:00
jmc
e58ae2884c
Fix typo so VAX_IBOOT works
2004-02-29 01:08:22 +00:00
dyoung
d68ab48dd5
Update ath(4)'s Hardware Abstraction Layer (HAL) to version 0.9.6.11.
...
Both the API and ABI changed, hence the changes to so many .c and
.h files.
2004-02-29 00:47:21 +00:00
dsl
44eaa39982
Report errno value from boot1() - even though the standalone FS code
...
seems to translate everything into ENOENT.
2004-02-28 23:01:55 +00:00
dsl
da7ffa3cbe
Look for /boot in the 'a' partition (from the label in the mbr partition)
...
if it can't be found in a filesystem (or raid set) at the start of the
mbr partition.
2004-02-28 22:32:23 +00:00
dbj
5b782a2183
allow err of IREENT_MAGIC when looking for interrupt frames
2004-02-28 20:30:58 +00:00