| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fgetln(3) will returns NULL if cannot get a line from a stream.
strsep(3) it will returns NULL if the end of the string was reached.
jemalloc(3) malloc will returns NULL if it cannot allocate memory.
fgetln(3) it will returns NULL if it cannot get a line from a stream.
MFC after: 4 weeks
|
| |
| |
| |
| |
| |
| |
| |
| | |
getenv(3) returns NULL if the variable name is not in the current
environment.
getservent(3) returns NULL on EOF or error
MFC after: 4 weeks
|
| |
| |
| |
| |
| |
| | |
fopen(3) returns NULL in case it can't open the STREAM.
fgetln(3) returns NULL if it can't get a line from a STREAM.
malloc returns NULL if it can't allocate memory.
|
| |
| |
| |
| |
| |
| | |
malloc and realloc will return NULL pointer if it can't alloc memory.
MFC after: 4 weeks
|
| |
| |
| |
| | |
MFC after: 1 week
|
| |
| |
| |
| | |
fopen(3) will return NULL in case it can't open the STREAM.
|
| |
| |
| |
| |
| | |
The malloc will return a pointer to the allocated memory if successful,
otherwise a NULL pointer is returned.
|
| |
| |
| |
| |
| | |
The strchr(3) returns a NULL if the character does not appears in the string.
The malloc will return NULL if cannot allocate memory.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fopen(3) will return NULL in case it can't open the STREAM.
The malloc will return a pointer to the allocated memory if successful,
otherwise a NULL pointer is returned.
Also add an extra DEBUG1 to print out the error to open a file.
Reviewed by: ed
Differential Revision: https://svnweb.freebsd.org/changeset/base/297959
|
| |
| |
| |
| |
| |
| | |
fopen(3) returns a FILE pointer, otherwise NULL is returned.
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the PBA shares a page with the MSI-X table, map the shared page via
/dev/mem and emulate accesses to the portion of the PBA in the shared
page by accessing the mapped page.
Reviewed by: grehan
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D5919
|
| |
| |
| |
| | |
Obtained from: OpenBSD r1.11, r1.17 and r1.36
|
| |
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
|
|\ \
| |/
| |
| | |
Sponsored by: The FreeBSD Foundation
|
| |
| |
| |
| |
| |
| | |
deal with messages that haven't been fully read from the server yet.
Obtained from: OpenBSD r1.11
|
| |
| |
| |
| |
| | |
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
|
| |
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
|
|\ \
| |/
| |
| | |
Sponsored by: The FreeBSD Foundation
|
| |
| |
| |
| |
| |
| | |
Found with devel/coccinelle.
Reviewed by: gad
|
| |
| |
| |
| |
| | |
This makes it easier for the bhyve executable to be built
out of the tree.
|
| |
| |
| |
| |
| |
| |
| | |
PR: 208629
PR: 208568
Submitted by: Galael LAPLANCHE <ganael.laplanche@corp.ovh.com>
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a user requested encrypted swap, but 0 sized, it would still be added to fstab
PR: 208630
Submitted by: Ganael LAPLANCHE <ganael.laplanche@corp.ovh.com>
MFC after: 2 weeks
Sponsored by: ScaleEngine Inc.
|
| |
| |
| |
| |
| |
| | |
MFC after: 3 days
X-MFC with: r296204
Sponsored by: EMC / Isilon Storage Division
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We were setting an incorrect/undefined size and as it came out the st
struct was not really being used at all. This was actually a bug but
by sheer luck it had no visual effect.
CID: 1194320
Reviewed by: grehan
|
| |
| |
| |
| |
| |
| |
| |
| | |
ncq was not being inititialized properly but it was not actually
necessary either, so make the code smaller by removing it.
CID: 1248842
Reviewed by: grehan
|
| |
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
|
|\ \
| |/
| |
| | |
Sponsored by: The FreeBSD Foundation
|