Go to file
bouyer be743ed36b - Add 2 functions in label.c, getpartoff()/getpartsize() used to let the user
enter partitions offet and size. The user can chose unit independantly of
  the unit used for display ('M'/'c'/'s'). These functions do the proper
  bound checks and alignement/roudups. Used in the edfspart menu and
  i386 md_make_bsd_partitions() (other ports should do the change as
  well).
- now that getpartsize() does the rigth thing, kill the swapadj hack (which was
  buggy anyway).
- in i386 md_make_bsd_partitions(), don't propose defaults that don't fit on
  the disk. If the disk is too small, fallback to custom instead.
- fix a bug in mbr.c, where the partition flags would not have always been
  reset. sysinst created me a MBR with 2 active partition. The boot code
  doesn't like it :)
- added a message for eventual mount failures.
- killed donewfs and extracting messages, as we run  the commands in a
  subwindow these messages just flashed on the screen.
- Changes a few exit(1) to return(1), to give the user a second chance.
- added msg_clear() or wclear(stdscr) in a place or two, to make
  display a bit nicer.
- in run_cmd(), if the command succeeded, don't wait for the user to
  press enter.
1999-04-11 22:40:19 +00:00
bin Correct a rather obvious typo (once Tor Egge pointed it out to me) 1999-04-06 21:05:27 +00:00
distrib - Add 2 functions in label.c, getpartoff()/getpartsize() used to let the user 1999-04-11 22:40:19 +00:00
etc OK, adjust the kernel finder one more time to handle the case of a config 1999-04-10 04:41:52 +00:00
games change: 1999-04-06 04:54:19 +00:00
gnu Don't attempt to use a compiler specified by $CC; it's perfectly legitimate 1999-04-10 15:22:27 +00:00
include move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
lib Remove duplicate section header; from NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> 1999-04-09 14:11:57 +00:00
libexec change: 1999-04-06 04:54:19 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin Update for sparc64. 1999-04-09 16:01:34 +00:00
share Xref exphy(4). 1999-04-10 16:23:10 +00:00
sys Enable the code that gets our gateway+netmask from the 1999-04-11 22:15:25 +00:00
usr.bin Remove duplicated entry. 1999-04-11 12:56:15 +00:00
usr.sbin Prevent sending udp data to the obvious bad ports that are used for 1999-04-11 15:40:58 +00:00
Makefile Improve documentation. 1999-04-01 02:49:12 +00:00