summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove irq 13 from the list of valid IRQs. It is used by the math co andimp2000-07-111-1/+1
| | | | | is therefore unavailable. Also, IRQ13 isn't connected to the pcic chip on most laptops.
* Merge latest cards from my laptop:imp2000-07-111-1/+17
| | | | | | | | | o The Shining PMIDE-ASC card is also used in Road Warrior's Bullet Drive, so add that to the comments. o Eiger Lab's fujitsu based ethernet card: EPX-10BT (thanks to Ryan Losh for donating the card to the cause). o Add place holder entry for the 3Com Megahertz 3CXEM556. It doesn't work yet, but that will change in time.
* Get the security script to list the indoe numbers of the suid files.dwmalone2000-07-111-1/+1
| | | | | | | | | | I've seen some script kiddie tools out there that fake the timestamps but don't preserve the inode number. Note - this will cause a lot of output the first time it is run! PR: 18947 Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
* add Planex FNW-3600-TX 16bit FastEthernet DirectDocksanpei2000-07-111-0/+8
| | | | Obtained from: [bsd-nomads:13991] reported by Akihiro IIJIMA <aki@jp.FreeBSD.org>
* Finally merge newmidi.tanimura2000-07-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I had been busy for my own research activity until the last weekend) Supported devices: SB Midi Port (sbc + midi) SB OPL3 (sbc + midi) 16550 UART (midi, needs a trick in your hint) CS461x Midi Port (csa + midi) OSS-compatible sequencer (seq) Supported playing software: playmidi (We definitely need more) Notes: /dev/midistat now reports installed midi drivers. /dev/sndstat reports only pcm drivers. We need the new name(pcmstat?). EMU8000(SB AWE) does not sound yet but does get probed so that the OPL3 synth on an AWE card works. TODO: MSS/PCI bridge drivers Midi-tty interface to support general serial devices Modules
* add Billionton 56Kbps Fax Modemsanpei2000-07-101-0/+6
| | | | PR: 18866
* add Ericsson DC23 GSM modem cardsanpei2000-07-101-0/+6
| | | | PR: 18962
* add Compaq Netelligent 10/100 PC Cardsanpei2000-07-101-0/+8
| | | | PR: 19007
* - Remove use of programs in /usr like sed as possible. In thisume2000-07-092-56/+114
| | | | | | | | | time, I have no idea if there is equivalence of printf. So, stf setup still depends on /usr. In addition, prefix(8) and gifconfig(8) are in /usr/sbin. Should we move these into /sbin? - Sync with latest stf behavior. Latest stf doesn't have link-local address. And, latest stf is not gif but stf.
* add Shining PMIDE-ASC CDROMsanpei2000-07-091-0/+6
| | | | PR: 19236
* Add reverse lookup entry for ::1ume2000-07-071-0/+5
| | | | Suggested by: itojun
* Add various system usernames (even though I try to avoid pppd!!!)brian2000-07-061-0/+5
| | | | | PR: 19717 Submitted by: Tony Finch <dot@dotat.at>
* The previous commit changed the df(1) units flag from -k to -h, whichsheldonh2000-07-051-1/+1
| | | | | | | | produced human-readable output. I like this, but it's certainly not something to change willy-nilly without discussion. Revert to -k. Anyway, the new variable allows folks to pick any units flag that fits their fancy.
* Now that the scripts in our ports support this, call the scriptstg2000-07-051-1/+29
| | | | in ${local_startup} with the `stop' option on shutdown.
* Introduce a new option, daily_status_disks_df_flags, which specifiessheldonh2000-07-052-1/+2
| | | | | | | | | | the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
* Fix typo: "managment" -> "management".sheldonh2000-07-051-2/+2
| | | | | PR: 19689 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Fix site_perl hierarchyache2000-07-041-7/+1
|
* Delete the RSAREF=YES example from make.conf - it is not used at all.peter2000-07-031-4/+16
| | | | Add knobs for the optional crypto parts with some notes.
* Follow-up commit to today's gnu/usr.bin/perl commit; serial numbermarkm2000-07-023-4/+4
| | | | brought inline with Perl standards.
* Update cons* entries from termcapache2000-06-301-13/+71
|
* Add $daily_status_mail_rejects_logs, defaulting to 3 to controlbrian2000-06-302-2/+12
| | | | | | how many /var/log/maillog* files to check PR: 19587
* Correct two variable namesbrian2000-06-301-3/+3
| | | | | Mostly submitted by: howardjp@wam.umd.edu PR: 19567
* Add "mach" dir for perl, that's where it installs a lot of stuff now.asami2000-06-291-0/+2
|
* Added 400.status-pkg.joe2000-06-281-0/+1
| | | | Forgotten by: brian
* Fix a commentbrian2000-06-281-1/+1
| | | | Submitted by: joe
* Add weekly_status_pkg_enable (defaults to NO)brian2000-06-272-0/+23
|
* Add BDECFLAGS so people can use them easily in /etc/make.conf.obrien2000-06-261-0/+9
|
* Force the link from 3dfx# -> 3dfx, so that it doesn't bail with "filecokane2000-06-261-1/+1
| | | | exists"
* Version number and directory changes for Perl 5.006.markm2000-06-253-4/+26
|
* Clean up all the old setup code for the old /dev/random. This will bemarkm2000-06-254-30/+1
| | | | revisited when the new /dev/random is done.
* Allow compressed acct filesbrian2000-06-252-0/+11
| | | | | PR: 19483 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Add 3dfxN to MAKEDEV, automatically links 3dfx to the last 3dfxN made.cokane2000-06-241-0/+7
|
* Fix installworld-breaking bracket hanging around from last commit.nbm2000-06-231-1/+1
|
* daily_status_network_enable -> daily_status_network_usednsbrian2000-06-231-1/+1
| | | | Submitted by: Alexander Leidinger <Alexander@leidinger.net>
* Install a VGA font for the X11 mode. Use a line liketg2000-06-231-0/+2
| | | | | | | | | xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set.
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-2334-281/+903
| | | | | | | The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch
* Add -s -a and -m flags for supressing the subject line, ignoring amdbrian2000-06-231-6/+17
| | | | | mounts and ignoring mfs mounts. Default functionality stays the same.
* Add ip_portrange_first and ip_portrange_last rc.conf/rc.networkdillon2000-06-228-2/+137
| | | | | | | options. This allows you to set the standard dynamic port assignment range prior to any network daemons (like named) starting up, necessary if you are also using a firewall to restrict lower ports. will be MFC'd in a few days
* Don't build manpages if NOMAN has been set.asmodai2000-06-211-0/+2
| | | | | PR: 17967 Submitted by: Benno Rice <benno@netizen.com.au>
* Don't include /compat/linux/tmp in $clean_daily_dirs as it's usuallybrian2000-06-201-1/+1
| | | | | | a link to /tmp Pointed out by: des
* Added CyQ've ELA-110sanpei2000-06-201-0/+8
| | | | Obtained from: [FreeBSD-users-jp 52722] cory@cory.to (CORY/ISAKA_Yoji)
* If "MODULES_WITH_WORLD" is defined, sys/modules will be built with theobrien2000-06-171-0/+3
| | | | | | | world as was our old way, rather than when building a kernel. Some people do not like the new way, and the release building still assumes modules are built with the world.
* Add a few directories that were shared by a lot of ports: section 3asami2000-06-163-0/+32
| | | | | | | | of perl man pages and site_perl directories for alpha and i386 in /usr/local, and share/aclocal and share/doc/ja in /usr/local and /usr/X11R6. Reviewed by: the ports list Approved by: steve (alpha part)
* Remove the "any" and "pio" stuff from PAO. We don't (yet) supportimp2000-06-131-10/+11
| | | | | | that notation. Reported by: jkh on the train from Tokyo to Nagoya.
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-12/+12
| | | | | | | | | | | | | | | | | | 2. Newbusify the driver. 3. Build as a module. 4. Use correct minor numbers when creating device files. 5. Correctly lock control characters. 6. Return ENXIO when device not configured. Submitted by: Tor Egge <Tor.Egge@fast.no> 7. Fix the baud_table. Submitted by: Elliot Dierksen <ebd@oau.org> Note: - the old driver still lives in src/sys/i386/isa, so that you can revert to it if something goes wrong. - The module does not detach very well. Attaching works fine.
* Add an autologin example.phk2000-06-101-0/+7
| | | | | PR: 18082 Submitted by: C. Stephen Gunn <csg@dustdevil.waterspout.com>
* Add clear_daily_* variablesbrian2000-06-091-0/+9
|
* Use $clear_daily_* from rc.conf to decide what should be deletedbrian2000-06-091-22/+26
| | | | Reviewed by: The silence of -committers
* Add some comments and wrap the dial line nicelybrian2000-06-081-5/+7
|
* Don't attempt to rm directories under /var/spool/lock.brian2000-06-081-1/+1
|
OpenPOWER on IntegriCloud