non
7eb085651d
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
n_hibma
71ac041c16
The USB scanner driver. To be used together with SANE.
2000-10-25 10:34:38 +00:00
archie
efb8bd7bda
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
sos
b5115253f7
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
sos
093d7695b1
Add the ATA RAID (ar) device
2000-10-24 14:31:24 +00:00
knu
14543975bd
Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.
2000-10-24 12:37:52 +00:00
phk
8ce58b4dcf
On DEVFS machines, the device name database is no use.
2000-10-22 19:10:13 +00:00
knu
6f5b6c7d58
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
sanpei
95b65ad026
add TDK Grey Cell GCS2000 Ethernet Card
...
PR: 22184
2000-10-21 15:09:27 +00:00
ache
1721a457e9
Back out increasing entropy file size workaround and wait for real fix instead.
...
Requested by: markm
2000-10-20 20:26:05 +00:00
joe
b5e2f28927
Fix a typo in the last commit; should be 'remove' not 'insert'.
...
Noticed by: sanpei
2000-10-20 20:02:31 +00:00
jkh
02af04a1fb
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
ache
2ea359d7f6
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
n_hibma
5345ee4b33
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
joe
c46af66358
Fixup a couple of ether card entries to use the new pccard_ether
...
calling convention.
2000-10-20 00:31:48 +00:00
jwd
7068275873
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
imp
8aa6837dc5
Move auto doesn't work comment closer to config line
2000-10-18 03:14:37 +00:00
imp
1adb55d6aa
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
sanpei
5c60eca8c6
use ``config auto'' for NCR WaveLAN/IEEE
2000-10-17 06:20:21 +00:00
joe
c96e987bcd
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
joe
fe13d4e327
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
n_hibma
367b573a1e
Merge from stable: Update of comments
2000-10-16 16:38:04 +00:00
jwd
6c9c173e79
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
jwd
ac37933794
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
jwd
5f83544426
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
5ae4a9caff
Add /usr/include/netnatm/
2000-10-15 00:43:06 +00:00
markm
f81d689f63
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
ache
66f25fff0b
"fix" savecore by moving dev_mkdb before it to allow device name sensing
2000-10-12 21:40:04 +00:00
ru
5cfbdcbbe8
Fixed the reporting of ip_portrange_{first|last}.
2000-10-12 11:25:57 +00:00
ru
f301e0c8ed
Turn the verbose mode on for dumpon(8).
2000-10-12 10:34:59 +00:00
ru
1324e3deb9
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
gshapiro
6643909213
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
gshapiro
e4192d4e06
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00
sanpei
3442011814
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
obrien
6700db6a71
Add copyright notices. Other systems have been barrowing our /etc files
...
w/o giving any credit.
2000-10-08 19:20:36 +00:00
sanpei
33786ff424
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
gshapiro
6be81ed351
Forgot to remove the directory from mtree for the obsolete sendmail
...
documentation.
2000-10-07 22:46:42 +00:00
alex
53517bf643
Fix typo: kereros -> kerberos
...
PR: 21468
Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
2000-10-06 17:36:05 +00:00
darrenr
d021730618
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
toshi
5f3a3f56ed
Fix typo and change from ifconfig ...' to
/sbin/ifconfig ...'
2000-10-05 19:37:00 +00:00
toshi
73e2b5770e
Fix some remove method.
2000-10-05 19:28:00 +00:00
toshi
0c8810e716
Add TDK LAK-CD031.
...
Submitted by: Tsuyoshi Hatakenaka <tsuyoshi@wni.co.jp>
2000-10-05 19:20:35 +00:00
sheldonh
47be164f8c
Add James Housley's official IANA assigned numbers for healthd.
...
Requested by: jeh
2000-10-05 07:36:59 +00:00
brian
12f7c0812b
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
9753316e35
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
jkh
01476c6091
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
6e80549f22
Case is irrelevant when sorting mail redirects
...
PR: 21600
Submitted by: David Wolfskill <dhw@whistle.com>
2000-10-02 21:54:38 +00:00
sanpei
bcbd7b592f
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
sanpei
701496ed36
use ``config auto'' for COREGA EtherII PCC-T.
2000-10-01 05:50:18 +00:00
brian
6605e8805b
Use su -m instead of just su to avoid reading the users login profile
2000-09-28 05:43:44 +00:00