summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Add a sysvipc_enable variable that causes the SysV IPC modules to be loaded.des2001-01-161-0/+1
| | | | Reviewed by: dougb
* add new PC-Card entry, Melco/Buffalo LPC2-CLTsanpei2001-01-141-0/+6
| | | | | | | | ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0 ed1: address 00:40:26:xx:xx:xx, type NE2000 (16 bit) Submitted by: [FreeBSD-users-jp 58182] YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp>
* Move the process of storing entropy from /dev/random and reseeding withdougb2001-01-141-1/+1
| | | | | | | | | | | | | | | | it at boot time closer to the way we want it to be in the final version. * Move the default directory to /var/db/entropy * Run the entropy saving cron job every 11 minutes. This seems to be a better default, although still bikeshed material. * Feed /dev/random some cheesy "entropy" from various commands and files before the disks are mounted. This gives /dev/random a better chance of running without blocking early. * Move the reseeding with previously stored entropy to the point immediately after the disks are mounted. * Make the harvesting script a little safer in regards to the possibility of accidentally overwriting something other than a regular file.
* Add a system to save entropy from /dev/random periodically so thatdougb2001-01-111-0/+3
| | | | | | | | | | | | | | | | | | it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course.
* add new PC-Card entry, COREGA FEther PCC-TXDsanpei2001-01-031-0/+6
| | | | | ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0 ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
* Fixed my mistake (rev: 1.169).toshi2000-12-291-1/+1
| | | | Submitted by: sanpei
* add PC-Card entry, ELECOM Laneed LD-CDL/TXsanpei2000-12-261-0/+6
| | | | | | | ed1 at port 0x240-0x25f irq 3 slot 0 on pccard0 ed1: address 00:90:fe:xx:xx:xx, type Linksys (16 bit) Submitted by: taguchi@tohoku.iij.ad.jp
* o Almost all the config line changed to `auto', except fortoshi2000-12-241-378/+222
| | | | | | | | | | | | multifunction cards and I recieved reports that the card does not workd by `config auto'. (MFPAO) o Remove static assign of the IRQ number. o Remove two duplicated entries. o Join some entries using regex and fixed matching order problem. These changes for boot.flp. Suggested by: sanpei
* use ``config auto'' for ACCTON EN2216-PCMCIA-ETHERNETsanpei2000-12-231-2/+1
| | | | Submitted by: taguchi@tohoku.iij.ad.jp
* use ``config auto'' for IBM PCMCIA Ethernet I/IIsanpei2000-12-231-1/+1
| | | | Submitted by: WAKABAYAI Susumu <susumu@wakabaya.net>
* fix MELCO LPC3-TX configsanpei2000-12-231-1/+2
| | | | | | | | | | use ``config auto'' add ether line Submitted by: bsd-nomads mailing list 14954: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> 14967: Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp> 14971: WAKABAYAI Susumu <susumu@wakabaya.net>
* use ``config auto "sio" ?'' for Xircom CreditCard Modem CM-56Tsanpei2000-12-231-1/+1
| | | | | PR: conf/23068 Submitted by: Matt <kienow@infinet.com>
* Join tree entries for Linksys PCMPC100 series as follows:toshi2000-12-201-9/+2
| | | | | | "Linksys" "EtherFast 10/100 PC Card (PCMPC100)" "Linksys" "Etherfast 10/100 PC Card (PCMPC100 V2)" "Linksys" "EtherFast 10/100 PC Card (PCMPC100 V3)"
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-25/+31
| | | | | | | | require the addition of flag 0x80000 to their config line in pccard.conf(5). This flag is not optional. These Linksys cards will not be recognized without it. Reviewed by: imp, iwasaki
* -Change manufacture ID for REX-5535AC, REX-5535X, REX-9835X, and REX-9835Znon2000-12-131-4/+6
| | | | | | | | | | | | | | | | | | from "PCMCIA SCSI MBH1040" to "PCMCIA SCSI MBH10401" "01". They are based on the spc driver. This will fix the conflicts of entry with REX-5536AM, REX-9836A, and ICM PSC-2401 ("MBH10404" ones) which are based on stg driver. The problem was pointed out in bsd-nomads several times since PAO2 days. -Comment out the entry for "MBH10401" ones. The spc driver is not supported yet. -Add more comment about cards which has broken CIS (some cards which has tuple of "PCMCIA SCSI MBH10404" "01"). Reported by: takachan@running-dog.net, y-nakaga@nwsl.mesh.ad.jp, yuki@dayo.ne.jp Obtained from: discussion in bsd-nomads mailing list
* Add comments just before each config for the awi cards.imp2000-12-111-2/+12
| | | | | | Add ZoomAir card. Change a couple default to auto. Also change a couple awi entires to auto from 0x1.
* Add a reference to the fetch(3) man page.des2000-12-101-1/+1
|
* Add commentary about shared SASL files versus sendmail compilation.gshapiro2000-11-301-0/+6
| | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* use ``config auto "wi" ?'' for MELCO/WLI-PCM-L11sanpei2000-11-281-1/+1
| | | | Submitted by: susumu.wakabayashi@ntt.com
* Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"obrien2000-11-221-1/+0
| | | | in /etc/login.conf.
* Add a note asking committers to update make.conf.5 when they update this.ben2000-11-221-0/+4
|
* add Linksts EtherFast 10/100 PC Card (PCMPC100 V2)sanpei2000-11-211-1/+7
| | | | Submitted by: Ben Lutgens <blutgens@usinternet.com>
* Standardize spelling of "optimization" in commentsdougb2000-11-191-3/+3
| | | | | PR: conf/22622 Submitted by: knu
* Disable /usr/bin/ssh being setuid root by default. Let the variablegreen2000-11-141-0/+3
| | | | | | | | | | ENABLE_SUID_SSH being defined reenable it for those that want it. This follows discussion favoring the change from September. It is not usually necessary to be setuid root, possibly less safe, and less convenient (cannot use $HOSTALIASES, for example). Submitted by: jedgar
* add SII MC-P200sanpei2000-11-131-0/+4
| | | | | Submitted by: Shigeru Ishida <ishida@isl.intec.co.jp> bsd-nomads:14801
* Add webgear aviator cardimp2000-11-121-0/+8
|
* add Melco WLI-PCMsanpei2000-11-101-0/+1
|
* add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)sanpei2000-11-101-4/+0
| | | | | | | and this PC-Card has function ID as modem, pccard.conf entry is not needed. Submitted by: (Roger Hardiman <roger@freebsd.org>)
* Fixed typo in description of ENABLE_SUIDPERL.ru2000-11-101-1/+1
|
* Add commented-out entries for FTP_PROXY and HTTP_PROXY so those behindjkh2000-11-081-1/+12
| | | | | | firewalls have examples to work from. Requested by: chein
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.ps2000-11-041-0/+6
|
* use ``config auto "ata" ?'' for DHU Mobile Media CD-ROMsanpei2000-11-041-1/+1
| | | | | Submitted by: Motonobu KOBAYASHI <kobayashimo@nttdocomo.co.jp> [bsd-nomads:14777]
* Stick the Xircom 10/100 Network PC Card adapter entry in the right sortjhb2000-11-031-6/+6
| | | | | | order. Requested by: sanpei
* State that using optimization level above -O for kernel builds isn't smart.obrien2000-11-021-1/+3
|
* use ``config auto'' for COREGA Ether PCC-Tsanpei2000-11-021-2/+1
|
* Add BUFFALO LPC3-CLXtoshi2000-11-011-2/+17
| | | | | | | | Submitted by: Takashi Ikeda <ccikeda@moon.aichi-u.ac.jp> Add TOSHIBA Ethernet Card LABCTA00A. Submitted by: "minoru kurata" <minoru.kurata@toshiba.co.jp> Obtained from: PAO3
* Don't use the old URL to the GNU ftp location any more:rse2000-11-011-1/+1
| | | | ftp://prep.ai.mit.edu/pub/gnu/ -> ftp://ftp.gnu.org/gnu/
* remove duplicated item.sanpei2000-10-311-5/+0
| | | | | | "Laneed Wireless card" is "ELECOM *Laneed* Air@Hawk/LD-WL11/PCC Wireless card" which was already committed.
* Add an entry for the Xircom 10/100 Network PC Card adapter.jhb2000-10-301-0/+6
|
* MFS:sanpei2000-10-301-13/+12
| | | | | | | | | | | | cosmetic changes use /etc/pccard_ether for Xircom CreditCard Netwave and 3Com Corporation" "3C562" (BUT NOT SUPPORTED). fix `card line' of RATOC REX-5572 (as SCSI only) use `config auto' for RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI
* - ipv6_prefix_* and ipv6_ifconfig_* work for end nodeume2000-10-291-3/+12
| | | | | | | | | | | | | | - rtsol should be work for only one interface - new variable ipv6_defaultrouter is added - option name of rtadvd in comment are corrected - ipv6_firewall_enable, ipv6_firewall_type, ipv6_firewall_script, ipv6_firewall_logging are added to introduce rc.firewall6. IPv6 firewall rule is just starting point and should be brushed up. This commit includes PR18621, PR21694, PR22051. PR: conf/18621, conf/21694, conf/22051 Reviewed by: asmodai
* 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.
* 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.
* 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
* Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.knu2000-10-241-0/+2
|
* 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
* Fix a typo in the last commit; should be 'remove' not 'insert'.joe2000-10-201-1/+1
| | | | Noticed by: sanpei
* Fixup a couple of ether card entries to use the new pccard_etherjoe2000-10-201-2/+4
| | | | calling convention.
OpenPOWER on IntegriCloud