mycroft
3e94657cf6
Automatically include bsd.subdir.mk for backward compatibility.
1993-08-15 21:53:05 +00:00
mycroft
2d450b7ef3
Oops. DOCOWN and DOCGRP were recursive.
1993-08-15 21:36:10 +00:00
mycroft
0266c40ac7
Get rid of empty targets; the defaults are now correct.
1993-08-15 21:35:31 +00:00
mycroft
24ee64add1
I completely blew that...
1993-08-15 21:27:26 +00:00
deraadt
49de25e741
remove the "#ifdef XXXFS" type things
1993-08-15 21:24:05 +00:00
mycroft
8aa48639fb
Don't do tags and cleandepend if no SRCS.
1993-08-15 21:14:45 +00:00
mycroft
781e25808c
Makefile: Use `install -d' to create directory.
...
bsd.dep.mk: Add defaults for `beforedepend' and `afterdepend'.
sys.mk: 8 tabs --> space
1993-08-15 21:09:20 +00:00
mycroft
f5b2ed3238
Don't automatically include bsd.subdir.mk in bsd.prog.mk and bsd.lib.mk.
...
Put back .MAIN in bsd.man.mk, and be careful not to include ../Makefile.inc
a second time.
1993-08-15 20:59:36 +00:00
mycroft
18a7ed8e5b
Install bsd.dep.mk and bsd.obj.mk.
1993-08-15 20:49:25 +00:00
mycroft
3eebe31396
Move man rules to sys.mk.
...
Use bsd.subdir.mk for building subdirectories.
Don't forget to remove x.cc and x.C when using SHAREDSTRINGS.
Make ${PROG} always depend on ${LIBCRT0}.
Don't duplicate code between cleandir and clean.
Move tags target to bsd.dep.mk.
Move STRIP to bsd.own.mk.
Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}.
Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
1993-08-15 20:42:39 +00:00
mycroft
6a1bdd6fc0
Abstract out dependency stuff, and add RCS identifiers.
1993-08-15 19:37:04 +00:00
mycroft
0c9bbcf68c
Create target directories with `install -d', and move `obj' targets into one
...
file.
1993-08-15 19:26:05 +00:00
mycroft
a2213453ce
Use `.if exists' rather than external `test'.
1993-08-15 19:14:59 +00:00
mycroft
9fe1007b7d
__386BSD__ --> __NetBSD__
1993-08-15 19:02:56 +00:00
mycroft
14e1bdc51e
__386BSD__ --> __NetBSD__
1993-08-15 17:01:00 +00:00
mycroft
385c820372
__386BSD__ --> __NetBSD__
1993-08-15 16:47:00 +00:00
mycroft
90683ee61f
Remove spurious `)'.
1993-08-15 16:43:27 +00:00
mycroft
6d20662fcb
waddbytes() is private; make the rest of *addbytes() be.
...
Make waddbytes() and waddstr() take a `const char *'.
1993-08-15 16:23:57 +00:00
mycroft
60a39ee356
Changes for new Curses.
1993-08-15 16:18:41 +00:00
mycroft
e1c5bd9b41
Change order of #includes so math-68881.h doesn't barf.
1993-08-15 16:00:41 +00:00
mycroft
a5b04640d7
Adjust DBL_MIN so it doesn't underflow.
1993-08-15 15:46:35 +00:00
mycroft
8c11b590fb
Adjust DBL_MAX so it doesn't overflow.
1993-08-15 15:45:51 +00:00
mycroft
9b8df6ad33
Fix an off-by-one error when scanning the vm map for a page. Also, if the
...
page is not in core, don't recurse into shadow objects if we've already found
a pager.
1993-08-15 13:57:51 +00:00
mycroft
cfafc9262a
Fix a bug in virtual to physical address translation on hp300s, and add support
...
for Amigas.
1993-08-15 01:54:29 +00:00
mycroft
6929a219ae
Someone forgot this file.
1993-08-14 22:38:25 +00:00
mycroft
24d4c923e9
Make hack.onames.h be built first.
1993-08-14 22:21:45 +00:00
mycroft
2b542f0acf
__386BSD__ --> __NetBSD__
1993-08-14 22:07:30 +00:00
mycroft
92360d6880
Add a sample config file for my machine(s).
1993-08-14 21:30:31 +00:00
mycroft
3c52920854
Put back RCS identifier.
1993-08-14 20:00:00 +00:00
mycroft
a2da492c01
Fix a bunch of thinkos.
1993-08-14 19:31:23 +00:00
mycroft
791d253a44
Split log() and log__D() into separate files. Add logtab.c for logarithm
...
tables and log.h for common definitions.
Split exp() and exp__D() into separate files.
1993-08-14 19:20:58 +00:00
mycroft
6d625a2334
__mc68020__ --> mc68020
1993-08-14 18:08:09 +00:00
mycroft
63f36b5851
Don't use ${DESTDIR} in LINKS.
1993-08-14 16:44:03 +00:00
mycroft
fe6336fe02
The NetBSD assembler seems to want the old icode. Don't ask me.
1993-08-14 14:46:08 +00:00
mycroft
e1d0c2d3a6
Note new location of pte.h.
1993-08-14 14:26:19 +00:00
mycroft
395c4e2bed
Note new location of pte.h, and don't strip kernel by default.
1993-08-14 14:20:08 +00:00
mycroft
65caf7fdfd
#include <sys/ioctl.h>, to get FIONREAD.
1993-08-14 13:47:51 +00:00
mycroft
d441c2db7e
New code from uunet.
1993-08-14 13:42:09 +00:00
mycroft
28f8a1de75
Fix library dependencies.
1993-08-14 13:02:21 +00:00
mycroft
d52b7872b8
Fix test for zombie process.
1993-08-14 12:30:04 +00:00
cgd
7fa14d416e
line 860: use CLSHIFT rather than PGSHIFT.
...
line 927: fix bogus indentation
also make sure first chars of buffers are null char, just in
case nothing rational is read...
1993-08-14 11:47:51 +00:00
cgd
b24744dc1d
implement kvm_procread for the hp300. now things mostly work on
...
the hp300, in terms of kvm. still minor strangeness re: sendmail...
1993-08-14 11:44:45 +00:00
mycroft
f882911ca9
pcfs_args --> msdosfs_args
1993-08-14 11:05:26 +00:00
mycroft
651eb610f5
Fix rcsid conflict.
1993-08-14 10:32:15 +00:00
mycroft
fbd4257135
Put `#ifdef notyet' around some code which is currently defunct.
1993-08-14 10:02:30 +00:00
deraadt
af6c95dd23
sigh..
1993-08-14 07:31:28 +00:00
deraadt
3604916e13
ppp from paul mackerras
1993-08-14 06:29:28 +00:00
mycroft
b1f1ada658
Add `long long' support.
1993-08-14 04:33:22 +00:00
alm
5ef7fe2b6a
Was testing against rm_so instead of rm_eo. So now:
...
$ echo aabb | sed 's/\(.*\)\1/(\1)/g'
(a)(b)(c)
1993-08-14 03:06:53 +00:00
mycroft
a770c59274
Set MID_MACHINE to MID_M68K4K.
1993-08-14 02:46:00 +00:00