| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Filter out IFCONFIG_PREFIX variable (which may contain WPA keyword)
from ifconfig parameters.
PR: 169199
|
|
|
|
| |
No functional change.
|
|
|
|
| |
No functional change.
|
|
|
|
| |
MFC after: 2 weeks.
|
|
|
|
| |
MFC after: 2 weeks.
|
|
|
|
| |
MFC after: 2 weeks.
|
|
|
|
| |
MFC after: 2 weeks.
|
|
|
|
| |
Submitted by: Jimmy Olgeni
|
|
|
|
| |
No functional change.
|
|
|
|
|
|
| |
Mostly comments bur also a user-visible string.
MFC after: 2 weeks
|
|
|
|
| |
No functional change.
|
|
|
|
|
|
| |
User-visible strings.
MFC after: 2 weeks
|
|
|
|
| |
and how this affects the "jail_list" option in rc.conf.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a related typo while here.
Note, this change results in the Kyuafile inclusion in the runtime
package, which needs to be fixed, however addresses the PR as far
as I can tell in my tests.
PR: 209114
Submitted by: ngie
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
| |
Instead of copy-pasting the string literal for "UTC" 3 times and using
strlen, use a static char[3] buffer and sizeof(..).
MFC after: 3 days
X-MFC with: r298507
Submitted by: kib
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
|
|
|
|
|
|
|
| |
usr.sbin/extattr/tests/Makefile
Add boiler plate required by 298107 but omitted by 298483. These
two changes passed through CR in parallel. I think this should get
the full test suite running in Jenkins again.
MFC after: 22 days
X-MFC-with: 298483
Sponsored by: Spectra Logic Corp
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'devctl delete' can be used to delete a device that is no longer present.
As an anti-foot-shooting measure, 'delete' will not delete a device
unless it's parent bus says it is no longer present. This can be
overridden by passing the force ('-f') flag.
Note that this command should be used with care. If a device is deleted
that is actually present it can't be resurrected unless the parent bus
device's driver supports rescans.
Differential Revision: https://reviews.freebsd.org/D6019
|
|
|
|
|
|
|
|
| |
The BUS_RESCAN() method rescans a single bus device checking for devices
that have been added or removed from the bus. A new 'rescan' command is
added to devctl(8) to trigger a rescan.
Differential Revision: https://reviews.freebsd.org/D6016
|
|
|
|
|
|
|
|
|
|
| |
ntp 4.2.8p7.
Security: CVE-2016-1547, CVE-2016-1548, CVE-2016-1549, CVE-2016-1550
Security: CVE-2016-1551, CVE-2016-2516, CVE-2016-2517, CVE-2016-2518
Security: CVE-2016-2519
Security: FreeBSD-SA-16:16.ntp
With hat: so
|
|
|
|
|
|
| |
Reviewed by: rpaulo
MFC after: 2 weeks.
Differential Revision: https://reviews.freebsd.org/D5946
|
|
|
|
|
| |
Reviewed by: bjk, bcr
Differential Revision: https://reviews.freebsd.org/D6064
|
|
|
|
|
|
|
|
|
|
|
| |
The POSIX version of basename() doesn't use a 'const char *' argument;
the function may overwrite its input buffer. Instead of copying the
input string, let's just simplify this code by using our getprogname()
function that already returns the name of the application in the right
format.
Reviewed by: allanjude
Differential Revision: https://reviews.freebsd.org/D6094
|
|
|
|
|
|
|
| |
part of revision 98776 back on June 24/2002. Noticed by pfg@ trying
coccinelle for checking code.
MFC after: 3 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysvmsg, sysvsem, and sysvshm, with the following bahavior:
inherit: allow full access to the IPC primitives. This is the same as
the current setup with allow.sysvipc is on. Jails and the base system
can see (and moduly) each other's objects, which is generally considered
a bad thing (though may be useful in some circumstances).
disable: all no access, same as the current setup with allow.sysvipc off.
new: A jail may see use the IPC objects that it has created. It also
gets its own IPC key namespace, so different jails may have their own
objects using the same key value. The parent jail (or base system) can
see the jail's IPC objects, but not its keys.
PR: 48471
Submitted by: based on work by kikuchan98@gmail.com
MFC after: 5 days
|
|
|
|
|
|
| |
linux.* parameters when linux emulation is loaded.
MFC after: 5 days
|
|
|
|
|
| |
PR: 208663
MFC after: 3 days
|
|
|
|
|
|
| |
adduser example in the Handbook.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
Bump Dd.
PR: 207587
Submitted by: dewayne@heuristicsystems.com.au
MFC after: 3 days
Sponsored by: Essen Hackathon 2016
|
|
|
|
|
|
|
|
|
| |
unrolled equivalent
CID: 1347118
MFC after: 1 week
Reported by: Coverity
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
|
|
|
|
|
|
| |
Add ATF tests for the existing behavior of setextattr, rmextattr, lsextattr,
and getextattr.
Reviewed by: ngie
MFC after: 4 weeks
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D5889
|
|
|
|
|
| |
Reviewed by: grehan
Differential Revision: https://reviews.freebsd.org/D6054
|
|
|
|
|
|
|
|
|
| |
Fix minor style with warnx call while in the neighborhood
MFC after: 1 week
CID: 1009683
Reported by: Coverity, gcc 5.x
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
|
|
|
|
|
|
|
| |
Return with 0 as it isn't an error.
MFC after: 1 week
CID: 1006085
Reported by: Coverity
Obtained from: Isilon OneFS (part of r493633)
Submitted by: Thor Steingrimsson <thor.steingrimsson@isilon.com>
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
| |
MFC after: 2 weeks.
|
|
|
|
| |
MFC after: 2 weeks.
|
|
|
|
|
| |
Reported by: coverity
CID: 1331664, 1331665
|
|
|
|
|
|
|
|
| |
While here fix a test logic
Reported by: coverity
CID: 1332096, 1332097, 1332098, 1332099, 1332100, 1332101, 1332102
MFC after: 1 week
|
|
|
|
|
|
| |
Reported by: Coverity
CID: 1340155 and 1340156
MFC after: 1 week
|
|
|
|
|
|
|
| |
Also, use SRCTOP to locate the top of the source tree
instead of a relative path.
PR: 208856
|
|
|
|
|
|
|
|
|
| |
- Document powering off by sending SIGTERM signal
- Document exit codes
Reviewed by: wblock, neel
Approved by: wblock
Differential Revision: D5982
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, many errors (such as the PCI device not being attached
to the ppt(4) driver) resulted in bhyve silently exiting without
starting the virtual machine. Now any errors encountered when
configuring a virtual slot for a PCI passthru device should be noted
on stderr.
Reviewed by: neel
Differential Revision: https://reviews.freebsd.org/D5990
|
|
|
|
|
|
|
|
|
|
|
| |
Installs both pmbr+gptzfsboot as well as boot1.efifat in separate partitions
The resulting system can be booted with either UEFI or BIOS/CSM.
Preference is controlled by the user's firmware boot settings.
This is now the default for zfsboot installs
PR: 208629
Submitted by: Galael LAPLANCHE <ganael.laplanche@corp.ovh.com> (original version)
|
|
|
|
| |
Obtained from: DragonflyBSD
|
|
|
|
| |
MFC after: 2 weeks.
|
| |
|
|
|
|
|
|
| |
calling fcntl(2)
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|\
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
|
| | |
|