summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove some oldnfs remnants.trasz2015-04-183-41/+19
| | | | | | Differential Revision: https://reviews.freebsd.org/D2287 Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-2/+2
| | | | | | | | | discontinued by its initial authors. In FreeBSD the code was already slightly edited during the pf(4) SMP project. It is about to be edited more in the projects/ifnet. Moving out of contrib also allows to remove several hacks to the make glue. Reviewed by: net@
* Verify if the saved hostid is still the same and update ifdelphij2015-04-151-4/+11
| | | | | | | it was changed. Sponsored by: iXsystems, Inc. Obtained from: FreeNAS (trueos commit 0abb740)
* Correctly set LC_COLLATE into setenvbapt2015-04-151-1/+1
| | | | Submitted by: jbeich
* Catch up with r281373 and r281379.jkim2015-04-111-8/+0
|
* Typo fix in commentjpaetzel2015-04-061-1/+1
| | | | MFC after: 3 days
* Respect DESTDIR when creating the directory structure when NO_ROOT is set.andrew2015-04-061-1/+1
| | | | | Reviewed by: bapt MFC after: 1 Week
* Enforce LC_COLLATE="C" until we do support proper UTF-8 collationbapt2015-04-061-1/+1
|
* Switch russian login class to UTF-8amdmi32015-04-061-2/+2
| | | | | | Reviewed by: glebius Approved by: glebius Differential Revision: D2129
* Bug fixes and feature addsjpaetzel2015-04-051-33/+37
| | | | | | | | | | - Remove extranious echo that breaks puppet - Handle restarts of multiple pflog devices correctly - Add the ability to perform actions on specific pflog devices. PR: 199150 Submitted by: jason.unovitch@gmail.com MFC after: 3 days
* Add limited to the default restrictions.delphij2015-03-311-2/+2
| | | | X-MFC-with: r280849
* MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)cy2015-03-301-0/+14
| | | | | | Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
* Allow additional flags to be passed to netstat -i in the daily status check.jhb2015-03-272-3/+6
| | | | | | | | | | | | | | In particular, this allows an administrator to specify "-h" for human readable output if that is preferred. The default setting passes "-d", so that can be excluded by using a custom setting. Differential Revision: https://reviews.freebsd.org/D2034 Submitted by: Lystopad Aleksandr <laa@laa.zp.ua> (patch to add option for -h) Reviewed by: bz MFC after: 1 week
* Make the autofs LDAP script cope with server returning entries withtrasz2015-03-211-13/+30
| | | | | | | | | ENTRY_ATTRIBUTE (eg cn) after the VALUE_ATTRIBUTE (eg automountInformation), instead of before. PR: 198557 MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-191-0/+49
| | | | | | | | | | | | | | | | | only adds support for kernel-toolchain, however it is expected further changes to add kernel and userland support will be committed as they are reviewed. As our copy of binutils is too old the devel/aarch64-binutils port needs to be installed to pull in a linker. To build either TARGET needs to be set to arm64, or TARGET_ARCH set to aarch64. The latter is set so uname -p will return aarch64 as existing third party software expects this. Differential Revision: https://reviews.freebsd.org/D2005 Relnotes: Yes Sponsored by: The FreeBSD Foundation
* Merge ^/head r279893 through r279984.dim2015-03-144-2/+32
|\
| * Add -noauto autofs map, for automatic handling of fstab entriestrasz2015-03-133-1/+31
| | | | | | | | | | | | | | marked "noauto". MFC after: 1 month Sponsored by: The FreeBSD Foundation
| * - Align comment for df flags variable in periodic.conf.jhb2015-03-131-1/+1
| | | | | | | | | | | | - Note default value of df flags variable in periodoc.conf(5). MFC after: 1 week
* | Merge ^/head r279313 through r279595.dim2015-03-046-3/+207
|\ \ | |/
| * Install manpage version of texinfo documentation for binutilsbapt2015-03-021-2/+0
| |
| * Add an rc.d script to invoke iovctl(8) during bootrstone2015-03-014-1/+43
| | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D88 Reviewed by: wblock, emaste, allanjude MFC after: 1 month Relnotes: yes Sponsored by: Sandvine Inc.
| * Add infrastructure to integrate the DTrace test suite with Kyua.markj2015-02-281-0/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each test category, we generate a script containing ATF test cases for the tests under that category. Each test case simply runs dtest.pl (the upstream test harness) with the corresponding test files. The exclude.sh script is used to record info about tests which should be skipped or are expected to fail; it is used to generate atf_skip and atf_expect_fail calls. The genmakefiles.sh script can be used to regenerate the test makefiles when new tests are brought it from upstream. The test suite is currently not connected to the build as there is a small number of lingering test issues which still need to be worked out. In the meantime however, the test suite can be easily built and installed manually from cddl/usr.sbin/dtrace/tests. Reviewed by: ngie Sponsored by: EMC / Isilon Storage Division
| * Add key/cert generation script for uefisign(8).trasz2015-02-261-0/+2
| | | | | | | | | | | | | | | | (Forgot about Relnotes in the commit that added uefisign(8), so set it here.) MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
* | Merge ^/head r279163 through r279308.dim2015-02-261-8/+3
|\ \ | |/
| * Unconditionally install debug directory hierarchyemaste2015-02-241-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | This avoids various failure modes (e.g., when building and installing a single binary with debug data on a system that otherwise does not have it enabled). It is also consistent with the way other directory hierarchies are handled (e.g. share/man). Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D1962
* | Merge ^/head r279023 through r279162.dim2015-02-221-1/+0
|\ \ | |/
| * Purge references to the mrouted rc script, which was removed in r275299.markj2015-02-211-1/+0
| | | | | | | | PR: 195785
* | Merging ^/head r278916 through r279022.dim2015-02-191-1/+1
|\ \ | |/
| * Fix a typo in ipv6_down().rpaulo2015-02-181-1/+1
| | | | | | | | | | | | | | We weren't skipping extraneous entries in the ifconfig | grep inet6 case. Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com MFC after: 1 week
* | Merge ^/head r278499 through r278755.dim2015-02-1412-11/+12
|\ \ | |/
| * Unbreak rcorder when MK_UTX == no by moving utx from REQUIRE: in LOGIN tongie2015-02-132-1/+2
| | | | | | | | | | | | BEFORE: in utx MFC after: 1 week
| * Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE:ngie2015-02-132-1/+2
| | | | | | | | | | | | in NETWORKING to BEFORE: in the script MFC after: 2 weeks
| * Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-127-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes)
| * rc.d: load the network config file for netifroyger2015-02-101-0/+3
| | | | | | | | | | | | r272959 broke compatibility with mfsBSD that stores the default network config file in /etc/rc.conf.d/network. In order to fix that load the network config file from netif also.
* | Merge ^/head r278351 through r278498.dim2015-02-103-4/+13
|\ \ | |/
| * Un-revert the r278323 again - whatever Jenkins/kyua is up it, it hasjamie2015-02-101-2/+1
| | | | | | | | nothing to do with this.
| * Notify devd(8) when a process crashed.rpaulo2015-02-091-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | This change implements a notification (via devctl) to userland when the kernel produces coredumps after a process has crashed. devd can then run a specific command to produce a human readable crash report. The command is most usually a helper that runs gdb/lldb commands on the file/coredump pair. It's possible to use this functionality for implementing automatic generation of crash reports. devd(8) will be notified of the full path of the binary that crashed and the full path of the coredump file.
| * Remove explicit routing/sendmail rc.d inclusion in FILESngie2015-02-091-2/+0
| | | | | | | | | | | | | | Reported by: Guy Yur <guyyur@gmail.com> MFC after: 14 days X-MFC with: r278249 Sponsored by: EMC / Isilon Storage Division
* | Merging ^/head r278298 through r278350.dim2015-02-072-3/+4
|\ \ | |/
| * Revert the rc part of r278323 until I can figure out what Jenkins is doing.jamie2015-02-071-1/+2
| |
| * Add mount.procfs jail parameter, so procfs can be mounted when a prison'sjamie2015-02-061-3/+2
| | | | | | | | | | | | | | | | | | root is in its fstab. Also fix a typo while I'm at it. PR: 197237 197066 MFC after: 3 days
| * Don't add static IPv6 routes when to all FIBs when net.add_addr_allfibs is 0.rpaulo2015-02-061-2/+3
| | | | | | | | | | | | This avoids a bunch of boot time warnings when rc.d/routing runs. MFC after: 1 week
* | Merging ^/head r278224 through r278297.dim2015-02-052-17/+67
|\ \ | |/
| * Use FILES+= idiom instead of _inetd when referencing inetd rc.d scriptngie2015-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | This was a discrepancy between ^/projects/building-blocks and ^/head that I didn't resolve before committing the change to ^/head Pointyhat to: me Reported by: jhb MFC after: 20 days X-MFC with: r278249 Sponsored by: EMC / Isilon Storage Division
| * Honor the following flags for items that can be conditionalized out of thengie2015-02-051-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build/install without disrupting other dependent services (see r278249, et al): - MK_LOCATE - MK_MAN - MK_NLS - MK_OPENSSL - MK_PKGBOOTSTRAP - MK_SENDMAIL Additional flags need to be handled in etc/Makefile, but it requires refactoring the relevant scripts in etc/rc.d/* MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
| * Honor the following flags with the following rc.d scripts for services that canngie2015-02-051-14/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be easily decoupled from the boot process without disrupting other services - MK_APM && MK_ACPI: powerd - MK_BOOTPARAMD: bootparams - MK_FTP: ftpd - MK_INETD: inetd - MK_LEGACY_CONSOLE: moused, syscons - MK_MAIL: othermta - MK_NS_CACHING: nscd - MK_NTP: ntpd (ntpdate is required by other services and can't be easily conditionalized -- yet..) - MK_ROUTED: routed - MK_SENDMAIL: sendmail - MK_TIMED: timed - MK_VI: virecover MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | Merge ^/head r278110 through r278223.dim2015-02-041-2/+8
|\ \ | |/
| * Add the following options to enable/disable several features in the base systemngie2015-02-041-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WITHOUT_BOOTPARAMD - bootparamd WITHOUT_BOOTPD - bootpd WITHOUT_FINGER - finger, fingerd WITHOUT_FTP - ftp, ftpd WITHOUT_INETD - inetd WITHOUT_RBOOTD - rbootd WITHOUT_TCP_WRAPPERS - tcpd, et al WITHOUT_TFTP - tftp, tftp-server WITHOUT_TIMED - timed MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* | Merge ^/head r278005 through r278109.dim2015-02-021-2/+0
|\ \ | |/
| * Remove hostapd and wpa_supplicant from FILES so they're installed conditionallyngie2015-02-021-2/+0
| | | | | | | | | | | | | | if MK_WIRELESS != no MFC after: 3 days X-MFC with: r277740
OpenPOWER on IntegriCloud