527 Commits

Author SHA1 Message Date
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
mycroft
029328617b Use ANSI vfprintf() rather than outdated _doprnt(). 1993-04-21 08:48:48 +00:00
proven
62fb80430b Changed hash_open to dbopen. 1993-04-21 08:26:54 +00:00
proven
24d71cbe17 Changed hash_open to dbopen. 1993-04-21 08:14:39 +00:00
proven
801fd314cd Changed pwd_mkdb to use dbopen. 1993-04-21 07:54:40 +00:00
mycroft
7786405811 Cleanup for GCC 2. 1993-04-21 06:00:35 +00:00
proven
4e4e9313a0 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
38bca7ea07 New db stuff is in DB now. Makefile reflects change. 1993-04-21 04:48:07 +00:00
proven
fa6d8d8a36 Opps, dbopen doesn't have an underscore. Fixed. 1993-04-21 04:26:21 +00:00
proven
d88a48aabf Fixed these twon files to use db_open instead of hash_open. 1993-04-21 04:21:06 +00:00
proven
6f3dff1c81 Took out an include line. Libc should compile now. 1993-04-21 04:12:55 +00:00
mycroft
136bea0f1f Huge performance improvement (not so bloody many spl calls)! 1993-04-21 00:04:14 +00:00
mycroft
f5c7684017 Slight performance improvement. 1993-04-20 23:45:21 +00:00
mycroft
3aaa63bde8 Fix typo in last change. 1993-04-20 23:09:36 +00:00
mycroft
463741e958 Don't output NULs. 1993-04-20 23:03:41 +00:00
mycroft
70e09331d3 Don't dereference NULL pointer. 1993-04-20 22:05:34 +00:00
mycroft
34b7137445 Don't modify string constants. 1993-04-20 22:00:26 +00:00
mycroft
b4fab919a1 Don't modify string constants. 1993-04-20 21:27:31 +00:00