dsl
da414ff103
Remove the globals ramsize and rammb, the former was only ever used inside
...
a single function, the latter is now the return value of get_ramsize().
Changed all uses of rammb to get_ramsize().
Used the 64bit HW_PHYSMEM64 so silly things don't happen if the memory size
approaches (or even exceeds) 4GB.
2004-07-17 10:55:03 +00:00
petrov
1ee4832b70
Don't print relocated content (in DEBUG mode) as it can cause
...
misaligned access. It needs to be done differently if needed at all.
Fix PR port-sparc64/20907.
2004-07-17 05:03:33 +00:00
petrov
b0a06b6467
Update uvmexp's traps and syscalls. Reviewed by Jason Thorpe.
2004-07-17 04:56:31 +00:00
enami
9208b0c287
Add test case for df.c rev. 1.66.
2004-07-17 00:31:38 +00:00
enami
56ab99cb0c
Drop LSBs when denominator is big.
2004-07-17 00:29:08 +00:00
enami
686e03f5e7
- If fktrace(2) failed, just exit rather than waiting for trace output.
...
- Reduce #ifdef a bit.
2004-07-16 23:52:01 +00:00
enami
5f072cb7f0
Print flags symbolically.
2004-07-16 23:28:20 +00:00
dyoung
084b007d1b
The RSSI field in the Rx descriptor is the unadulterated content
...
of the DIVCTL/RSSI register on the RF3000 baseband. Mask all but
the RSSI bits.
2004-07-16 23:13:27 +00:00
he
7ae4fdd283
Instead of placing largish buffers on the stack, use malloc/free.
...
Fixes compile problem for sun2.
2004-07-16 22:44:01 +00:00
mycroft
30533d66ac
AUOPEN_* != AUMODE_*. Duh. Make unidirectional devices work again.
2004-07-16 22:39:23 +00:00
tls
f2621c88af
Set the system clock (via Xen) in resettodr(), if domain 0.
...
This has a couple of beneficial effects:
1) The TOD time will be preserved across boots, as one would expect.
2) Newly-started VMs will get the correct time according to domain 0.
Previously, since we never set the time back to Xen, each VM would
get the uncorrected system clock time, never even seeing any
changes made since the current startup.
I don't understand how XenoLinux slaves the other domain's clocks to
the Xen "wall clock" time that we're setting here, so I haven't even
tried. But now we can run ntpd in each domain without a huge offset
at boot caused by never updating the wall clock time at all...
2004-07-16 22:36:33 +00:00
dsl
f2fcef0432
'verbose' and 'silent' were switched - correct.
...
Fixes PR/26283
Also removed 'static int verbose' and passed as a parameter.
2004-07-16 21:35:44 +00:00
mycroft
68e6b1d115
The previous change was not complete. /brick me
2004-07-16 20:08:23 +00:00
drochner
c351eda960
amd64: stack sanity, leave the return PC alone
2004-07-16 18:40:24 +00:00
christos
f6f36c8db2
PR/26339: Pavel Cahyna: the 'fc' command can crash non-interactive ksh
...
Produce an error message instead.
2004-07-16 18:39:18 +00:00
thorpej
b8b64b05f9
Use ANSI function decls.
2004-07-16 16:11:43 +00:00
wiz
d776e96213
New sentence, new line; drop trailing whitespace; sort sections; use
...
\*[Lt]\*[Gt] instead of <>; use Dq foo instead of ``foo''; use
standard section headers; fix history: until pulled up, this appeared
in 3.0, not 2.0.
2004-07-16 14:53:13 +00:00
lukem
2b8830ba06
Correctly clamp illegal "SITE CHMOD" mode values. From OpenBSD.
2004-07-16 08:29:28 +00:00
christos
935764b9b1
catch up with darwin new functions
2004-07-16 04:56:30 +00:00
lukem
0cd997a9f7
Fix minor memory leak with fromname. Inspired by OpenBSD.
2004-07-16 03:31:51 +00:00
dyoung
e0ca220c2c
Add wlanctl(8), a utility for examining 802.11 node tables.
2004-07-16 03:13:48 +00:00
dyoung
1ac1adff5c
Oops, stragglers: install ieee80211_channel.h, ieee80211_sysctl.h.
2004-07-16 03:11:39 +00:00
dyoung
9946103dce
Add sysctl access to 802.11 node tables, step #2 .
2004-07-16 03:02:41 +00:00
dyoung
cb049b8c75
Add sysctl access to 802.11 node tables, step #1 .
2004-07-16 03:01:09 +00:00
dyoung
22b2f98500
Move ieee80211_channel definition and channel flags into
...
ieee80211_channel.h, step #2 .
2004-07-16 02:57:32 +00:00
dyoung
d5a069fe39
Move ieee80211_channel definition and channel flags into
...
ieee80211_channel.h, step #1 .
2004-07-16 02:56:50 +00:00
dyoung
74d2bb365f
Straggler: *really* chain the ieee80211coms.
2004-07-16 02:54:05 +00:00
dyoung
e5c3be4f90
Send "no carrier"/"active" indications on the routing socket when
...
(most) 802.11 interfaces change state.
2004-07-16 02:38:34 +00:00
dyoung
d18cdaab4e
Chain ieee80211coms together so that the 802.11 sysctls can walk
...
them all to retrieve their node tables.
2004-07-16 02:36:58 +00:00
itojun
3f35f96f9a
prevent mbuf leak on IPsec tunnel mode. from iij seil team
2004-07-16 01:12:02 +00:00
xtraeme
5727d6c2d9
+ SIP
2004-07-16 01:07:02 +00:00
dsl
85fdb1645f
Nuke reask_sizemult() - it isn't used any more
2004-07-15 21:06:45 +00:00
manu
f6a07159af
typo
2004-07-15 20:21:55 +00:00
skrll
7bdf35d6e3
Add a copyright message.
2004-07-15 19:58:00 +00:00
tron
5f16d6ef5b
Synchronize with "src/doc/CHANGES" from the 2.0 branch.
2004-07-15 15:54:46 +00:00
tron
5e7fa574fe
Remove entry for on-board MACE MAC-110 Ethernet on O2 because it has
...
been pulled into the 2.0 branch.
2004-07-15 15:52:27 +00:00
tron
0237ca34a7
Reduce transmit queue len to 16 for the Intel i82547 to avoid FIFO
...
overruns. This fixes the horrible send performance reported in
PR kern/23782. Reviewed by Frank van der Linden and Jason R. Thorpe.
2004-07-15 15:21:57 +00:00
junyoung
69051bd3c3
Add support for 3Com 3c920B-EMB-WNM Integrated Fast Ethernet,
...
as found on Asus P4R800-VM motherboards.
From BL on Korea BSD User Forum (sorry but I don't know his real name).
2004-07-15 13:18:08 +00:00
junyoung
88642578e4
Regen for 3c920B-EMB-WNM Integrated Fast Ethernet.
2004-07-15 13:11:36 +00:00
junyoung
4240a2f1f9
Add 3Com 3c920B-EMB-WNM Integrated Fast Ethernet.
2004-07-15 13:09:21 +00:00
junyoung
ffb3101064
round(3) and roundf(3) appeared in 2.0.
...
Bump date.
2004-07-15 12:12:39 +00:00
manu
1e147c565c
Remove an outdated comment.
2004-07-15 11:51:56 +00:00
wiz
20aac67434
Bump date for previous.
2004-07-15 10:47:43 +00:00
wiz
cb255f199c
Bump date for previous; mark up path with Pa.
2004-07-15 10:45:33 +00:00
yamt
fb79fa6390
define __GNUC_PREREQ__ if it isn't available on host.
2004-07-15 09:01:29 +00:00
lukem
f619a0eb00
Fix bug in Christos' recent cleanup which broke the "help" and "rhelp" commands.
2004-07-15 08:50:10 +00:00
dyoung
0f8b8b27c5
Insist that callers use atw_write_sram to copy even-length buffers
...
to even offsets in the ADM8211 SRAM.
assert->KASSERT
2004-07-15 07:31:05 +00:00
dyoung
3341b62f3e
Totally revamp device initialization using clue from the reference
...
driver. I also have re-organized the code a lot.
2004-07-15 07:26:17 +00:00
dyoung
9ad89f8c4a
Totally revamp device resets using clue from the reference driver.
2004-07-15 07:25:40 +00:00
dyoung
d6014cf055
Make atw_read_srom static.
2004-07-15 07:25:06 +00:00