aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Call rpc.umntall only if nfs_client_enable, hang occurse otherwiseAndrey A. Chernov1999-11-301-3/+7
| | | | Notes: svn path=/head/; revision=53915
* Add the ability to match on device names attached to.Nick Hibma1999-11-281-6/+5
| | | | | | | | If a device is attached to ums4, you can reference this devname in the configuration file as ${DEVNAME} (a shell variable, yes). Notes: svn path=/head/; revision=53856
* As promised long ago, remove the last evidence of the 'sd' driver.Mike Smith1999-11-271-5/+2
| | | | | | | SCSI disks are only known as 'da' now. Notes: svn path=/head/; revision=53782
* Do not create bdev nodes anymore. Instead create cdev nodes with thePoul-Henning Kamp1999-11-261-58/+57
| | | | | | | | | | | | | | | | | | | | | | same names: rover# ls -l /dev/*wd0a crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/rwd0a crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/wd0a Notice: Over time, no earlier than FreeBSD 5.0, the "r*" names may be discontinued. A fair number of programs and scripts need to (un)learn some tricks before then. This will take no effect until you either run MAKEDEV by hand or reinstall your system. WARNING: Kernels older than approx November 22 will not be happy about a /dev created with MAKEDEV after this commit. Please update your /kernel.good etc. Notes: svn path=/head/; revision=53728
* MFS: note that only IP addresses work when wrapping the portmapper.David E. O'Brien1999-11-251-2/+10
| | | | | | | | Make clearer we consider this only an example, and admins should really write this file for their needs. Notes: svn path=/head/; revision=53685
* Make the devices for the endpoints 0-15, not only for 0. This createsNick Hibma1999-11-241-3/+5
| | | | | | | ugen0 and ugen0.1 - ugen0.15, not only ugen0 (control endpoint). Notes: svn path=/head/; revision=53679
* Remove /dev/drumPoul-Henning Kamp1999-11-241-3/+1
| | | | Notes: svn path=/head/; revision=53676
* Remove leftover reference to the "od" devices.Poul-Henning Kamp1999-11-241-2/+1
| | | | Notes: svn path=/head/; revision=53675
* we all like to 'Use' ppp, but this should be 'User'Alfred Perlstein1999-11-241-1/+1
| | | | | | | Pointed out by: dcs Notes: svn path=/head/; revision=53665
* Remove man_locales - goes to manpath.configAndrey A. Chernov1999-11-231-1/+0
| | | | Notes: svn path=/head/; revision=53620
* Use manpath -L for man localesAndrey A. Chernov1999-11-232-16/+4
| | | | Notes: svn path=/head/; revision=53619
* Oops, typoBrian Somers1999-11-237-7/+7
| | | | Notes: svn path=/head/; revision=53613
* Add pppoed startup optionsBrian Somers1999-11-238-0/+74
| | | | Notes: svn path=/head/; revision=53611
* Flip the sequence of vendor, product around, to make it consistentNick 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. Notes: svn path=/head/; revision=53600
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-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> Notes: svn path=/head/; revision=53550
* Add the usbd.conf to the distribution target.Nick Hibma1999-11-221-1/+1
| | | | Notes: svn path=/head/; revision=53549
* Add event queue handling. It triggers activities on events read fromNick 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. Notes: svn path=/head/; revision=53517
* Fix the entry for the NetGear FA410TX, which appears to have been committedMike Smith1999-11-212-6/+6
| | | | | | | | untested (invalid syntax, and config index 0x1 does not appear to exist in the card as it currently ships). Notes: svn path=/head/; revision=53497
* Add share/examples/netgraph.Ollivier Robert1999-11-191-0/+2
| | | | | | | Forgotten by: our friends at Whistle. Notes: svn path=/head/; revision=53422
* Use a common MAKEDEV between the Alpha and i386 - the only differencesPeter Wemm1999-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. Notes: svn path=/head/; revision=53327
* Add the entry for usb (as opposed to usb<number>). It's minor is equivalentNick Hibma1999-11-173-3/+15
| | | | | | | to usb255 and will be used for the event queue of the usb daemon. Notes: svn path=/head/; revision=53316
* Add network pass4 - after all local (/usr/local/etc/rc.d f.e.)Andrey A. Chernov1999-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 Notes: svn path=/head/; revision=53314
* Add Nokia Cellular Data Card DTP2 and DTP-2 ver IIRoger Hardiman1999-11-162-0/+32
| | | | Notes: svn path=/head/; revision=53232
* Add single_mountd_enable hook to run mountd but not NFS serverAndrey A. Chernov1999-11-148-0/+120
| | | | | | | Needed for machine with CFS but without real NFS Notes: svn path=/head/; revision=53158
* cleanup the IDE cases a bit, add the ad driver to the all: target.Søren Schmidt1999-11-092-8/+20
| | | | Notes: svn path=/head/; revision=53058
* Add missing netinet6.Jonathan Lemon1999-11-051-0/+2
| | | | | | | Detected by: make world Notes: svn path=/head/; revision=52905
* Entry for Network Everywhere Ethernet 10BaseT PC Card.David E. O'Brien1999-11-052-0/+18
| | | | | | | Submitted by: alfred Notes: svn path=/head/; revision=52892
* Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had thisDavid E. O'Brien1999-11-052-2/+18
| | | | | | | | | in PAO format, so there might be a buglet in my conversion. Submitted by: Robert Withrow <bwithrow@nortelnetworks.com> Notes: svn path=/head/; revision=52891
* Add network entry for Xircom Realport (Ethernet + modem).David E. O'Brien1999-11-052-0/+16
| | | | | | | Submitted by: Nick Slager <nicks@albury.net.au> Notes: svn path=/head/; revision=52890
* Pass IP fragments with non-zero offset. The semantics of matchingRuslan Ermilov1999-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> Notes: svn path=/head/; revision=52873
* "make install" did not install 150.clean-hoststat.Guy Helmer1999-11-041-0/+1
| | | | | | | PR: bin/12497 Notes: svn path=/head/; revision=52855
* Add share/examples/nwclient directory.Boris Popov1999-11-031-0/+2
| | | | Notes: svn path=/head/; revision=52837
* Document the ch* devices.Nik Clayton1999-11-012-0/+2
| | | | | | | | PR: docs/14401 Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com> Notes: svn path=/head/; revision=52767
* Fix a rather amusing bug.Poul-Henning Kamp1999-10-301-2/+2
| | | | | | | | | | | | | | Try this: setenv LANG ASCII cal 1999 :-) PR: 12116 Submitted by: Anton Berezin tobez@plab.ku.dk Reviewed by: phk Notes: svn path=/head/; revision=52646
* Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.David E. O'Brien1999-10-303-3/+3
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=52645
* Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf)Peter Wemm1999-10-291-1/+2
| | | | Notes: svn path=/head/; revision=52613
* Remove make.conf from /usr/src/etc/ in favor of the one inMatthew Dillon1999-10-281-194/+0
| | | | | | | | | /usr/src/etc/defaults/ Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Notes: svn path=/head/; revision=52610
* adjust Makefile to handle make.conf's new locationMatthew Dillon1999-10-281-1/+4
| | | | | | | Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Notes: svn path=/head/; revision=52609
* add sample entry for Linksys 10/100 cardJonathan M. Bresler1999-10-282-0/+16
| | | | Notes: svn path=/head/; revision=52592
* Add commented entry to the lo0 section inviting bridge users toNick Sayer1999-10-241-0/+2
| | | | | | | enable ARP on filtering bridges. Notes: svn path=/head/; revision=52449
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-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 Notes: svn path=/head/; revision=52419
* Allow for incoming DNS UDP queries.Ruslan Ermilov1999-10-201-0/+2
| | | | Notes: svn path=/head/; revision=52404
* add uk_UA.KOI8-U locale dirsAndrey A. Chernov1999-10-182-0/+6
| | | | Notes: svn path=/head/; revision=52387
* Add Allied Telesis CentreCOM LA-PCM_V2 entry.Jun Kuriyama1999-10-162-0/+18
| | | | | | | | Submitted by: sanpei@sanpei.org PR: conf/14301 Notes: svn path=/head/; revision=52316
* Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.David E. O'Brien1999-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. Notes: svn path=/head/; revision=52283
* Fix ``MAKEDEV acd''Brian Somers1999-10-153-3/+3
| | | | | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk> Notes: svn path=/head/; revision=52259
* Make libncp actually compiled.Boris Popov1999-10-141-0/+4
| | | | | | | Reviewed by: mdodd Notes: svn path=/head/; revision=52228
* typoPhilippe Charnier1999-10-121-1/+1
| | | | Notes: svn path=/head/; revision=52165
* Remove references to the od driver. These devices are no attached byJustin T. Gibbs1999-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 Notes: svn path=/head/; revision=52162
* Add I-O DATA PCLATE entry.Jun Kuriyama1999-10-112-0/+16
| | | | | | | | | Submitted by: sanpei@sanpei.org PR: conf/13038 URL: http://www.iodata.co.jp/products/pccard/pclate.htm Notes: svn path=/head/; revision=52116