summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Missed one reference to the DB variable.phk1994-10-281-1/+1
|
* Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.phk1994-10-283-3/+3
| | | | Nice to see that people test their fixes before they commit :-(
* Fixed Jordan's editing mistake that caused this to puke.dg1994-10-281-1/+2
|
* Fixed an evil bug where rawname() could write across the boundaries ofjoerg1994-10-281-3/+3
| | | | | | | | 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:)
* Corrected the xref to the driver man page to be fdc(4) now thatjoerg1994-10-281-2/+2
| | | | we have one (instead of fd(4)).
* Totally refrobnicate stage0. Add an extern to sysinstall.h so we canjkh1994-10-282-13/+54
| | | | all share the same `selection' variable.
* Add sample stuff for the ipfw(1) utility.jkh1994-10-282-0/+112
|
* Fix up the man page a little more, delete the README that crept injkh1994-10-281-0/+3
| | | | (but I'm actually just as happy to have in the attic, for reference).
* IP Firewall code from Daniel Boulet and J.S.Antsilevichjkh1994-10-2810-8/+761
| | | | Submitted by: danny ugen
*-. This commit was generated by cvs2svn to compensate for changes in r3965,jkh1994-10-284-0/+2145
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Add the ipfw command, for IP firewall construction.jkh1994-10-282-0/+1134
| | | | | | | | Submitted by: danny ugen
| * Add the ipfw command, for IP firewall construction.jkh1994-10-282-0/+1011
| | | | | | | | Submitted by: danny ugen
* | Andreas Klemm's tape erase patches from 1.1.5.1.jkh1994-10-282-0/+6
| | | | | | | | Submitted by: andreas
* | Andreas Klemm's tape erase patches from 1.1.5.1jkh1994-10-283-3/+72
| | | | | | | | Submitted by: andreas
* | From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-287-7/+14
| | | | | | | | | | | | | | ... It turns out that these files do not include <sys/dkbad.h> before <sys/disklabel.h>. Submitted by: fredriks
* | Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while workingrgrimes1994-10-281-3/+3
| | | | | | | | on Makefile for netboot.
* | Add -I${.CURDIR}ache1994-10-283-6/+6
| |
* | But just a little more merciless.jkh1994-10-281-2/+2
| |
* | Make CLEANFILES just a little bit less psychotic.jkh1994-10-281-2/+2
| |
* | Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, thejkh1994-10-281-2/+2
| | | | | | | | whole build doesn't fall over before installation.
* | Urg! the netboot/Makefile is in a miserable state.phk1994-10-281-2/+2
| |
* | This concludes the CVS-surgery. This makefile now just points at the subdir's.phk1994-10-281-55/+3
| |
* | Remove eeprom from the default list of subdirs. It gets added properlyjkh1994-10-281-1/+1
| | | | | | | | | | 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.
* | Add refresh after each line of program output,ache1994-10-281-0/+1
| | | | | | | | some pgms may have long waiting time between output lines.
* | prgbox example addedache1994-10-281-0/+12
| |
* | Add --prgbox option to test new prgbox() functionache1994-10-282-2/+18
| |
* | Implement dialog_prgbox() function which allows run programache1994-10-2814-26/+394
| | | | | | | | (via pipe) with output to dialog box
* | Added two #defines to make this compile, until Paul gets out of bed again :-)phk1994-10-281-0/+4
| |
* | Note that enable and disable don't do anything, at present.jkh1994-10-281-2/+46
| | | | | | | | Make ^U/^X actually work.
* | Again, this is not a filesystem so don't compile it as if it were.wollman1994-10-272-6/+6
| |
* | ibcs2 is not a filesystem, don't compile it as if it were.wollman1994-10-272-6/+6
| |
* | Convince Perl to that is is part of the system, as /usr/bin/perl (binary)wollman1994-10-278-15/+21
| | | | | | | | | | | | 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.
* | Previous commit was incompleted, yet one step requiredache1994-10-271-1/+1
| |
* | Added: /usr/share/{info,locale,perl}.wollman1994-10-271-1/+17
| |
* | Remove VMIN_BUG from CFLAGS, add 57600, 115200ache1994-10-272-1/+10
| |
* | Fix scroll bug bringed by vi(1), from phk's flameache1994-10-274-8/+8
| | | | | | | | (I still wait for apologies)
* | Julian Elischer's disklabel fixes.jkh1994-10-2719-229/+687
| |
* | Change some compile time defaults, which may be overridden from these1994-10-272-28/+16
| | | | | | | | | | | | kernel config file by options lines. Now the default settings are FAST SCSI, max. 4 TAGS, WIDE transfers, if supported by the hardware ...
* | recommit rev 1.5 of ftpd, I fatfingered a commandpst1994-10-271-4/+12
| |
* | lorder(1) manual page not properly installed due to makefile usurpingpst1994-10-271-1/+1
| | | | | | | | install rule.
* | Printing out /etc/motd when a ftp login occurs is a security holepst1994-10-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | (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.
* | Set the EOF flag properly.pst1994-10-272-12/+12
| | | | | | | | Obtained from: netbsd-bugs mailing list
* | Remove extra newline.pst1994-10-271-4/+2
| |
* | Remove the f77 script now that we are instead installing a f77 programljo1994-10-271-4/+0
| | | | | | | | (that does the same as the script). The f77 program lives in cc/f77.
* | >Description:rgrimes1994-10-272-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Remove my failed attempt to add an Id string.bde1994-10-271-1/+0
| |
* | Restore fd.4 to a machine-independent directory.bde1994-10-273-3/+3
| |
* | Fix memchr(p, 0, 0) to return NULL instead of p.bde1994-10-271-3/+3
| |
* | Added libf2c, the library for f2c.ljo1994-10-271-1/+1
| |
* | Change hardwired irqs to soft irqs (?).jkh1994-10-278-8/+131
| | | | | | | | Add manpage for Buslogic cards, since we didn't have one.
OpenPOWER on IntegriCloud