mycroft
9f63ffb391
Don't try to install man page if NOMAN set.
1993-04-26 03:24:05 +00:00
mycroft
bb4bc2d645
Once more, don't make `all' depend on man page; bsd.prog.mk does this.
1993-04-26 02:36:21 +00:00
mycroft
4e5252f80d
RCS is no longer broken (I think).
1993-04-26 02:22:13 +00:00
mycroft
321edaa602
s/R_PUT/0/
1993-04-26 02:02:47 +00:00
mycroft
1af0eeb1d0
Oops. Remove some more cruft.
1993-04-26 01:54:30 +00:00
mycroft
4bc20d8cad
Don't make `all' target depend on man page; bsd.prog.mk takes care of this.
1993-04-26 01:53:05 +00:00
deraadt
8d9c7a0b4b
fixed multiple inclusion problem
1993-04-26 01:48:05 +00:00
cgd
921bbe48c3
fix to allow multiple inclusion of sys/errno.h. whoever did this to begin
...
with was sick...
1993-04-26 01:36:53 +00:00
mycroft
3f2d9aa342
Use global value of CFLAGS.
1993-04-25 08:13:28 +00:00
mycroft
3134cc2087
Don't build profiling libs if NOPROFILE (from 386BSD patch 138).
1993-04-22 03:38:45 +00:00
mycroft
45efe1638c
Don't use -T option to sort(1) (from 386BSD patch 132).
1993-04-22 03:35:56 +00:00
mycroft
94e4eede13
Fix various bugs in man pages (from 386BSD patch 130).
1993-04-22 03:27:28 +00:00
mycroft
8fb27aad0c
Don't forget to clean new targets.
1993-04-21 08:57:26 +00:00
mycroft
61436d675a
Make Makefile closer to Berkeley style, and add targets which were missing.
1993-04-21 08:49:37 +00:00
mycroft
029328617b
Use ANSI vfprintf() rather than outdated _doprnt().
1993-04-21 08:48:48 +00:00
proven
24d71cbe17
Changed hash_open to dbopen.
1993-04-21 08:14:39 +00:00
mycroft
7786405811
Cleanup for GCC 2.
1993-04-21 06:00:35 +00:00
mycroft
416b707851
Remove bogus option so as not to confuse bsearch().
1993-04-19 11:25:41 +00:00
mycroft
03ef5e7273
Cleanup for GCC 2.
1993-04-19 08:00:58 +00:00
mycroft
9b5160d687
Cleanup for GCC 2.
1993-04-19 07:39:27 +00:00
mycroft
aaa05ab124
Cleanup for GCC 2.
1993-04-19 07:28:01 +00:00
mycroft
ef0e3710ea
Cleanup for GCC 2.
1993-04-19 07:03:56 +00:00
mycroft
172b2a0477
Cleanup for GCC 2 and make copyright notice look better.
1993-04-19 07:02:13 +00:00
mycroft
a70f05285f
Cleanup for GCC 2.
1993-04-19 06:59:19 +00:00
mycroft
1bfdbc6522
Cleanup for GCC 2.
1993-04-18 23:30:57 +00:00
mycroft
046f0eebf1
Fix egregious stupidity which caused QMAGIC execs to be 32 bytes too long.
...
(Also occurs in BSDI's version, apparently.)
1993-04-17 20:06:31 +00:00
sef
58d09cb559
Allow 'su foo -c command'. MAY BE BUGGY! (So sayeth Keith Bostic.)
...
I have noticed no problems yet, however. Since Keith never did it
"properly" ...
1993-04-17 01:10:19 +00:00
mycroft
6b40c02cc9
Add support for QMAGIC.
1993-04-16 13:44:34 +00:00
alm
eb0d8da56e
added Berkeley sed with mods to use GNU regex
1993-04-13 23:49:12 +00:00
alm
cf9efdf1cc
moved Makefile -> Makefile.bsd
...
(cvs add ../Makefile doesn't work otherwise)
1993-04-13 23:48:12 +00:00
mycroft
7d7f7e5d35
Clean up deleted files.
1993-04-13 23:21:46 +00:00
sef
712141c190
Print spaces instead of '0' for a non-idle user. Looks nicer.
1993-04-12 19:40:01 +00:00
cgd
af60effd77
NFS not properly defined. glass gets another point.
1993-04-11 18:29:46 +00:00
cgd
f55fab7413
changed titles from elvrec to elvisrecover
1993-04-10 21:02:56 +00:00
cgd
0b9bcc7a7d
make sure /usr/share/misc exists before installing into it.
1993-04-10 20:39:06 +00:00
cgd
c840383773
updated from elvis-1.7
1993-04-10 11:52:38 +00:00
mycroft
1dfe1fa9f0
Reverse sense of fnmatch() to match POSIX.
1993-04-10 01:32:25 +00:00
mycroft
287109896b
Reverse sense of fnmatch() to match POSIX.
1993-04-10 01:10:27 +00:00
proven
6cdacd3fa0
Fixed problem where users with a blank password field can't change their
...
password.
1993-04-09 21:37:55 +00:00
proven
409b57c0d8
Fixed minor bug where a ^D at the terminal type prompt caused an infinite loop.
1993-04-09 21:36:14 +00:00
cgd
5dee442a6e
added, from net/2 (patch 124).
1993-04-09 12:58:42 +00:00
cgd
1c762b5a8c
added, from net/2 (patch 119).
1993-04-09 12:58:06 +00:00
cgd
492fee39ad
added the following dirs from net/2 (patch 119):
...
error fpr fsplit indent lastcomm
look quota sccs tcopy tset
vgrind vmstat window
1993-04-09 12:57:44 +00:00
cgd
5600c7c78a
from patch 107:
...
This is a patch for ar(1) and ranlib(1) which fixes a problem for object
modules names longer than 16 characters and odd in length. The problem
was that such records are padded to make sure the next record started on
an even byte boundary, but during reads the padding character was forgotten,
resulting in an "Inappropriate file type or format" error.
1993-04-09 12:25:43 +00:00
cgd
8f9f0b8a30
doesn't need -lcompat
1993-04-09 12:22:07 +00:00
cgd
56c6d68612
added msgs
1993-04-09 12:21:10 +00:00
cgd
4138697a21
patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL.
1993-04-09 11:33:50 +00:00
cgd
012bb89a84
added entry for `patch'
1993-04-09 11:33:20 +00:00
cgd
dc9f23f104
make sure directory for calendar files exists before installing them
1993-04-09 10:26:42 +00:00
cgd
f5c31c5f8b
make install copy, rather than move, the binary.
1993-04-09 09:47:42 +00:00