]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
31 years agofts(3) integration patches
nate [Wed, 28 Jul 1993 01:42:17 +0000 (01:42 +0000)]
fts(3) integration patches

31 years agoAdded README which explains the copyright status of getopt(1)
nate [Tue, 27 Jul 1993 17:24:17 +0000 (17:24 +0000)]
Added README which explains the copyright status of getopt(1)

31 years agoThere was additional cruft at the bottom on the man page.
nate [Tue, 27 Jul 1993 17:08:57 +0000 (17:08 +0000)]
There was additional cruft at the bottom on the man page.

31 years ago* Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
dg [Tue, 27 Jul 1993 10:52:31 +0000 (10:52 +0000)]
* Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
  profiling, and various protection checks that cause security holes
  and system crashes.
* Changed min/max/bcmp/ffs/strlen to be static inline functions
  - included from cpufunc.h in via systm.h. This change
  improves performance in many parts of the kernel - up to 5% in the
  networking layer alone. Note that this requires systm.h to be included
  in any file that uses these functions otherwise it won't be able to
  find them during the load.
* Fixed incorrect call to splx() in if_is.c
* Fixed bogus variable assignment to splx() in if_ed.c

31 years agochanged BINMODE= 6555 and CATMODE= 0664
alm [Tue, 27 Jul 1993 03:28:32 +0000 (03:28 +0000)]
changed BINMODE= 6555 and CATMODE= 0664

31 years ago * Added include of systm.h to pick up inlined min/max/bcmp if you have
dg [Tue, 27 Jul 1993 03:13:50 +0000 (03:13 +0000)]
 * Added include of systm.h to pick up inlined min/max/bcmp if you have
 * them in cpufunc.h. Modified wait loop in reset to look a little better.
 * Added read for talley counters to prevent an infinite loop on old
 * 8003E's if they (the counters) overflow.

31 years agoAdded setreuid() calls so that shell escapes work.
alm [Tue, 27 Jul 1993 02:54:46 +0000 (02:54 +0000)]
Added setreuid() calls so that shell escapes work.
The effective ID's need to be set to the real ID's before invoking
a shell for security reasons.

31 years agoChanged sys.386bsd to sys
nate [Mon, 26 Jul 1993 22:46:16 +0000 (22:46 +0000)]
Changed sys.386bsd to sys

31 years agoAdded Charles changes for GCC@ symbols.
paul [Mon, 26 Jul 1993 22:40:41 +0000 (22:40 +0000)]
Added Charles changes for GCC@ symbols.

31 years agoAdded getopt(1) from NetBSD
nate [Mon, 26 Jul 1993 22:22:37 +0000 (22:22 +0000)]
Added getopt(1) from NetBSD

31 years agoSample kernel config for syscons.
jkh [Mon, 26 Jul 1993 21:27:38 +0000 (21:27 +0000)]
Sample kernel config for syscons.

31 years agoAdded necessary files for syscons (may move font include later, but for now
jkh [Mon, 26 Jul 1993 21:21:11 +0000 (21:21 +0000)]
Added necessary files for syscons (may move font include later, but for now
it's easier to leave there since I don't feel like breaking anything).

31 years agoAdded entry for syscons.
jkh [Mon, 26 Jul 1993 21:19:30 +0000 (21:19 +0000)]
Added entry for syscons.

31 years agoupdated man to use more as the default pager
alm [Mon, 26 Jul 1993 19:41:13 +0000 (19:41 +0000)]
updated man to use more as the default pager

31 years agoFixed logic problem which caused a bogus value to be written to the 3c503
dg [Sun, 25 Jul 1993 23:43:30 +0000 (23:43 +0000)]
Fixed logic problem which caused a bogus value to be written to the 3c503
asic register even if the board isn't a 3c503. This caused old 8003E's not
to work because they ignore IO address bits >10bits and the 3c503 asic is
located at +0x400....the offset was ignored by the 8003E and so the
value was written to one of the NIC registers. The bug was discovered by
Wolfgang Solfrank.

31 years agochanged find . -name '*' to find . -type f
alm [Sat, 24 Jul 1993 03:41:41 +0000 (03:41 +0000)]
changed find . -name '*' to find . -type f

31 years agoadd links to ../
alm [Fri, 23 Jul 1993 21:29:57 +0000 (21:29 +0000)]
add links to ../

31 years agoAdded ${DESTDIR} to all the naked install commands w/out them.
nate [Fri, 23 Jul 1993 08:23:19 +0000 (08:23 +0000)]
Added ${DESTDIR} to all the naked install commands w/out them.

31 years agoChanges to make `maninstall' work.
jkh [Fri, 23 Jul 1993 02:58:20 +0000 (02:58 +0000)]
Changes to make `maninstall' work.

31 years agoAdded Christoph Robitschko's catman
jkh [Fri, 23 Jul 1993 02:36:24 +0000 (02:36 +0000)]
Added Christoph Robitschko's catman

31 years agoVery small patch from Julian Elischer to make the ultra14f.c driver work
rgrimes [Thu, 22 Jul 1993 00:56:23 +0000 (00:56 +0000)]
Very small patch from Julian Elischer to make the ultra14f.c driver work
with the 34f as well.

31 years agoinstall new manual page
conklin [Wed, 21 Jul 1993 23:07:02 +0000 (23:07 +0000)]
install new manual page

31 years agoUpdate to my latest expr (fixes bugs with comparison and matching operators)
conklin [Wed, 21 Jul 1993 22:56:14 +0000 (22:56 +0000)]
Update to my latest expr (fixes bugs with comparison and matching operators)
Add man page I wrote.

31 years agoRemoved manpath.1 and added CLEANFILES directive to Makefile since it's
nate [Wed, 21 Jul 1993 21:37:54 +0000 (21:37 +0000)]
Removed manpath.1 and added CLEANFILES directive to Makefile since it's
made automagically.

31 years agoMade makewhatis installed as 555 so that people could actually run it.
nate [Wed, 21 Jul 1993 21:37:20 +0000 (21:37 +0000)]
Made makewhatis installed as 555 so that people could actually run it.

31 years agoadded mandoc macro support;
alm [Wed, 21 Jul 1993 21:08:32 +0000 (21:08 +0000)]
added mandoc macro support;
each name now generates a separate whatis data base entry

31 years agoOne last thing for making sure it works.
nate [Wed, 21 Jul 1993 20:48:37 +0000 (20:48 +0000)]
One last thing for making sure it works.

31 years agoChanges to allow man to work with or without obj dirs.
jkh [Wed, 21 Jul 1993 17:18:04 +0000 (17:18 +0000)]
Changes to allow man to work with or without obj dirs.

31 years agoFixed attach printfs for new format (thanks Chris)
paul [Wed, 21 Jul 1993 06:07:58 +0000 (06:07 +0000)]
Fixed attach printfs for new format (thanks Chris)

31 years agoAdded statistical counters ipackets,opackets etc.
paul [Wed, 21 Jul 1993 04:18:47 +0000 (04:18 +0000)]
Added statistical counters ipackets,opackets etc.

31 years agoLibcrypt upgrade
nate [Tue, 20 Jul 1993 23:49:11 +0000 (23:49 +0000)]
Libcrypt  upgrade

31 years ago Added config file override for memory size and added flags to force
dg [Tue, 20 Jul 1993 23:16:50 +0000 (23:16 +0000)]
   Added config file override for memory size and added flags to force
8bit or 16bit operation, and a flag to disable transmitter double buffering.
   See the updated "ed.relnotes" file for information about how to set
the flags.
   This should be considered the first "production"  release. It still
needs a manual page, though.

31 years agoLibcrypt upgrade
nate [Tue, 20 Jul 1993 22:57:03 +0000 (22:57 +0000)]
Libcrypt upgrade

31 years agoTCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.
rgrimes [Tue, 20 Jul 1993 19:38:44 +0000 (19:38 +0000)]
TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.

31 years agoFixed installation of sendmail. cd'ed to wrong directory. Now works
rgrimes [Tue, 20 Jul 1993 18:20:56 +0000 (18:20 +0000)]
Fixed installation of sendmail.  cd'ed to wrong directory.  Now works
correctly.

31 years agoAdded .if ${MACHINE} == "i386" section to do install of boot blocks, all
rgrimes [Tue, 20 Jul 1993 16:04:11 +0000 (16:04 +0000)]
Added .if ${MACHINE} == "i386" section to do install of boot blocks, all
standard tools, copies of include files, and sendmail.

31 years agoThe install of manpath.config did not have a ${DESTDIR} in it. These
rgrimes [Tue, 20 Jul 1993 02:13:11 +0000 (02:13 +0000)]
The install of manpath.config did not have a ${DESTDIR} in it.  These
are needed on all install commands in Makefiles!

31 years agoApplied Andrew's patch to fix loop-on-logout problem.
jkh [Tue, 20 Jul 1993 02:06:49 +0000 (02:06 +0000)]
Applied Andrew's patch to fix loop-on-logout problem.

31 years agoChanged comment relating to memsize to be a little less misleading.
jkh [Tue, 20 Jul 1993 02:02:12 +0000 (02:02 +0000)]
Changed comment relating to memsize to be a little less misleading.

31 years agoFixed to allow iosiz config parameter to override what was (for me,
jkh [Tue, 20 Jul 1993 01:39:24 +0000 (01:39 +0000)]
Fixed to allow iosiz config parameter to override what was (for me,
incorrectly) probed.  This allows you more flexibility in getting weird
WD 80x3 clones to work.

31 years agoSince pwd_mkdb always works in /etc no matter what I added pwd.db and
rgrimes [Tue, 20 Jul 1993 01:23:28 +0000 (01:23 +0000)]
Since pwd_mkdb always works in /etc no matter what I added pwd.db and
spwd.db that are created from the template master.passwd to src/etc so
that a build distribution can populate /etc correctly.  This is a work
around until a better solution can be found.

31 years agoRemoved check for interrupting board before interrupts were enabled.
jkh [Tue, 20 Jul 1993 00:22:30 +0000 (00:22 +0000)]
Removed check for interrupting board before interrupts were enabled.
This should result in more AST clones getting seen.

31 years agoThe man page is now in two places, both in the DOCUMENTATION directory and
nate [Mon, 19 Jul 1993 23:40:05 +0000 (23:40 +0000)]
The man page is now in two places, both in the DOCUMENTATION directory and
the source directory, but there isn't a very portable way of creating
it w/out writing to the source directory, so I just copied it.

31 years agoPulled in patch kit 0.2.4 netstart, added ifconfig ed0 line. This is a
rgrimes [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.

31 years agoFixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.
rgrimes [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.

31 years agoFixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script
rgrimes [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

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

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

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

31 years agoChanged login banner from 386BSD to FreeBSD. Added entries for 38.4k, 57.6k
rgrimes [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.

31 years agoRemoved all Berkeley aliases information since it is way out of date.
rgrimes [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.

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

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

31 years agolp device was setup and enabled, changed it to be commented out. This caused
rgrimes [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.

31 years agoRemoved bill and lynne from group file, this was a security hole in the
rgrimes [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!

31 years agoRemoved the foreground/background escape sequences that cause headaches
rgrimes [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.

31 years agoBrought in NetBSD Makefile, which was then fixed up to use mtree for
rgrimes [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.

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

31 years agoFixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
rgrimes [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.

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

31 years agoAdded fix from Rich to accept catpages with .0 syntax for backwards
jkh [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).

31 years agoFixed sccs id to be From:\n com.c xxxx. The sccs id was changed by the
rgrimes [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.

31 years agoFixed warning from gcc1 (but not gcc2 for some reason).
paul [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.

31 years agoAdded volatile void to cpu_exit() in the hope that it would
paul [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.

31 years agoFixed braindamage.
jkh [Sun, 18 Jul 1993 05:52:29 +0000 (05:52 +0000)]
Fixed braindamage.

31 years agoSmall fix to correct warning --
paul [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.

31 years agoFixed make file for tags target, removed files that are generated by the
rgrimes [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.

31 years agoRemoved files that are generated by the Makefile. Fixed Makefile for
rgrimes [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.

31 years agoFixed make file for tags target, removed files that are generated by the
rgrimes [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.

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

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

31 years agoUpdated kernel files to move occurances of "struct args" syscall
dg [Fri, 16 Jul 1993 20:50:44 +0000 (20:50 +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.

31 years agoAdded BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.
rgrimes [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.

31 years agoMerge. Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need to
rgrimes [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.

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

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

31 years agoLots of stuff is now configured in Makefile.inc, path to `less' no longer
jkh [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? :-)

31 years agoModified attach printf's so that the output is compatible with the "new"
dg [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.

31 years agochmr@edvz.tu-graz.ac.at
nate [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)

31 years agoFrom Bruce Evans:
rgrimes [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

31 years agoNew boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
root [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)

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

31 years agoFor all ed0 driver lines removed iosiz 8192, and fixed the weintr to be
rgrimes [Mon, 12 Jul 1993 09:30:31 +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)

31 years agoUpdate diff, diff3, and sdiff's makefiles to use .PATH: instead of
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:
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.

31 years agoPut if_we driver well and truly back into the kernel.
jkh [Fri, 9 Jul 1993 01:17:46 +0000 (01:17 +0000)]
Put if_we driver well and truly back into the kernel.

31 years agoAdded copyright message -- it didn't have one before
paul [Fri, 9 Jul 1993 00:09:34 +0000 (00:09 +0000)]
Added copyright message -- it didn't have one before

31 years agoChanged Makefile to use Nate's selective obj/noobj build scheme.
jkh [Thu, 8 Jul 1993 21:57:48 +0000 (21:57 +0000)]
Changed Makefile to use Nate's selective obj/noobj build scheme.

31 years agoGnu grep 2.0 does fgrep too!
conklin [Thu, 8 Jul 1993 16:18:59 +0000 (16:18 +0000)]
Gnu grep 2.0 does fgrep too!

31 years agoAdded less to list of things to make.
jkh [Thu, 8 Jul 1993 03:50:56 +0000 (03:50 +0000)]
Added less to list of things to make.

31 years agoThis commit was generated by cvs2svn to compensate for changes in r103,
jkh [Wed, 7 Jul 1993 23:07:02 +0000 (23:07 +0000)]
This commit was generated by cvs2svn to compensate for changes in r103,
which included commits to RCS files with non-trunk default branches.

31 years agoNewer new man page reader.
jkh [Wed, 7 Jul 1993 23:07:02 +0000 (23:07 +0000)]
Newer new man page reader.

31 years agoAdded gcc1 to gnu makefile
paul [Wed, 7 Jul 1993 07:13:40 +0000 (07:13 +0000)]
Added gcc1 to gnu makefile

31 years agoReally cleaned up obj/noobj this time (same as I did with CVS)
nate [Tue, 6 Jul 1993 19:46:03 +0000 (19:46 +0000)]
Really cleaned up obj/noobj this time (same as I did with CVS)

31 years agoWe don't need librcs.a in /usr/lib, so make install not do anything
nate [Tue, 6 Jul 1993 19:38:11 +0000 (19:38 +0000)]
We don't need librcs.a in /usr/lib, so make install not do anything

31 years agoReally fixed the obj/noobj problems in CVS, and also made it so a
nate [Tue, 6 Jul 1993 19:12:57 +0000 (19:12 +0000)]
Really fixed the obj/noobj problems in CVS, and also made it so a
make install did not install libcvs in /usr/lib, since it has no
reason to do that.

31 years agoRemoved egrep since the new grep is just a link to it w/out any changes
nate [Tue, 6 Jul 1993 18:53:50 +0000 (18:53 +0000)]
Removed egrep since the new grep is just a link to it w/out any changes
anymore

31 years agoLeft an ugly in the Makefile
nate [Tue, 6 Jul 1993 18:45:59 +0000 (18:45 +0000)]
Left an ugly in the Makefile

31 years agoUpdate GNU grep to version 2.0
nate [Tue, 6 Jul 1993 18:45:26 +0000 (18:45 +0000)]
Update GNU grep to version 2.0

31 years agoDon't echo anything when doing null args, since not doing anything is
nate [Tue, 6 Jul 1993 18:36:50 +0000 (18:36 +0000)]
Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.