744 Commits

Author SHA1 Message Date
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
03c1fa1627 Remove -I; include files are now in /usr/include. 1993-04-26 02:14:20 +00:00
mycroft
30b1740e9c Clean up deleted files. 1993-04-26 02:13:17 +00:00
mycroft
5fda097829 Install mpool.h. 1993-04-26 02:10:42 +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
78f6cc91f6 Convert hash_open() call to dbopen(). 1993-04-25 08:51:22 +00:00
mycroft
1b84c0e58e Convert btree_open() calls to dbopen(). 1993-04-25 08:44:51 +00:00
mycroft
3f2d9aa342 Use global value of CFLAGS. 1993-04-25 08:13:28 +00:00
mycroft
7910493445 Clean up deleted files. 1993-04-25 07:50:58 +00:00
mycroft
0bc5962023 Reenable building keywords.h dynamically. 1993-04-25 07:50:56 +00:00
mycroft
e14a6d6a7c Compile X.25, OSI, and NS code. 1993-04-25 07:26:40 +00:00
mycroft
9f77e8af75 Compile {iso,ns}_{addr,ntoa}. 1993-04-25 07:24:14 +00:00
mycroft
2fa56b354d Don't build man page if NOMAN set. 1993-04-25 06:58:16 +00:00
mycroft
108c44af01 Link with LDFLAGS even if one source module. 1993-04-25 05:53:48 +00:00
mycroft
0ce8538fe1 Don't lose if we include bsd.prog.mk only to build man pages. 1993-04-25 05:36:13 +00:00
mycroft
b82604d15f Add afterinstall and make maninstall not lose if bsd.man.mk not included (i.e. NOMAN set). 1993-04-25 05:21:08 +00:00
mycroft
3cbda09aa6 `all' target should not depend on man pages; bsd.prog.mk takes care of that. 1993-04-25 05:13:41 +00:00
mycroft
4017466498 Fix error in last change. (Oops.) 1993-04-25 04:55:52 +00:00
mycroft
e65ff8ae3e Don't build man pages if NOMAN set. 1993-04-25 04:15:26 +00:00
mycroft
6409f99ddb Don't build man pages if NOMAN set. 1993-04-25 02:51:01 +00:00
mycroft
a527c28538 Add directory that CAP forgot. 1993-04-25 01:31:38 +00:00
mycroft
399ecc4b14 Add missing -I in CFLAGS. 1993-04-25 00:54:43 +00:00
mycroft
212dc0d679 Use global value of CFLAGS. 1993-04-24 22:48:30 +00:00
mycroft
53ab9e015f Don't dereference NULL pointer. 1993-04-23 08:46:46 +00:00
mycroft
16913cf346 Make fillw faster in the usual case. 1993-04-23 06:33:20 +00:00
mycroft
8c82bb80bd Make tabs actually work. 1993-04-23 03:42:45 +00:00
mycroft
7efd16a3b8 Make CTRL() ANSI-compliant. 1993-04-23 03:34:42 +00:00
mycroft
2d45c8fa3c Enhance pc3 termcap. 1993-04-23 03:10:43 +00:00
alm
fb25061bee added more tests 1993-04-23 02:09:38 +00:00
mycroft
44d86ae939 Clean up deleted files. 1993-04-23 02:09:22 +00:00
alm
4b7f36fba4 added man page (draft)
fixed `!' command
final code cleanup
1993-04-23 02:08:48 +00:00
mycroft
b69e042dba Rename sput to sputc and make it and sgetc static. 1993-04-22 20:20:56 +00:00
mycroft
92d59eede2 Use rb_read to gather output; do exactly 4 spl calls, and don't hold the
interrupts locked very long, lest we overrun our serial port FIFOs.
1993-04-22 07:56:23 +00:00
mycroft
ed522e39d7 Add rb_read, to read part of a ring buffer into an ordinary buffer. 1993-04-22 07:49:18 +00:00
mycroft
85c40bb50d Round to nearest when generating 8259 clock frequency (from 386BSD path 113). 1993-04-22 04:30:53 +00:00
mycroft
d21c6dd4a9 Don't output `extern 0();' for interruptless driver. 1993-04-22 04:15:18 +00:00
mycroft
9b5688e853 Make mbuf sizes tunable from config file (from 386BSD path 134). 1993-04-22 03:54:17 +00:00
mycroft
46860b5f90 Cleanup for GCC 2. 1993-04-22 03:45:05 +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
fca9ac3b51 Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:32:02 +00:00
mycroft
94e4eede13 Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:27:28 +00:00
mycroft
dc3dadb0c3 Fix up error messages and return values. 1993-04-22 00:35:02 +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