aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* This is a direct commit to the stable/10 branch. This would have beenCy Schubert2018-11-301-1/+1
| | | | | | | | | | | | MFC r340754 except that etc/rc.d has been moved in HEAD which would have resulted in a tree conflict if merged. Allow forced start of ipmon in special cases where testing is desired (or other special cases) and when ipfilter is disabled in rc.conf but started by other means. Notes: svn path=/stable/10/; revision=341289
* MFC r339818: rcorder(8):Eugene Grosbein2018-11-261-0/+18
| | | | | | | | | | | | | | | | | | | Add support for /etc/rc.resume, so it calls "rcorder -k resume" and runs scripts containing "KEYWORD: resume" with single "resume" argument. Working example is the port sysutils/cpupdate that defines extra_commands="resume" to reload CPU microcode cleared by suspend/resume sequence. This change does nothing for a system having no scripts with KEYWORD: resume. PR: 227866 Differential Revision: https://reviews.freebsd.org/D15247 Notes: svn path=/stable/10/; revision=340967
* MFC r340254:Hans Petter Selasky2018-11-191-1/+1
| | | | | | | | | | Put a size limit on the opensm.log and use bzip2(1). Discussed with: markj@ Sponsored by: Mellanox Technologies Notes: svn path=/stable/10/; revision=340625
* MFC r339472: rc.initdiskless: fix commentary grammar after r339465Eugene Grosbein2018-11-191-1/+1
| | | | Notes: svn path=/stable/10/; revision=340616
* MFC r339465: rc.initdiskless: add support for auxiliary NVRAM.Eugene Grosbein2018-11-191-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently, rc.inidiskless assumes that local system configuration changes are kept in some mountable file system. For example, nanobsd uses dedicated partition mounted as /cfg for this. However, small embedded devices like MIPS routers may have no enough flash space to keep full-blown file system but have only one or couple small flash blocks to keep persistent local configuration overrides. This change extends rc.initdiskless and introduces ability to run auxiliary command /conf/T/M/extract that is supposed to extract configuration overrides from such local storage. For example, the command /conf/default/etc/extract may contain something like: cd "$1" && bsdcpio --quiet -idu < /dev/map/cfg bsdcpio command extracts compressed archive from the storage to /etc assuming the storage is exposed by the kernel as /dev/map/cfg to userland. PR: 204215 Notes: svn path=/stable/10/; revision=340612
* MFC r339462: make upgrade from previous FreeBSD versions less painfulEugene Grosbein2018-10-241-1/+1
| | | | | | | | | | | | | and make previously working configuration like this work again: gif_interfaces="gif0" gifconfig_gif0="1.1.1.1 2.2.2.2" ifconfig_gif0="inet 192.168.1.1 192.168.1.2 netmask 255.255.255.252" PR: 204700 Notes: svn path=/stable/10/; revision=339680
* MFC r337973:Alan Somers2018-10-011-2/+4
| | | | | | | | | | | | Add Modbus Application Protocol to /etc/services IANA reassigned ports 502 and 802 on 2014-06-10 PR: 213276 Submitted by: Mark.Martinec@ijs.si Notes: svn path=/stable/10/; revision=339063
* Remove mention of FreeBSD 9.x which is EoL'ed now.Xin LI2018-08-121-1/+0
| | | | Notes: svn path=/stable/10/; revision=337692
* MFC r335287, r335290Alan Somers2018-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | r335287: praudit(1): return 0 on success Cherry pick https://github.com/openbsm/openbsm/commit/ed83bb3 Submitted by: aniketp Reviewed by: rwatson, 0mp Obtained from: OpenBSM Sponsored by: Google, Inc. (GSoC 2018) Pull Request: https://github.com/openbsm/openbsm/pull/32 r335290: praudit(1): add tests Submitted by: aniketp X-MFC-With: 335287 Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15751 Notes: svn path=/stable/10/; revision=337256
* MFC r330696, r330709, r330742, r331358Alan Somers2018-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r330696: Add some functional tests for tftpd(8) tftpd(8) is difficult to test in isolation due to its relationship with inetd. Create a test program that mimics the behavior of tftp(1) and inetd(8) and verifies tftpd's response in several different scenarios. These test cases cover all of the basic TFTP protocol, but not the optional parts. PR: 157700 PR: 225996 PR: 226004 PR: 226005 Differential Revision: https://reviews.freebsd.org/D14310 r330709: Commit missing file from r330696 X-MFC-With: 330696 r330742: tftpd: fix the build of tests on i386 after 330696 It's those darn printf format specifiers again Reported by: cy, kibab X-MFC-With: 330696 r331358: tftpd: misc Coverity cleanup in the tests A bunch of unchecked return values from open(2) and read(2) Reported by: Coverity CID: 1386900, 1386911, 1386926, 1386928, 1386932, 1386942 CID: 1386961, 1386979 X-MFC-With: 330696 Notes: svn path=/stable/10/; revision=337246
* MFC r335575, r335786Ian Lepore2018-07-041-6/+7
| | | | | | | | | | | | | | | | | | | | | | r335575: Use 'mv -f' in rc.d/ntpd to avoid spuriously halting the boot. The final 'mv' to install a fetched leap-list file can fail (due to a readonly fs, or schg flags, for example), and that leads to mv(1) prompting the user, stopping the boot process. Instead, use mv -f to supress the prompting, and if verbose mode is on, emit a warning that the existing file cannot be replaced. PR: 219255 r335786: Rename variable ntp_tmp_leapfile to have a leading underbar, to distinguish it from variables with similar names which are set in rc.conf. This will make more sense as the script grows more similar-name local variables in some upcoming changes. Notes: svn path=/stable/10/; revision=335952
* MFC r335595-r335596Ian Lepore2018-07-041-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r335595: Modernize usage of "restrict" keyword in ntp.conf It is no longer necessary to specify a -4/-6 flag on any ntp.conf keyword. The address type is inferred from the address itself as necessary. "restrict default" statements always apply to both address families regardless of any -4/-6 flag that may be present. So this change just tidies up our default config by removing the redundant restrict -6 statement and comment, and by removing the -6 flag from the restrict keyword that allows access from localhost. This change was inspired by the patches provided in PRs 201803 and 210245, and included some contrib/ntp code inspection to verify that the -4/-6 keywords are basically no-ops in all contexts now. PR: 201803 210245 Differential Revision: https://reviews.freebsd.org/D15974 r335596: Fix a comment; the ntp leaplist file is updated periodically, but not weekly (it's only updated when a check shows it's within 30 days of expiring). PR: 207138 Notes: svn path=/stable/10/; revision=335950
* MFC r326074: filter all passwords (not only changed) from periodic passwd backupEd Maste2018-05-231-1/+1
| | | | | | | | | | | | | | | | | The periodic 200.backup-passwd script outputs any differences it finds in master.passwd, relative to the previous backup. It intends to elide the encrypted password field, but previously did so only for changed lines (i.e., those beginning with - or + in the diff). Apply the sed expression also to unchanged lines to also elide their passwords. PR: 223461 Reported by: Andre Albsmeier Sponsored by: The FreeBSD Foundation Notes: svn path=/stable/10/; revision=334097
* MFC r326278 (manu):Glen Barber2018-04-181-0/+1
| | | | | | | | | | | | | | | | | | growfs: Commit the changes after expanding the partition This fix the problem in arm snapshot present since at least 6 months where growfs was failing at firstboot and dropped you in a single user shell. Note: In addition to this merge, kern.geom.part.mbr.enforce_chs has been enabled on the build machine to mitigate against the issue in the PR referenced. PR: 226536 Sponsored by: The FreeBSD Foundation Notes: svn path=/stable/10/; revision=332731
* MFC r331546:Kristof Provost2018-04-161-2/+2
| | | | | | | | | | pf: reload and resync do the same thing The reload and resync commands for the startup script do exactly the same thing, so implement one as a call to the other. Notes: svn path=/stable/10/; revision=332591
* MFC 330105:Kristof Provost2018-03-211-3/+0
| | | | | | | | | | | | | | | | | | | pf: Do not flush on reload pfctl only takes the last '-F' argument into account, so this never did what was intended. Moreover, there is no reason to flush rules before reloading, because pf keeps track of the rule which created a given state. That means that existing connections will keep being processed according to the rule which originally created them. Simply reloading the (new) rules suffices. The new rules will apply to new connections. PR: 127814 Submitted by: Andreas Longwitz <longwitz at incore.de> Notes: svn path=/stable/10/; revision=331289
* MFC r330108:Kristof Provost2018-03-211-2/+2
| | | | | | | | | | | | | | pf: Apply $pf_flags when verifying the pf.conf file When checking the validity of the pf.conf file also include the user supplied pf_flags. These flags might overrule macros or specify anchors, which we will apply when actually applying the pf.conf file, so we must also take them into account when verifying the validity. Submitted by: Andreas Longwitz <longwitz at incore.de> Notes: svn path=/stable/10/; revision=331287
* MFC r331015:David Bright2018-03-191-1/+1
| | | | | | | | | | | | | | | | | | Modify rc.d/fsck to handle new status from fsck/fsck_ffs r328013 introduced a new error code from fsck_ffs that indicates that it could not completely fix the file system; this happens when it prints the message PLEASE RERUN FSCK. However, this status can happen when fsck is run in "preen" mode and the rc.d/fsck script does not handle that error code. Modify rc.d/fsck so that if "fsck -p" ("preen") returns the new status code (16) it will run "fsck -y", as it currently does for a status code of 8 (the "standard error exit"). Reported by: markj Sponsored by: Dell EMC Notes: svn path=/stable/10/; revision=331217
* MFC r328895: Correct Russia spelling in regdomain.xmlEd Maste2018-02-101-1/+1
| | | | | | | PR: 225658 Notes: svn path=/stable/10/; revision=329113
* MFC 327737:Cy Schubert2018-01-121-3/+3
| | | | | | | | | | | | | | | | | USNO and possibly others have misinterpreted the maining of the leapseconds last-update field and incorrectly increment it when changing the file even though the leapsecond data has not changed. For instance, if a leapsecond file is obtained from USNO, when it expires it will not be replaced by a newer file from other sources because it has an incorrect later last-update (version). This corrects r304780. PR: 225029 Submitted by: ian Notes: svn path=/stable/10/; revision=327859
* MFC r326343:Cy Schubert2017-12-061-3/+3
| | | | | | | | | | | Fix fetching ntp leapfile after 325256 Submitted by: Ronald Klop <ronald-lists@klop.ws> Original commit by: asomers MFC PR: 224126 Notes: svn path=/stable/10/; revision=326604
* MFC r323275, r324112Alan Somers2017-11-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | r323275: Add basic tests for chflags, mkdir, rcp, and rmdir Add basic command line parsing test coverage for these utilities. The tests were automatically generated based on their man pages. These tests can be expanded by hand for more thorough coverage. The aim is to generate very basic amount of test coverage for all the utilities in the base system. Submitted by: shivansh Reviewed by: asomers, brooks Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D12036 r324112: Fix Makefile entries from r323275 Reported by: Vladimir Zakharov <zakharov.vv@gmail.com> Reviewed by: ngie X-MFC-With: 323275 Notes: svn path=/stable/10/; revision=326332
* MFC r322868:Alan Somers2017-11-283-2/+15
| | | | | | | | | | | | Fix 100.chksetuid and 110.neggrpperm for mountpoints with spaces Also, fix them for mountpoints with tabs. PR: 48325 Reported by: pguyot@kallisys.net, aaron@baugher.biz Notes: svn path=/stable/10/; revision=326326
* Fix breakage in r325799 that removed a bit of code by my mistake.Eugene Grosbein2017-11-141-0/+4
| | | | | | | Approved by: avg (mentor) Notes: svn path=/stable/10/; revision=325803
* MFC r325559: ifconfig_<interface>_descrEugene Grosbein2017-11-141-3/+4
| | | | | | | | | | Add suitable knob ifconfig_<interface>_descr for static interface description. Document availability of interface descriptions within rc.conf(5). Approved by: avg (mentor) Notes: svn path=/stable/10/; revision=325799
* MFC r324312: fix the misleading log facility used in devd/zfs.confAndriy Gapon2017-10-191-12/+12
| | | | Notes: svn path=/stable/10/; revision=324747
* MFC SVN r295342-295344Devin Teske2017-10-061-0/+13
| | | | | | | | | Differential Revision: https://reviews.freebsd.org/D12568 Submitted by: Vinicius Zava (egypcio at googlemail.com) Reviewed by: allanjude Notes: svn path=/stable/10/; revision=324371
* - Reset stable/10 back to -PRERELEASE status now that releng/10.4Marius Strobl2017-09-151-1/+1
| | | | | | | | | | | | has been branched. - Update __FreeBSD_version to reflect the new -STABLE branch. - Switch the pkg(8) configuration for the default installation and the DVD image creation back to the latest set, i. e. revert r322737. Approved by: re (implicit) Notes: svn path=/stable/10/; revision=323605
* MFC: r322726Marius Strobl2017-08-241-3/+3
| | | | | | | | | | | | | | | | | Bring back the much more readable unified format for differences in /etc/{group,master.passwd}. This was originally turned on for all of /etc/{aliases,group,master.passwd} in r55196, but then backed out only for the latter two in r56697, as the adaption of the sed(1)ing done in r56308 was incorrect. This left us with inconsistent diff(1) formats in the daily output of periodic(8) ever since, despite in r56697 having been promised to be revisited. So properly adapt the password hash filtering to the unified format and turn the later on again for /etc/{group,master.passwd}, too. Approved by: re (kib) Notes: svn path=/stable/10/; revision=322859
* MFC r278479,278494,278525,278545,278592,279237,280410:Will Andrews2017-08-241-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change merges devctl notification for userland coredumps. r278479 (rpaulo): Notify devd(8) when a process crashed. 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. r278494 (rpaulo): Sanitise the coredump file names sent to devd. While there, add a sysctl to turn this feature off as requested by kib@. r278525 (rpaulo): Remove a printf and an strlen() from the coredump code. r278545 (rpaulo): Restore the data array in coredump(), but use a different style to calculate the length. r278592 (rpaulo): Remove check against NULL after M_WAITOK. r279237 (kib): Keep a reference on the coredump vnode for vn_fullpath() call. Do it by moving vn_close() after the point where notification is sent. r280410 (rpaulo): Disable coredump_devctl because it could lead to leaking paths to jails. Approved by: re Notes: svn path=/stable/10/; revision=322848
* Switch the pkg(8) configuration for the default installation and theMarius Strobl2017-08-201-1/+1
| | | | | | | | | | dvd1.iso to use the quarterly set, i. e. 2017Q3, during the 10.4-BETA phase. Approved by: re (implicit) Notes: svn path=/stable/10/; revision=322737
* MFC 321762Sepherosa Ziehau2017-08-071-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hyperv: Add VF bringup scripts and devd rules. How network VF works with hn(4) on Hyper-V in non-transparent mode: - Each network VF has a cooresponding hn(4). - The network VF and the it's cooresponding hn(4) have the same hardware address. - Once the network VF is up, e.g. ifconfig VF up: o All of the transmission should go through the network VF. o Most of the reception goes through the network VF. o Small amount of reception may go through the cooresponding hn(4). This reception will happen, even if the the cooresponding hn(4) is down. The cooresponding hn(4) will change the reception interface to the network VF, so that network layer and application layer will be tricked into thinking that these packets were received by the network VF. o The cooresponding hn(4) pretends the physical link is down. - Once the network VF is down or detached: o All of the transmission should go through the cooresponding hn(4). o All of the reception goes through the cooresponding hn(4). o The cooresponding hn(4) fallbacks to the original physical link detection logic. All these features are mainly used to help live migration, during which the network VF will be detached, while the network communication to the VM must not be cut off. In order to reach this level of live migration transparency, we use failover mode lagg(4) with the network VF and the cooresponding hn(4) attached to it. To ease user configuration for both network VF and non-network VF, the lagg(4) will be created by the following rules, and the configuration of the cooresponding hn(4) will be applied to the lagg(4) automatically. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D11635 Notes: svn path=/stable/10/; revision=322129
* MFC r320702,r320703:Enji Cooper2017-08-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | r320702: Formalize LEAPSECONDS and OLDTIMEZONES in share/zoneinfo/... as `MK_ZONEINFO_LEAPSECONDS_SUPPORT == yes` and `MK_ZONEINFO_OLD_TIMEZONES_SUPPORT == yes`. Keep `LEAPSECONDS` and `OLDTIMEZONES` for backwards compatibility, but print out a warning notifying users that they should use the new variables, in an effort to migrate them to the variables. This is being done mostly for automated build tools, etc, that might rely on these variables being set. The variables will be removed in the future on ^/head, e.g., after ^/stable/12 is cut. Relnotes: yes r320703: Add tests to help verify Links functionality for .../contrib/tzdata/backwards MFC with: r320702 Notes: svn path=/stable/10/; revision=322100
* MFC r320443,r320444:Enji Cooper2017-07-281-0/+2
| | | | | | | | | | | | | | | | | | r320443: Add kyua TAP test integration examples The examples are patterned loosely after the ATF examples, similar to the plain test examples. r320444: Commit the corresponding mtree file change for the TAP test examples MFC with: r320443 Notes: svn path=/stable/10/; revision=321646
* MFC note: only the newsyslog.conf.d change has been backported to unbreakEnji Cooper2017-07-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | "make distribution" with etc/newsyslog.conf.d/opensm.conf installation. The cron.d and syslog.d changes were omitted by request to avoid churn on ^/stable/{10,11}. Requested by: jhb, peter MFC r318545: Install {cron.d,newsyslog.conf.d,syslog.d} via `make distribution`, not `make install` I incorrectly started this pattern in r277541 with the opensm newsyslog.conf.d file, and continued using it in r318441 and r318443. This will fix the files being handled improperly via installworld, preventing tools like etcupdate, mergemaster, etc from functioning properly when comparing the installed contents on a system vs the contents in a source tree when doing merges. PR: 219404 MFC with: r277541, r318441, r318443 Notes: svn path=/stable/10/; revision=321251
* MFC r269550:Enji Cooper2017-07-191-4/+15
| | | | | | | | | | | | | | | | r269550 (by peter): Check gethostname(2) return code - but even if it succeeds it may not null terminate. Temporarily use "From: $user@$hostname" rather than "From: $user". The latter exposes incompatible behavior if using dma(8). sendmail(8) (and other alternatives) canonify either form on submission (even if masquerading), but dma will leak a non-compliant address to the internet. Notes: svn path=/stable/10/; revision=321245
* MFC r308139,r308157,r308158:Enji Cooper2017-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | r308139 (by bapt): cron(8): add support for /etc/cron.d and /usr/local/etc/cron.d For automation tools it is way easier to maintain files in directories rather than modifying /etc/crontab. The files in those directories are in the same format as /etc/crontab Relnotes: yes r308157 (by bapt): Fix typo in cron(8) date r308158 (by bapt): Allow symlinks to be followed in cron.d directories and fix detection of regular files on NFS Notes: svn path=/stable/10/; revision=321242
* MFC r308160,r309194,r309216:Enji Cooper2017-07-192-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r308160 (by bapt): syslogd(8): add an 'include' keyword All the '.conf' files not beginning with a '.' contained int he directory following the keyword will be included. This keyword can only be used in the first level configuration files. Modify the default syslogd.conf to 'include' /etc/syslog.d and /usr/local/etc/syslog.d It simplify a lot handling of syslog from automation tools. Relnotes: yes r309194 (by bapt): initialize *nextp which could be left uninitialized in case the configuration file cannot be open/read CID: 1365665 r309216 (by bapt): Properly initialize nextp Notes: svn path=/stable/10/; revision=321234
* MFC r319850:Enji Cooper2017-07-181-0/+2
| | | | | | | | | | | | | | | | | | Add some initial basic tests for du(1) Tests that exercise the following flags are added in this commit: - -A - -H - -I - -g - -h - -k - -m Additional tests will be added soon. Notes: svn path=/stable/10/; revision=321133
* MFC r268030,r268793,r303212,r319642,r319830:Enji Cooper2017-07-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r268030 (by eadler): chown: add a test Add a test for the chown utility. This sets up chown(8) to be capable of being tested. As such, only add one test for now as an example. r268793 (by eadler): chown: Fix chown test number r303212 (by bdrewery): Move chown tests to proper path r319642: Add some basic tests for chmod(1) r319830: Add more simple positive tests for chown(1) The tests are largely symmetric with the tests for chmod(1)--added in r319642. Remove chown-f_test (added in r268030) since the test coverage is now being provided by `chown_test`. Notes: svn path=/stable/10/; revision=321130
* MFC r316557:Enji Cooper2017-07-181-0/+2
| | | | | | | | | | | | | | | | | sbuf(3): add some basic functional tests for the library Areas not covered still [positive functionality wise] are: - sbuf_{clear,get,set}_flags - sbuf_new (in particular, with fixed buffers, etc). Some basic negative testing has been added, but more will be added in the future. This work was in part to validate work done by cem in r288223, and ian before that. Notes: svn path=/stable/10/; revision=321113
* MFC r319857:Enji Cooper2017-07-171-0/+2
| | | | | | | ln(1): wordsmith -F option description Notes: svn path=/stable/10/; revision=321093
* MFC r319834,r319841,r320723,r320724:Enji Cooper2017-07-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r319834: Write up some basic tests for readlink(1) The tests exercise -f (f_flag), -n (n_flag), and no arguments (basic). r319841: Add initial tests for stat(1) Testcases for -H, -L, and -f haven't been implemented yet, in part due to additional complexity needed to validate the features: * -H and -f will require an external "helper" program to display/modify the state/permissions for a given path. * -L is being covered partially via the -n testcase today. r320723: Use %e instead of %d with x_output_date(..) stat -x doesn't 0-fill days so %d is inappropriate. %e is correct. MFC with: r319841 r320724: :l_flag:: be more aggressive when normalizing whitespace Save output from ls -ldT and stat -l, then normalize all repeating whitespace using sed to single column spaces. This makes the test flexible with single-digit days, etc, similar to r320723. This approach is just a bit more of a hammer approach because of how the columns are ordered/spaced in both ls and stat. MFC with: r319841 Notes: svn path=/stable/10/; revision=321085
* MFC r318325:Enji Cooper2017-07-171-0/+2
| | | | | | | | | | | | | | | | | | Start writing up some basic feature tests for procstat These tests query a running process for information related to the -b, -c, -e, and -f flags; the -f testcase is largely stubbed out, pending additional work to determine a good, deterministic descriptor. Core file test support is coming soon--it requires a bit more effort due to the fact that: - coredumps can be disabled (kern.coredump=0). - corefiles can be put in different directories than the current directory, or be named something other than `<prog>.core` (`kern.corefile`). Notes: svn path=/stable/10/; revision=321084
* MFC r319626:Enji Cooper2017-07-061-0/+2
| | | | | | | | | | | | Add basic tests for echo(1) Verify that echo(1) does not... - ... print the trailing newline character with option '-n'. - ... print the trailing newline character when '\c' is appended to the end of the string. Notes: svn path=/stable/10/; revision=320712
* MFC r318591: compress: Add basic tests.Jilles Tjoelker2017-06-301-0/+2
| | | | Notes: svn path=/stable/10/; revision=320518
* MFC r320242, r320256:Cy Schubert2017-06-261-75/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update leap-seconds to leap-seconds.3676924800. As per https://datacenter.iers.org/eop/-/somos/5Rgv/latest/16: INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS) SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE SERVICE DE LA ROTATION TERRESTRE OBSERVATOIRE DE PARIS 61, Av. de l'Observatoire 75014 PARIS (France) Tel. : 33 (0) 1 40 51 23 35 FAX : 33 (0) 1 40 51 22 91 Internet : services.iers@obspm.fr Paris, 9 January 2017 Bulletin C 53 To authorities responsible for the measurement and distribution of time INFORMATION ON UTC - TAI NO leap second will be introduced at the end of June 2017. The difference between Coordinated Universal Time UTC and the International Atomic Time TAI is : from 2017 January 1, 0h UTC, until further notice : UTC-TAI = -37 s Leap seconds can be introduced in UTC at the end of the months of December or June, depending on the evolution of UT1-TAI. Bulletin C is mailed every six months, either to announce a time step in UTC, or to confirm that there will be no time step at the next possible date. Christian BIZOUARD Director Earth Orientation Center of IERS Observatoire de Paris, France Obtained from: ftp://time.nist.gov/pub/leap-seconds.3676924800 Notes: svn path=/stable/10/; revision=320350
* Revert r320228 as wellEnji Cooper2017-06-221-3/+3
| | | | | | | See r320229 for the other related revert commit. Notes: svn path=/stable/10/; revision=320230
* Revert r320222,r320223,r320224Enji Cooper2017-06-2218-120/+17
| | | | | | | | | | The committed changes (reverted after this commit) break POLA on a stable branch. Requested by: jhb Notes: svn path=/stable/10/; revision=320229
* MFC r318545:Enji Cooper2017-06-221-5/+3
| | | | | | | | | | | | | | | | | Install {cron.d,newsyslog.conf.d,syslog.d} via `make distribution`, not `make install` I incorrectly started this pattern in r277541 with the opensm newsyslog.conf.d file, and continued using it in r318441 and r318443. This will fix the files being handled improperly via installworld, preventing tools like etcupdate, mergemaster, etc from functioning properly when comparing the installed contents on a system vs the contents in a source tree when doing merges. PR: 219404 MFC with: r277541, r318441, r318443 Notes: svn path=/stable/10/; revision=320228