summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpdougb2000-10-293-4/+10
| | | | | | | | from being installed, and make rmail conditional on neither of NO_SENDMAIL and NOUUCP. PR: bin/21321 Submitted by: Me
* Change flags of ncv and nsp driver. Both were conflicted with the flagsnon2000-10-291-2/+2
| | | | | | | used in lower layer (scsi_low.c). The flag of ncv for KME KXLC004 was chaged from 0x1 to 0x100. The flag of nsp for PIO mode was chaged from 0x1 to 0x100.
* Fix a blatant bug when running '/etc/pccard_ether device stop'.joe2000-10-281-2/+2
| | | | | | | I wasn't dropping the interface correctly, but not noticing because the interface was going away when the card was ejected. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* add PC-Card melody beep(PC Card bus, kludge version)sanpei2000-10-281-1/+1
| | | | Original idea from: PAO3
* Comment out the entry for Workbit Ninja SCSI series in PIO mode.non2000-10-271-2/+3
| | | | | | | This confilcted with the entry of non PIO mode. If you want to use them in PIO mode comment out entry of the non PIO mode and uncommnet the PIO mode entry.
* Added "minimum3": spare room for multilingual installer and driver floppy.hosokawa2000-10-262-0/+10
| | | | The size is 3 x 1.44MB.
* Uncommnet entries for PC-Cards which are supposed work with ncv, nsp,non2000-10-261-57/+39
| | | | | | | | | | | 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
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-1/+7
|
* Build the ISC library as libisc. This library comes as part of thearchie2000-10-241-0/+2
| | | | | | | | | 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
* Oops better ad the ar device to the all target, people might want tosos2000-10-241-0/+1
| | | | install on these...
* Add the ATA RAID (ar) devicesos2000-10-241-2/+4
|
* Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.knu2000-10-241-0/+2
|
* On DEVFS machines, the device name database is no use.phk2000-10-221-2/+6
|
* It is bsd.sites.mk one should look for a full list of default sites,knu2000-10-221-1/+13
| | | | | | | | | 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.
* add TDK Grey Cell GCS2000 Ethernet Cardsanpei2000-10-211-0/+6
| | | | PR: 22184
* Back out increasing entropy file size workaround and wait for real fix instead.ache2000-10-201-1/+1
| | | | Requested by: markm
* Fix a typo in the last commit; should be 'remove' not 'insert'.joe2000-10-201-1/+1
| | | | Noticed by: sanpei
* Redirect the stderr of dd to /dev/null so the user doesn't see ratherjkh2000-10-201-2/+2
| | | | | weird dd output on bootup as /dev/random is being reseeded. Also, can't this happen in the background since /dev/random blocks?
* Increase entropy file size from 4096 to 16384 because 4096 actually is notache2000-10-201-1/+1
| | | | enough to cause reseeding
* Kill the correct dhclient on detach of the ethernet device.n_hibma2000-10-201-2/+2
| | | | | Submitted by: Josef Karthauser <joe@freebsd.org> Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* Fixup a couple of ether card entries to use the new pccard_etherjoe2000-10-201-2/+4
| | | | calling convention.
* Use dd to better block the data being sent to /dev/random.jwd2000-10-181-2/+2
| | | | | Note: I am not redirecting stdout so that the amount of data being transferred can be seen (22k and 576k currently).
* Move auto doesn't work comment closer to config lineimp2000-10-181-1/+1
|
* Add a bunch of wireless cards from Japan. Shigeru YAMAMOTO-sanimp2000-10-171-7/+53
| | | | | | | | 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.
* use ``config auto'' for NCR WaveLAN/IEEEsanpei2000-10-171-2/+1
|
* Add an optional start/stop argument to pccard_ether, and migratejoe2000-10-162-355/+380
| | | | | | | | | 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.
* Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig.joe2000-10-161-1/+1
| | | | This bug has been here since revision 1.8.
* Merge from stable: Update of commentsn_hibma2000-10-161-5/+7
|
* Style fix only.jwd2000-10-161-3/+5
| | | | | | init 6 vs. /sbin/reboot problem still exists (pr 14829) Submitted by: Doug Barton <DougB@gorean.org>
* Set new default: entropy_file="/entropy"jwd2000-10-161-2/+2
| | | | | | | with /var/db/entropy being a hardcoded backup. Submitted by: Doug Barton <DougB@gorean.org> Approved by: markm
* Having played with this commit request for a few hours, I'vejwd2000-10-162-15/+63
| | | | | | | | | | | | | | | | | | 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
* Add /usr/include/netnatm/brian2000-10-151-0/+2
|
* Reseed the random device as early as possible to prevent hangs,markm2000-10-141-14/+25
| | | | | and provide some form of entropy in case there is no seed file to prevent a reboot from hanging unnecessarily.
* "fix" savecore by moving dev_mkdb before it to allow device name sensingache2000-10-121-4/+4
|
* Fixed the reporting of ip_portrange_{first|last}.ru2000-10-127-14/+14
|
* Turn the verbose mode on for dumpon(8).ru2000-10-121-1/+1
|
* Removed broken PAM support from rshd(8) and rlogind(8). rshd doesru2000-10-121-3/+0
| | | | | | | 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
* Disable the SMTP EXPN and VRFY commands by default to prevent informationgshapiro2000-10-101-0/+1
| | | | | | leakage. Submitted by: Maxime Henrion <mux@qualys.com>
* Install the sendmail cf building tools (contrib/sendmail/cf) ingshapiro2000-10-102-12/+13
| | | | | | /usr/share/sendmail/cf. PR: 19790
* add new version of ELECOM Air@Hawk/LD-WL11/PCCsanpei2000-10-101-1/+7
| | | | | | (Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588]) add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-0839-23/+1017
| | | | w/o giving any credit.
* add COREGA FEther PCC-TXFsanpei2000-10-081-0/+6
| | | | (MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
* Forgot to remove the directory from mtree for the obsolete sendmailgshapiro2000-10-071-2/+0
| | | | documentation.
* Fix typo: kereros -> kerberosalex2000-10-061-1/+1
| | | | | PR: 21468 Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
* This brings support for IP Filter into rc.network and rc.conf withdarrenr2000-10-068-0/+233
| | | | | | | | | | | | 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>
* Fix typo and change from `ifconfig ...' to `/sbin/ifconfig ...'toshi2000-10-051-7/+7
|
* Fix some remove method.toshi2000-10-051-3/+2
|
* Add TDK LAK-CD031.toshi2000-10-051-0/+6
| | | | Submitted by: Tsuyoshi Hatakenaka <tsuyoshi@wni.co.jp>
* Add James Housley's official IANA assigned numbers for healthd.sheldonh2000-10-051-0/+2
| | | | Requested by: jeh
* Add a unaligned_print option (alpha only)brian2000-10-042-0/+9
| | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649
OpenPOWER on IntegriCloud