cgd
34c597ab48
Moved to ./arch/arm32/menus.md.en,v
1999-06-20 05:47:51 +00:00
cgd
8af3c264a7
Moved from ./arch/arm32/menus.md.eng,v
1999-06-20 05:47:50 +00:00
cgd
5fd4cb736d
Moved to ./arch/alpha/msg.md.en,v
1999-06-20 05:47:49 +00:00
cgd
737bb75981
Moved from ./arch/alpha/msg.md.eng,v
1999-06-20 05:47:48 +00:00
cgd
4d6228ce87
Moved to ./arch/alpha/menus.md.en,v
1999-06-20 05:47:47 +00:00
cgd
953eba11a8
Moved from ./arch/alpha/menus.md.eng,v
1999-06-20 05:47:46 +00:00
cgd
ab6f2f5d56
since all horizontal placement specs here are attempts to center the menu,
...
just stick with the new default (horizontal centering).
1999-06-20 05:44:26 +00:00
tsubai
8d68bdec13
Make this compile.
1999-06-20 05:42:09 +00:00
cgd
8c3bc73ea2
provide the ability to do horizontal centering of menus, and make that
...
the default. XXX: currently can't be turned back on for individual menus
if overridden by the menu definition's default setting.
1999-06-20 05:41:45 +00:00
tsubai
9ac9208434
More initialization by calling Open Firmware.
1999-06-20 05:34:59 +00:00
garbled
128b6749ab
Check the return code of subwin and newwin for NULL.
1999-06-20 04:17:57 +00:00
cgd
56de4e1945
slightly better title for the utility menu
1999-06-20 02:15:22 +00:00
cgd
01d9e08651
instead of defining a specific menu item for exit, use an 'exit' spec
...
with a custom string. This way the top-level exit is 'x', like the rest.
1999-06-20 02:09:20 +00:00
cgd
b12d2926fa
provide a way to set the string used for the 'Exit' menu item.
1999-06-20 02:07:18 +00:00
cgd
4ffb63388c
kill bogus spaces before and after menu titles. the menu code now positions
...
titles correctly.
1999-06-20 01:23:32 +00:00
cgd
27ddbc286a
size menus without titles correctly. also, correctly position titles so
...
that they don't have to be coded to include leading spaces.
1999-06-20 01:20:14 +00:00
ragge
e2fb3def19
Use uba & mscp code from dev/ instead.
1999-06-20 01:05:19 +00:00
ragge
cc43d8766d
Fix of bug causing allocations of physical pages to get wrong address.
1999-06-20 00:59:54 +00:00
ragge
abcc4bed15
Better support for tracing stacks. From Chuck McManis.
1999-06-20 00:58:23 +00:00
ragge
cb57cab9b1
Add macros to round/trunc vax pages.
1999-06-20 00:53:58 +00:00
ragge
76b9763345
Add some small checks to avoid unwanted panic types.
1999-06-20 00:53:02 +00:00
ragge
5ad2718e7c
Add vax to user of device_register.
1999-06-20 00:51:37 +00:00
eeh
9cf2782159
Move the DVMA mapin/mapout functions from the SBus driver to the iommu driver.
1999-06-20 00:51:29 +00:00
ragge
069858b1e2
Want device-register, to detect qbus boot devices.
1999-06-20 00:50:08 +00:00
ragge
3ccbec3742
Totally rewritten DEQNA device driver, that uses the bus.h interface
...
instead. This almost doubled the receive speed of the interface :-)
1999-06-20 00:04:47 +00:00
is
1b5eb98937
Sync with Atari pmap: support for the UVM changes
1999-06-19 19:44:08 +00:00
cgd
4b1c7617ba
the skeleton now also needs stdlib.h
1999-06-19 19:25:10 +00:00
sommerfeld
6c3d02c865
Support for ping -a: beep when packet received.
...
Slightly tweaked from version submitted by andrew@untraceable.net in PR7815
1999-06-19 19:15:22 +00:00
mjl
36da665f8c
Added NewMedia BusToaster, an Adaptec 152x compatible.
1999-06-19 18:50:28 +00:00
mjl
fb7137cfd9
Regen
1999-06-19 18:49:34 +00:00
mjl
4e0161f8dc
Regen
1999-06-19 18:17:14 +00:00
mjl
c32aeb153b
Added NewMedia BusToaster SCSI Host Adapter
1999-06-19 18:16:07 +00:00
sommerfeld
29c9d4318d
Compensate for fix to PR7761; kernel now clips overly large length
1999-06-19 18:02:06 +00:00
sommerfeld
1425b5931b
Fix PR7761: clip overly large length rather than failing
1999-06-19 18:01:26 +00:00
ragge
656c580511
Don't try to disconnect SCSI disks. From Michael Kukat.
...
Now DEC disks also works in VAXstations :-)
1999-06-19 15:46:05 +00:00
cgd
fb8da4672e
initialize the menu systerm before setting up the message window. Then
...
use stdscr's maxx and maxy to set up the message window rather than hard
coding 78 and 22, respectively. The latter, combined with large messages
and a relatively small screen (and perhaps badly-placed menus), would seem
to cause the SEGVs reported in PR#7806. (For certain window sizes, the
menu system would reject the menus as too small, but for others sysinst
would just crash.)
1999-06-19 06:52:22 +00:00
cgd
96c4c464ea
* be more descriptive with the windor/screen too small for menu messages
...
(say width or height).
* work harder to make menu fit width-wise. (if necessary, move the menu
further left, and if that's not good enough exit with an error.)
* move menu system initialization out of process_menu() so that it can
be called earlier (e.g. by the sysinst main()), since it initializes
curses and other code might want to access the curses data structures
before process_menu() is invoked.
1999-06-19 06:38:49 +00:00
itohy
5bebc476c6
Fix CPU percentage of "systat ps".
...
Yes, the name of the member "pt_pctcpu" is confusing :-).
Use double instead of float.
1999-06-19 05:35:14 +00:00
itohy
0953ea242f
Remove temp file on SIGPIPE (such as "man sh | head").
1999-06-19 05:25:31 +00:00
itohy
3d900be131
Fix -C behavior.
1999-06-19 05:20:17 +00:00
kim
6f775308a6
Only require half of the responses to indicate that the destination is
...
unreachable. This makes traceroute exit when it encounters a Cisco, which
typically does not respond to every other probe (or so) when either there
is no route to the destionation or an access list is blocking the probes.
1999-06-19 05:07:44 +00:00
augustss
d98b0bd725
Regen.
1999-06-19 04:51:42 +00:00
augustss
0650293580
Add Sony CXD 1947A FireWrire Controller and Neomagic 128XD.
1999-06-19 04:49:52 +00:00
cgd
8d188fe03a
fix a slight bogon in the geometry approval message. (This is the
...
correct disk -> This is the correct geometry.) (Thanks to tls and
wrstuden for help w/french.)
1999-06-19 01:23:52 +00:00
cgd
ee07f989ae
Clean up the FTP source selection menu some. When changing all but
...
password, offer defaults. When displaying the current values, note
that a password has been set and is hidden, rather than displaying
the number of characters entered for the password. (Thanks to wrstuden
for the translation of "hidden"...)
1999-06-19 01:10:59 +00:00
thorpej
03826522e4
Add some pretty simple tests for various memory mapping facilities.
...
There's lots more work to do here, but this simple program found a
couple of problems which I've fixed recently.
1999-06-19 00:53:31 +00:00
cgd
49aa92dfc0
don't dereference NULL when thinking about copying the default
1999-06-19 00:40:29 +00:00
cgd
5fa829d0bd
teach the message prompting code to use control-U as line kill character.
...
(not really the right thing, but it already hard-codes backspace and
delete rather than using the terminal settings...)
1999-06-19 00:13:19 +00:00
thorpej
72fcd1784e
Fix a typo.
1999-06-19 00:11:17 +00:00
cgd
a8d01c6140
fix an off-by-one error (it would put up to max_chars plus NUL into the string,
...
which is one too many). Also, msgc manual page says that 'def' and 'val'
can be the same string, but the way input was done (characters typed
went directly into val) meant that the contents of 'def' would be corrupted.
If the user backspaced to the beginning of the line and hit return (to accept
the default), they'd get a combination of the old default string and the
new characters they typed. alloca() a buffer an put new input there to
avoid this problem.
1999-06-19 00:00:48 +00:00