summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* cleanup the IDE cases a bit, add the ad driver to the all: target.sos1999-11-092-8/+20
|
* Add missing netinet6.jlemon1999-11-051-0/+2
| | | | Detected by: make world
* Entry for Network Everywhere Ethernet 10BaseT PC Card.obrien1999-11-052-0/+18
| | | | Submitted by: alfred
* Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had thisobrien1999-11-052-2/+18
| | | | | | in PAO format, so there might be a buglet in my conversion. Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
* Add network entry for Xircom Realport (Ethernet + modem).obrien1999-11-052-0/+16
| | | | Submitted by: Nick Slager <nicks@albury.net.au>
* Pass IP fragments with non-zero offset. The semantics of matchingru1999-11-041-0/+6
| | | | | | IP fragments has been changed in src/sys/netinet/ip_fw.c,v 1.78. Reminded by: "Ronald F. Guilmette" <rfg@monkeys.com>
* "make install" did not install 150.clean-hoststat.ghelmer1999-11-041-0/+1
| | | | PR: bin/12497
* Add share/examples/nwclient directory.bp1999-11-031-0/+2
|
* Document the ch* devices.nik1999-11-012-0/+2
| | | | | PR: docs/14401 Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
* Fix a rather amusing bug.phk1999-10-301-2/+2
| | | | | | | | | | | Try this: setenv LANG ASCII cal 1999 :-) PR: 12116 Submitted by: Anton Berezin tobez@plab.ku.dk Reviewed by: phk
* Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.obrien1999-10-303-3/+3
| | | | Noticed by: bde
* Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf)peter1999-10-291-1/+2
|
* Remove make.conf from /usr/src/etc/ in favor of the one indillon1999-10-281-194/+0
| | | | | | /usr/src/etc/defaults/ Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
* adjust Makefile to handle make.conf's new locationdillon1999-10-281-1/+4
| | | | Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
* add sample entry for Linksys 10/100 cardjmb1999-10-282-0/+16
|
* Add commented entry to the lo0 section inviting bridge users tonsayer1999-10-241-0/+2
| | | | enable ARP on filtering bridges.
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+2
| | | | | | | | | | Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
* Allow for incoming DNS UDP queries.ru1999-10-201-0/+2
|
* add uk_UA.KOI8-U locale dirsache1999-10-182-0/+6
|
* Add Allied Telesis CentreCOM LA-PCM_V2 entry.kuriyama1999-10-162-0/+18
| | | | | Submitted by: sanpei@sanpei.org PR: conf/14301
* Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.obrien1999-10-161-1/+1
| | | | | Also remove the "-d" domain option, as if someone is savey enough to want this, they are savey enought to make a custom amd_flags in /etc/rc.conf.
* Fix ``MAKEDEV acd''brian1999-10-153-3/+3
| | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
* Make libncp actually compiled.bp1999-10-141-0/+4
| | | | Reviewed by: mdodd
* typocharnier1999-10-121-1/+1
|
* Remove references to the od driver. These devices are no attached bygibbs1999-10-123-12/+3
| | | | | | | the da driver and using the same major/minor scheme with the old name only leads to confusion. PR: misc/14279
* Add I-O DATA PCLATE entry.kuriyama1999-10-112-0/+16
| | | | | | Submitted by: sanpei@sanpei.org PR: conf/13038 URL: http://www.iodata.co.jp/products/pccard/pclate.htm
* Remove ipl hooks (bring on DEVFS! :-)peter1999-10-101-9/+1
|
* remove ipl hookspeter1999-10-102-18/+2
|
* Add COREGA EtherII PCC-T entry.kuriyama1999-10-072-0/+16
| | | | | Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp> PR: conf/12650
* Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAIDmsmith1999-10-072-4/+32
| | | | and Myles drivers respectively.
* Do not misinterpret blank and comment lines as passwordless accounts.sheldonh1999-10-061-1/+1
| | | | | PR: 13909 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* The previous commit missed two unquoted variable expansions. This hadsheldonh1999-10-041-2/+2
| | | | | | | the unfortunate side-effect of breaking the security script for hosts without kernel support for IPFW. Fix. Reported by: jhay
* add ru_RU->ru_SU alias for 8859-5ache1999-10-031-0/+1
|
* add ru_SU.ISO_8859-5 locale dirsache1999-10-032-0/+6
|
* If dumpdev exists, it's automatically enabled. Change comment to reflect.billf1999-10-011-1/+1
|
* Fix a typo in a comment.mpp1999-09-301-1/+1
|
* Slight reordering of /etc/rc order: It now goesnsayer1999-09-241-29/+29
| | | | | | | | | | | | | | | | | | ... recover vi msgs/bounds update MOTD rc.{arch} rc.devfs rc.local $local.startup securelevel The motive behind this is to delay rc.{arch} as long as possible, as it loads the screensaver, which kills the splash screen. But at the same time, it can't be done after rc.devfs, as that might depend on arch specific actions. rc.local and local.startup also should come after these, and securelevel must be last of all.
* Add information and configuration on the DUL.jmb1999-09-231-0/+5
| | | | | Based upon a suggestion from Don Croyle <croyle@gelemna.ft-wayne.in.us>.
* Remove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>jkoshy1999-09-222-7/+0
| | | | | | this is no longer the right way to start Vinum unless you are doing some kind of maintenance, and that's not the sort of thing that would go into rc.conf.
* Add support for md driver.phk1999-09-212-24/+30
| | | | sort some comments
* Make the firewall file variable space-safe.green1999-09-197-14/+14
|
* Oops, patch applied to wrong place.ache1999-09-151-2/+2
|
* add mdoc/localeache1999-09-151-0/+2
|
* Be slightly less verbose.obrien1999-09-152-2/+2
|
* Add a hook for disabling cvs and collect a few similar options together.peter1999-09-152-2/+4
| | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
* /emulation/binary compatibility/obrien1999-09-151-1/+1
|
* /Linux emulation/Linux mode binary compatibility/obrien1999-09-152-2/+2
|
* Add/adjust some $FreeBSD$ tags.peter1999-09-1314-15/+15
| | | | Noted by: Doug <Doug@gorean.org>
* Fixed some disordering (mainly of case lists for disks).bde1999-09-132-32/+34
| | | | Fixed bitrot in the `wcd*)' case.
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-1344-4320/+6050
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
OpenPOWER on IntegriCloud