summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Flip the sequence of vendor, product around, to make it consistentn_hibma1999-11-221-3/+3
| | | | | with the rest of the world. This avoids confusion when talking about VID.PID.RID vs. PID.VID.RID. The former is the sequence normally used.
* Finish up umntall support. init now passed an argument to thedillon1999-11-222-3/+33
| | | | | | | | | rundown script 'reboot' or 'single'. ISO support (which never worked) has been removed from mount_nfs. mount_nfs and umount now use mounttab, which allows umntall to work properly. The rc scripts now call umntall as appropriate. Submitted by: Martin Blapp <mb@imp.ch>
* Add the usbd.conf to the distribution target.n_hibma1999-11-221-1/+1
|
* Add event queue handling. It triggers activities on events read fromn_hibma1999-11-211-0/+35
| | | | | | | | | | | | | | | | | | | /dev/usb. The actions are specified in the file /etc/usbd.conf. usbd.c: - Add event queue (/dev/usb) handling. - Add comments - Clean up code some more usbd.8: - Update manpage for the new command line flags - Remove a duplicate FreeBSD tag from it). usbd.conf, usbd.conf.5, Makefile: - Add the usbd.conf configuration file and the man page for it. NOTE: MAKEDEV already creates the /dev/usb device tree node, no change needed there anymore.
* Fix the entry for the NetGear FA410TX, which appears to have been committedmsmith1999-11-212-6/+6
| | | | | untested (invalid syntax, and config index 0x1 does not appear to exist in the card as it currently ships).
* Add share/examples/netgraph.roberto1999-11-191-0/+2
| | | | Forgotten by: our friends at Whistle.
* Use a common MAKEDEV between the Alpha and i386 - the only differencespeter1999-11-183-2845/+1
| | | | | of significance were due to the Alpha version going stale. We use common device numbering for devices. Hopefully, this file's days are numbered.
* Add the entry for usb (as opposed to usb<number>). It's minor is equivalentn_hibma1999-11-173-3/+15
| | | | to usb255 and will be used for the event queue of the usb daemon.
* Add network pass4 - after all local (/usr/local/etc/rc.d f.e.)ache1999-11-178-70/+116
| | | | | | daemons started. Move log_in_vain option there. It is needed to avoid lot of connections to port 80 logged on production WWW server prior Apache started from /usr/local/etc/rc.d
* Add Nokia Cellular Data Card DTP2 and DTP-2 ver IIroger1999-11-162-0/+32
|
* Add single_mountd_enable hook to run mountd but not NFS serverache1999-11-148-0/+120
| | | | Needed for machine with CFS but without real NFS
* 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.
OpenPOWER on IntegriCloud