summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/releng/11.2' into RELENG_2_4_4Renato Botelho do Couto2019-07-241-0/+26
|\
| * Fix byhve out-of-bounds read in XHCI device.gordon2019-07-241-0/+26
| | | | | | | | | | | | Approved by: so Security: FreeBSD-SA-19:16.bhyve Security: CVE-2019-5604
* | Merge remote-tracking branch 'origin/releng/11.2' into RELENG_2_4_4Renato Botelho2019-05-1516-73/+194
|\ \ | |/
| * Update ntpd to 4.2.8p13 to fix authenticated denial of service.gordon2019-05-1410-30/+50
| | | | | | | | | | | | Approved by: so Security: FreeBSD-SA-19:04.ntp Security: CVE-2019-8936
| * Update hostapd/wpa_supplicant to 2.8 to fix multiple vulnerabilities.gordon2019-05-146-43/+144
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: so Security: FreeBSD-SA-19:03.wpa Security: CVE-2019-9494 Security: CVE-2019-9495 Security: CVE-2019-9496 Security: CVE-2019-9497 Security: CVE-2019-9498 Security: CVE-2019-9499 Security: CVE-2019-11555
* | Touch the correct package sync file for 2.4.4. Fixes #9214jim-p2018-12-191-1/+1
| | | | | | | | (cherry picked from commit 974cd28133694f9d2a3172830df7a6530d94bf84)
* | Merge remote-tracking branch 'origin/releng/11.2' into RELENG_2_4_4Renato Botelho2018-12-121-14/+15
|\ \ | |/
| * Fix insufficient bounds checking in bhyve(8) device model. [SA-18:14.bhyve]gordon2018-12-041-14/+15
| | | | | | | | | | | | | | | | Submitted by: jhb Reported by: Reno Robert Approved by: so Security: FreeBSD-SA-18:14.bhyve Security: CVE-2018-17160
* | Increment swap label after echo. Fixes #9182jim-p2018-12-111-1/+1
| | | | | | | | (cherry picked from commit 75849099bd5ee98214349d040bd7939df071f5d2)
* | Fixed #7634 Remove rrddata from usb backup config during PFI.Stephen Jones2018-11-121-0/+2
| | | | | | | | | | | | config with rrddata takes up a lot of space and does not work when backed up from a USB. This data will now be removed when restoring a config from usb during install.
* | Look for config.xml on / of recovery media as wellRenato Botelho2018-11-121-3/+10
| |
* | Detect MBT-* and populate loader.conf.local for HDMI HotpluggingRenato Botelho2018-09-131-0/+10
| |
* | Revert "Revert "Use MBR by default on BIOS systems. An increasing number of ↵Renato Botelho2018-07-191-1/+4
| | | | | | | | | | | | motherboards"" This reverts commit 19b31289ee2c5a37cf6545693734a4f7dc792e9a.
* | Merge remote-tracking branch 'origin/releng/11.2' into RELENG_2_4_4Renato Botelho2018-06-011-2/+5
|\ \ | |/
| * MFC r333176:tuexen2018-05-311-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix in the documentation that the default hop limit is not 30, but the value of the sysctl variable net.inet6.ip6.hlim. This is true since https://svnweb.freebsd.org/base?view=revision&revision=122574 The default of 30 (which was correct up to r122574) was incorrectly documented in https://svnweb.freebsd.org/base?view=revision&revision=130268 Thanks to Timo Voelker for makeing me aware of the inconsistency between to code and the documentation. Approved by: re@ (marius)
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2018-05-081-2/+2
|\ \ | |/
| * MFC r332877: Correct size for allocation and bzero of fdsr.delphij2018-05-081-2/+2
| | | | | | | | Approved by: re (gjb)
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2018-05-071-1/+4
|\ \ | |/
| * MFC r332559: mountd: fix a crash when getgrouplist reports too many groupsavg2018-05-031-1/+4
| | | | | | | | Sponsored by: Panzura
* | Detect right disk on hybrid memstickRenato Botelho2018-05-041-2/+3
| |
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-30639-1362/+5116
|\ \ | |/
| * MFC r332902: pwd_mkdb: default to network (big) endian hash orderemaste2018-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For cross-architecture reproducibility. The db(3) functions work with hashes of either endianness, and the current (v4) version password db entries already store integers in network order. Do so with the hash as well so that identical password databases can be created on big- and little-endian hosts. The -B and -L flags exist to set the endianness for legacy (v3) entries when the -l flag is used, and they will still control hash endianness (at least until the backwards compatibility infrastructure is removed [a change that will not be merged to stable/11]). Sponsored by: The FreeBSD Foundation
| * MFC r332986:pfg2018-04-281-1/+1
| | | | | | | | | | | | | | makefs: Use ENODATA instead of ENOMSG as a translation for missing ENOATTR. This is consistent with what some linux filesystems do and has been adopted in our linuxulator.
| * MFC r331463 (partial), r331467, r331468, r331843benno2018-04-254-20/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | r331463, r331467, and r331468 are all replaced by r331843 but are included for completeness' sake. r331463 also contained a change to release/amd64/mkisoimages.sh which I've left out since those changes were also obsoleted by a later commit which will be merged later. r331843: Synchronise with NetBSD's version of EFI handling for El Torito images. Sponsored by: iXsystems, Inc.
| * MFC r316579benno2018-04-2511-238/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makefs: use emalloc and friends The emalloc set of error-checking memory allocation routines were added to libnetbsd in r316572. Use them in makefs to reduce differences with NetBSD. NetBSD revs: cd9660.c 1.39 ffs.c 1.56 makefs.c 1.42 walk.c 1.27 cd9660/cd9660_archimedes.c 1.2 cd9660/cd9660_eltorito.c 1.20 cd9660/cd9660_write.c 1.16 cd9660/iso9660_rrip.c 1.12 ffs/buf.c 1.17 ffs/mkfs.c 1.26 Sponsored by: iXsystems, Inc.
| * MFC r307927benno2018-04-257-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Be more precise when including headers so that we're less likely to depend on namespace pollution and as such become more portable. This means including headers like <sys/types.h> or <stdlib.h>, but also making sure we include system/host headers before local headers. While here: define ENOATTR as ENOMSG in mtree.c. There is no ENOATTR on Linux. With this, makefs is ready for compilation on macOS and Linux. Sponsored by: iXsystems, Inc.
| * MFC r315304benno2018-04-255-215/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makefs: sync option parsing with NetBSD - add support for parsing different types; not just int - homogenize option parsing - fix single letter parsing - remove duplicated code NetBSD revisions: cd9660.c 1.36 1.37 1.38 1.41 1.42 1.43 ffs.c 1.50 1.51 1.52 1.53 1.56 1.57 makefs.c 1.36 1.37 1.38 1.39 1.40 1.42 1.43 1.44 1.46 makefs.h 1.28 1.29 1.31 1.32 Sponsored by: iXsystems, Inc.
| * MFC r314117benno2018-04-257-461/+506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makefs: eliminate global cd9660 structure For diff reduction with NetBSD NetBSD file versions: cd9660.c 1.39 cd9660.h 1.19 cd9660/cd9660_debug.c 1.12 cd9660/cd9660_eltorito.c 1.20 cd9660/cd9660_write.c 1.16 cd9660/iso9660_rrip.c 1.12 cd9660/iso9660_rrip.h 1.6 Sponsored by: iXsystems, Inc.
| * MFC r332518, r332527ian2018-04-242-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | r332518: Add an option to daemon(8) to specify a delay between restarts of a supervised program. The existing -r option has a hard-coded delay of one second. This change adds a -R option which takes a delay in seconds. This can be used to prevent log spam and rapid restarts, similar to init(8)'s behavior of adding a delay between rapid restarts when it's supervising a program. r332527: Fix cut-and-pasted line to have the right option letter.
| * pwd_mkdb: add legacy support deprecation noticeemaste2018-04-242-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC r332789: pwd_mkdb: warn that legacy support is deprecated (if specified) r283981 switched pwd_mkdb to emit only v4 database entries by default, and introduced a -l (legacy) option emit v3 entries in addition. The commit message claims that legacy support will be removed in 12.0, so emit a warning now if it is used. MFC r332875: pwd_mkdb: add deprecation notice in manpage too Followon to r332789; as reported on the -current and -stable lists and in review D15144 the -l option will be removed before FreeBSD 12.0. Relnotes: Yes Sponsored by: The FreeBSD Foundation
| * MFC r332429, r332431kevans2018-04-191-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r332429: cron(8): Reload database if an existing job in cron.d changed as well Directory mtime will only change if a file is added or removed, not modified. For /var/cron/tabs, this is fine because of how crontab(1) manages it using temp files so all crontab(1) changes will trigger a reload of the database. For /etc/cron.d and /usr/local/etc/cron.d, this is not necessarily the case. Instead of checking their mtime, we should descend into them and check mtime on all jobs also. r332431: cron(8): Correct test sense We're about to use the result of fstat(2) either way, so don't do that if it fails...
| * MFC r328336:trasz2018-04-161-0/+2
| | | | | | | | Add missing SPDX identifier in iscsid(8).
| * MFC r328335:trasz2018-04-165-0/+10
| | | | | | | | Add SPDX identifiers for uefisign(8) sources.
| * MFC r330515:asomers2018-04-161-1/+1
| | | | | | | | spray: fix the spelling in an output string
| * MFC r329845, r329872asomers2018-04-165-21/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r329845: Fix numerous Coverity issues in mptutil Most are memory or file descriptor leaks. Three were unannotated fallthroughs in a switch/case statement. One was an integer overflow before widen. Reported by: Coverity CID: 1007463 1007462 1007461 1007460 1007459 1007458 1007457 CID: 1006855 1006854 1006853 1006852 1006851 1006850 1006849 CID: 1006848 1006845 1006844 1006843 1006842 1006841 1006840 CID: 1006839 1006838 1006837 1006836 1006835 1006834 1006833 CID: 1006832 1006831 1006831 1006830 1006829 1008334 1008170 CID: 1008169 1008168 Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D11013 r329872: Delete copypasta Reported by: rpokala X-MFC-With: 329845 Sponsored by: Spectra Logic Corp
| * MFC r328338:trasz2018-04-169-0/+18
| | | | | | | | Add SPDX tags for automount(8) et al.
| * MFC r328337:trasz2018-04-163-0/+6
| | | | | | | | Add missing SPDX tags for ctld(8).
| * MFC r326248:trasz2018-04-161-2/+3
| | | | | | | | .Xr pmcstat(8) from kgmon(8) and gprof(1).
| * MFC r325390:trasz2018-04-161-1/+1
| | | | | | | | Use proper naming in a debug message.
| * MFC r330875:trasz2018-04-162-1/+18
| | | | | | | | | | Add "usbconfig dump_all_desc", a subcommand to dump all device and config descriptors.
| * MFC r327522:trasz2018-04-161-2/+0
| | | | | | | | Fix warnings from "mandoc -Tlint -Wwarning".
| * MFC r327382:trasz2018-04-161-21/+100
| | | | | | | | Improve usbconfig(8) manual page by adding descriptions for subcommands.
| * MFC r330764grehan2018-04-151-3/+22
| | | | | | | | Add CR2 get/set support.
| * MFC r331758: makefs: sync fragment and block size with newfsemaste2018-04-131-2/+2
| | | | | | | | | | | | | | | | | | r222319 in newfs raised the default blocksize for UFS/FFS filesystems from 16K to 32K and the default fragment size from 2K to 4K, with a rationale that most disks were now running with 4K sectors. Relnotes: Yes Sponsored by: The FreeBSD Foundation
| * MFC r331180: Plug a possible memory leak.delphij2018-04-101-0/+2
| |
| * MFC r328434 by maxim:gonzo2018-04-091-1/+1
| | | | | | | | | | | | o A command line flag for the syslog_facility fixed in the SYNOPSIS. PR: 225441
| * MFC r328488:tuexen2018-04-072-21/+98
| | | | | | | | | | | | | | | | When using SCTP for sending probe packets, use INIT chunks for payloads larger than or equal to 32 bytes. For smaller probe packets, keep using SHUTDOWN-ACK chunks, possibly bundled with a PAD chunk. Packets with INIT chunks more likely pass through firewalls. Therefore, use them when possible.
| * MFC r324122:tuexen2018-04-071-1/+2
| | | | | | | | Fix reporting of probing size. This bug was introduced in r324119.
| * MFC r324120:tuexen2018-04-072-8/+244
| | | | | | | | Add SCTP and TCP as protocols for sending probe packets.
| * MFC r324119:tuexen2018-04-072-75/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update function definitions. * Ensure that the datalen always describes the length after the IPv6 header consistently, not matter which protocol us used for probes.. * Document that the default length is 20, not 12. * Don't send inormation in probe packets which is not needed or even checked when the responses are processed. * Address CID 978587. This is mainly a cleanup preparing the addition of SCTP and TCP as possible probe packet protocols.
OpenPOWER on IntegriCloud