Tatsumi Hosokawa
21079021da
Added "minimum3": spare room for multilingual installer and driver floppy.
...
The size is 3 x 1.44MB.
2000-10-26 16:00:27 +00:00
Noriaki Mitsunaga
302bbfaac9
Uncommnet entries for PC-Cards which are supposed work with ncv, nsp,
...
and stg drivers. Also all config indexes for these cards are changed
to auto.
Note, still if you would like to use cards which has a comment;
# (Do not put this entry under Bustoaster)
you need some quick hack. Uncomment the entry above.
Reviewed by: sanpei@FreeBSD.org
2000-10-26 11:25:10 +00:00
Nick Hibma
2fd84f56d5
The USB scanner driver. To be used together with SANE.
2000-10-25 10:34:38 +00:00
Archie Cobbs
c06992e558
Build the ISC library as libisc. This library comes as part of the
...
bind distribution, but until now was not being built as a separate
entity. For documentation, see these man pages:
assertions(3), eventlib(3), heap(3), logging(3), memcluster(3), tree(3).
Reviewed by: jdp
2000-10-24 20:10:25 +00:00
Søren Schmidt
31873471da
Oops better ad the ar device to the all target, people might want to
...
install on these...
2000-10-24 15:40:20 +00:00
Søren Schmidt
cf1127945b
Add the ATA RAID (ar) device
2000-10-24 14:31:24 +00:00
Akinori MUSHA
82494980f2
Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.
2000-10-24 12:37:52 +00:00
Poul-Henning Kamp
175c38cf60
On DEVFS machines, the device name database is no use.
2000-10-22 19:10:13 +00:00
Akinori MUSHA
241d880ebb
It is bsd.sites.mk one should look for a full list of default sites,
...
not bsd.port.mk anymore.
Add MASTER_SITE_XFREE, MASTER_SITE_RINGSERVER, MASTER_SITE_TCLTK and
MASTER_SITE_RUBY.
Document and add MASTER_SORT_REGEX.
2000-10-22 12:09:16 +00:00
MIHIRA Sanpei Yoshiro
58a544be91
add TDK Grey Cell GCS2000 Ethernet Card
...
PR: 22184
2000-10-21 15:09:27 +00:00
Andrey A. Chernov
7e290fd42a
Back out increasing entropy file size workaround and wait for real fix instead.
...
Requested by: markm
2000-10-20 20:26:05 +00:00
Josef Karthauser
cce1cd64ed
Fix a typo in the last commit; should be 'remove' not 'insert'.
...
Noticed by: sanpei
2000-10-20 20:02:31 +00:00
Jordan K. Hubbard
1d745d28e0
Redirect the stderr of dd to /dev/null so the user doesn't see rather
...
weird dd output on bootup as /dev/random is being reseeded. Also,
can't this happen in the background since /dev/random blocks?
2000-10-20 17:41:46 +00:00
Andrey A. Chernov
2af8bc5b22
Increase entropy file size from 4096 to 16384 because 4096 actually is not
...
enough to cause reseeding
2000-10-20 16:32:05 +00:00
Nick Hibma
fd947b09e2
Kill the correct dhclient on detach of the ethernet device.
...
Submitted by: Josef Karthauser <joe@freebsd.org>
Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
2000-10-20 00:42:05 +00:00
Josef Karthauser
fb2a416f3b
Fixup a couple of ether card entries to use the new pccard_ether
...
calling convention.
2000-10-20 00:31:48 +00:00
John W. De Boskey
b082b24f98
Use dd to better block the data being sent to /dev/random.
...
Note: I am not redirecting stdout so that the amount of
data being transferred can be seen (22k and 576k currently).
2000-10-18 05:29:26 +00:00
Warner Losh
c33f14430f
Move auto doesn't work comment closer to config line
2000-10-18 03:14:37 +00:00
Warner Losh
a0951dd59e
Add a bunch of wireless cards from Japan. Shigeru YAMAMOTO-san
...
brought them to BSDcon and gratiously allowed me to test each one with
the wireless setup here. In addition, support another CF card which
YAMAMOTO-san also brought.
Also add a Lexar CF card which didn't work with auto on many laptops.
2000-10-17 22:31:27 +00:00
MIHIRA Sanpei Yoshiro
cf673267d3
use ``config auto'' for NCR WaveLAN/IEEE
2000-10-17 06:20:21 +00:00
Josef Karthauser
69d1f468bf
Add an optional start/stop argument to pccard_ether, and migrate
...
the 'ifconfig ifN delete' into pccard_ether under the 'stop'
function.
In addition start dhclient with a pid file based on the interface
name, e.g. /var/run/dhclient.ep0.pid, and kill the correct dhclient
(or dhcpc) process when the card is removed.
2000-10-16 19:11:11 +00:00
Josef Karthauser
3b7c548b4b
Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig.
...
This bug has been here since revision 1.8.
2000-10-16 19:03:48 +00:00
Nick Hibma
8df2823bfe
Merge from stable: Update of comments
2000-10-16 16:38:04 +00:00
John W. De Boskey
991c4ad814
Style fix only.
...
init 6 vs. /sbin/reboot problem still exists (pr 14829)
Submitted by: Doug Barton <DougB@gorean.org>
2000-10-16 06:16:44 +00:00
John W. De Boskey
3fc79ca179
Set new default: entropy_file="/entropy"
...
with /var/db/entropy being a hardcoded backup.
Submitted by: Doug Barton <DougB@gorean.org>
Approved by: markm
2000-10-16 04:45:47 +00:00
John W. De Boskey
bfb80de42d
Having played with this commit request for a few hours, I've
...
convinced myself that it's better then what we have, but still
not perfect.
/etc/rc : Attempt to seed /dev/random with multiple backoffs.
/etc/rc.shutdown : Attempt to write the entropy_file.
In debugging the above changes, I've run into some
inconsistancies... rc.shutdown is run via 'init 6', but
does not appear to be run via '/sbin/reboot'. Thus, this
set of changes improves life depending on the mechanism
used to shut the system down.
Submitted by: Doug Barton <DougB@gorean.org>
Approved by: markm
2000-10-16 04:44:35 +00:00
Brian Somers
dd903d321f
Add /usr/include/netnatm/
2000-10-15 00:43:06 +00:00
Mark Murray
318cc4ad59
Reseed the random device as early as possible to prevent hangs,
...
and provide some form of entropy in case there is no seed file
to prevent a reboot from hanging unnecessarily.
2000-10-14 12:56:08 +00:00
Andrey A. Chernov
88820203d4
"fix" savecore by moving dev_mkdb before it to allow device name sensing
2000-10-12 21:40:04 +00:00
Ruslan Ermilov
35c8e6411c
Fixed the reporting of ip_portrange_{first|last}.
2000-10-12 11:25:57 +00:00
Ruslan Ermilov
9667076c85
Turn the verbose mode on for dumpon(8).
2000-10-12 10:34:59 +00:00
Ruslan Ermilov
6f1214d918
Removed broken PAM support from rshd(8) and rlogind(8). rshd does
...
not allocate a pty(4) so it is not suitable at all for interactive
PAM modules. rlogind calls login(1) which is already PAM enabled.
Approved by: markm
2000-10-12 07:18:20 +00:00
Gregory Neil Shapiro
9d64dea9fa
Disable the SMTP EXPN and VRFY commands by default to prevent information
...
leakage.
Submitted by: Maxime Henrion <mux@qualys.com>
2000-10-10 18:10:38 +00:00
Gregory Neil Shapiro
31923af7ce
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00
MIHIRA Sanpei Yoshiro
f7a26d1939
add new version of ELECOM Air@Hawk/LD-WL11/PCC
...
(Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588])
add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
2000-10-10 14:27:30 +00:00
David E. O'Brien
a1c43e3fbb
Add copyright notices. Other systems have been barrowing our /etc files
...
w/o giving any credit.
2000-10-08 19:20:36 +00:00
MIHIRA Sanpei Yoshiro
7300b57eb3
add COREGA FEther PCC-TXF
...
(MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
2000-10-08 07:42:52 +00:00
Gregory Neil Shapiro
e16befd944
Forgot to remove the directory from mtree for the obsolete sendmail
...
documentation.
2000-10-07 22:46:42 +00:00
Alexander Langer
6f39ae3b66
Fix typo: kereros -> kerberos
...
PR: 21468
Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
2000-10-06 17:36:05 +00:00
Darren Reed
7a76642f3c
This brings support for IP Filter into rc.network and rc.conf with
...
the appropriate documentation added to rc.conf(5). If all goes well
with this over the next few weeks, the PR will be closed with the
pullup of patches back to 4-STABLE.
PR: 20202
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Reviewed by: Darren Reed <darrenr@freebsd.org>
Approved by: Darren Reed <darrenr@freebsd.org>
Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-06 12:24:45 +00:00
Toshihiko ARAI
13a4d01290
Fix typo and change from ifconfig ...' to
/sbin/ifconfig ...'
2000-10-05 19:37:00 +00:00
Toshihiko ARAI
a16ec435c6
Fix some remove method.
2000-10-05 19:28:00 +00:00
Toshihiko ARAI
58ab6a5d30
Add TDK LAK-CD031.
...
Submitted by: Tsuyoshi Hatakenaka <tsuyoshi@wni.co.jp>
2000-10-05 19:20:35 +00:00
Sheldon Hearn
cf86636803
Add James Housley's official IANA assigned numbers for healthd.
...
Requested by: jeh
2000-10-05 07:36:59 +00:00
Brian Somers
944fae23f3
Add a unaligned_print option (alpha only)
...
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
2000-10-04 18:58:46 +00:00
Kris Kennaway
fecb6ab363
Disable rsh and rlogin by default. ssh and telnet are still available for
...
remote access on default installations.
2000-10-04 07:56:16 +00:00
Jordan K. Hubbard
da701298c0
Turn fingerd OFF by default. Comparative essentials like telnetd
...
are bad enough, but finger is hardly a critical system service and
it's traditionally been vulnerable to a variety of attacks; anybody
remember RTFM and his worm?
2000-10-03 00:08:15 +00:00
Brian Somers
0655ee8d72
Case is irrelevant when sorting mail redirects
...
PR: 21600
Submitted by: David Wolfskill <dhw@whistle.com>
2000-10-02 21:54:38 +00:00
MIHIRA Sanpei Yoshiro
8072a67c79
use ``config auto''
...
- Melco LPC-T (PIO mode)
- AR-P500 ethernet card
- Accton EN2226/Fast EtherCard (16-bit verison)
2000-10-02 14:41:09 +00:00
MIHIRA Sanpei Yoshiro
7ee33f7a53
use ``config auto'' for COREGA EtherII PCC-T.
2000-10-01 05:50:18 +00:00