Commit Graph

293 Commits

Author SHA1 Message Date
wollman
4653de1bed Change obnoxious ``Not root dir'' error message into one which actually
tells you what's wrong.
1994-12-02 02:58:56 +00:00
dg
d275f8ea0a In past releases of FreeBSD, I have used the exit status of "ping" to
determine whether a connection to a given machine is up or not.

In FreeBSD 2.0 (and therefore, I assume, BSD 4.4) the exit code of ping
is always zero, even if no packets were received.

I would like to propose the following change to /usr/src/sbin/ping/ping.c
to restore this useful behaviour:

Submitted by:	Denis Fortin
1994-11-29 16:09:56 +00:00
ugen
95ff033682 Interface changes to support additions to firewall. 1994-11-28 12:34:37 +00:00
ats
a9a7202573 Submitted by: M.C. Wong
Obtained from:
Don't throw away the /etc/nologin file in the -k case.
1994-11-27 23:52:13 +00:00
ats
cbd4f08537 Correct a litle typo in an error message: PRC -> RPC. 1994-11-26 13:57:46 +00:00
ache
51e5f97e20 Sectors field too narow (6 digits only), increase it to 7 1994-11-24 21:56:03 +00:00
ache
f20c1ee477 Fix draw_box dims 1994-11-24 21:50:26 +00:00
paul
7f8c24f7e0 Added
CLEANFILES += makedevs.c
1994-11-22 13:34:43 +00:00
jkh
f2ae2fd91a ALPHA -> BETA 1994-11-21 07:38:48 +00:00
phk
3aa2d86728 Another absolute path... Two actually. 1994-11-20 23:01:27 +00:00
phk
06ec609c8b Guess what 1994-11-20 22:47:52 +00:00
phk
d547529d58 Whoops. 1994-11-20 22:46:14 +00:00
phk
a0868e0612 I might soon stop to keep count of these... 1994-11-20 22:45:14 +00:00
phk
6b2ffe34b1 And another absolute path -I :-< 1994-11-20 22:42:16 +00:00
phk
2fd6a04b7d This time: an absolute -I :-< 1994-11-20 22:41:03 +00:00
phk
858d5ee319 fix another BLODDY ABSOLUTE .PATH !!!! :-< 1994-11-20 22:28:09 +00:00
ats
a0e203b83e Add parameters "compress", "normal" and "noicmp" for the slip usage.
These names are used in the slip.hosts file as examples, but ifconfig
have formerly only accepted link0, -link0 and link1 for this.
1994-11-20 19:45:58 +00:00
ugen
037897e61d G-d help me to do it right first time....
Minor patch to man page,test.
1994-11-20 11:53:06 +00:00
phk
fe71460e68 A couple of changes more. Now Paul & Jordan can play again... :-) 1994-11-20 00:49:21 +00:00
phk
683f53703c Changes to match Pauls code. Had to "globalize" the variables for the
mountpoints.
1994-11-19 23:59:03 +00:00
paul
a7b6a58b5e Changed the MBR partition type field from being a string to
a decimal value.

I don't have the time to deal with users typing in partition names
such as "FreeBSD" at the moment so just allow the numerical id to be
specified for the moment.
1994-11-19 18:23:08 +00:00
nate
9d65673548 NetBSD -> FreeBSD
(Poul, bring this into 2.0 please)
1994-11-19 17:55:35 +00:00
paul
48f49dd446 Implemented buttons for all the screens.
Could do with some cosmetic tuning regarding placement and things.

Fixed some dialog code (from Andrew).
Pass mountpoints onto stage2 in a struct fstab *mounts[]
Fix all the field connections to conform to the new L&F document.
1994-11-19 17:29:19 +00:00
paul
2ce8cdd423 I hope this gets my changes merged back into the current branch.
Removed a layer of menus.
Auto select partition to install into -- first FreeBSD partition
in MBR table. Abort if no FreeBSD partition.
Added a F_BUTTON type.
Fixed up label editor to show free space properly.
Fixed a few bugs.
1994-11-19 05:20:13 +00:00
ache
e91c6e8447 Insert newline into too long line 1994-11-19 00:17:55 +00:00
ache
2296fbf3d1 Fix more dialog bugs and core dumps introduced by previous commiter 1994-11-19 00:09:00 +00:00
ache
cd3dae469c Fix dialog things broken by previous commiter 1994-11-18 23:34:05 +00:00
ache
808f6ba39d Nuke edit_line crawled in again. Change all occurances to line_edit. 1994-11-18 22:21:57 +00:00
paul
e9a118a247 Update the in-core disklabel when we change the on-disk version.
Fix up the editor links for the disklabel editor.
Correct the display of fields when they're longer than the
viewable length.
1994-11-18 19:29:01 +00:00
paul
a5d066a3e5 New files that the last commit missed. 1994-11-18 18:24:00 +00:00
paul
a143a510a2 Merge in my new mbr and disklabel code. 1994-11-18 18:13:13 +00:00
phk
22dafaa67b Add a "write Bootcode" option to the Fdisk editor.
unzip sysinstall on the way to the hd.
1994-11-18 11:30:04 +00:00
jkh
1bed9ee27c Give the user a chance to retry the cpio floppy. 1994-11-18 10:12:56 +00:00
ache
bfad253e52 Remove edit_line(), use line_edit() libdialog function instead in all places 1994-11-18 01:16:58 +00:00
ache
347926efdd Use dialog_clear_norefresh() if possible 1994-11-17 23:36:49 +00:00
ache
1009cfb08b Use -1, -1 where is possible 1994-11-17 19:44:55 +00:00
jkh
0f848bf8f7 Rethink the cpio floppy verify a little. Don't use a magic cookie,
check for bininst instead (see comments in release/Makefile).
1994-11-17 14:18:43 +00:00
jkh
a33713ec28 1. Add check to see if CPIO floppy extracted properly.
2. See if swapon() failed and at least print a diagnostic.
3. Use -1 instead of strheight()/strwidth() everywhere.

Reviewed by:
Submitted by:
Obtained from:
1994-11-17 14:12:38 +00:00
jkh
6ac94c818d New man pages from Ugen. Delete my old, first attempt. I only hope
that the english in Ugen's two replacement pages is not too impenetrable! :-)
[Note:  Poul - please pull these into the BETA branch along with the
other firewall changes]

Submitted by:	ugen
1994-11-17 09:50:30 +00:00
gibbs
097f97aa66 Make newlfs work by adding the MAXSYMLINKLEN and a byte padding to
struct lfs.

sovs@diku.dk:
The pad2 field in struct lfs is a kludge. You
need it because the raw devices has to be written in DEV_BSIZE. The
lfs_maxsymlinklen is needed because the tells the UFS code that we
want to use 4.4BSD directory layout insted of FreeBSD 1.1.5.

Reviewed by: Justin Gibbs
Submitted by: sovs@diku.dk
1994-11-17 01:38:30 +00:00
ache
8bf7a8db5f Remove str{width,height} functions, they are in libdialog now.
It is only first hook for new autosizing changes, more changes
will follow.
1994-11-16 14:42:22 +00:00
jkh
78bb5a3f4e Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, please
take this into BETA.
Submitted by:	ugen
1994-11-16 10:18:18 +00:00
ache
b0aa038fc5 Use autodetected dimensions in Sorry! window 1994-11-15 12:17:42 +00:00
ache
5433933d5e Use TellEm instead of dialog_msgbox 1994-11-15 12:15:51 +00:00
ache
e6775b1095 Check exit code of the dialer, from asa@gw.cronyx.msk.su
Set HUPCL as default modem flag, idea from asa@gw.cronyx.msk.su
but different implementation.
1994-11-14 20:17:36 +00:00
jkh
6f8adb8f9c I buggered the last commit. Make sysinstall work again (^$&*!! missing
comma!).
1994-11-13 04:20:23 +00:00
jkh
e1be81e561 Whoops! Update the size of the main menu to 7 items. I'm sleepy. 1994-11-13 02:06:50 +00:00
jkh
8d668f0871 Now I know what this message is really supposed to say.. :-) 1994-11-13 01:14:38 +00:00
jkh
63bb8f0e14 Add hooks for a short trouble shooting document. 1994-11-12 20:34:18 +00:00
phk
49450190c2 Don't continue if we don't get a /, swap and a /usr or 80Mb in /. 1994-11-12 05:40:28 +00:00