103 Commits

Author SHA1 Message Date
mycroft
ce4ed3b115 Fix NULL pointer reference. 1993-04-28 07:17:18 +00:00
cgd
3903567eb6 fixed after-depend dependency loops 1993-04-27 09:51:52 +00:00
cgd
18e98038bc oops. space vs. tab thing 1993-04-27 07:00:41 +00:00
cgd
4cc6d6df80 fixed make depend, and added rcs headers to makefiles 1993-04-27 06:47:28 +00:00
glass
ee627cf052 integrated updated 'tr' from ftp.uu.net:bsd-sources 1993-04-27 04:52:26 +00:00
cgd
be54c22e2a update to new version from uunet 1993-04-26 23:13:43 +00:00
mycroft
6fc71e4f3f Fix typo. (troff makes me ill.) 1993-04-26 19:59:33 +00:00
glass
cafbea0969 print out more of the gathered udp stats (actually all of them) 1993-04-26 16:54:54 +00:00
mycroft
5d3149eda3 The tools have no man pages. 1993-04-26 16:31:58 +00:00
mycroft
fa6871c86f Don't segv if no process found on tty. 1993-04-26 15:50:34 +00:00
mycroft
aa69ffd618 Fix NULL pointer reference. 1993-04-26 15:03:05 +00:00
mycroft
0e1d1138e1 Fix NULL pointer reference. 1993-04-26 14:43:24 +00:00
cgd
5e9fcf3ce4 changed to use new libcrypt scheme. 1993-04-26 14:42:34 +00:00
mycroft
1f4b3afb7f Fix NULL pointer reference and don't drop character when wrapping. 1993-04-26 14:37:49 +00:00
mycroft
5b6969ed08 tn3270 works now. 1993-04-26 14:13:28 +00:00
mycroft
2174025921 Add tn3270 with correct Makefiles. 1993-04-26 14:02:21 +00:00
cgd
5ea79c99bd got rid of "CFLAGS+=-DDES" -- it was irrelevant 1993-04-26 13:53:04 +00:00
deraadt
b9ca56ddd8 initial rev 1993-04-26 08:09:02 +00:00
mycroft
b2c804d82b Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:35:05 +00:00
mycroft
efdb7037fc Don't try to install man pages if NOMAN set. 1993-04-26 03:33:41 +00:00
mycroft
4a7dbb4d82 Don't try to install man page if NOMAN set. 1993-04-26 03:29:31 +00:00
mycroft
9208a01b9f Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:26:55 +00:00
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