summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Don't delete quota files when clean-tmps is enabled.brian1999-06-101-2/+3
|
* If amd_flags is empty, don't add -p as it makes amd abend.brian1999-06-087-14/+49
|
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-082-4/+4
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* solve name conflictandreas1999-06-071-2/+2
| | | | | | | the old STREAM protocol has been obsoleted by "ST2" (RFC 1819) Detected by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Suggested by: Matt Crawford <crawdad@fnal.gov>
* Since FreeBSD can be used as sniffer, update the /etc/protocols fileandreas1999-06-061-9/+102
| | | | | | | | after demand of two people and no objections: - included all registered protocols, so it's now a useful reference as well - renamed title to reflect new content (deleted word "IP", since all registered internet protocols are included now) - corrected URL (file isn't hosted by iana.org anymore)
* Don't discard error output from sysctl(8).bde1999-06-057-98/+112
| | | | | | | | | | Do discard standard output from the sysctl for approxy_all, and echo what this sysctl is doing in the usual way. This fix is probably backwards. We should probably just use the standard sysctl output in all cases (it needs to have a newline filtered out). Echo what the sysctls for nfs_reserved_port_only and nfs_access_cache are doing.
* Add handle to control global TCP keepalives and turn them on asphk1999-06-058-8/+44
| | | | | | | | | | | | | | | | | default. Despite their name it doesn't keep TCP sessions alive, it kills them if the other end has gone AWOL. This happens a lot with clients which use NAT, dynamic IP assignment or which has a 2^32 * 10^-3 seconds upper bound on their uptime. There is no detectable increase in network trafic because of this: two minimal TCP packets every two hours for a live TCP connection. Many servers already enable keepalives themselves. The host requirements RFC is 10 years old, and doesn't know about the loosing clients of todays InterNet.
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-052-2/+8
| | | | as well as the X11 version ja_JP.SJIS
* sunsite is now metalab.billf1999-06-042-4/+4
|
* Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gigbillf1999-06-042-2/+12
| | | | | | removable disk. Submitted by: Troy Settle <st@i-Plus.net>
* Damn, forgot this: time -> when.ru1999-06-011-2/+2
|
* Sync header line with newsyslog(8).ru1999-06-011-3/+3
| | | | | PR: 11511 Reviewed by: des
* Ignore the quota.user and quota.group files rather than thebrian1999-06-011-2/+3
| | | | ``quotas'' file when cleaning /tmp.
* 'make update' in the ports directory.billf1999-06-012-4/+4
|
* Fix my DOC2k CHRDEV goofphk1999-05-292-6/+6
|
* Set FTP_PASSIVE_MODE=YES by default in the default login class.jkh1999-05-281-2/+2
|
* Fix i4bteld entry, the section of the sh case for "i4teld*)" should behm1999-05-242-16/+16
| | | | | BEFORE the case for "i4tel*)". (match the longest prefix first!) Recognized by: Harry Starr
* Get case right in "COMPAT3X".obrien1999-05-232-4/+4
| | | | Submitted by: Kevin Street <street@iname.com>
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-2010-84/+171
|
* Add a commented out COMPAT22 and COMPAT3x, since we have the others.obrien1999-05-192-2/+6
|
* Change tcp_extension comment.phk1999-05-161-2/+2
| | | | | Submitted by: Studded <Studded@gorean.org> Reviewed by: phk
* Add the entry for my Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison).obrien1999-05-142-2/+50
| | | | | | Add additional entries (might need a little tweaking) for the Xircom adapters. Xircom entries obtained from: http://www.lovett.com/lists/freebsd-xircom/
* Sync with changes in /etc/mail.jkh1999-05-111-2/+2
|
* update spam countermeasuresjmb1999-05-113-205/+16
| | | | | | | | | add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html (grrr.....should have been one commit did the last commit from a subdirectory)
* update spam countermeasuresjmb1999-05-112-2/+8
| | | | | | add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html
* Use /usr/bin/finger rather than `safe_finger'.obrien1999-05-081-2/+2
|
* Add extra dirs needed by install. Do the include/* by reusingmarkm1999-05-052-2/+8
| | | | | | BSD.include.dist to make tracking this easier. Pointed out by: Rod Grimes
* This has bitrotted to the state that it is no longer functional.markm1999-05-052-18/+2
| | | | | | | Make Mike Smith very happy by nuking the PCIC auto-load code. :-) NOTE - You will have to have PCIC in your kernel again!! You have been warned!!
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-052-4/+54
| | | | | | | | | | | | | | | | | | | | | | adapter (and some workalikes). Also add man pages and a wicontrol utility to manipulate some of the card parameters. This driver was written using information gleaned from the Lucent HCF Light library, though it does not use any of the HCF Light code itself, mainly because it's contaminated by the GPL (but also because it's pretty gross). The HCF Light lacks certain featurs from the full (but proprietary) HCF library, including 802.11 frame encapsulation support, however it has just enough register information about the Hermes chip to allow someone with enough spare time and energy to implement a proper driver. (I would have prefered getting my hands on the Hermes manual, but that's proprietary too. For those who are wondering, the Linux driver uses the proprietary HCF library, but it's provided in object code form only.) Note that I do not have access to a WavePOINT access point, so I have only been able to test ad-hoc mode. The wicontrol utility can turn on BSS mode, but I don't know for certain that the NIC will associate with an access point correctly. Testers are encouraged to send their results to me so that I can find out if I screwed up or not.
* added card1 and card2 to 'all' target.hosokawa1999-05-042-4/+4
| | | | (for machines with more than two PC-card slots)
* Spelling correction.ghelmer1999-05-041-2/+2
| | | | PR: 10824
* Add AmbiCom Inc NICbrian1999-05-042-2/+18
| | | | Submitted by: Wes Peters <wes@softweyr.com>
* Use ``grep -w'' to prevent catching "pcic_pci"dima1999-05-042-4/+4
|
* Add 3Com/Noteworthy 56k modembrian1999-05-032-2/+14
| | | | | | PR: 9187 Submitted by: Craig Leres <leres@ee.lbl.gov> Requested by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Unbreak my previous commitgpalmer1999-05-031-1/+2
|
* Create share/man8/alphagpalmer1999-05-031-1/+2
| | | | Forgotten By: obrien
* Perl moves up a maintenance version.markm1999-05-021-2/+2
|
* Remove NOPERL. Seems to cause too many problems, as those that try don'tobrien1999-05-022-6/+2
| | | | | understand the implications and don't think to undo it when they get experience trouble. (wonder about some of the people running -CURRENT sometimes)
* Update this file to no longer list the outdated information about gulf.netjkh1999-05-011-26/+3
| | | | Ignored-for-too-long-by: jmb
* Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-301-3/+3
| | | | | | "passwordtime" is what passwd(1) has actually been using. I suspect passwordperiod was the original intent. I can't figure-out which, if either, BSDi uses. If anyone knows...
* Add /usr/X11R6/bin to default path also.jkh1999-04-281-2/+2
|
* By popular request, add /usr/local/sbin to this list.jkh1999-04-282-4/+4
|
* 1. Remove the hateful EDITOR=ee from root's environment; it's onejkh1999-04-272-4/+3
| | | | | | | | thing to use it at startup, when you don't know if the user can handle vi or not, but yet another thing to leave it as a permanent land mine for root. 2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
* Add an entry for the Xircom GlobalACCESS modembrian1999-04-252-2/+14
| | | | | PR: 10277 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Drop example lkm treepeter1999-04-241-15/+1
|
* Sync with rc.i386 - use kldload rather than modload (which never existedpeter1999-04-241-3/+5
| | | | on the Alpha anyway)
* Zap default creation of /dev/lkm - it doesn't point to anything anymorepeter1999-04-243-6/+3
|
* drop /lkmpeter1999-04-191-3/+1
|
* Remove extraneous spacebrian1999-04-127-14/+14
| | | | PR: 11096
* Remove old locale links conversion stuffache1999-04-111-17/+1
|
OpenPOWER on IntegriCloud