Poul-Henning Kamp
cacd1ee89f
Add netboot to the world of make.
1994-10-28 22:11:50 +00:00
Poul-Henning Kamp
a1ebd387e5
Missed one reference to the DB variable.
1994-10-28 21:53:17 +00:00
Poul-Henning Kamp
1eb01a4975
Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.
...
Nice to see that people test their fixes before they commit :-(
1994-10-28 21:39:58 +00:00
David Greenman
c232824e58
Fixed Jordan's editing mistake that caused this to puke.
1994-10-28 18:50:36 +00:00
Joerg Wunsch
56d5f6db85
Fixed an evil bug where rawname() could write across the boundaries of
...
an array. The bug became obvious in the old system where the array was only
32 characters long (now MAXPATHLEN). Dump honored its name then (:-)
and dumped its core when calling dump -w for a fstab that contained rather long
NFS file system names. Even though this is rather unlikely to happen now,
a bug is a bug:)
1994-10-28 17:26:27 +00:00
Joerg Wunsch
3023486ce7
Corrected the xref to the driver man page to be fdc(4) now that
...
we have one (instead of fd(4)).
1994-10-28 17:07:32 +00:00
Jordan K. Hubbard
61386f1ebb
Totally refrobnicate stage0. Add an extern to sysinstall.h so we can
...
all share the same `selection' variable.
1994-10-28 15:19:57 +00:00
Jordan K. Hubbard
cff7905259
Add sample stuff for the ipfw(1) utility.
1994-10-28 15:17:23 +00:00
Jordan K. Hubbard
5d39ab9169
Fix up the man page a little more, delete the README that crept in
...
(but I'm actually just as happy to have in the attic, for reference).
1994-10-28 15:12:22 +00:00
Jordan K. Hubbard
100ba1a617
IP Firewall code from Daniel Boulet and J.S.Antsilevich
...
Submitted by: danny ugen
1994-10-28 15:09:49 +00:00
Jordan K. Hubbard
b877c0f37e
Add the ipfw command, for IP firewall construction.
...
Submitted by: danny ugen
1994-10-28 15:06:53 +00:00
Jordan K. Hubbard
2461956095
Andreas Klemm's tape erase patches from 1.1.5.1.
...
Submitted by: andreas
1994-10-28 13:21:57 +00:00
Jordan K. Hubbard
7366bf01ab
Andreas Klemm's tape erase patches from 1.1.5.1
...
Submitted by: andreas
1994-10-28 13:19:42 +00:00
Jordan K. Hubbard
94a92413cd
From: fredriks@mcs.com (Lars Fredriksen)
...
...
It turns out that these files do not include <sys/dkbad.h> before
<sys/disklabel.h>.
Submitted by: fredriks
1994-10-28 12:42:05 +00:00
Rodney W. Grimes
a5d34029d5
Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while working
...
on Makefile for netboot.
1994-10-28 07:54:13 +00:00
Andrey A. Chernov
3a1ed32457
Add -I${.CURDIR}
1994-10-28 06:58:04 +00:00
Jordan K. Hubbard
a6aa41ceba
But just a little more merciless.
1994-10-28 06:42:38 +00:00
Jordan K. Hubbard
48b5162585
Make CLEANFILES just a little bit less psychotic.
1994-10-28 06:41:47 +00:00
Jordan K. Hubbard
faa28a39e9
Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the
...
whole build doesn't fall over before installation.
1994-10-28 05:36:38 +00:00
Poul-Henning Kamp
63f7a09266
Urg! the netboot/Makefile is in a miserable state.
1994-10-28 04:56:51 +00:00
Poul-Henning Kamp
1c6a0e235f
This concludes the CVS-surgery. This makefile now just points at the subdir's.
1994-10-28 04:46:08 +00:00
Jordan K. Hubbard
794559559f
Remove eeprom from the default list of subdirs. It gets added properly
...
in the sparc case anyway. Next step will be to move some of the i386
specific things, like fdformat and fdwrite, into an i386 .if clause.
1994-10-28 04:35:13 +00:00
Andrey A. Chernov
646556067f
Add refresh after each line of program output,
...
some pgms may have long waiting time between output lines.
1994-10-28 04:05:32 +00:00
Andrey A. Chernov
b140921eef
prgbox example added
1994-10-28 03:22:29 +00:00
Andrey A. Chernov
78e71dffd1
Add --prgbox option to test new prgbox() function
1994-10-28 03:12:46 +00:00
Andrey A. Chernov
3f20de5a5f
Implement dialog_prgbox() function which allows run program
...
(via pipe) with output to dialog box
1994-10-28 03:08:28 +00:00
Poul-Henning Kamp
204218e079
Added two #defines to make this compile, until Paul gets out of bed again :-)
1994-10-28 03:02:47 +00:00
Jordan K. Hubbard
a3eb9fc56a
Note that enable and disable don't do anything, at present.
...
Make ^U/^X actually work.
1994-10-28 02:37:57 +00:00
Garrett Wollman
e85c098db0
Again, this is not a filesystem so don't compile it as if it were.
1994-10-27 23:39:19 +00:00
Garrett Wollman
6891d57652
ibcs2 is not a filesystem, don't compile it as if it were.
1994-10-27 23:36:57 +00:00
Garrett Wollman
7d22abd50c
Convince Perl to that is is part of the system, as /usr/bin/perl (binary)
...
and /usr/share/perl (library). The latter was chosen as analogous to other
directories already present in /usr/share, like /usr/share/groff_font and
(particularly) /usr/share/mk.
1994-10-27 23:16:54 +00:00
Andrey A. Chernov
80299b0177
Previous commit was incompleted, yet one step required
1994-10-27 23:13:53 +00:00
Garrett Wollman
b06261ed59
Added: /usr/share/{info,locale,perl}.
1994-10-27 23:05:15 +00:00
Andrey A. Chernov
f7da7bc717
Remove VMIN_BUG from CFLAGS, add 57600, 115200
1994-10-27 22:52:14 +00:00
Andrey A. Chernov
d8f07fabd5
Fix scroll bug bringed by vi(1), from phk's flame
...
(I still wait for apologies)
1994-10-27 22:36:56 +00:00
Jordan K. Hubbard
54c7241bd3
Julian Elischer's disklabel fixes.
1994-10-27 20:45:13 +00:00
Stefan Eßer
c3739b59ec
Change some compile time defaults, which may be overridden from the
...
kernel config file by options lines.
Now the default settings are FAST SCSI, max. 4 TAGS, WIDE transfers,
if supported by the hardware ...
1994-10-27 20:12:46 +00:00
Paul Traina
2c60c54cc4
recommit rev 1.5 of ftpd, I fatfingered a command
1994-10-27 19:36:01 +00:00
Paul Traina
179ead2d5b
lorder(1) manual page not properly installed due to makefile usurping
...
install rule.
1994-10-27 19:23:30 +00:00
Paul Traina
29e92c359a
Printing out /etc/motd when a ftp login occurs is a security hole
...
(as is printing out a version number at the telnet login banner).
Don't print out /etc/motd when people login, instead if present,
print out /etc/ftpmotd. It looks like 4.4lite2 has done something similar
(perhaps for different reasons) because /etc/motd no longer shows up
on vangogh.
Folks who like the old behavior can create a symbolic link to motd.
1994-10-27 19:14:39 +00:00
Paul Traina
6213f6fc8f
Set the EOF flag properly.
...
Obtained from: netbsd-bugs mailing list
1994-10-27 18:44:31 +00:00
Paul Traina
ab1a62c2a2
Remove extra newline.
1994-10-27 18:15:42 +00:00
L Jonas Olsson
0adf64b6c5
Remove the f77 script now that we are instead installing a f77 program
...
(that does the same as the script). The f77 program lives in cc/f77.
1994-10-27 16:37:39 +00:00
Rodney W. Grimes
3573df98f1
>Description:
...
While trying to figure out why rlogind wasn't working right for root,
I noticed that man wouldn't come back with a man page for iruserok, but
it would for ruserok. Checking the lib/net directory's Makefile.inc
file shows that the link to the rcmd man page just isn't getting
created.
>How-To-Repeat:
Do a 'man iruserok' and notihing will come back, where a 'man ruserok'
will.
Submitted by: Brian Moore <ziff@houdini.eecs.umich.edu>
Obtained from: NetBSD-bugs mailing list
1994-10-27 16:33:49 +00:00
Bruce Evans
8a3ed3d5c2
Remove my failed attempt to add an Id string.
1994-10-27 13:46:47 +00:00
Bruce Evans
9d48e26c8c
Restore fd.4 to a machine-independent directory.
1994-10-27 13:42:29 +00:00
Bruce Evans
b5281b4b2a
Fix memchr(p, 0, 0) to return NULL instead of p.
1994-10-27 11:36:11 +00:00
L Jonas Olsson
f2b209421e
Added libf2c, the library for f2c.
1994-10-27 11:07:34 +00:00
Jordan K. Hubbard
f135db687c
Change hardwired irqs to soft irqs (?).
...
Add manpage for Buslogic cards, since we didn't have one.
1994-10-27 08:53:11 +00:00
Søren Schmidt
f809acea7c
Added device registration stuff.
1994-10-27 08:03:15 +00:00