kleink
02a87b49d9
Back out previous.
2004-03-01 23:46:44 +00:00
oster
c7eaad6a14
Use RF_ACC_TRACE to #if out more chunks of code related only
...
to access tracing. (not turned on yet)
2004-03-01 23:30:57 +00:00
thorpej
fdbf515ae2
Add missing copyright notice (FreeBSD rev. 1.3.2.2).
2004-03-01 23:30:01 +00:00
thorpej
4f0ad651e0
Add missing copyright notice (FreeBSD rev. 1.1).
2004-03-01 23:28:02 +00:00
thorpej
c82e44fc22
Add missing copyright notice (FreeBSD rev. 1.5.2.2).
2004-03-01 23:24:10 +00:00
thorpej
09a25ecbcd
Add missing copyright notices (FreeBSD rev 1.2.4.2).
2004-03-01 23:20:53 +00:00
itojun
ca0ee478c7
use "%s" for err(), do not pass pointer directly. Pedro Martelletto
2004-03-01 23:06:21 +00:00
itojun
466ceae082
unifdef -DINET6. getaddrinfo will always be there, so there's no point in
...
keeping old code. moreover old code does not traverse list of DNS-returned
addresses.
2004-03-01 23:01:18 +00:00
itojun
581091043b
knf
2004-03-01 22:32:35 +00:00
drochner
1dd7501db3
blow this up by sticking a copyright notice to it
2004-03-01 20:56:05 +00:00
drochner
c5bc0dada8
optimize this: we can use %ra for relocation directly
...
(saves 1 insn)
2004-03-01 20:43:19 +00:00
kleink
b66915a096
Cosmetics; add missing newline to autoconf output.
2004-03-01 20:29:24 +00:00
drochner
9560ce9b0f
we need a silly trampoline to make _resumecontext work
2004-03-01 19:26:29 +00:00
thorpej
31e39503c5
Merge netkey/key.c rev 1.51 (wiz):
...
va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).
Improved by comments from enami and christos -- thanks!
Heimdal/krb4/KAME changes already fed back, rest to follow.
Inspired by, but not not based on, OpenBSD.
2004-03-01 18:33:03 +00:00
drochner
293e83e97e
get the offset to gp right
2004-03-01 18:32:51 +00:00
rtr
0b1ca8966d
DEFAULTVT=vt05 to Xservers.ws generation for i386 only (as native does)
...
XXX should this be given vtXX for other MACHINE's?
should resolve pr#24619
2004-03-01 14:56:51 +00:00
pooka
abd87603f6
.XE without .XS should complain about that, not about .XS without .XE
...
i.e. fix tyop/thinko in error message
2004-03-01 14:43:44 +00:00
tron
a188d6072b
Don't leak memory if a copyin fails.
2004-03-01 13:54:02 +00:00
drochner
98dbb9f046
on (fast) syscall exit, force %ds to its standard value --
...
it might have been modified by a netbsd32 process
2004-03-01 12:10:41 +00:00
drochner
7925327e58
set MDP_IRET in cpu_setmcontext() - the normal (fast)
...
syscall exit is not able to propagate all register
arguments
2004-03-01 12:06:02 +00:00
drochner
de3dc2ccec
remove a pointless check - this code is not reached
...
in the normal case
2004-03-01 12:04:18 +00:00
skrll
d68db0e48c
Oops! Remove harmless -DNH=${MKPIC}
2004-03-01 08:52:53 +00:00
jdolecek
638863d716
convert to using the libc iconv rather than trying to load libiconv.so
2004-03-01 07:46:33 +00:00
mrg
eaa3c8ce1b
backout part of rev1.6: don't set machine_suffix and just_machine_suffix
...
in NETBSD_NATIVE mode. from enami.
2004-03-01 07:36:59 +00:00
mrg
d9c305d49d
merge gcc 3.3.3 cornflakes
2004-03-01 07:27:18 +00:00
mrg
18e7b0d6a5
initial import of GCC 3.3.3, which fixes a few more bugs from the prior
...
3.3.3-pre snapshot we were using.
visit http://gcc.gnu.org/gcc-3.3/changes.html#3.3.3 for more details.
2004-03-01 03:43:04 +00:00
mrg
ec14d423fc
initial import of GCC 3.3.3, which fixes a few more bugs from the prior
...
3.3.3-pre snapshot we were using.
visit http://gcc.gnu.org/gcc-3.3/changes.html#3.3.3 for more details.
2004-03-01 03:32:51 +00:00
dyoung
074e4b8a74
Attach ath(4) HAL sysctls,
...
ath.hal.debug: enable/disable debugging (only if AH_DEBUG is defined)
ath.hal.version: version string, e.g., 0.9.6.11
2004-03-01 01:28:35 +00:00
dyoung
3644406951
Attach the ath(4) sysctls:
...
ath.dwell: channel dwell time (ms) for AP/station scanning
ath.calibrate: chip calibration interval (secs)
ath.outdoor: enable/disable outdoor operation
ath.countrycode: (opaque?) country code
ath.regdomain: (opaque?) regulatory domain
ath.debug: 0 (no debug messages), 1 (some messages), 2 (all messages)
2004-03-01 01:19:45 +00:00
oster
e35e293611
We always wait until we get memory, so the NULL check doesn't buy us anything.
2004-03-01 01:12:22 +00:00
perry
c5864f334b
re-format the main list of man pages -- it was getting ugly.
2004-03-01 00:51:57 +00:00
perry
1951939e32
add ath
2004-03-01 00:37:18 +00:00
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