Commit Graph

160 Commits

Author SHA1 Message Date
mycroft 3731815919 Add RCS identifiers. 1993-07-30 20:50:20 +00:00
mycroft 080e65aef6 Add RCS identifiers. 1993-07-30 11:10:53 +00:00
jtc 78df5feb47 First cut at "catman" 1993-07-27 21:29:27 +00:00
brezak 19049fea1a Add option dependency generation. 1993-07-23 03:01:47 +00:00
glass f2a0b0fbdf Upgraded sendmail from revision 8.1C to 8.3;
this version of sendmail tries to use sysconf() if the _SC_* macros
		are defined in unistd.h.  We have the macros but not
		the function.  A temporary "fix" has been made to avoid
		the issue.
1993-07-20 18:10:14 +00:00
mycroft 4f59ef7ee3 Kitchen sink version of dbsym.
-f	force; don't complain if db_symtab is missing
-g	debugging; include line number and function info
-x	remove local symbols
-T addr	specify load address (necessary to determine file positions)
1993-07-19 16:50:10 +00:00
mrg 14b1a9b7a9 4.4BSD-Lite2 1993-07-19 16:48:16 +00:00
mycroft 2b5a456ba9 Fix kvm_mkdb to work with kernels loaded >=1MB. Note: This is a KLUGE, but
there is probably no better way to do it with a.out.
1993-07-19 07:24:41 +00:00
mycroft b6e9697594 DUH. This is kvm_mkdb, not symorder. Display the correct name in error
messages.
1993-07-18 10:36:47 +00:00
mycroft c8ca1437a9 Hmmm. I suppose text_Adr really should be an int... 1993-07-18 10:34:52 +00:00
mycroft b0c70a21fe Hmmm. I suppose loadaddress really should be an int... 1993-07-18 10:33:46 +00:00
mycroft 97159f53d2 Allow specifying the load address in the config file. Again, defaults to
KERNBASE.

To use this, on the `config' line you specify, `at address'.  For example:

config          netbsd  at 0xfe100000 root on sd0 swap on sd0 and sd1
1993-07-18 10:07:36 +00:00
mycroft 58b2563f49 Add -T option to specify load address of kernel (like ld); default to KERNBASE
for compatibility.
1993-07-18 09:44:12 +00:00
cgd dbbedddb89 Changed the reference to mkpasswd to pwd_mkdb since that is what is used
now.  (From Christoph Robitschko).
1993-07-17 12:30:13 +00:00
cgd f132587bb5 usage info called it "disktab" 1993-07-14 09:05:27 +00:00
cgd 10e3a8d21b use "#if __STDC__ > 0" rather than "#ifdef __STDC__" 1993-07-13 22:16:23 +00:00
cgd 048389b2ee make package makefiles deal with "all", "clean", and "cleandir" if they
don't already.
1993-07-13 08:12:53 +00:00
brezak 846b18f20c Changes for GCC2 generated symbols. 1993-07-12 18:01:51 +00:00
cgd 0836388ff0 if no symbols present, don't complain, and exit with 0 exit status.
that way we can use dbsym from kernel makefiles and actually pay attention
to its errors...
1993-07-11 08:43:34 +00:00
cgd 892404628d patch from Paul Kranenburg <pk@cs.few.eur.nl> so that if given a kernel
name, kvm_mkdb will work properly.
1993-07-10 01:16:15 +00:00
mycroft a18c6474da Clean up deleted files. 1993-07-08 16:58:04 +00:00
deraadt f437fa25c1 NIS -> YP (one more) 1993-07-08 02:19:32 +00:00
cgd f0e2d2191c changes from mw to support nfs swap/root specification 1993-07-07 10:47:00 +00:00
cgd 6e1f2beb63 we don't need the lex lib 1993-07-07 10:33:01 +00:00
cgd 09844fbcfe make the rlist code all go away. replace it with resource map code,
as written by Wolfgang Solfrank.
1993-07-07 06:04:12 +00:00
mrg 020c240b45 4.4BSD-Lite2 1993-07-05 22:36:25 +00:00
cgd 1559a8e0be slight stylistic change, and don't limit field width when such limits
are unnecessary...
1993-07-03 12:59:54 +00:00
cgd 77219acd07 change interrupt vector names to begin with "X" rather than "V", so we're
like every other BSD system on the planet...
1993-07-03 12:32:25 +00:00
glass b54cac1cc7 Upgrade for sendmail 8.1B to 8.1C....
from Eric Allman <eric@vangogh.cs.berkeley.edu>:
>Subject: sendmail 8.1C out
...
>THIS IS AN URGENT FIX.  There is a security problem in 8.1B (and
>apparently most vendor versions of sendmail) that permits a user
>to read any file on the system (don't ask, I won't go into details).
>It should be installed immediately.
...
> ======================================================================
>
> 8.1C/8.1B     93/06/27
>       Serious security bug fix: it was possible to read any file on
>               the system, regardless of ownership and permissions.
>       If a subroutine returns a fully qualified address, return it
>               immediately instead of feeding it back into rewriting.
>               This fixes a problem with mailertable lookups.
>       CONFIG: fix some M4 frotz (concat => CONCAT)
>
1993-06-28 22:32:43 +00:00
glass ef1aed7436 last change planned to the sendmail srcs proper.
sun-lamp.mc, and boat-anchor.mc now exist as examples of how to write
sendmail m4 files for NetBSD.  In particular, boat-anchor.mc is an example
of how to work around the annoying "we don't have lockf" problem.
1993-06-27 01:22:45 +00:00
brezak af4554d4e0 Close misbehaving connections instead of exiting. 1993-06-22 17:20:23 +00:00
glass c751fe1973 fixed so that 'obj' directory wasn't required. forwarded fix off to Allman. 1993-06-18 23:36:59 +00:00
glass 7af879627b example config file; used by sun-lamp 1993-06-18 23:07:57 +00:00
glass e66e5354ca link with -lutil to get getloadavg() 1993-06-18 21:21:08 +00:00
mycroft 99d9fd9026 Clean up deleted files. 1993-06-18 20:44:35 +00:00
glass cb8fe8af94 baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:42:53 +00:00
mycroft 1a012c5667 Clean up deleted files. 1993-06-18 20:42:52 +00:00
glass 52021971d9 baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:42:15 +00:00
mycroft 239b788fc6 Clean up deleted files. 1993-06-18 20:42:13 +00:00
glass 100f4f365f baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:41:58 +00:00
mycroft b580eb544e Clean up deleted files. 1993-06-18 20:41:56 +00:00
glass f5b0f0df66 baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:41:29 +00:00
mycroft 4f1bbae810 Clean up deleted files. 1993-06-18 20:41:28 +00:00
glass 9e94ffc755 baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:41:02 +00:00
mycroft bb0e23229d Clean up deleted files. 1993-06-18 20:41:01 +00:00
glass ae87789673 baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:40:25 +00:00
mycroft 4e47609c49 Clean up deleted files. 1993-06-18 20:40:15 +00:00
glass 841de26551 baseline commit of sendmail release 8 version 8.1B
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:39:56 +00:00
cgd c8bdad0560 convert magic numbers to network byte order, and attendent changes 1993-06-18 06:49:30 +00:00
andrew 349ac16602 Fixed typo. 1993-06-17 08:21:42 +00:00