kochi
248f79eb70
Remove the first one (split _REG initialization path into two phases;
...
which has been done since post-20031203 version of ACPI-CA).
Pointed out by mycroft.
2004-06-07 15:30:03 +00:00
tsutsui
9503ee0ae4
Note recent hp300 fixes (apci com(4) and framebuffer console attachment).
...
(These entries will be moved to CHANGES.prev since they have been pulled up
into netbsd-2-0 already.)
2004-06-07 14:11:02 +00:00
martti
09b9f88e19
Do no add NetBSD tags for IPv6 regression tests
2004-06-07 11:52:46 +00:00
tron
0ac35b9771
Move entry for scrolling support in wscons(4) after it has been pulled
...
up into the 2.0 branch.
2004-06-07 10:15:20 +00:00
jmc
4da70d71ba
For the moment revert to x_gzip or else the tiny ramdisk still overflows
2004-06-07 06:53:04 +00:00
wiz
b5ab3c4d69
& -> \*[Am]; remove a comma.
2004-06-07 03:37:52 +00:00
mrg
c6c68fa810
handle_pathname: if it's stdin, return after handling it, rather than
...
trying to then process "-" as a file afterwards. fixes PR#25843.
2004-06-07 03:24:01 +00:00
christos
f6a0807a9e
make the scroll lines ioctl struct take u_int's again. The wsconsctl
...
command does not deal with shorts well.
2004-06-07 01:13:40 +00:00
dsl
64d44bfc5f
Remove the .comment and .ident sections when stripping kernels.
...
Saves about 4k from all the install floppies
2004-06-06 21:44:52 +00:00
kleink
d92e6963e4
Add some BAT-style predicate macros.
2004-06-06 21:23:53 +00:00
christos
cdc016624f
add an empty setlogmask()
2004-06-06 18:13:45 +00:00
martin
0db10bbadb
In acpitz_get_zone only print verbose temperature thresholds when called
...
from acpitz_attach. This removes strange (and possibly scaring) messages
described in PR kern/25747.
2004-06-06 17:27:05 +00:00
christos
45a11d4b25
Temporary hack to fix ipsec stats lossage. Atatat, are you listening?
2004-06-06 17:11:48 +00:00
he
71353699e4
Modify latest vax entry to instead point to the commit by mhitch, now
...
that my change has been backed out.
2004-06-06 17:11:33 +00:00
he
552a47b805
Revert previous; mhitch has already committed a workaround to ../Makefile.inc.
2004-06-06 17:09:48 +00:00
kleink
98fe2fbcd7
Fix an inversed test for NO_STATUS in rev. 1.103; fixes the real issue
...
behind PR bin/25842.
2004-06-06 13:53:28 +00:00
pooka
a7fd6646a7
make this compile without NO_STATUS
...
fixes bin/25842 by Jukka Salmi
2004-06-06 13:37:16 +00:00
he
4d1d8d6c84
Remove spurious second argument to sizeof().
2004-06-06 13:34:36 +00:00
he
2ec10fcf9f
Document workaround for vax nslexer.c build problem, workaround
...
committed to lib/libc/arch/vax/net/Makefile.inc.
2004-06-06 13:29:23 +00:00
he
4b896b2324
It appears necessary to add -I. to CPPFLAGS for nslexer.c. This is
...
most probably caused by gcc 2.95.3; will be documented in doc/HACKS.
Reviewed by ragge.
2004-06-06 13:26:01 +00:00
mrg
11153dbc8d
- maybe restore the timestamp
...
- don't create the output file with "-l"
both from geoff wing with a few mods by me.
2004-06-06 12:28:52 +00:00
kleink
7498ed2ff7
Mark cr0 as clobbered in mfrtc().
2004-06-06 10:45:06 +00:00
fair
6517f6d315
Be the wiz. Update the date. New sentence, new line. Slightly
...
clarify the circumstances under which the compiler/linker will
merge strings (identical & read-only; how could it do otherwise?)
This, and the other stuff Christos has done is partly an answer
to PR 25835.
2004-06-06 08:19:56 +00:00
christos
836ba5076b
remove debugging string.
2004-06-06 07:09:55 +00:00
christos
5acfe8430e
Explain why this cannot be easily fixed.
2004-06-06 07:09:02 +00:00
christos
ff64927ee9
Don't include the rnd device; it makes us too big.
2004-06-06 07:04:27 +00:00
christos
0f6740656b
Include a fake syslog that does only printf; saves 4K.
2004-06-06 07:03:53 +00:00
christos
95a737969b
don't include the printf builtin if we are SMALL; saves 10K.
2004-06-06 07:03:11 +00:00
mrg
5fb3053fed
add $NetBSD$
2004-06-06 06:58:50 +00:00
christos
2ba7f07368
Add hook for SMALL
2004-06-06 06:39:43 +00:00
christos
509e2f5c56
save another 4K, by not having a large text message and a segv handler
...
for SMALL.
2004-06-06 06:39:27 +00:00
christos
6f0701b22e
Explain what xstr can and cannot do, and why it is not useful these days.
2004-06-06 06:15:45 +00:00
christos
2fe9365746
Get rid of the EXTERN/INIT mess; fix so that we can process this with xstr(1).
...
Not worth processing though, since on the i386 we only save ~3K.
2004-06-06 06:06:59 +00:00
dyoung
b0ce431f32
Add sysctl(9) descriptions for net.link and net.link.ieee80211.
2004-06-06 05:45:29 +00:00
christos
543c223a3a
Avoid EXTERN use.
2004-06-06 05:45:04 +00:00
dyoung
390d3859bf
Fix a typo in some #ifdef notdef code.
2004-06-06 05:44:25 +00:00
dyoung
7b92b29893
Improve argument checking. Convert from seconds to some number of
...
inactivity countdown intervals (currently these are 5 seconds).
2004-06-06 05:43:17 +00:00
dyoung
43dcf72c5f
Finally, refactor wi_media_change and ieee80211_media_change.
...
ieee80211_media_change handles a lot more conditions than
wi_media_change did.
This helps with the second bug mentioned in kern/25604, which causes
"SIOCSIFMEDIA: Invalid argument."
2004-06-06 05:32:17 +00:00
dyoung
e071e08cc6
Fix for kern/25604: ifconfig wi0 media DS11 panics system.
...
In ieee80211_chan2mode, do not dereference the marker for "any
channel," IEEE80211_CHAN_ANYC.
2004-06-06 05:28:58 +00:00
christos
9211fa02e8
- deal with ansi string concatenation.
...
- don't overflow the string copy buffer.
- increase the input line buffer.
2004-06-06 04:53:14 +00:00
dyoung
8c3cb8f859
Resolve kern/25721 by detaching ethernet(-like) devices from a
...
bridge in ether_ifdetach.
2004-06-06 04:44:05 +00:00
dyoung
86fed42ae8
In ad hoc mode, ignore the MAC's link up/down indication, since it
...
does not appear to be reliable.
2004-06-06 04:38:33 +00:00
dyoung
eaa20d476a
Use bpf_mtap2 in tun(4).
2004-06-06 04:36:29 +00:00
dyoung
e80559eec4
Per Matt Thomas' and Darren Reed's suggestions:
...
Add bpf_deliver prototype.
Rename bpf_measure to m_length and move it to sys/sys/mbuf.h. I
make m_length an inline function in the header file to preserve
its performance characteristics, for better or for worse.
Optimize m_length: use the length in m_pkthdr.len, if M_PKTHDR.
In bpf_deliver, zero the on-stack mbuf before we do anything else
with it.
2004-06-06 04:35:53 +00:00
dyoung
50c193fc53
Define IEEE80211_RADIOTAP_HDRLEN, the length of a radiotap header.
2004-06-06 04:13:28 +00:00
dyoung
bcc2926388
Name some constants. Perhaps this deserves the cardbus_setpowerstate
...
treatment?
2004-06-06 04:10:49 +00:00
wiz
0c391626db
Bump date for previous.
2004-06-06 04:05:49 +00:00
wiz
2b4f927dff
Add article.
2004-06-06 04:04:36 +00:00
christos
999ef51181
remove copyright and comment sections. Saves ~40K on the crunched
...
ramdisk binary.
2004-06-06 01:46:53 +00:00
christos
e53725b6b7
clear_session_logs is not needed when we are small.
2004-06-06 01:42:20 +00:00