unix-history/.git
30 years agoPulled in patch kit 0.2.4 netstart, added ifconfig ed0 line. This is a
Rod Grimes [Mon, 19 Jul 1993 21:08:53 +0000 (21:08 +0000)]
Pulled in patch kit 0.2.4 netstart, added ifconfig ed0 line.  This is a
crock so I can get the binaries released.

30 years agoFixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.
Rod Grimes [Mon, 19 Jul 1993 21:05:58 +0000 (21:05 +0000)]
Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.

30 years agoLINKS= should not contain ${DESTDIR} since this is handled by the .mk files.
Rod Grimes [Mon, 19 Jul 1993 20:22:11 +0000 (20:22 +0000)]
LINKS= should not contain ${DESTDIR} since this is handled by the .mk files.

30 years agoRemoved un-ncecessary "adding swap" message in vm_swap.c, since rc
Nate Willams [Mon, 19 Jul 1993 19:56:59 +0000 (19:56 +0000)]
Removed un-ncecessary "adding swap" message in vm_swap.c, since rc
tells you anyway, and it works now.

30 years agoFixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script
Rod Grimes [Mon, 19 Jul 1993 19:49:45 +0000 (19:49 +0000)]
Fixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script

30 years agoFrom NetBSD, copied verbatium. May need some work yet.
Rod Grimes [Mon, 19 Jul 1993 19:14:45 +0000 (19:14 +0000)]
From NetBSD, copied verbatium.  May need some work yet.

30 years agoNew file from NetBSD, for when we get ready for the rpc code.
Rod Grimes [Mon, 19 Jul 1993 19:13:15 +0000 (19:13 +0000)]
New file from NetBSD, for when we get ready for the rpc code.

30 years agoChanged banner from 386BSD to FreeBSD
Rod Grimes [Mon, 19 Jul 1993 19:12:33 +0000 (19:12 +0000)]
Changed banner from 386BSD to FreeBSD

30 years agoChanged login banner from 386BSD to FreeBSD. Added entries for 38.4k, 57.6k
Rod Grimes [Mon, 19 Jul 1993 19:11:55 +0000 (19:11 +0000)]
Changed login banner from 386BSD to FreeBSD.  Added entries for 38.4k, 57.6k
and 115.2k baud gettys.

30 years agoRemoved all Berkeley aliases information since it is way out of date.
Rod Grimes [Mon, 19 Jul 1993 19:09:14 +0000 (19:09 +0000)]
Removed all Berkeley aliases information since it is way out of date.
General cleanup.. from NetBSD.

30 years agoNew file for netstart, should contain the hosts hostname.
Rod Grimes [Mon, 19 Jul 1993 19:08:31 +0000 (19:08 +0000)]
New file for netstart, should contain the hosts hostname.

30 years agoFixed spelling error in Sean Fagan's maxfdesc patch
Nate Willams [Mon, 19 Jul 1993 19:08:15 +0000 (19:08 +0000)]
Fixed spelling error in Sean Fagan's maxfdesc patch

30 years agoCleaned up crontab from NetBSD, adjusted for FreeBSD.
Rod Grimes [Mon, 19 Jul 1993 19:08:04 +0000 (19:08 +0000)]
Cleaned up crontab from NetBSD, adjusted for FreeBSD.

30 years agolp device was setup and enabled, changed it to be commented out. This caused
Rod Grimes [Mon, 19 Jul 1993 18:58:09 +0000 (18:58 +0000)]
lp device was setup and enabled, changed it to be commented out.  This caused
lpd to run on system where it had not been configured.

30 years agoRemoved bill and lynne from group file, this was a security hole in the
Rod Grimes [Mon, 19 Jul 1993 18:56:42 +0000 (18:56 +0000)]
Removed bill and lynne from group file, this was a security hole in the
0.1 distribution, as they had accounts in the password file with out passwords,
and were in group wheel!

30 years agoRemoved the foreground/background escape sequences that cause headaches
Rod Grimes [Mon, 19 Jul 1993 18:55:38 +0000 (18:55 +0000)]
Removed the foreground/background escape sequences that cause headaches
if you are using a com console or a non pc3 console.

30 years agoBrought in NetBSD Makefile, which was then fixed up to use mtree for
Rod Grimes [Mon, 19 Jul 1993 18:54:09 +0000 (18:54 +0000)]
Brought in NetBSD Makefile, which was then fixed up to use mtree for
building the distrubution hierarchy.  Still needs some work, but atleast
this version runs and does most of the right things.

30 years agoRemoved extranious names from master.passwd file, changed root and toor to
Rod Grimes [Mon, 19 Jul 1993 18:52:51 +0000 (18:52 +0000)]
Removed extranious names from passwd file, changed root and toor to
be in group 0 (was group 10).  Changed operator to be in group 20, was 28.

30 years agoFixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
Rod Grimes [Mon, 19 Jul 1993 18:50:36 +0000 (18:50 +0000)]
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
MAKEDEV script from 0.1.2.4 system.

30 years agoUpdated BSD.*.dist files to reflect FreeBSD as it is now.
Rod Grimes [Mon, 19 Jul 1993 18:48:15 +0000 (18:48 +0000)]
Updated BSD.*.dist files to reflect FreeBSD as it is now.

30 years agopcfs was freeing an unitialized pointer. gcc -Wall -W... warns
Rod Grimes [Mon, 19 Jul 1993 16:49:36 +0000 (16:49 +0000)]
pcfs was freeing an unitialized pointer. gcc -Wall -W... warns
about the problem, but the system headers are so krufty that it warns
about 100's of other things so the warnings are usually turned off.

Bruce Evans bde@kralized.zeta.org.au

30 years agoRemoved un-necessary file from release and added it to CLEANFILES
Nate Willams [Mon, 19 Jul 1993 08:57:17 +0000 (08:57 +0000)]
Removed un-necessary file from release and added it to CLEANFILES
in the Makefile since it should be cleaned out.

30 years agoAdded fix from Rich to accept catpages with .0 syntax for backwards
Jordan K. Hubbard [Sun, 18 Jul 1993 22:40:56 +0000 (22:40 +0000)]
Added fix from Rich to accept catpages with .0 syntax for backwards
compatability (XFree86 man pages will still be .0'd for awhile).

30 years agoChanged volatile declaration to __volatile because with gcc2 it
Paul Richards [Sun, 18 Jul 1993 22:37:39 +0000 (22:37 +0000)]
Changed volatile declaration to __volatile because with gcc2 it
caused a syntax error in conf.c

30 years agoFixed sccs id to be From:\n com.c xxxx. The sccs id was changed by the
Rod Grimes [Sun, 18 Jul 1993 21:27:57 +0000 (21:27 +0000)]
Fixed sccs id to be From:\n com.c xxxx.  The sccs id was changed by the
patch kit and it should not have been.

30 years agoAdded prototypes for kexit,cpu_exit and swtch.
Paul Richards [Sun, 18 Jul 1993 20:59:46 +0000 (20:59 +0000)]
Added prototypes for kexit,cpu_exit and swtch.
Moved warning about returning from kexit() to cpu_exit() but it's
still not solved. This may prove impossible.

30 years agoChanged exit() to kexit() to avoid ANSI clashes.
Paul Richards [Sun, 18 Jul 1993 20:58:36 +0000 (20:58 +0000)]
Changed exit() to kexit() to avoid ANSI clashes.

30 years agoFixed warning from gcc1 (but not gcc2 for some reason).
Paul Richards [Sun, 18 Jul 1993 20:57:34 +0000 (20:57 +0000)]
Fixed warning from gcc1 (but not gcc2 for some reason).
2nd parameter to isread was unsigned char and function declaration was for
char. Changed function declaration to unsigned char.

30 years agoAdded volatile void to cpu_exit() in the hope that it would
Paul Richards [Sun, 18 Jul 1993 20:56:17 +0000 (20:56 +0000)]
Added volatile void to cpu_exit() in the hope that it would
stop warning about returning from gcc.

It hasn't but the declaration is still correct.

30 years agoAdded volatile declaration for cpu_exit.
Paul Richards [Sun, 18 Jul 1993 18:04:52 +0000 (18:04 +0000)]
Added volatile declaration for cpu_exit.

Fixes warning from gcc[12] when compiling kern_exit.c, without it gcc
thinks that rexit and exit return but they shouldn't since they're
declared as volatile.

30 years agoRemoved the totally bogus dummy returns I added.
Paul Richards [Sun, 18 Jul 1993 17:49:20 +0000 (17:49 +0000)]
Removed the totally bogus dummy returns I added.
A correct fix for this warning is to declare cpu_exit as volatile.

30 years agoAdded a missing return in bdwrite. Suggested by Christoph Robitschko.
David Greenman [Sun, 18 Jul 1993 17:15:09 +0000 (17:15 +0000)]
Added a missing return in bdwrite. Suggested by Christoph Robitschko.

30 years agoTidied up fix in device_pager.c for gcc warnings.
Paul Richards [Sun, 18 Jul 1993 15:30:30 +0000 (15:30 +0000)]
Tidied up fix in device_pager.c for gcc warnings.

Added cast to handle->v_rdev to avoid declaring extra vp variable.

30 years agoFixed last two gcc2 warnings. Passes whole vnode instead of just special
Paul Richards [Sun, 18 Jul 1993 12:36:41 +0000 (12:36 +0000)]
Fixed last two gcc2 warnings. Passes whole vnode instead of just special
device type to device_pager.

In vm_mmap now do

handle = (caddr_t)vp;

intead of

handle = (caddr_t)vp->rdev;

and in device_pager we now do

vp = (struct vnode *)handle;
dev = vp->rdev ;

instead of

dev = (dev_t)handle;

30 years agoFixed a couple of warnings from gcc2.
Paul Richards [Sun, 18 Jul 1993 11:27:45 +0000 (11:27 +0000)]
Fixed a couple of warnings from gcc2.
Added (another) dummy return in kern_exit.c at end of exit.
added static to declaration of getnewbuf in vfs__bio.c

30 years agoFixed braindamage.
Jordan K. Hubbard [Sun, 18 Jul 1993 05:52:29 +0000 (05:52 +0000)]
Fixed braindamage.

30 years agoAdded unecessary return(0) to rexit.c to prevent gcc from warning
Paul Richards [Sun, 18 Jul 1993 04:53:54 +0000 (04:53 +0000)]
Added unecessary return(0) to rexit.c to prevent gcc from warning
about volatile function not returning.

This fixes tha last of the kerel warnings. We now have a clean kernel
:-)

30 years agoSmall fix to correct warning --
Paul Richards [Sun, 18 Jul 1993 04:18:00 +0000 (04:18 +0000)]
Small fix to correct warning --
missing cast of u_short to int in isread call.

30 years agoFixed make file for tags target, removed files that are generated by the
Rod Grimes [Sat, 17 Jul 1993 06:20:35 +0000 (06:20 +0000)]
Fixed make file for tags target, removed files that are generated by the
Makefile.

30 years agoRemoved files that are generated by the Makefile. Fixed Makefile for
Rod Grimes [Sat, 17 Jul 1993 06:06:28 +0000 (06:06 +0000)]
Removed files that are generated by the Makefile.  Fixed Makefile for
make depend so that config.h gets created so make depend does not fail
in other directories.

30 years agoFixed make file for tags target, removed files that are generated by the
Rod Grimes [Sat, 17 Jul 1993 06:05:35 +0000 (06:05 +0000)]
Fixed make file for tags target, removed files that are generated by the
Makefile.

30 years agoAddeded depend: @echo "BROKEN MAKE DEPEND" so I can compile the world
Rod Grimes [Sat, 17 Jul 1993 01:22:27 +0000 (01:22 +0000)]
Addeded depend: @echo "BROKEN MAKE DEPEND" so I can compile the world

30 years agoNew locore from Christoph Rubitschko.
David Greenman [Fri, 16 Jul 1993 23:55:07 +0000 (23:55 +0000)]
New locore from Christoph Rubitschko.

30 years agoAdded libcrypt
Nate Willams [Fri, 16 Jul 1993 23:00:53 +0000 (23:00 +0000)]
Added libcrypt

30 years agoAdded one more file so that if you have ENCRYPT enabled you get the
Nate Willams [Fri, 16 Jul 1993 22:57:28 +0000 (22:57 +0000)]
Added one more file so that if you have ENCRYPT enabled you get the
libtelnet function that used the ENCRYPT function

30 years agoAdded new library dependency ${LIBTELNET} to Makefile
Nate Willams [Fri, 16 Jul 1993 22:31:47 +0000 (22:31 +0000)]
Added new library dependency ${LIBTELNET} to Makefile

30 years agoAdded library dependencies for libtelnet and the upcoming libcrypt
Nate Willams [Fri, 16 Jul 1993 22:29:19 +0000 (22:29 +0000)]
Added library dependencies for libtelnet and the upcoming libcrypt
and documented them

30 years agoAdded back in all the files I removed from libtelnet + crypt.c
Nate Willams [Fri, 16 Jul 1993 22:21:50 +0000 (22:21 +0000)]
Added back in all the files I removed from libtelnet + crypt.c
for future libcrypt changes.

Lots todo still

30 years agoAdded less, moved here from gnu
Rod Grimes [Fri, 16 Jul 1993 22:17:28 +0000 (22:17 +0000)]
Added less, moved here from gnu

30 years agoARGHH.. removed less from Makefile, since it has moved to usr.bin
Rod Grimes [Fri, 16 Jul 1993 22:16:43 +0000 (22:16 +0000)]
ARGHH.. removed less from Makefile, since it has moved to usr.bin

30 years agoRemoved all non-exportable code (it will move into libcrypt)
Nate Willams [Fri, 16 Jul 1993 22:09:35 +0000 (22:09 +0000)]
Removed all non-exportable code (it will move into libcrypt)

Telnet as it is currently setup will work still, since it doesn't have
any ENCRYPT defines in (yet)

30 years agoUpdated kernel files to move occurances of "struct args" syscall
David Greenman [Fri, 16 Jul 1993 20:54:02 +0000 (20:54 +0000)]
Updated kernel files to move occurances of "struct args" syscall
argument definitions outside of the function parameter list.  This is
to reduce the copious warning messages that (non-Jolitz) gcc produces.
Also fixed some bogus variable declarations and casts to make the
compiler happy.

30 years agoInstall tmac.s & tmac.mm correctly
J.T. Conklin [Fri, 16 Jul 1993 20:52:22 +0000 (20:52 +0000)]
Install tmac.s & tmac.mm correctly

30 years agoItsy bitty change (totally uncessary) to bring us up to the exact same
Nate Willams [Fri, 16 Jul 1993 20:42:35 +0000 (20:42 +0000)]
Itsy bitty change (totally uncessary) to bring us up to the exact same
code as in bsd-sources.

30 years agoMerge: Enabled games in top level makefile
Rod Grimes [Fri, 16 Jul 1993 18:52:58 +0000 (18:52 +0000)]
Merge:  Enabled games in top level makefile

30 years agoMerge:
Rod Grimes [Fri, 16 Jul 1993 18:47:27 +0000 (18:47 +0000)]
Merge:
Makefile had a cleandir: rm -f ${MAN1} which removed the manual page
due to the new man pages system.  Removed.

30 years agoFixed cksum.i386.c problem, went back to a symbolic link that works
Rod Grimes [Fri, 16 Jul 1993 18:46:09 +0000 (18:46 +0000)]
Fixed cksum.i386.c problem, went back to a symbolic link that works
both WITH and WITHOUT the obj dir

30 years agoHere's a small patch for diskpart(8). It showed "disktab" as its name in the
Rod Grimes [Fri, 16 Jul 1993 18:44:40 +0000 (18:44 +0000)]
Here's a small patch for diskpart(8).  It showed "disktab" as its name in the
usage line.

From: Sascha Wildner <swildner@channelz.gun.de>

30 years agoArgh. The Makefile just commited still had a conflict I had not fixed.
Rod Grimes [Fri, 16 Jul 1993 18:18:16 +0000 (18:18 +0000)]
Argh.  The Makefile just commited still had a conflict I had not fixed.
Corrected.

30 years agoAdded libg++ to Makefile
Rod Grimes [Fri, 16 Jul 1993 17:57:04 +0000 (17:57 +0000)]
Added libg++ to Makefile

30 years agoAdded BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.
Rod Grimes [Fri, 16 Jul 1993 17:51:03 +0000 (17:51 +0000)]
Added BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.
This means the man dirs must be owned by group BIN.  I have set up the
distribution building tools to be that way.

30 years agoMerge. Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need to
Rod Grimes [Fri, 16 Jul 1993 17:48:38 +0000 (17:48 +0000)]
Merge.  Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need to
specify $DESTDIR on a LINKS+= line.

30 years agoMerge: Fixed overriding of DESTDIR, changed to FONTDIR, fixed fontdir to
Rod Grimes [Fri, 16 Jul 1993 17:44:55 +0000 (17:44 +0000)]
Merge: Fixed overriding of DESTDIR, changed to FONTDIR, fixed fontdir to
FONTDIR

30 years agoMerge. Fix install to use the ${COPY} knob.
Rod Grimes [Fri, 16 Jul 1993 17:39:38 +0000 (17:39 +0000)]
Merge.  Fix install to use the ${COPY} knob.

30 years agoChanged header from 386BSD BOOT to FreeBSD BOOT.
Rod Grimes [Fri, 16 Jul 1993 13:06:08 +0000 (13:06 +0000)]
Changed header from 386BSD BOOT to FreeBSD BOOT.

30 years agoAdded the .keep_me file in compile so that a cvs co -P does not skip
Rod Grimes [Fri, 16 Jul 1993 13:01:55 +0000 (13:01 +0000)]
Added the .keep_me file in compile so that a cvs co -P does not skip
this directory.  Copied from NetBSD.

30 years agoAdded libg++ to SUBDIR (from my Branch).
Rod Grimes [Fri, 16 Jul 1993 11:32:59 +0000 (11:32 +0000)]
Added libg++ to SUBDIR (from my Branch).

30 years agoWhoops, forgot to add this one.
Jordan K. Hubbard [Fri, 16 Jul 1993 06:48:59 +0000 (06:48 +0000)]
Whoops, forgot to add this one.

30 years agoLots of stuff is now configured in Makefile.inc, path to `less' no longer
Jordan K. Hubbard [Fri, 16 Jul 1993 06:46:42 +0000 (06:46 +0000)]
Lots of stuff is now configured in Makefile.inc, path to `less' no longer
absolute, less uses "fall off end" flag by default, manpath.config now
properly installed.  Happy now, Rod? :-)

30 years agoAdded mycroft's ffs patches.
Paul Richards [Fri, 16 Jul 1993 02:33:12 +0000 (02:33 +0000)]
Added mycroft's ffs patches.

30 years agoUpdated to libg++ 2.4
Paul Richards [Fri, 16 Jul 1993 02:23:16 +0000 (02:23 +0000)]
Updated to libg++ 2.4

30 years agoForgot one
Nate Willams [Thu, 15 Jul 1993 22:58:03 +0000 (22:58 +0000)]
Forgot one

30 years agoWhoops, forgot and removed a little too much precision
Nate Willams [Thu, 15 Jul 1993 22:52:39 +0000 (22:52 +0000)]
Whoops, forgot and removed a little too much precision

%qd -> %d -> %ld

30 years agoFixed more to work.
Nate Willams [Thu, 15 Jul 1993 22:37:10 +0000 (22:37 +0000)]
Fixed more to work.

(However, this show a bug in our printf code for %qd (quad double))

Happy now Rod? :-)

30 years agoAnother fix from Jim Wilson. Fixes backquoted here documents.
J.T. Conklin [Thu, 15 Jul 1993 22:25:37 +0000 (22:25 +0000)]
Another fix from Jim Wilson.  Fixes backquoted here documents.

30 years agoInstall eign in /usr/share/dict
J.T. Conklin [Thu, 15 Jul 1993 19:51:16 +0000 (19:51 +0000)]
Install eign in /usr/share/dict

30 years agoactually install includes in /usr/include/g++ when you say "make install"
Chris G. Demetriou [Thu, 15 Jul 1993 19:09:49 +0000 (19:09 +0000)]
actually install includes in /usr/include/g++ when you say "make install"

30 years agoModified attach printf's so that the output is compatible with the "new"
David Greenman [Thu, 15 Jul 1993 17:53:14 +0000 (17:53 +0000)]
Modified attach printf's so that the output is compatible with the "new"
way of doing things. There still remain several drivers that need to
be updated.  Also added a compile-time option to pccons to switch the
control and caps-lock keys (REVERSE_CAPS_CTRL) - added for my personal
sanity.

30 years ago7 lines were duplicated wholesale, quite unnecessarily; there's
Chris G. Demetriou [Thu, 15 Jul 1993 14:45:56 +0000 (14:45 +0000)]
7 lines were duplicated wholesale, quite unnecessarily; there's
no need to look up the same thing twice in a row.

30 years agoBring up to date to 1003.2 (Draft 11.2) compliance.
J.T. Conklin [Thu, 15 Jul 1993 01:20:03 +0000 (01:20 +0000)]
Bring up to date to 1003.2 (Draft 11.2) compliance.

30 years agoMake head conform to draft 11.2 of Posix 1003.2.
J.T. Conklin [Wed, 14 Jul 1993 23:07:39 +0000 (23:07 +0000)]
Make head conform to draft 11.2 of Posix 1003.2.

30 years agochmr@edvz.tu-graz.ac.at
Nate Willams [Wed, 14 Jul 1993 18:42:35 +0000 (18:42 +0000)]
chmr@edvz.tu-graz.ac.at

gnu/rcs/rcs and rcsfreeze have the wrong man extension in their
Makefiles (.0)

30 years agoenv gets its own makefile
J.T. Conklin [Wed, 14 Jul 1993 18:12:22 +0000 (18:12 +0000)]
env gets its own makefile

30 years agoUpdate printenv/env manual page to account for changes in env(1).
J.T. Conklin [Wed, 14 Jul 1993 01:25:17 +0000 (01:25 +0000)]
Update printenv/env manual page to account for changes in env(1).
Env really deserves a separate manual page, but this will do for
now.

30 years agoMake env POSIX compliant.
J.T. Conklin [Wed, 14 Jul 1993 01:24:28 +0000 (01:24 +0000)]
Make env POSIX compliant.

30 years agoFrom Bruce Evans:
Rod Grimes [Tue, 13 Jul 1993 18:52:49 +0000 (18:52 +0000)]
From Bruce Evans:
lpt doesn't work here if the printer is not turned on at boot time (this
has been reported for other systems).

lpt has a weird mapping of the flag bits vs printer numbers and MAKEDEV
does not understand this (printer 0 uses minor numbers 0-0x3f, printer 1
uses minors 0x40-0x7f, etc).

The following (simpler) problems are fixed by the patch.

lpt did not check the minor number on open, so if NLPT1 == 1 and you
try to open printer 1 then random memory above the lpt_sc array is
accessed.  I thought I had this problem for minors 1 and 2.  However,
it does not actually occur until minor 0x40.  Does anyone have lpt64?

lpt had several unnecessary && broken ANSIisms and other sloppy
declarations.

Bruce

30 years agoFrom Bruce Evans:
Rod Grimes [Tue, 13 Jul 1993 18:41:58 +0000 (18:41 +0000)]
From Bruce Evans:
I've started fixing unnecessary ANSIisms in the kernel.  There are
several involving not using the __CONCAT macro (as here) or using
it incorrectly (there must be no space between the args because the
non-ANSI would put the space between the concatenated args).

I don't like the use of names reserved for the implementation in
sources outside of the standard and system headers.  Any sources
using __P(()) or __CONCAT() are not as portable as they could be.
It works for the kernel sources to use reserved names (because
kernel implementor == library implementor) but it is not necessary.

Bruce

30 years agoNew boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
Rick Macklem [Tue, 13 Jul 1993 18:15:32 +0000 (18:15 +0000)]
New boot blocks, from Bruce Evans, and NetBSD fixes.  Allows kernel to
be loaded above 1MB.  Same boot code for floppies now.  Speed improvements.
etc etc etc. (I don't have much history on this, but then have been tested)

30 years agoAdd lowgtmp("~", "reboot", "~"); to stock init code, from Christoph Robitsch
Rick Macklem [Tue, 13 Jul 1993 16:37:57 +0000 (16:37 +0000)]
Add lowgtmp("~", "reboot", "~"); to stock init code, from Christoph Robitsch

30 years agoBacked out changes to vm_fault done by SEF w/NetBSD as they don't solve
David Greenman [Mon, 12 Jul 1993 16:13:59 +0000 (16:13 +0000)]
Backed out changes to vm_fault done by SEF w/NetBSD as they don't solve
the problem they were supposed to and their 'correctness' is in question.
Also, removed a NetBSD fix (apparently from Yuval Yarom) to vm_mmap that
conflicts with a much better patch from Guido van Ruuij.

30 years agocorrected some error handling in dialers (hayes and courier)
Andrew Moore [Mon, 12 Jul 1993 15:18:23 +0000 (15:18 +0000)]
corrected some error handling in dialers (hayes and courier)
and on carrier loss (in tipout)

30 years agoFixed two occarances of ldos which should have been lods.
Rod Grimes [Mon, 12 Jul 1993 09:34:38 +0000 (09:34 +0000)]
Fixed two occarances of ldos which should have been lods.
(From Christoph Robitschko)

30 years agoChanged the reference to mkpasswd to pwd_mkdb since that is what is used
Rod Grimes [Mon, 12 Jul 1993 09:32:55 +0000 (09:32 +0000)]
Changed the reference to mkpasswd to pwd_mkdb since that is what is used
now.  (From Christoph Robitschko).

30 years agoFor all ed0 driver lines removed iosiz 8192, and fixed the weintr to be
Rod Grimes [Mon, 12 Jul 1993 09:30:38 +0000 (09:30 +0000)]
For all ed0 driver lines removed iosiz 8192, and fixed the weintr to be
edintr (error from last time I updated these)

30 years agoFixed from Sascha Wildner (swildner@channelz.gnu.de) for roll numbers
Rod Grimes [Mon, 12 Jul 1993 09:20:16 +0000 (09:20 +0000)]
Fixed from Sascha Wildner (swildner@channelz.gnu.de) for roll numbers
out of range on i386 platforms.

30 years agoTwo manual page fixes from Sascha Wildner (swildner@channelz.gun.de),
Rod Grimes [Mon, 12 Jul 1993 09:18:07 +0000 (09:18 +0000)]
Two manual page fixes from Sascha Wildner (swildner@channelz.gun.de),
cleans up the builtin operators list (unesacaped *(ua)), and the
access table for { }.

31 years agoRemoved gcc hacks from cdefs.h Send any flames to me not the list :-)
Paul Richards [Sat, 10 Jul 1993 14:54:26 +0000 (14:54 +0000)]
Removed gcc hacks from cdefs.h Send any flames to me not the list :-)

31 years agoFrom Paul Kranenburg, fix so that it uses it argument properly
Rod Grimes [Sat, 10 Jul 1993 01:56:15 +0000 (01:56 +0000)]
From Paul Kranenburg, fix so that it uses it argument properly

31 years agoUpdate diff, diff3, and sdiff's makefiles to use .PATH: instead of
J.T. Conklin [Fri, 9 Jul 1993 20:36:06 +0000 (20:36 +0000)]
Update diff, diff3, and sdiff's makefiles to use .PATH: instead of
copying the same files to multiple directories.  This should make
things easier when it comes time to update to a newer version of
diffutils.

With this checkin, this brings the netbsd and freebsd diff dists
into sync.

31 years agoUpdate makefiles:
J.T. Conklin [Fri, 9 Jul 1993 16:15:13 +0000 (16:15 +0000)]
Update makefiles:
centralize obj/noobj conditional in Makefile.inc
use DPADD
don't compile profiling library
install rcsfreeze correctly
After this commit, the freebsd and netbsd rcs distribution will be in sync.