cgd
491d56190d
address the problems described in PR#7833 and its followups: ftp/nfs
...
installation would try to continue even if no networking interfaces found,
and, and, when that was fixed, instead of dropping back to the
pick-distribution-medium menu they'd drop all the way back to the opening
menu.
1999-06-22 18:47:07 +00:00
tron
c3f7d05c19
Add patch from gawk-3.0.46 to fix "OFMT" handling. Fix supplied by
...
NAKAJIMA Yoshihiro in PR bin/7834.
1999-06-22 18:17:24 +00:00
christos
00e5621847
We need to compile with -DVARPSZ, because the sparc has a variable page
...
size depending on arch. Make it an error to compile without it. This
caused -lposix linked programs to fail.
1999-06-22 16:28:22 +00:00
cgd
092b1acdb4
now that msg_window returns a value, check it
1999-06-22 15:04:15 +00:00
cgd
82ecc5c4d7
don't bother calculated up MAXSTR, especially since the value calculated
...
is _bogus_ in the face of printf-like message formatting! Instead,
calcuate the max size to format when the message window is set. We know
that we'll never want to format more characters than can fit in the window.
1999-06-22 15:00:37 +00:00
oster
7824f40e5f
Add a '#include <sys/resourcevar.h>' to each of these to allow them
...
to compile again.
1999-06-22 14:51:57 +00:00
tsubai
a2ded1ab73
NVRAM read/write functions.
1999-06-22 13:12:11 +00:00
bouyer
ab68dc3e40
Translate into french the new stuffs added by cgd.
1999-06-22 12:45:26 +00:00
tsubai
2068c8b6e4
Use RTC on PB.
1999-06-22 11:29:11 +00:00
cgd
3528b5e0cf
* make selection of 'none' for installation media type return the user
...
to the toplevel menu, as promised by the media selection menu, without
first going through an "installation is aborted" menu.
* when something causes the installation to fail (e.g. missing set or failure
to extract a set's contents), don't go through N menus
(missing/failed/aborted, sets didn't install/aborted,
sanity check failed/aborted) before getting back to the top level. The
user only needs to be told once that their life sucks.
1999-06-22 06:57:00 +00:00
cgd
f9227dd6ef
kill the "If you see error messages above..." and related chunks from
...
the disksetupdone message. If there were errors, sysinst would (or
should) have bailed out.
1999-06-22 04:29:54 +00:00
abs
a8468b8d74
Add iris-ansi-net as an alias for iris-ansi.
...
Change submitted back to Eric S. Raymond <esr@snark.thyrsus.com>
1999-06-22 04:22:46 +00:00
cgd
72928b1093
nuke ask_ynquestion from orbit. not only was it bogus w.r.t. what is
...
allowed in C (see PR 6431), but it's also bogus w.r.t. sysinst's message
display style, etc. XXX the French msg file needs translation.
1999-06-22 02:43:09 +00:00
cgd
1efdb57757
explicitly mention that the domain name requested is the DNS domain name
1999-06-22 02:21:58 +00:00
sakamoto
a9088f55c8
Add casts for -Wall.
1999-06-22 02:04:06 +00:00
sakamoto
40629ff8cc
rename pms to opms.
1999-06-22 01:48:33 +00:00
sakamoto
4763a9b0a0
Remove sc_id member from fdc_softc.
1999-06-22 01:41:48 +00:00
sakamoto
f93507970d
Use powerpc/reg.h
1999-06-22 01:39:43 +00:00
sakamoto
ade7d52fc9
Use powerpc/pmap.h.
1999-06-22 01:38:38 +00:00
cgd
59d3c08e03
mark all calls to write 'CL' (the screen-clear escape sequence) to the
...
screen as XXX. Where they were not followed by wclear(stdscr), add
wclear(stdscr). Somebody was let out without adult supervision. If i
were more adventurous, i'd remove the bits that output 'CL', but i'm not
gonna go there right now.
1999-06-22 00:57:06 +00:00
cgd
afa3578c2f
provide a way to ignore tty-generated signals (INTR and QUIT) and/or
...
forward them on to subprocesses. nice when running a subprocess in
a display window to allow the user to kill the subprocess w/o nuking
sysinst itself. add handling for QUIT, which gets handled the same
as intr. add handling for HUP which just cleans up. More signals
should be handled.
1999-06-22 00:43:57 +00:00
tron
d7678457d6
Fix definition of infinity. Patch supplied by Richard Earnshaw in
...
PR lib/7829.
1999-06-21 22:31:32 +00:00
wrstuden
17900cd587
Install ofwboot.elf in addition to ofwboot. Thanks to Chris for info on how
...
to do this!
1999-06-21 21:02:49 +00:00
ad
7a71d12944
Clear out 'struct fbdevice' cruft; it represents bitrot on pmax. Add
...
#ifdef'ed out definition for 'struct fbsoftc', the way forward until
[nisimura-pmax-wscons] is merged.
1999-06-21 19:21:10 +00:00
ad
5756acc071
Cleanup.
1999-06-21 19:07:16 +00:00
ad
ebd6cdffde
px.c requires that qvss_compat.c be compiled in.
1999-06-21 19:05:10 +00:00
thorpej
abb48c5b71
Protect prototypes, certain macros, and inlines from userland.
1999-06-21 17:25:11 +00:00
ragge
51dd099ef5
Add DW750 and DW780 UBA support. Still no BDP's.
1999-06-21 16:23:00 +00:00
minoura
5821d4ffc3
Add memswitch and its manpage.
1999-06-21 16:00:12 +00:00
minoura
d2b1196311
Add memswitch(8).
1999-06-21 15:57:47 +00:00
minoura
12769637d8
Initial version of memswitch(8), utility to get or set x68k memory switch.
1999-06-21 15:56:03 +00:00
mrg
5425cbfa41
fix compile warning.
1999-06-21 06:28:33 +00:00
cgd
7c91150061
put temporary file in /tmp, and cd into src dirs and make w/ "Makefile"
...
(rather than making w/ "srcdir/Makefile") so that relative path specs in
srcdirs work out correctly.
1999-06-21 05:57:10 +00:00
sommerfeld
c45e268d01
Fix PR7373 for real: Rearrange locking to avoid need for LOCKPARENT in lookup
1999-06-21 05:11:09 +00:00
cgd
f337a5c974
actually use all of the action window for command output
1999-06-21 02:55:27 +00:00
cgd
7f0f3a202c
simplify the code to display cmd output in subwindows slightly. while
...
at it, remove the gratuitous inefficiencies.
1999-06-21 02:47:41 +00:00
danw
a70101fd7b
const poison login
1999-06-21 02:32:20 +00:00
cgd
9c8517c573
handle CRs properly when running cmds w/output to subwin
1999-06-21 02:31:17 +00:00
sommerfeld
8d750c058f
regen (no actual change, but comments in the master file changed)
1999-06-21 02:30:53 +00:00
sommerfeld
9bad197221
Correct comment about how LOCKPARENT affects VOP_LOOKUP
1999-06-21 02:28:46 +00:00
eeh
0c32dc3995
Clean this up a little. More later. (Gee, this really is becoming a huge
...
mess).
1999-06-21 01:44:14 +00:00
eeh
d326454d31
Nuke the last vestiges of a single DVMA map. This stuff should have
...
been completely migrated to individual bus drivers.
1999-06-21 01:42:36 +00:00
eeh
2c283b9149
Improve TRAPTRACE. Add FLTRACE that only tracks MMU faults.
1999-06-21 01:39:06 +00:00
cgd
40587021a6
dependencies on BSDSRCDIR should be _removed_, not introduced. Use
...
paths relative to ${.CURDIR} instead. Using BSDSRCDIR here means that
it's impossible to compile these programs out of the source tree they're
a part of, unless that sort tree happens to be the one at BSDSRCDIR.
1999-06-21 01:19:36 +00:00
cgd
d78b6bd31e
split the "SMALL" #ifdefs into ones for NO_ABOUT, NO_EDITCOMPLETE, and
...
NO_PROGRESS. -DSMALL still implies all of those. progress meter support
isn't necessary for the smallest possible ftp client, but it adds very
little space and makes users' lives much better. Therefore, it should
be enabled for installation media if at all possible.
1999-06-20 22:07:28 +00:00
cgd
f4ce9a35ea
nuke extra spaces around logging menu title, allow the menu to be
...
automatically horizontally centered.
1999-06-20 20:26:42 +00:00
cgd
da4d528c80
need to provide an exit string for dynamic menus. hardcodes "Exit".
...
not pretty, but no worse than what the code did before.
1999-06-20 20:21:03 +00:00
ragge
e0972091c8
Remove moved files.
1999-06-20 18:19:19 +00:00
pk
37d80b004f
Remove dead file; alphabetize
1999-06-20 18:17:22 +00:00
ragge
e410ff8410
Remove moved files.
1999-06-20 18:14:41 +00:00