Commit Graph

1329 Commits

Author SHA1 Message Date
mikel
e405a28573 Xr Trpt -> Nm Trsp; pull in other bug fixes from trpt(8).
RCS ID police.
1997-02-07 06:53:17 +00:00
mikel
f3b151f572 fix PR misc/3184, but somewhat differently.
include <unistd.h> for getopt() prototype, reorder includes.
eliminate some leftover unused variables.
1997-02-07 05:07:13 +00:00
thorpej
c9fe001e3a Cross-reference options(4). While I'm hear, garbage-collect the
reference to config(8) left over from when this program was called
config.new.
1997-02-05 19:17:28 +00:00
thorpej
f12fb4ba31 Patch from Gordon Ross to make this build under SunOS, useful in
cross-compiling environments.
1997-02-03 21:18:21 +00:00
cgd
1c4dda6b52 include string.h for protos 1997-02-03 20:12:34 +00:00
cgd
f429382aa8 add bad144 to the alpha's SUBDIR list 1997-02-03 20:11:45 +00:00
thorpej
e14a0d029f Add support for generating "option headers". These allow options to
be included in object dependencies.  config(8) is told to generate
a header for a particular option with the new "defopt" keyword, used
in the files.* system description files.  Options that are placed in
header files are not given -D... cpp flags.

This approach allows options to be turned into headers incrementally,
rather than all at once, and allows for non-header options, as well.
1997-02-02 21:12:30 +00:00
carrel
eb7a3e7987 Display names for more frame buffer types
Patch from Klaus Klein.  Fixes port-hp300/3039
1997-02-01 13:04:36 +00:00
carrel
3d7d96333d add NetBSD CVS ids 1997-01-31 23:12:12 +00:00
carrel
914d884a22 fixed grfinfo to properly display errors
added man page
1997-01-31 23:06:52 +00:00
veego
8a514d0afa Remove the last change. fil.fr_icode ist char and NOT unsigned char.
Fix pr#3169
1997-01-31 10:10:11 +00:00
thorpej
07c71aa7f7 Implement new grammar and semantics for specifying file systems
and the root device:

- New "file-system" keyword is used to configure file systems into
  the kernel.
- New way of specifying root device, which allows root file system
  type to always be specified.  Examples:

	config gennetbsd swap generic
	config sdnetbsd root on sd0a swap on sd0b
	config nfsnetbsd root on nfs

  are replaced by:

	config gennetbsd root on ? type ?
	config sdnetbsd root on sd0a type ffs swap on sd0b
	config nfsnetbsd root on ? type nfs
	config lenetbsd root on le0 type nfs

  Note that specific network interfaces may now be specified as
  the root device.
- swapgeneric.c is no longer used; generate a swap*.c file for each
  "config" line in the kernel configuration file.
1997-01-31 03:12:30 +00:00
thorpej
2cd7214cae We no longer have to build config.old on the hp300. (Yay!! Woo!!) 1997-01-30 10:44:46 +00:00
thorpej
a4f420d68a Ding dong, the old config is dead! 1997-01-30 10:41:27 +00:00
matthias
470161650e compression ratio was computed wrong. 1997-01-30 09:14:50 +00:00
mark
ab4940de30 Cast -1 to an unsigned char for the test with fil.fr_icode as the fr_icode
field is declared as an unsigned char.
1997-01-29 18:39:47 +00:00
mark
3d14bc1b12 Use an integer rather than a char for the getopt() return value in order
to make it work with architectures that use unsigned chars.
1997-01-29 01:49:25 +00:00
mark
2ab96deb9a Use an integer rather than a char for the getopt() return value in main()
in order to make it work with architectures that use unsigned chars.
1997-01-29 01:29:09 +00:00
thorpej
509e392ad5 Remove the SIOCADDMULTI ioctl; it's not meant for user level code. Just
always set promiscuous mode on the interface.
1997-01-27 22:51:50 +00:00
cjs
ca99d3bef4 Format and install ypinit manual page. (PR 3139 from
Andrew Wheadon <andrew@wipux2.wifo.uni-mannheim.de>.)
1997-01-27 00:28:31 +00:00
cjs
729dbf416c sendmail 8.8.5 merge 1997-01-24 04:01:18 +00:00
cjs
df679e9b88 sendmail 8.8.5 1997-01-24 02:19:57 +00:00
cgd
de97b4a289 stdlib.h for malloc() prototype 1997-01-24 02:16:22 +00:00
cjs
27e0e2605f sendmail 8.8.5 1997-01-24 01:53:10 +00:00
jtk
43130f9be2 apply typo fix per misc/3134 (from Thorsten Frueauf) 1997-01-23 00:31:14 +00:00
mycroft
af2068bc6a Use ${.CURDIR} to find Makefile.inc. 1997-01-20 07:33:57 +00:00
tls
b032699c54 rather amusing typo. Perhaps this was a tunafish? 1997-01-19 10:52:10 +00:00
lukem
72aedc7cd1 convert to public stringlist implementation (I forgot about this)
found by Klaus Klein <kleink@layla.inka.de>, noted in [bin/3215]
1997-01-19 03:30:14 +00:00
mikel
c792bb5960 cast ether_ntohost() argument to proper type;
from Klaus Klein <kleink@layla.inka.de>
1997-01-18 02:22:21 +00:00
mikel
38f1be3526 use ether_aton() from libc; from Klaus Klein <kleink@layla.inka.de>,
with some modifications by myself.
1997-01-18 02:12:13 +00:00
scottr
1a49e59606 Remove timezone support. From Thorsten Frueauf, closes PR #3118. 1997-01-17 23:48:54 +00:00
perry
0dc57f52ff fix coredump per pr-3084 1997-01-16 22:27:01 +00:00
cgd
7bd18db5e6 pointer cast fixups for 64-bit cleanliness 1997-01-14 06:47:10 +00:00
cgd
bf31af7965 pointer cast/printf fixups for 64-bit cleanliness 1997-01-14 06:45:01 +00:00
cjs
f6d7620b76 Add tcpdchk and tcpdmatch. 1997-01-13 23:33:15 +00:00
tls
01221a35e5 b->mem 1997-01-12 20:42:41 +00:00
mikel
91e876159f fix problem with restarting service after SIGHUP (PR 3093)
indicate proper invocation point and RCS ID police (PR 3098)
1997-01-12 06:55:41 +00:00
mikel
35b9d06596 make testdb() fail if database version string has length zero. 1997-01-11 06:18:11 +00:00
cjs
7e5ed09d92 Add a list of programs which are not in /etc/inetd.conf but use libwrap
on their own (currently just /usr/sbin/sendmail). Also, mark all programs
in inetd as wrapped even without tcpd being called, since NetBSD inetd
wraps all programs.
1997-01-11 03:33:31 +00:00
cjs
fbb40475d5 Import from tcp_wrappers_7.4. 1997-01-11 02:09:50 +00:00
cjs
84b4e9c069 Import from tcd_wrappers_7.4. 1997-01-11 02:06:52 +00:00
thorpej
05fe9cfe11 Grok and document CTL_DDB. 1997-01-09 05:38:54 +00:00
veego
21361a6567 Add ipf. 1997-01-08 21:58:34 +00:00
mrg
eafab1cbd3 ipl -> ipfilter 1997-01-07 11:32:24 +00:00
veego
ff73fbb75f Alphabetize the SUBDIRs (Fix pr#3088) 1997-01-06 23:33:36 +00:00
veego
a3a8d0aba7 Add includes for 'struct tcpiphdr'.
Add $NetBSD$ id and restore the orginal Id.
1997-01-05 16:42:41 +00:00
mrg
3460d5fc46 update this for "pseudo-device ipl" 1997-01-05 14:53:55 +00:00
mrg
4810e839ab initial import of darren reed's ip-filter, version 3.1.2. 1997-01-05 13:06:38 +00:00
cjs
5416ba5d61 New manual page for ypinit(8). 1997-01-05 09:49:41 +00:00
cjs
bce8700c83 Add reference to ypinit(8). 1997-01-05 09:49:07 +00:00