summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Restrict 520.pfdenied to only list rules that blocked traffic.lidl2015-11-051-1/+1
| | | | | | | | | | Before this change, the 520.pfdenied script listed all rules that matched /^block/ in the rule. Restrict the printed output to only those rules that result in packets being dropped. PR: conf/187224 Approved by: rpaulo (mentor) Differential Revision: https://reviews.freebsd.org/D4068
* Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptimengie2015-11-023-5/+5
| | | | | | | | | | | | | The command was checking local/remote system uptime, so rename the script to match its function and to avoid confusion The controlling variable in /etc/periodic.conf has been renamed from daily_status_rwho_enable to daily_status_uptime_enable. MFC after: 3 days Reported by: Peter Jeremy <peter@rulingia.com> Relnotes: yes Sponsored by: EMC / Isilon Storage Division
* After r290196, the kernel won't wait for stuff like gmirror nodestrasz2015-10-302-2/+37
| | | | | | | | | | | | | if they are not required for mounting rootfs. However, it's possible that some setups try to mount them in mountcritlocal (ie from fstab). Export the list of current root mount holds using a new sysctl, vfs.root_mount_hold, and make mountcritlocal retry if "mount -a" fails and the list is not empty. MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3709
* Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suitengie2015-10-301-0/+2
| | | | | | | | | | as lib/libc/rpc This testcase requires rpcbind be up in running; otherwise the testcases will time out and be skipped MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Ignore per-mdN settings in mdconfig[2] startupdteske2015-10-292-0/+4
| | | | | | | PR: base/189696 Submitted by: ganael.laplanche@martymac.org MFC after: 3 days X-MFC-to: stable/10 stable/9
* Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-271-10/+10
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Since r275359, there is no need to provide a bogus service name.des2015-10-262-2/+2
| | | | MFC after: 3 weeks
* Correctly document the change made in r275359.des2015-10-261-2/+4
|
* Loading rc.subr and rc.conf has no effect since all we do is run otherdes2015-10-261-3/+0
| | | | | | scripts which load them again. MFC after: 3 weeks
* Correctly reintroduce the rudimentary smoke tests I botched upngie2015-10-221-0/+2
| | | | | | | in r289684 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Revert r289694ngie2015-10-211-2/+0
| | | | I committed some other undesirable local changes by accident
* Add some rudimentary [smoke] testcases for makefsngie2015-10-211-0/+2
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Handle lib32 files during delete-old* when MK_LIB32=no.jmmv2015-10-205-12/+25
| | | | | | | | | | | | | | | | | | Extend OptionalObsoleteFiles.inc to delete all lib32 files when MK_LIB32 is set to no on a system that previously had lib32 libraries installed. Also, to prevent "make delete-old-dirs" from always deleting lib32 directories after an installworld, move the lib32 subtree to its own mtree file that only gets applied when MK_LIB32=yes. Test: Ran "make delete-old" and "make delete-old-libs" on a system that never had MK_LIB32 enabled, and on a system where MK_LIB32 was enabled and later disabled. Did this both on amd64 and powerpc64. Test: Ran "make tinderbox" without errors. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D3923
* Enable all callin ttys if the tty is an available console.gjb2015-10-206-22/+22
| | | | | | Discussed on: -arch@ (no objections) MFC after: 1 week Sponsored by: The FreeBSD Foundation
* Allow osreldate and osrelease to be set per jailphk2015-10-201-0/+2
|
* After starting Unbound, wait for up to five seconds until unbound-controldes2015-10-191-0/+21
| | | | | | | indicates that it is up and running. PR: 184047 MFC after: 3 weeks
* Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as ↵ngie2015-10-181-0/+2
| | | | bin/dd/tests
* Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/aclngie2015-10-171-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | - Make the requirements more complete for the testcases - Detect prerequisites so the tests won't fail (zfs.ko is loaded, zpool(1) is available, ACL support is enabled with UFS, etc). - Work with temporary files/directories/mountpoints that work with atf/kyua - Limit the testcases to work on temporary filesystems to reduce tainting the test host MFC after: 2 weeks Reviewed by: trasz (earlier version) Differential Revision: https://reviews.freebsd.org/D3810
| \
| \
*-. \ Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-171-0/+2
|\ \ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test suite as tests/sys/posixshm Some other highlights: - Convert the testcases over to ATF - Don't use hardcoded paths to /tmp (which violate the ATF/kyua samdbox); use mkstemp to generate temporary paths for non-SHM_ANON shm objects. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| | * Integrate tools/regression/acltools into tests/sys/aclngie2015-10-131-0/+2
| | |\ | | | | | | | | | | | | Apply patches I've been running for months on my GitHub project
| | | * Integrate tools/regression/acltools into tests/sys/aclngie2015-10-051-0/+2
| | | | | | | | | | | | | | | | Apply patches I've been running for months on my GitHub project
| | | * MFhead @ r288473ngie2015-10-022-6/+15
| | | |\
| | | * \ MFhead @ r288313ngie2015-09-2716-35/+164
| | | |\ \
| | | * \ \ MFhead @ r286584ngie2015-08-107-6/+23
| | | |\ \ \
| | | * \ \ \ MFhead @ r285904ngie2015-07-2712-39/+79
| | | |\ \ \ \
| | | * \ \ \ \ MFhead @ r284674ngie2015-06-211-11/+35
| | | |\ \ \ \ \
* | | | | | | | | Add default leap-seconds file. This should help ntp networks get thecy2015-10-165-0/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | leap second date correct Updates to the file can be obtained from ftp://time.nist.gov/pub/ or ftp://tycho.usno.navy.mil/pub/ntp/. Suggested by: dwmalone Reviewed by: roberto, dwmalone, delphij Approved by: roberto MFC after: 1 week
* | | | | | | | | Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundbdrewery2015-10-161-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug of installing 'realtek' and 'intel_iwn' as files rather then as a 'LICENSE' file in their directories. Also add obsolete entries for the older names and names that existed in head for a period of time. Suggested by: jmg X-MFC-With: r289391 MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | Sort new entry intel_iwn.bdrewery2015-10-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: ngie MFC after: 3 weeks X-MFC-With: r289391 Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | Add missing /usr/share/doc/legal/realtek/ for share/doc/legal/realtek,bdrewery2015-10-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exposed by r289391. MFC after: 3 weeks X-MFC-With: 289391 Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | Add missing directory for /usr/share/doc/legal/intel_iwn/ used bybdrewery2015-10-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | share/doc/legal/intel_iwn. Exposed by r289391. MFC after: 3 weeks X-MFC-With: 289391 Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | Create /usr/tests *.debug file directory hierarchyemaste2015-10-152-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: bdrewery, ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3896
* | | | | | | | | Add mtree entry for casper .debug filesemaste2015-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was missed in r258838. Sponsored by: The FreeBSD Foundation
* | | | | | | | | Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-141-0/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
| * | | | | | | | Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-131-0/+2
| |/ / / / / / /
| * | | | | | | Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test suite as tests/sys/posixshm
* | | | | | | | If world is built with a custom sendmail.cf, use it for the distributionpeter2015-10-121-10/+11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | target. This is the feeder for mergemaster / etcupdate. This change makes installworld/mergemaster/etcupdate behave the same regardless of whether SENDMAIL_MC or SENDMAIL_CF is used. If you use a custom SENDMAIL_MC/CF in make.conf and excluded it from mergemaster.rc/etcupdate.conf to work around the conflicts, you may wish to revert that or change it from 'ignore' to 'always install'. If you do not use a custom SENDMAIL_MC/CF, there should be no change in behavior.
* | | | | | | Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in tongie2015-10-121-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the FreeBSD test suite functional_test.sh was ported from bin/sh/tests/functional_test.sh, as a small wrapper around libarchive_test, bsdcpio_test, and bsdtar_test provided by upstream. A handful of testcases in lib/libarchive/tests have been disabled as they were failing when run with kyua test (see BROKEN_TESTS in lib/libarchive/tests/Makefile) As a sidenote: this removes the check/test targets from the Makefiles as they don't match the pattern used in the rest of the FreeBSD test suite. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * \ \ \ \ \ \ MFhead @ r289100ngie2015-10-105-117/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Integrate the rest of the pieces from libarchive into thengie2015-10-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD test suite (cpio, tar)
* | | | | | | | | Fix indentation in etc/rc.d/fsck.vangyzen2015-10-121-1/+1
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 3 days Sponsored by: Dell Inc.
* | | | | | | | Move ppp.conf into the ppp sourcesbapt2015-10-092-41/+0
| | | | | | | |
* | | | | | | | Move all the dma(8) components into one single directorybapt2015-10-093-75/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifying maintainance and options (only one place to deal with MK_DMAGENT) This also makes packaging base less intrusive by getting a single point where to add tags.
* | | | | | | | Add -n to the ntpq command line so it will show IP addresses instead ofdes2015-10-081-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host names, which rarely fit in the available space. MFC after: 1 week
* | | | | | | Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.7.0dim2015-10-062-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release. Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11 support to build; see UPDATING for more information. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html> <http://llvm.org/releases/3.7.0/tools/clang/docs/ReleaseNotes.html> Thanks to Ed Maste, Andrew Turner and Antoine Brodin for their help. Exp-run: antoine Relnotes: yes
| * \ \ \ \ \ \ Merge ^/head r288197 through r288456.dim2015-10-015-11/+23
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge ^/head r288126 through r288196.dim2015-09-241-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r287878 through r288034.dim2015-09-203-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r287527 through r287679.dim2015-09-113-10/+16
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud