Commit Graph

41935 Commits

Author SHA1 Message Date
cgd 95a80ce24f 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 f8760c2ba3 Convert hash_open() call to dbopen(). 1993-04-25 08:51:22 +00:00
mycroft 1aa661887a Convert btree_open() calls to dbopen(). 1993-04-25 08:44:51 +00:00
mycroft 895bb1c31d Use global value of CFLAGS. 1993-04-25 08:13:28 +00:00
mycroft ea26d727fc Clean up deleted files. 1993-04-25 07:50:58 +00:00
mycroft 62d8a597f9 Reenable building keywords.h dynamically. 1993-04-25 07:50:56 +00:00
mycroft 2c35f5c582 Compile X.25, OSI, and NS code. 1993-04-25 07:26:40 +00:00
mycroft 8c13f4907a Compile {iso,ns}_{addr,ntoa}. 1993-04-25 07:24:14 +00:00
mycroft ad0e69d5b0 Don't build man page if NOMAN set. 1993-04-25 06:58:16 +00:00
mycroft 4da01efae2 Link with LDFLAGS even if one source module. 1993-04-25 05:53:48 +00:00
mycroft 2b2941c3cf Don't lose if we include bsd.prog.mk only to build man pages. 1993-04-25 05:36:13 +00:00
mycroft f11199f811 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 def5569d1c `all' target should not depend on man pages; bsd.prog.mk takes care of that. 1993-04-25 05:13:41 +00:00
mycroft fe6a529dc1 Fix error in last change. (Oops.) 1993-04-25 04:55:52 +00:00
mycroft 483a165ed5 Don't build man pages if NOMAN set. 1993-04-25 04:15:26 +00:00
mycroft 448e87b39f Don't build man pages if NOMAN set. 1993-04-25 02:51:01 +00:00
mycroft 781e6f694c Add directory that CAP forgot. 1993-04-25 01:31:38 +00:00
mycroft 2b53b2263e Add missing -I in CFLAGS. 1993-04-25 00:54:43 +00:00
mycroft f909f1bb33 Use global value of CFLAGS. 1993-04-24 22:48:30 +00:00
mycroft 12f4f4a4ca Don't dereference NULL pointer. 1993-04-23 08:46:46 +00:00
mycroft 49515ccd94 Make fillw faster in the usual case. 1993-04-23 06:33:20 +00:00
mycroft c2ef5bd114 Make tabs actually work. 1993-04-23 03:42:45 +00:00
mycroft d89727e08b Make CTRL() ANSI-compliant. 1993-04-23 03:34:42 +00:00
mycroft 92f4d5e84e Enhance pc3 termcap. 1993-04-23 03:10:43 +00:00
alm 393cacb900 added more tests 1993-04-23 02:09:38 +00:00
mycroft efcd17acc4 Clean up deleted files. 1993-04-23 02:09:22 +00:00
alm 20d732999d added man page (draft)
fixed `!' command
final code cleanup
1993-04-23 02:08:48 +00:00
mycroft e621c508ff Rename sput to sputc and make it and sgetc static. 1993-04-22 20:20:56 +00:00
mycroft 77afdc4037 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 bd4084637f Add rb_read, to read part of a ring buffer into an ordinary buffer. 1993-04-22 07:49:18 +00:00
mycroft f771146361 Round to nearest when generating 8259 clock frequency (from 386BSD path 113). 1993-04-22 04:30:53 +00:00
mycroft 88789b5d35 Don't output `extern 0();' for interruptless driver. 1993-04-22 04:15:18 +00:00
mycroft 36b1304dc1 Make mbuf sizes tunable from config file (from 386BSD path 134). 1993-04-22 03:54:17 +00:00
mycroft ff3324f812 Cleanup for GCC 2. 1993-04-22 03:45:05 +00:00
mycroft e82ce38d28 Don't build profiling libs if NOPROFILE (from 386BSD patch 138). 1993-04-22 03:38:45 +00:00
mycroft f8134092d8 Don't use -T option to sort(1) (from 386BSD patch 132). 1993-04-22 03:35:56 +00:00
mycroft 8b0cd33cf6 Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:32:02 +00:00
mycroft 1b67cec37d Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:27:28 +00:00
mycroft f67957329b Fix up error messages and return values. 1993-04-22 00:35:02 +00:00
mycroft 3919be5510 Don't forget to clean new targets. 1993-04-21 08:57:26 +00:00
mycroft 7b95882f09 Make Makefile closer to Berkeley style, and add targets which were missing. 1993-04-21 08:49:37 +00:00
mycroft 4750fcd2ab Use ANSI vfprintf() rather than outdated _doprnt(). 1993-04-21 08:48:48 +00:00
proven 62566787d2 Changed hash_open to dbopen. 1993-04-21 08:26:54 +00:00
proven 01d55229cc Changed hash_open to dbopen. 1993-04-21 08:14:39 +00:00
proven 76be010f7a Changed pwd_mkdb to use dbopen. 1993-04-21 07:54:40 +00:00
mycroft e3769df787 Cleanup for GCC 2. 1993-04-21 06:00:35 +00:00
proven 49a91dd715 This is the latest libdb from vangogh. Messaged so it compiles into
libc. Put in DB so if there is a problem people can back it out quickly
and compile the old db code.
1993-04-21 04:51:09 +00:00
proven df6c6574d5 New db stuff is in DB now. Makefile reflects change. 1993-04-21 04:48:07 +00:00
proven 38918af207 Opps, dbopen doesn't have an underscore. Fixed. 1993-04-21 04:26:21 +00:00
proven 2d21df758f Fixed these twon files to use db_open instead of hash_open. 1993-04-21 04:21:06 +00:00