Nik Clayton
7444245a73
Document the ch* devices.
...
PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
1999-11-01 19:45:59 +00:00
Poul-Henning Kamp
942df157ca
Fix a rather amusing bug.
...
Try this:
setenv LANG ASCII
cal 1999
:-)
PR: 12116
Submitted by: Anton Berezin tobez@plab.ku.dk
Reviewed by: phk
1999-10-30 07:28:49 +00:00
David E. O'Brien
a6f694bda1
Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.
...
Noticed by: bde
1999-10-30 07:00:13 +00:00
Peter Wemm
d3d3794b0e
Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf)
1999-10-29 01:33:49 +00:00
Matthew Dillon
3509715716
Remove make.conf from /usr/src/etc/ in favor of the one in
...
/usr/src/etc/defaults/
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-28 21:38:47 +00:00
Matthew Dillon
f589c4caf7
adjust Makefile to handle make.conf's new location
...
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-28 21:31:46 +00:00
Jonathan M. Bresler
2d7a9a2efd
add sample entry for Linksys 10/100 card
1999-10-28 12:32:55 +00:00
Nick Sayer
3af7d635f1
Add commented entry to the lo0 section inviting bridge users to
...
enable ARP on filtering bridges.
1999-10-24 00:26:49 +00:00
Julian Elischer
4cf49a4355
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
...
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org )
Obtained from: Whistle CVS tree
1999-10-21 09:06:11 +00:00
Ruslan Ermilov
59e92b4999
Allow for incoming DNS UDP queries.
1999-10-20 08:15:13 +00:00
Andrey A. Chernov
cd23b8bf85
add uk_UA.KOI8-U locale dirs
1999-10-18 20:18:04 +00:00
Jun Kuriyama
42b8d51e00
Add Allied Telesis CentreCOM LA-PCM_V2 entry.
...
Submitted by: sanpei@sanpei.org
PR: conf/14301
1999-10-16 13:52:43 +00:00
David E. O'Brien
29abbacb90
Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.
...
Also remove the "-d" domain option, as if someone is savey enough to want
this, they are savey enought to make a custom amd_flags in /etc/rc.conf.
1999-10-16 05:42:50 +00:00
Brian Somers
ae409c2b97
Fix ``MAKEDEV acd''
...
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
1999-10-15 16:20:58 +00:00
Boris Popov
f24bb3a4b3
Make libncp actually compiled.
...
Reviewed by: mdodd
1999-10-14 06:40:46 +00:00
Philippe Charnier
3cfb550ba3
typo
1999-10-12 19:23:51 +00:00
Justin T. Gibbs
118b8f31d3
Remove references to the od driver. These devices are no attached by
...
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
1999-10-12 15:51:58 +00:00
Jun Kuriyama
105620eaa5
Add I-O DATA PCLATE entry.
...
Submitted by: sanpei@sanpei.org
PR: conf/13038
URL: http://www.iodata.co.jp/products/pccard/pclate.htm
1999-10-11 05:01:08 +00:00
Peter Wemm
8d741ff43c
Remove ipl hooks (bring on DEVFS! :-)
1999-10-10 15:14:46 +00:00
Peter Wemm
41c2fcf401
remove ipl hooks
1999-10-10 15:13:48 +00:00
Jun Kuriyama
381d8f3644
Add COREGA EtherII PCC-T entry.
...
Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp>
PR: conf/12650
1999-10-07 15:50:44 +00:00
Mike Smith
dbb1a3463c
Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
...
and Myles drivers respectively.
1999-10-07 02:37:04 +00:00
Sheldon Hearn
a0468d95ed
Do not misinterpret blank and comment lines as passwordless accounts.
...
PR: 13909
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-10-06 10:29:33 +00:00
Sheldon Hearn
023fff94a5
The previous commit missed two unquoted variable expansions. This had
...
the unfortunate side-effect of breaking the security script for hosts
without kernel support for IPFW. Fix.
Reported by: jhay
1999-10-04 14:54:34 +00:00
Andrey A. Chernov
26279dd9dd
add ru_RU->ru_SU alias for 8859-5
1999-10-03 00:48:24 +00:00
Andrey A. Chernov
b7d9493ed1
add ru_SU.ISO_8859-5 locale dirs
1999-10-03 00:44:56 +00:00
Bill Fumerola
f967923cf8
If dumpdev exists, it's automatically enabled. Change comment to reflect.
1999-10-01 00:13:44 +00:00
Mike Pritchard
c124f1f780
Fix a typo in a comment.
1999-09-30 04:55:23 +00:00
Nick Sayer
011afabb7a
Slight reordering of /etc/rc order: It now goes
...
...
recover vi
msgs/bounds
update MOTD
rc.{arch}
rc.devfs
rc.local
$local.startup
securelevel
The motive behind this is to delay rc.{arch} as long as possible,
as it loads the screensaver, which kills the splash screen.
But at the same time, it can't be done after rc.devfs, as
that might depend on arch specific actions. rc.local and local.startup
also should come after these, and securelevel must be last of all.
1999-09-24 06:49:00 +00:00
Jonathan M. Bresler
47b69cc1b8
Add information and configuration on the DUL.
...
Based upon a suggestion from
Don Croyle <croyle@gelemna.ft-wayne.in.us>.
1999-09-23 22:48:12 +00:00
Joseph Koshy
8e814a064f
Remove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>
...
this is no longer the right way to start Vinum unless you are doing some
kind of maintenance, and that's not the sort of thing that would go into
rc.conf.
1999-09-22 06:31:32 +00:00
Poul-Henning Kamp
589dd32c10
Add support for md driver.
...
sort some comments
1999-09-21 11:11:26 +00:00
Brian Feldman
eb0519dbda
Make the firewall file variable space-safe.
1999-09-19 21:32:42 +00:00
Andrey A. Chernov
22ec1a0d38
Oops, patch applied to wrong place.
1999-09-15 18:58:33 +00:00
Andrey A. Chernov
0dd0f9be49
add mdoc/locale
1999-09-15 18:52:44 +00:00
David E. O'Brien
e5ee615637
Be slightly less verbose.
1999-09-15 11:17:59 +00:00
Peter Wemm
77dec3a0c7
Add a hook for disabling cvs and collect a few similar options together.
...
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
David E. O'Brien
24002cc8bc
/emulation/binary compatibility/
1999-09-15 02:25:13 +00:00
David E. O'Brien
1ac46012af
/Linux emulation/Linux mode binary compatibility/
1999-09-15 02:08:45 +00:00
Peter Wemm
6cabfb3832
Add/adjust some $FreeBSD$ tags.
...
Noted by: Doug <Doug@gorean.org>
1999-09-13 17:09:08 +00:00
Bruce Evans
c0d43b32c1
Fixed some disordering (mainly of case lists for disks).
...
Fixed bitrot in the `wcd*)' case.
1999-09-13 16:15:58 +00:00
Sheldon Hearn
321704296f
Apply a consistent style to most of the etc scripts. Particularly, use
...
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.
Changes discussed on freebsd-hackers.
Submitted by: Doug Barton <Doug@gorean.org>
1999-09-13 15:44:20 +00:00
Dag-Erling Smørgrav
8dc47ef606
Fix disordering introduced in my previous commit.
...
Pointed out by: bde
1999-09-13 09:45:07 +00:00
Ollivier Robert
2a87314062
This fix adds checking for the existance of the /var/msgs
...
directory before attempting to create the bounds file.
PR: bin/13184
Submitted by: "Stephen J. Roznowski" <sjr@home.net>
1999-09-12 18:13:11 +00:00
Dag-Erling Smørgrav
e46cd3d4d2
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
...
variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel
options, respectively. See the comments in LINT for details.
1999-09-12 17:22:08 +00:00
Andrey A. Chernov
2c3cb52472
add tmac/locale for man l10n tweaks
1999-09-11 19:11:03 +00:00
Andrey A. Chernov
c664bb9110
Add man_locales knob to specify localized man subdirs for makewhatis and
...
catman
1999-09-11 19:00:41 +00:00
Andrey A. Chernov
77adc291c6
localize it
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 18:55:02 +00:00
Chris Piazza
22e1fe88a2
set check_quotas="YES" as the default.
...
PR: 13603
Submitted by: Alex Perel <veers@distributed.net>
Reviewed by: billf
1999-09-06 20:22:40 +00:00
Nick Hibma
d98069654d
Move /var/cron/log to /var/log/cron
1999-09-06 20:10:27 +00:00