Commit Graph

2054 Commits

Author SHA1 Message Date
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
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
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
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
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
cgd
5e4db63c27 * when encoding an FTP url, if the path starts with a / put a %2F at the
start of the URL so that the request will start from / (rather than
  relative to the login directory; makes things work better for
  non-anonymous FTP).  To make it clearer what's going on, make the
  default path (used to get distribution bits) relative.  (according
  to the 1.4 LAST_MINUTE file, this is OK.)
* Also, %-encode passwords in FTP URLs (doesn't help actual security, but
  makes it slightly harder to figure out a password by reading over
  somebody's shoulder).
1999-06-18 23:26:40 +00:00
cgd
e26af403c2 get rid of some annoying (bad-looking) and unnecessary spaces in the
network name/address/etc. prompts.
1999-06-18 23:14:01 +00:00
ad
3aba7f6af2 Add entries for cdplay(1). 1999-06-18 14:26:38 +00:00
cgd
bf0ffa5211 * hitting control-c (causing SIGINTR) would cause the SIGINTR handler to
be called.  it'd cleanup() then exit().  however, cleanup() is scheduled
  to run at exit via atexit().  This means that it gets run twice, and
  this causes confusion for things like endwin().  The end result is
  that rather than actually exiting and printing the "sysinst terminated"
  message, after one control-c it looks like it's still sitting at the
  last screen you were viewing even though it's actually at a shell prompt.
  squelch the cleanup() in the SIGINTR handler to avoid this problem.
* while here, nuke the annoying space before the "sysinst terminated."
  message.  it looks bad, and serves no purpose.
1999-06-18 08:54:28 +00:00
cgd
c42289089f nuke md_copy_filesystem()'s contents. it now just returns 0. 1999-06-18 05:08:57 +00:00
thorpej
5c9f5c95a4 Goodbye pmap.new.h 1999-06-17 00:12:40 +00:00
thorpej
2625387d1f Libc bump, mlockall(2) 1999-06-15 23:32:08 +00:00
tron
5a069c8cb8 The info file for "awk" is called "/usr/share/info/awk.info" of course. 1999-06-13 22:40:51 +00:00
tron
a7ba948335 Add "/usr/share/info/gawk.info". 1999-06-13 22:23:47 +00:00
pk
a7de1e5f5d truely -> truly; PR 7762 1999-06-12 11:24:35 +00:00
simonb
0d4b9d87cf Move the last of the arch/machine-dependant man pages to the MI set.
Woohoo!
1999-06-10 00:54:13 +00:00
simonb
2b778069fc Move the elf2{aout,ecoff} manpages to the MI set. 1999-06-09 03:01:21 +00:00
christos
457a67e5f9 Increase the number of inodes. 1999-06-09 01:45:28 +00:00
simonb
2b79231090 Add /etc/ld.so.conf and /sbin/ldconfig 1999-06-08 07:42:13 +00:00
pk
4482c7e0a6 Make the sparc use the elf sets. 1999-06-06 09:26:51 +00:00
bouyer
f10be91eae Ops, remove debug code added with previous commmit. 1999-06-05 20:44:57 +00:00
bouyer
90d35fd201 Generate the /dist/obsolete_* files used by sysinst from the obsolete lists
in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md
obsolete list files all or a specified set and dumps it in a file, in a
subdir specified on the command line (inspired from the maketar and makeflist
files).
Use this for all the sysinst-based installs.
Untested for non-i386, and the md obsolete list may be wrong or incomplete.
Each postmaster is supposed to check this on his port.
1999-06-05 20:17:38 +00:00
mark
814a0fc578 Add the Xarm32VIDC server. 1999-06-04 10:34:54 +00:00
lukem
3da956dff3 regen 1999-05-31 23:57:50 +00:00
ender
5f92800c39 Add a paragraph warning the user that a MacOS partition is still necessary
for booting so completely destroying all existing partitions may be
ill-advised.

Should fix PR 6341 from John Refling (refling@comet.lbl.gov).
1999-05-31 06:54:31 +00:00
ender
077384cc46 Add a note about 32-bit addressing when the Memory control panel does not
give you the option.

Should fix PR 6320 from John Refling (refling@comet.lbl.gov).
1999-05-31 06:38:16 +00:00
mark
970c0332ab Reduce the number of bytes per inode to 5120. 1999-05-28 06:05:00 +00:00
gwr
74d4236abd Warning fixes from kurt.schreiner 1999-05-27 05:41:15 +00:00
ross
85bb1d699e You are leaving a maze of twisty little conditionals.
There are macs here.
1999-05-27 01:04:13 +00:00
lukem
944d558ceb regen 1999-05-26 14:29:15 +00:00
simonb
29f2f8bf77 You leave a maze of twistly little conditionals... 1999-05-26 01:16:40 +00:00
ad
89b746a40e Merge long lost rcons-color entry. 1999-05-24 20:39:33 +00:00
ross
d1a550d635 Delete maze of twisty little conditionals. 6 down, 11 to go. 1999-05-24 16:47:25 +00:00
ross
c130e42b2e * Delete sun3x from SUBDIR
* The merged contents file didn't work out, so nuke it and put it back
  into each port directory. Most still have the now-pointless conditionals;
  these now should be deleted.
* fix alpha, amiga, and arm32 to delete the maze of twisty little conditionals
1999-05-24 07:03:16 +00:00
gwr
b6019bb35a fix warning allegedly reported on i386 1999-05-23 22:08:17 +00:00
veego
3a53c9e30e Fxi the last commit:
move the include of bsd.prog.mk in front of the .PATH.
1999-05-23 10:25:43 +00:00
tron
2f3417d997 Fix listfiles to handle object directories. Patches supplied by
Izumi Tsutsui in PR misc/7628.
1999-05-23 07:31:19 +00:00
lukem
5488764b26 regen 1999-05-22 04:37:28 +00:00
gwr
33ad8f4c0a Add a release target to automate building release snapshots. 1999-05-21 04:06:20 +00:00
gwr
662828c4ce Add sun3 stuff 1999-05-19 05:49:06 +00:00
gwr
85c2b5c458 Add sn3 stuff. (This file is gross...) 1999-05-19 05:48:27 +00:00
gwr
9bde5265dc obsolete 1999-05-19 04:28:56 +00:00