dbj
b5fde890d0
add cnpollc() calls around cngetc for TRAP_PANICWAIT
2002-03-04 04:07:35 +00:00
dbj
ed04b7ecb3
add a few missing keys, including f1-f12,home,end,next,prior
2002-03-04 04:03:36 +00:00
wiz
cb6786d45f
Replace some more special pointers to zero (NIL, NONE, NOVAR, NOGRP, NOGE)
...
with NULL.
2002-03-04 03:16:10 +00:00
wiz
ab85015570
Don't use special null string pointer (NOSTR), just use NULL.
2002-03-04 03:07:25 +00:00
simonb
6f0fb25121
Don't need to declare phys_map - it is declared in <uvm/uvm_extern.h>.
2002-03-04 02:43:22 +00:00
simonb
bc7301d415
nlinesw is already declared in <sys/conf.h>.
2002-03-04 02:32:58 +00:00
simonb
8ecad242b9
Use <sys/disk.h> for the prototype of disk_init() rather than declaring
...
our own locally.
2002-03-04 02:30:27 +00:00
simonb
9a942a34e0
Don't use local extern declarations for the mountroot variable or
...
declare local prototypes for nfs_mountroot() or md_root_setconf().
2002-03-04 02:25:21 +00:00
simonb
60b62880cc
Add a extern declaration for the mountroot variable.
2002-03-04 02:24:37 +00:00
simonb
64c7743a05
Don't "extern int cold;" - this is in <sys/kernel.h>.
2002-03-04 02:19:07 +00:00
lukem
bce57f4638
document:
...
- make's UNPRIVED support
- build.sh's -U support
- the build system currently needs to build onto a file system with
long file name and hard link support
2002-03-04 02:10:02 +00:00
dbj
47b3797fe7
Don't attempt to gather unrequested statistics.
...
Allow SIOCSWAVELAN with WI_RID_IFACE_STATS to request
an immediate statistics update.
We might in the future want to have SIOCGWAVELAN with
WI_RID_IFACE_STATS return an error if a statistics gathering is in
progress. Then the caller could request fresh statistics and gather
them when they are done. Instead, we currently just return whatever
statistics are available, which may be up to 60 seconds old.
2002-03-04 01:56:12 +00:00
enami
96924d78ee
Lineup comment and remove unnecessary whitespaces.
2002-03-04 01:40:56 +00:00
wiz
1b7f309f0a
Correct misspellings of "failed".
2002-03-04 01:38:31 +00:00
enami
71706b65e7
Use \a instead of embedding raw control-G character.
2002-03-04 01:37:52 +00:00
dbj
e9d22f79b0
fix byte swapping when gathering statistics
...
this should complete the fix to pr 14385
AP scanning and statistic gathering should work on le hosts now
2002-03-04 01:33:17 +00:00
dbj
918b9d4dec
correctly handle AP scanning result when there are no APs
2002-03-04 01:30:04 +00:00
dbj
6e4b27cd49
when no access points are available, explicitly state so
...
rather then printing a list heading and nothing else.
2002-03-04 01:28:09 +00:00
dbj
7ec184ce2e
print out channel list as a list of decimal channels rather
...
than as a bitmask printed as a single decimal number
2002-03-04 01:26:58 +00:00
dbj
1d7d73ee19
s/Kusec/msec/
2002-03-04 01:24:53 +00:00
dbj
0dca7b4f6d
used %02x instead of %x when printing out BSS ids
2002-03-04 01:21:07 +00:00
dbj
0812667818
s/Faild/Failed/
2002-03-04 01:19:24 +00:00
kleink
995081f947
Make this link again in the absence of envsys/sysmon.
2002-03-04 00:55:04 +00:00
augustss
e4ca1c8a44
Use the correct pointer for the timeout abort.
2002-03-04 00:53:33 +00:00
wiz
794dc9ea92
Typo fix.
2002-03-04 00:44:35 +00:00
wiz
69db0d9c90
Whitespace nit.
2002-03-04 00:44:11 +00:00
enami
9b95f1b1f3
We don't want token while we're aborting. Otherwise, make spins wasting cpu.
2002-03-04 00:34:35 +00:00
martin
42172d9f1c
Try to configure timing correctly.
...
Get rid of some ad hoc debuging printfs.
2002-03-03 22:47:28 +00:00
thorpej
e0ea696615
* Add support for running the IQ80310 kernel where KERNEL_BASE !=
...
physical memory start. Garbage-collect some cruft while here.
* Move the kernel up to 0xc0000000, giving a 1G/3G kernel/user split.
* Adjust the Integrator startup code accordingly.
2002-03-03 21:22:15 +00:00
thorpej
e23381908a
inittodr(): Actually initialize time from the file system time.
2002-03-03 21:10:40 +00:00
manu
cb99a5f48e
Implements SIOCNREAD ioctl (some kind of FIONREAD for sockets only). This
...
makes X11 binaries able to actually work: most of them were previously hang
in infinite loop wiaiting for data from the X server because SIOCNREAD
reported that some data where to be read whereas the X server had nothing
to say.
Tested (and works): xlogo, xterm, ghostview (IRIX build). Things are getting
interesting...
2002-03-03 20:12:17 +00:00
tron
8002ff3a8c
Add cross reference to brconfig(8).
2002-03-03 19:32:28 +00:00
mhitch
d616d3990b
Enable transmit error and EPH interrupt, and reset NIC on EPH interrupt.
...
Fixes a source of lost interrupts.
2002-03-03 18:21:37 +00:00
cjep
c33f9d110f
Fix spelling mistake (from Onno van der Linden; PR#15793).
2002-03-03 18:19:41 +00:00
nathanw
3d66460938
Add sysmon devices.
2002-03-03 18:19:02 +00:00
cjep
a8f6b3003d
Fix typo in a comment (from Onno van der Linden; PR#15792)
2002-03-03 18:17:05 +00:00
uch
bf5bf0be48
remove obsolete headers.
2002-03-03 14:59:55 +00:00
uch
0894ee8f62
use GENERIC.
2002-03-03 14:45:21 +00:00
uch
0d29f32a67
clean up config files.
2002-03-03 14:36:48 +00:00
uch
3c9bf76936
make it work correctly when both hd64461uart and hd64465uart are enabled.
2002-03-03 14:35:08 +00:00
uch
7592c6aa95
don't initialize twice
2002-03-03 14:34:36 +00:00
uch
7166e5033d
platform dependent HD64461 PCMCIA module (power supply).
2002-03-03 14:34:00 +00:00
uch
08aefbe07d
remove temporal debug code.
2002-03-03 14:32:21 +00:00
uch
90baa8b206
SR related parts moved to psl.h. cpufunc.h segments.h are removed.
...
kernel mode checking is only SR.MD. no check stack pointer.
2002-03-03 14:31:24 +00:00
uch
17fbf85dc3
machine dependent sysctl are moved to machine/cpu.h
...
dreamcast, hpcsh ... CPU_CONSDEV
mmeye, evbsh3 ... CPU_CONSDEV, CPU_LOADANDRESET
2002-03-03 14:28:48 +00:00
uch
24ebe31f30
remove unneeded configuration.
2002-03-03 14:27:24 +00:00
toshii
0d030b3347
Use a tab instead of 7 spaces.
2002-03-03 14:15:58 +00:00
he
479e133dbf
Rename the local devname -> dev_name to avoid warning with shadowing
...
global definition in stdlib.h.
2002-03-03 12:13:47 +00:00
chris
1181e367e0
Implement pmap_growkernel for arm32 based ports.
...
Note that this has been compiled on some systems, cats, IQ80310, IPAQ, netwinder and shark (note that shark's build is currently broken due to other reasons), but only actually run on cats.
Shark doesn't make use of the functionality as I believe there has to be a correlation between OFW and the kernel tables so that calls into OFW work.
2002-03-03 11:22:58 +00:00
scw
293681cdc3
Rename the bootstrap from netboot to just boot as eventually it will
...
support both network and scsi devices in one binary.
(There are no absolute size restrictions for a PReP-style one-stage
bootloader).
2002-03-03 11:03:43 +00:00