summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add diskcheckd to /etc/rc with a knob in rc.conf.phk2001-06-032-0/+10
| | | | | | | Make the default setting YES for now to get some experience with it. Note: If people starts seeing disk errors because of this then it should not be backed.
* Add diskcheck-daemon.phk2001-06-031-0/+18
| | | | | | | | | | | | | With a small disk being 20GB these days, chances are pretty good that an ailing sector will not be read while still being recoverable by the drive. Diskcheck daemon will read disks in the background at a low rate and that way give the diskdrive a chance to detect and correct soft read errors before they become hard errors. Idea by: phk Written by: ben
* Move gif_interfaces from an IP6 option to a regular IP option.brian2001-06-0310-51/+166
| | | | | | PR: 26543 Submitted by: Brooks Davis <brooks@one-eyed-alien.net> MFC after: 3 weeks
* Small adjustment to whitespace in outputdougb2001-06-013-3/+3
|
* Remove vestiges of MFS.ru2001-06-019-15/+6
|
* Both X11 (3.x and 4.x) currently lack a libdata/ subdirectory,obrien2001-06-012-0/+4
| | | | | | | (which is present both in /usr and /usr/local) which is causing a few ports to erroneously report mtree failures on bento. Submitted by: ade
* PERL_THREADED is too experimental at this stage. Remove.markm2001-05-311-5/+0
|
* Truly limit the path to local filesystems.dougb2001-05-311-2/+4
|
* Add Billionton LNT-10TNimp2001-05-301-0/+6
| | | | | Submitted by: Miklos Niedermayer <mico@bsd.hu> PR: conf/27726
* Default daily_accounting_flags to -q. I thought this was a typo in thebrian2001-05-302-1/+6
| | | | | | | | originally submitted patch (oops!). Also check for an empty $daily_accounting_save. Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* Add $daily_accounting_save and $daily_accounting_flagsbrian2001-05-302-9/+15
| | | | | Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de> MFC after: 2 weeks
* Add Melco's WLI-PCM-L11G.kuriyama2001-05-301-0/+6
| | | | MFC after: 1 week
* List the valid IRQs and the non-sharingness.imp2001-05-301-0/+3
| | | | Submitted by: gshapiro
* Stop creating vn(4) devices.phk2001-05-291-13/+2
|
* Remove altmodishe "[bc]dev, " comments.phk2001-05-291-63/+63
| | | | | PR: 18836 Submitted by: ben
* /var/log/console.log should be mode 600.phk2001-05-281-1/+1
| | | | | | PR: 25329 Submitted by: Yoshihiro Koya Yoshihiro.Koya@math.yokohama-cu.ac.jp MFC after: 1 week
* Take advantage of the new OSTYPE(freebsd4) in sendmail 8.11.4gshapiro2001-05-282-3/+3
| | | | MFC after: 1 week
* Replace old-style "chown foo.bar" with orthodox "chown foo:bar".sheldonh2001-05-281-1/+1
|
* Don't confuse the admin with spurious error messagesyar2001-05-271-1/+1
| | | | | | | | | | about non-existent mount directories (which would come into existence after the real mount has occured) when just testing for if there are any NFS filesystems in /etc/fstab. PR: bin/26597 Submitted by: Dmitry Morozovsky <marck@rinet.ru> MFC after: 3 days
* The PERL_THREADED knob is causing too many people too many problems.sheldonh2001-05-271-1/+3
| | | | Add a dire warning about the experimental nature of threaded Perl.
* update the sample isdnd.rc file with a firmware keyword example and a realhm2001-05-271-32/+184
| | | | | world example of the use of the valid keyword in conjunction with budget handling.
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-4/+4
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* Improve and extend. Use new modules to set policy, and provide anothermarkm2001-05-261-10/+46
| | | | example for WHEELSU-type su(1).
* List new directories created under share/examples/isdn/* in order tobmah2001-05-251-0/+4
| | | | unbreak installworld.
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-2/+2
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* Add support forimp2001-05-251-0/+6
| | | | | | | card "D" "Link DWL-650 11Mbps WLAN Card" which is the most amusing CIS mistake I've seen in some time. # I'm using this card to make this commit!
* I didn't fix the comment in rev 1.107.obrien2001-05-251-1/+1
|
* Turn on TCP_EXTENSIONS (rfc1323) by defualt.obrien2001-05-251-1/+1
|
* Add NO_I4B to avoid building/installing isdn4bsd package.ru2001-05-232-2/+9
| | | | | Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-0/+14
| | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
* Introduce a background_fsck rc.conf option which allows the user todd2001-05-222-6/+16
| | | | | | | enable or disable background fsck'ing all in one shot. Default is currently 'YES'. Reviewed by: jkh
* Back out previous commit. digiio.h has moved to /usr/include/sysbrian2001-05-191-2/+0
|
* Anti-foot-shooting for pcvt users: ignore isdn_screenflags which isschweikh2001-05-192-0/+20
| | | | | | | only for syscons. Requested by: Alexander Leidinger <Alexander@Leidinger.net> MFC after: 7 days
* Restore the RSA host key to /etc/ssh/ssh_host_key.obrien2001-05-187-56/+21
| | | | Also fix $FreeBSD$ spamage in crypto/openssh/sshd_config rev. 1.16.
* Run network6_pass1 if ipv6_enable is YESbrian2001-05-181-0/+15
|
* Add an entry for RAYLINK pccard using the ray driver.dmlb2001-05-171-0/+6
| | | | MFC after: 3 days
* Add /usr/include/dev/digi/brian2001-05-171-0/+2
|
* Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal withjesper2001-05-167-14/+49
| | | | | | | gratutious changes in the latest SSH Reviewed by: obrien Approved by: obrien
* Allow users to add local Makefile targets.gshapiro2001-05-151-0/+5
| | | | | Submitted by: dinoex MFC after: 7 days
* Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knobgshapiro2001-05-151-2/+11
| | | | | | | | | is not set. This allows admins to create a per-machine configuration file while leaving the freebsd.mc template pristine. Provide a rule to create `hostname`.mc from freebsd.mc if it doesn't exist. PR: misc/26299 MFC after: 8 days
* New option isdn_screenflags to set the syscons screen params for isdnd,schweikh2001-05-143-0/+25
| | | | | | | | plus documentation. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> Not objected to by: hm MFC after: 1 week
* Back out rev 1.260. The 'streams' module is a registered dependency ofpeter2001-05-131-3/+1
| | | | | the 'svr4' module already. This was a 4.x-only problem and should not have been MFS'ed.
* Add sk_SKache2001-05-132-0/+6
| | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from:
* clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchevassar2001-05-121-1/+1
| | | | <roam@orbitel.bg>
* Add 470.status-named.dirk2001-05-111-0/+1
| | | | Reminded by: gshapiro
* Update the fsck command in /etc/rc to use the new backgroundmckusick2001-05-111-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsck checking. Applying these changes (typically via mergemaster) will cause your system to start running background checks on all your soft update enabled filesystems (provided that you have a kernel with the required functionality, e.g., one built since the end of April). Please report any and all problems to mckusick@mckusick.com (not mckusick@freebsd.org which I read infrequently). See the comment above the fsck command in /etc/rc for instructions on how to disable background checking should it cause you too much trouble. Several FAQs: 1) Can I reboot before the background checks are done? Ans) Yes, when the system restarts the checks will pick up where they left off. 2) Can a crash during checking corrupt my filesystem? Ans) No, recovered resources are returned to the system using soft updates which ensure that the freeing is done in a safe order. 3) How will I know if any background checks are being done? Ans) Filesystems that are to be checked in background will be listed as `DEFER FOR BACKGROUND CHECKING' at the usual fsck check time during system startup. 4) What happens to the output of the background checks? Ans) It is sent to syslog `daemon' facility log level `notice'. 5) When will this feature be available in the 4.X kernel? Ans) Never. It is much too radical and extensive a change to be MFC'ed. Besides, it needs many months of experience and tuning before it is ready for widespread use. 6) What happens if a background fsck fails (i.e., fsck finds errors that would normally require a manual fsck)? Ans) The filesystem will be marked as needing a manual fsck. At the next system reboot, the check will be done in foreground and the usual actions taken (usually a failure to go multi-user until fsck has been run by hand on the affected filesystem).
* Delete everything that's not a directory in /var/run and /var/spool/lockbrian2001-05-101-2/+5
| | | | | | at boot time. MFC after: 3 weeks
* Avoid flushing IPv6 routes. `route flush' removes necessaryume2001-05-091-1/+1
| | | | routes for IPv6 as well as IPv4 routes.
* * Simplify the population of the /etc memory filesystem. To avoidbsd2001-05-098-82/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the null mount, we currently create a temporary mfs on /tmp, copy /etc to /tmp, then mount /etc as mfs and copy everything back from /tmp, then delete the /tmp mfs. The patch eliminates the temporary /tmp mfs and the subsequent copying and simply populates the /etc mfs by copying from /conf/default/etc. This requires that /conf/default/etc contain a complete copy of all the /etc stuff instead of just overrides. I don't think that is too much of an extra step in setting up a diskless environment. * Provide the ability to make /tmp a memory filesystem independent of /var. This removes the requirement that /tmp be a symlink to /var/tmp and this makes the diskless code work with the default filesystem layout. If a seperate /tmp memory filesystem is created, the 'tmpsize' environment variable is used to determine its size (default to 10 Meg). * Reduce diffs between the -current and -stable versions of these files to a bare minimum. Only the definition of the shell function 'mount_md' is different. Not Objected to by: -arch@, -small@ MFC after: 2 days
* s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses nowpeter2001-05-097-14/+14
| | | | after a mergemaster.
OpenPOWER on IntegriCloud