summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fix this to be more consistent with similar constructions elsewheredougb2001-01-142-2/+2
|
* 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-145-62/+41
| | | | | | | | | | | | | | | | 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.
* Fix a small typodougb2001-01-111-1/+1
|
* Add a system to save entropy from /dev/random periodically so thatdougb2001-01-114-10/+36
| | | | | | | | | | | | | | | | | | 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 portmap as a dependency for NIS client and server.bsd2001-01-111-0/+2
| | | | Requested by: gallatin
* update the makefile to install all files from this directory to /etc/isdnhm2001-01-101-6/+10
|
* Update: allow a list of numbers to be ignored and display the line onhm2001-01-101-15/+35
| | | | which the call was received.
* correct two horrible spelling errorshm2001-01-101-3/+3
|
* add a the missing (german) holidays filehm2001-01-101-0/+34
|
* Add these key bindings for tcsh users in interactive mode:archie2001-01-101-0/+5
| | | | | | | | bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current
* Move the syscons configuration to a machine independent rc.syscons. Thejhb2001-01-097-455/+362
| | | | | syscons sh code was identical on both platforms except for whitespace differences.
* Remove empty directories.ben2001-01-091-6/+0
| | | | | PR: 23769, 23772, 23868 Submitted by: Rich Morin <rdm@cfcl.com>
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>peter2001-01-091-0/+2
|
* Give the USB devices sensible default permissions.n_hibma2001-01-071-12/+28
| | | | Suggested by: Kaltashkin Eugene <zhecka@klondike.ru>
* Don't announce that rc.${MACHINE_ARCH} is doing the syscons configurationjhb2001-01-073-3/+3
| | | | | | | | as the previous line already tells us we are in rc.${MACHINE_ARCH}. This also allows more syscons configuration messages during startup to fit on one line. Reviewed by: dougb
* 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)
* Cope with ports that have multiple versions *and* have embedded ``-''sbrian2001-01-021-1/+1
| | | | in their name.
* Understand ``multiple versions'' lines emitted from pkg_version.brian2001-01-021-1/+3
|
* ru_SU -> ru_RU for nls tooache2001-01-012-6/+6
|
* ... and ru_RU.KOI8-R.phk2000-12-311-5/+1
| | | | | | Remove ru_SU Forgotten by: phantom on 2000/12/29 14:58:01
* Add ru_RU.ISO_8859-5 also.phk2000-12-311-0/+2
|
* Add forgotten entry for ru_RU.CP866 to try to make make release work.phk2000-12-311-0/+2
|
* Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.phantom2000-12-291-3/+0
|
* Fixed my mistake (rev: 1.169).toshi2000-12-291-1/+1
| | | | Submitted by: sanpei
* Add the "mdctl" device under the "std" stanza.phk2000-12-281-0/+1
|
* Merge into a single US-exportable libcrypt, which only providespeter2000-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | one-way hash functions for authentication purposes. There is no more "set the libcrypt->libXXXcrypt" nightmare. - Undo the libmd.so hack, use -D to hide the md5c.c internals. - Remove the symlink hacks in release/Makefile - the algorthm is set by set_crypt_format() as before. If this is not called, it tries to heuristically figure out the hash format, and if all else fails, it uses the optional auth.conf entry to chose the overall default hash. - Since source has non-hidden crypto in it there may be some issues with having the source it in some countries, so preserve the "secure/*" division. You can still build a des-free libcrypt library if you want to badly enough. This should not be a problem in the US or exporting from the US as freebsd.org had notified BXA some time ago. That makes this stuff re-exportable by anyone. - For consistancy, the default in absence of any other clues is md5. This is to try and minimize POLA across buildworld where folk may suddenly be activating des-crypt()-hash support. Since the des hash may not always be present, it seemed sensible to make the stronger md5 algorithm the default. All things being equal, no functionality is lost. Reviewed-by: jkh (flame-proof suit on)
* Fix a quoting problem I introduced.dougb2000-12-261-2/+2
| | | | | | Fix a tiny style problem while I'm here. Submitted by: knu
* 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
* Add support for PC-card router configuration. (MFPAO)toshi2000-12-251-40/+124
| | | | | | | | | | | | | | o Add the removable_interfaces variable for list of removable network interfaces (PC-card ethernet, wireless network and USB ethernet etc). o ifconfig_<ifn>_alias0, static_routes_<ifn>, removable_route_flush, /etc/start_if.<ifn> and /etc/stop_if.<ifn> are support. o removable_route_flush variable is set to "NO" if you want to use the machine as gateway using two or more removable network cards. If static routing is needed use static_routes_<ifn> instead of static_routes or defaultrouter. o The optional static_routes_<ifn> variable is likely static_routes. o /etc/start_if.<ifn> and /etc/stop_if.<ifn> are shell script to be specified that are called when a card is inserted or removed.
* 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
* Handle multiple words in $daily_clean_disks_filesbrian2000-12-241-3/+5
| | | | | PR: 23805 Submitted mostly by: Norbert Papke <npapke@telus.net>
* 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>
* Add commented out entry showing use of console.info feature.phk2000-12-201-0/+2
|
* 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)"
* o Back out 1.39, it was a bad idea. There was, and should be, arwatson2000-12-191-2/+2
| | | | | | | | | | distinction between the OS copyright message and the message displayed gratuitously to each user at login. Because, well, they may be different, among other things, and boy can a copyright message each login consume some screen space. If people really want to do this, they can copy /COPYRIGHT to /etc/COPYRIGHT. Submitted by: Anders Andersson <anders@codefactory.se>
* Add if=/etc/issue to the default getty entry.phk2000-12-181-1/+2
| | | | | | | This does nothing if you don't have an /etc/issue file. PR: 22331 Submitted by: Rick C. Petty <rick@kiwi-computer.com>
* 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
* * Add an eval so that ipnat_flags=">/dev/null" works, per the PRdougb2000-12-177-21/+35
| | | | | | | * Do some line length and specify full path cleanups while I'm here PR: conf/22937 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* o /etc/COPYRIGHT -> /COPYRIGHT, since that's where it's installed.rwatson2000-12-171-2/+2
| | | | Submitted by: Anders Andersson <anders@sanyusan.se>
* In addition to:dougb2000-12-171-30/+35
| | | | | | | | | | | | | | | Apply a more consistent style to the echo statements in /etc/ scripts. * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard Also: * Use rm -f on /var/run/dev.db so if it's not there (devfs) it doesn't error * Shorten the ldconfig messages so that the default fits on one line * Test whether /var/msgs/bounds is a link before overwriting it * Generally futz around with whitespace
* Apply a more consistent style to the echo statements in /etc/ scripts.dougb2000-12-1723-171/+174
| | | | | | | | | | * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes
* Create the vn%d.ctl devices.phk2000-12-161-0/+6
| | | | | | | | | | In a few days I will commit a patch which changes vn(4) to use the disk-minilayer. This will make vn(4) fully DEVFS friendly but have the side effect that vnconfig needs the vn%d.ctl devices to be able to configure vn(4). Please remake your /dev/vn entries with this revision of MAKEDEV if you don't rung DEVFS already.
* Run rc.pccard from netstart so it works for us laptop users as well.des2000-12-161-0/+5
|
* Flesh out a simple framework for dependency checking rc.conf enabledbsd2000-12-131-23/+19
| | | | | | services. Simple YES/NO style *_enable services are supported. Reviewed by: obrien
* -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
* If portmap is started as a dependancy, echo a notice during boot.bsd2000-12-131-3/+18
| | | | Approved by: obrien
OpenPOWER on IntegriCloud