deraadt
b9f2b6b7a0
and uucp dirs go away too
23 years ago
deraadt
cefcd164b2
the first part of uucp going away. It will become a package
23 years ago
todd
6229139c61
add Zilog serial devices to all)
23 years ago
todd
4911685131
more tab fixes
23 years ago
todd
9df1207526
o some reformatting, now comments at top look nice with tabstop=8
o correct tun major number
23 years ago
jason
e26f1d8aa3
add sparc64 directories
23 years ago
todd
d0be92e92c
o re-enable SunOS; broken with last speedup; no speed diff
o fix chgrp lists, found by new regress/etc/MAKEDEV
23 years ago
todd
60f1eafdaf
populate /dev/fd/ like other archs in 'all)' target
23 years ago
mickey
58ef3b9349
fix st and do not make hil; noted by fries@
23 years ago
mickey
6298c7f483
tty not com, noted by fries@
23 years ago
beck
60ec9d8d70
Add proxy user
23 years ago
todd
21d892ce16
'Think cache and context switches .. art@' .. 34% reduction in runtime!
23 years ago
todd
8d0b56fba5
allow eo=echo to generate a full script, even for linked audio device names
23 years ago
todd
a8e087ae0f
shrink w/out un-necessary newlines
23 years ago
todd
1ad6fb1793
thanks brad@ for reminding me there were three parts to his patch; audio
devices now generated properly
23 years ago
todd
3c71a158e6
remove un-needed eval
23 years ago
todd
4a3c7ec79d
pf0 -> pf
mcd0 & speaker -> crept in, not on sparc64!
if [ "$os" = "SunOS" ]; then .. output script runnable on SunOS
23 years ago
deraadt
c4f312ddb1
crank miniroot size to 6MB
23 years ago
todd
94598efaff
consistent avoidance of unnecessary spaces
23 years ago
todd
028678b710
compact arithmetic
23 years ago
todd
5ac5d56571
shave 40% off 'MAKEDEV all' by combining(eliminating) 'chgrp' fork's
23 years ago
todd
9c4d923e7e
add xfs0 and tcx0 to all)
23 years ago
todd
5d417ddfa1
add xfs; jason@ ok
add tcx to MAKEDEV
23 years ago
todd
a3906c91cf
enable pf and altq; jason@ ok
23 years ago
todd
dab6e167b1
reorder short section, don't over-ride 'eo' if set in the environment,
audio fixes from brad@
23 years ago
todd
6aca4e3da4
created by reading conf.c by me
23 years ago
drahn
b3d85c7cb8
powerpc -> macppc port rename changes
23 years ago
drahn
037d60e2ec
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.
Files moved from etc/etc.powerpc to etc/etc.macppc
23 years ago
jason
523eedc667
The easy files...
23 years ago
jason
c4ad0e8b21
Just read the install notes; this is woefully out of date anyway.
23 years ago
matthieu
6794a57af3
pflog is a binary file, ok jakob@
23 years ago
mickey
411519e9ed
add /etc/wsconsctl.conf; from Brian J. Kifiak <bk@rt.fm>
23 years ago
camield
3ed94aeba1
daemon.none is wrong
23 years ago
camield
ec41cc9284
local0 was there for ipf. daemon has its own logfile.
ok fgs@
23 years ago
deraadt
2dbee912e3
I forgot to list the pid file
23 years ago
deraadt
b87c669812
pflogd_flags; mbing@nfr.net
23 years ago
deraadt
7937dc67a0
oops, forgot to up pflog0; mbing@nfr.net
23 years ago
deraadt
94b63a501a
my initial guess at pflog rollover config
23 years ago
deraadt
f90607b1d5
start pflogd at the right place, I think
23 years ago
deraadt
18262f6b6b
altqd startup stuff
23 years ago
krw
db03892fa7
Fixup example files, man pages and phones parsing.
Make '/etc/remote' a working example, with some lengthy comments that
might help people trying to use it.
Remove untruths and beef up documentation for tip(1), remote(5) and
phones(5). In particular remove last reference to the 'cu' tip
interface since we use the 'cu' that comes with uucp, improve
documentation on phone numbers and flesh out documentation on
acu/modems supported. Document PHONES and REMOTE environment
variables.
Cleanup parsing of /etc/phones (so our example can be used) and ignore
lines with empty phone numbers instead of aborting the scan of the
file. This makes /etc/phones parsing consistant with ':pn:' capability
parsing. Don't try to dial empty phone numbers in either case.
ok millert@
23 years ago
millert
54d0f56882
skey was left out of the default authentication methods; add it back
23 years ago
deraadt
e913feecc5
enable ah & esp by default, now that we trust the code more
23 years ago
hugh
1d494c434e
a space before a redirect
23 years ago
fgsch
6de68c7c16
remove clean.weekly from here. this can be added in weekly.local if
needed and we don't ship it anyway; millert@ ok.
23 years ago
miod
6fec4ab528
Don't remove innocent files by accident, but on the other hand,
be sure to remove filres before mknod'ing them again.
Also speed up some rm constructs.
Discussed with hugh@
23 years ago
millert
ac9258efed
Move the proto field to be after the "on" argument which is consistent
with pf.conf. If no proto is specified tcp is assumed.
dhartmei@ OK
23 years ago
dhartmei
3d71e61bce
Extend nat/rdr syntax. Add source/destination selection. Make
interface optional. Suggested by rdump@river.com .
nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any |
[!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)]
rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any |
[!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*]
[proto (tcp | udp | icmp)]
23 years ago
millert
b09a2a543d
mention radius but don't put it in the list of default authentication styles
23 years ago
angelos
ef20412889
Also, source /etc/rc.conf so we can pull in the
multicast_host/multicast_router settings; this is useful if one
flushes the routing table and re-initializes.
We really need a netconfig tool of sorts.
23 years ago