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
Brian Somers
cd63d8618f
Use su -m instead of just su to avoid reading the users login profile
2000-09-28 05:43:44 +00:00
MIHIRA Sanpei Yoshiro
397afc3dfb
add Cisco Systems Aironet 342 Series 11Mbps 802.11 wireless NIC
...
same cis as Aironet 340
PR: 21447
2000-09-26 06:39:47 +00:00
MIHIRA Sanpei Yoshiro
3af9501ad5
add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NIC
...
PR: 20777
2000-09-26 06:29:40 +00:00
Jeroen Ruigrok van der Werven
0698add9a5
Do IANA update maintenance: list synched up to the latest version.
...
Document that 254 (divert) is not IANA assigned.
2000-09-24 11:20:27 +00:00
Alexander Langer
a237895d7e
Print "Enable PC-card." before anything else is done with
...
PC-card stuff. Also print a NEWLINE (!!) after that.
I'm driving mad each time when I see messages related to pccard before
"Enable PC-card." and particulary when I see
"Doing initial network setup". on the same line w/o a break.
2000-09-23 17:09:04 +00:00
Brian Somers
ca60fa1ad6
Remove a forgotten line
...
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2000-09-22 06:54:28 +00:00
Ruslan Ermilov
8df6e02eef
The final entry should be required', not
sufficient'.
2000-09-21 07:47:36 +00:00
Brian Somers
48a7635f95
Sort the output of mount
...
Requested by: des
Remove a redundant sed
2000-09-18 18:35:07 +00:00
Gregory Neil Shapiro
cf1fec423a
Give users a way to alter the sendmail (and related utilities) build
...
environment so they can enable functionality such as SASL, LDAP, Hesiod.
2000-09-17 00:41:33 +00:00