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
mouse
ccf88919e4
Per mail from Herb Peyerl, use LOG_AUTH for libwrap logging.
1997-01-02 14:25:18 +00:00
pk
1b92c8c5c6
This program is now called `mdsetimage'.
1997-01-02 00:36:15 +00:00
pk
b2c06715e2
Rename: rdconfig => mdconfig; rdsetimage => mdsetimage
1997-01-02 00:34:53 +00:00
pk
8ea56d49aa
This program is now called `mdsetimage'.
1997-01-02 00:33:34 +00:00
pk
04287aa824
This program is now called `mdconfig'.
1997-01-02 00:23:45 +00:00
pk
fa84b16b10
Device rename: `rd' => `md'
1997-01-02 00:22:43 +00:00
christos
2c22a216ba
64 bit patches (mostly long -> time_t) from Matthew Jacob (?)
...
sup now works on the alpha!
1996-12-31 18:08:00 +00:00
mouse
f02c2e5693
Get the local-address-part code in here (instead of "comsat" you can
...
use "127.0.0.1:comsat"). While I'm here, do trailing whitespace
cleanup, .Nm usage police in the manpage, and a couple of trivial text
typo fixes.
1996-12-30 23:38:18 +00:00
cjs
234f178084
Configure sendmail use tcp_wrappers (/etc/hosts.allow) for validating
...
hosts connecting via TCP/IP.
1996-12-27 01:54:07 +00:00
cjs
8c6c957cfd
8.8.4 initgroups patch from Eric Allman
1996-12-27 00:29:11 +00:00
mikel
a1e8465484
fix typo; PR bin/3038.
1996-12-24 02:44:58 +00:00