]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/log
FreeBSD/stable/10.git
6 years agoMFC r278329:
ngie [Thu, 20 Jul 2017 01:12:31 +0000 (01:12 +0000)]
MFC r278329:

Document WITNESS_COUNT and WITNESS_NO_VNODE

git-svn-id: svn://svn.freebsd.org/base/stable/10@321279 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r314475:
ngie [Thu, 20 Jul 2017 01:07:02 +0000 (01:07 +0000)]
MFC r314475:

Simplify idioms in usr.sbin/lpr Makefiles

Use :H instead of .CURDIR-relative pathing to simplify make output, etc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321275 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r314454,r314455:
ngie [Thu, 20 Jul 2017 01:03:50 +0000 (01:03 +0000)]
MFC r314454,r314455:

r314454:

Use .ALLSRC instead of RPCSRC

This is a trivial simplification in the Makefile, meant to serve as
a good example for what to do with rules like this.

r314455:

Use .ALLSRC instead of RPCSRC

This is a trivial simplification in the Makefile, meant to serve as
a good example for what to do with rules like this.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321274 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r314479:
ngie [Thu, 20 Jul 2017 01:02:37 +0000 (01:02 +0000)]
MFC r314479:

Use :H to manipulate .CURDIR-relative paths instead of ../

This simplifies make output

git-svn-id: svn://svn.freebsd.org/base/stable/10@321272 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r314654:
ngie [Thu, 20 Jul 2017 01:01:16 +0000 (01:01 +0000)]
MFC r314654:

cddl: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

While here, remove bogus CFLAGS which look for headers in cddl/lib/libumem.
There aren't any source files there (just Makefiles)

git-svn-id: svn://svn.freebsd.org/base/stable/10@321270 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r314653:
ngie [Thu, 20 Jul 2017 00:52:11 +0000 (00:52 +0000)]
MFC r314653:

libexec: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

git-svn-id: svn://svn.freebsd.org/base/stable/10@321267 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316102:
ngie [Thu, 20 Jul 2017 00:48:04 +0000 (00:48 +0000)]
MFC r316102:

Wrap bootcamp DEBUG statement with curly braces

This fixes a -Wempty-body warning with gcc 6.3.0 when PART_DEBUG is undefined.

Tested with: amd64-gcc-6.3.0 (devel/amd64-xtoolchain-gcc)

git-svn-id: svn://svn.freebsd.org/base/stable/10@321265 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318960,r319545,r319546,r319548,r321261:
ngie [Thu, 20 Jul 2017 00:44:01 +0000 (00:44 +0000)]
MFC r318960,r319545,r319546,r319548,r321261:

r318960 (by dab):

Add newsyslog capability to write RFC5424 compliant rotation message.

This modification adds the capability to newsyslog to write the
rotation message in a format that is compliant with RFC5424. This
capability is enabled on a per-log file basis through a new value
("T") in the flags field in newsyslog.conf. This is useful on systems
that use the RFC5424 format for log files so that the rotation message
format matches that of the other log messages. There has been recent
mention of adding an RFC5424 compliant mode to syslogd and at least
one alternative system log daemon (rsyslogd) that already has the
capability to use that format.

Relnotes: yes

r319545:

Don't execute the TODO cases in a subshell

This messes up the testcase counter, as seen in bug 219756.

PR: 212160, 219756

r319546:

Fix the testplan after ^/head@r318960

The number of executed testcases is 128, not 126.

MFC with: r318960

r319548:

Remove TODO for sub testcases added for bug 212160

On closer inspection, the past failures no longer occur on ^/head.

PR: 212160

r321261:

Clean up leading whitespace (convert single column spaces to hard tabs)

git-svn-id: svn://svn.freebsd.org/base/stable/10@321263 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320135:
ngie [Thu, 20 Jul 2017 00:33:12 +0000 (00:33 +0000)]
MFC r320135:

periodic(8): delete trailing whitespace

git-svn-id: svn://svn.freebsd.org/base/stable/10@321260 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoRecord-only merge for ^/head@r312419
ngie [Wed, 19 Jul 2017 21:19:28 +0000 (21:19 +0000)]
Record-only merge for ^/head@r312419

git-svn-id: svn://svn.freebsd.org/base/stable/10@321255 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC note: only the newsyslog.conf.d change has been backported to unbreak
ngie [Wed, 19 Jul 2017 21:06:05 +0000 (21:06 +0000)]
MFC note: only the newsyslog.conf.d change has been backported to unbreak
"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

git-svn-id: svn://svn.freebsd.org/base/stable/10@321251 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC note: content changes of r317315 were reversed. .Dd is being updated
ngie [Wed, 19 Jul 2017 20:58:16 +0000 (20:58 +0000)]
MFC note: content changes of r317315 were reversed. .Dd is being updated
for diff reduction purposes.

MFC r317315,r317437:

r317315:

Note that getpagesize(3) can return -1 on failure

r317437 (by kib):

getpagesize(3) cannot fail.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321249 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r269550:
ngie [Wed, 19 Jul 2017 20:44:50 +0000 (20:44 +0000)]
MFC r269550:
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321245 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r269550:
ngie [Wed, 19 Jul 2017 20:29:07 +0000 (20:29 +0000)]
MFC r269550:
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321244 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r310329:
ngie [Wed, 19 Jul 2017 20:26:35 +0000 (20:26 +0000)]
MFC r310329:
r310329 (by cem):

Add a 'force' option for non-interactive crontab removal

Add a '-f' option to force crontab '-r' to be non-interactive.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321243 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r308139,r308157,r308158:
ngie [Wed, 19 Jul 2017 20:24:38 +0000 (20:24 +0000)]
MFC r308139,r308157,r308158:

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

git-svn-id: svn://svn.freebsd.org/base/stable/10@321242 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r304570,r321235:
ngie [Wed, 19 Jul 2017 19:41:13 +0000 (19:41 +0000)]
MFC r304570,r321235:

r304570 (by trasz):

Add the "-n" flag to cron(8), to prevent it from daemonizing.
This makes it possible to use it with external supervisors.
The "-n" flag name is compatible with Linux, NetBSD, and OpenBSD.

r321235:

Fix trivial whitespace bug introduced in usage message changes for -n
support (r304570).

git-svn-id: svn://svn.freebsd.org/base/stable/10@321237 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r308160,r309194,r309216:
ngie [Wed, 19 Jul 2017 19:30:13 +0000 (19:30 +0000)]
MFC r308160,r309194,r309216:

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

git-svn-id: svn://svn.freebsd.org/base/stable/10@321234 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316601:
ngie [Wed, 19 Jul 2017 18:23:49 +0000 (18:23 +0000)]
MFC r316601:

pmc.atomsilvermont(3): fix manlint warnings

Start new sentences on new lines.

Sentences affected by the change are wrapped at <80 columns. Other
potentially offending lines have been left alone to reduce churn.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321225 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316600:
ngie [Wed, 19 Jul 2017 18:22:55 +0000 (18:22 +0000)]
MFC r316600:

pmc(3): add additional references for libpmc functions in the SEE ALSO section

These functions are already referenced throughout the manpage -- this makes their
presence more apparent.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321223 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoPull in r229281 from upstream libc++ (by Larisse Voufo):
dim [Wed, 19 Jul 2017 18:22:32 +0000 (18:22 +0000)]
Pull in r229281 from upstream libc++ (by Larisse Voufo):

  Implement C++14's sized deallocation functions, since there are no
  longer implicitly defined by clang, as of r229241.

This allows ports which use C++14's sized deallocation functions, such
as cad/openvsp, to build on stable/10.  Bump __FreeBSD_version to allow
detection from ports.

Direct commit, since stable/11 and head already have newer versions of
libc++ which include this change.

PR: 219484

git-svn-id: svn://svn.freebsd.org/base/stable/10@321222 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316602:
ngie [Wed, 19 Jul 2017 18:19:11 +0000 (18:19 +0000)]
MFC r316602:

pmc_read(3): fix manlint error

Remove spurious trailing comma from last .Nm entry in NAME section.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321220 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoRecord merges for r319659 and r319660.
ngie [Wed, 19 Jul 2017 16:54:34 +0000 (16:54 +0000)]
Record merges for r319659 and r319660.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321216 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoRelnotes: yes (subtle output/behavior change)
ngie [Wed, 19 Jul 2017 16:38:55 +0000 (16:38 +0000)]
Relnotes:       yes (subtle output/behavior change)

MFC r316938,r316953:

r316938:

savecore: fix space calculation with respect to `minfree` in check_space(..)

- Use strtoll(3) instead of atoi(3), because atoi(3) limits the
  representable data to INT_MAX. Check the values received from
  strtoll(3), trimming trailing whitespace off the end to maintain
  POLA.
- Use `KiB` instead of `kB` when describing free space, total space,
  etc. I am now fully aware of `KiB` being the IEC standard for 1024
  bytes and `kB` being the IEC standard for 1000 bytes.
- Store available number of KiB in `available` so it can be more
  easily queried and compared to ensure that there are enough KiB to
  store the dump image on disk.
- Print out the reserved space on disk, per `minfree`, so end-users
  can troubleshoot why check_space(..) is reporting that there isn't
  enough free space.

Tested with: positive/negative cases (see review); make tinderbox

r316953:

Switch back to non-IEC units for 1024 bytes

I was swayed a little too quickly when I saw the wiki page discussing
kB vs KiB. Switch back as none of the code in base openly uses
IEC units via humanize_number(3) (which was my next step), and there's
a large degree of dislike with IEC vs more SI-like units.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321212 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r312521,r313397:
ngie [Wed, 19 Jul 2017 15:59:51 +0000 (15:59 +0000)]
MFC r312521,r313397:

r312521:

Add testcases for -i with hardlinks and symlinks

The symlink testcase is expected to fail, post-r312519 (the revert of
r312404); mark it so.

r313397:

Don't expect :inplace_symlink_src to fail anymore (post-r313277)

The S_ISREG check was restored, such that the code will again fail with
in-place replacements on symlinks

git-svn-id: svn://svn.freebsd.org/base/stable/10@321209 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r302145: bsdinstall: increase EFI partition size to 200MB
emaste [Wed, 19 Jul 2017 14:15:49 +0000 (14:15 +0000)]
MFC r302145: bsdinstall: increase EFI partition size to 200MB

A larger EFI file system size will facilitate multi-boot configurations
and the installation other EFI applications like firmware update tools.
200MB matches OS X.

Note that this changes only the partition size, not the file system that
bsdinstall places there. We need to do both, but as the partition size
is difficult to adjust later make this change for now so that at least
systems installed with FreeBSD 11.0 have a partition layout with room
to grow.

Also merge part of r320007:

- use EFI_BOOTPART_SIZE and EFI_BOOTPART_PATH macros on x86
- increase ZFS EFI partition to 200M

PR: 201898
Relnotes: Yes
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@321202 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r313547, r313777: fix mouse selection when vt(4) scrolls
emaste [Wed, 19 Jul 2017 13:32:08 +0000 (13:32 +0000)]
MFC r313547, r313777: fix mouse selection when vt(4) scrolls

r313547 (ray, submitted by hselasky):

o Reset mouse selection when new lines reach selection lines.
o Fix how selection handled on display.

r313777 (rpokala):

Un-break vt(4) for {powerpc,powerpc64,sparc64} LINT kernel builds

The {powerpc,powerpc64,sparc64} LINT kernel builds fail with this error:

    sys/dev/vt/vt_buf.c:198: warning: 'vtbuf_htw' defined but not used

Move vtbuf_htw() inside the '#if SC_NO_CUTPASTE' block where it belongs, and
put it in the proper order.

This fixes the immedate issue w/ vt(4), but all three then fail on different
issues.

PR: 211922
Relnotes: Yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@321200 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r303043: Increase vt(4) framebuffer maximum size
emaste [Wed, 19 Jul 2017 13:11:35 +0000 (13:11 +0000)]
MFC r303043: Increase vt(4) framebuffer maximum size

PR: 210382
Relnotes: Yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@321198 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318723:
ngie [Wed, 19 Jul 2017 02:50:06 +0000 (02:50 +0000)]
MFC r318723:

bsdinstall(8): fix manpage issues

- Start new sentences on new lines.
- Separate e.g. (more of an igor thing) with commas, and rewrite some examples
  not to be enclosed in parentheses.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321181 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC: r320659
rmacklem [Tue, 18 Jul 2017 20:46:29 +0000 (20:46 +0000)]
MFC: r320659
Add a Bugs section that indicates that the nfsuserd doesn't work
when jails are being used on the system.
It is hoped that the patches in PR#205193 will someday get tested/debugged
so that they can be MFC'd to fix this.

This is a content change.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321175 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318722:
ngie [Tue, 18 Jul 2017 18:56:06 +0000 (18:56 +0000)]
MFC r318722:

sade(8): start new sentence on new line

git-svn-id: svn://svn.freebsd.org/base/stable/10@321169 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318693,r318694:
ngie [Tue, 18 Jul 2017 18:54:47 +0000 (18:54 +0000)]
MFC r318693,r318694:

r318693:

Some minor style(9) fixes

- Wrap at <80 columns.
- Sort by type

r318694:

style(9): sort headers

MFC with: r318693

git-svn-id: svn://svn.freebsd.org/base/stable/10@321166 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319026:
ngie [Tue, 18 Jul 2017 18:48:25 +0000 (18:48 +0000)]
MFC r319026:

pw: add some basic testcases for groupshow and usershow

- groupshow: test out -a/-g/-n .
- usershow: test out -a/-n/-u .

git-svn-id: svn://svn.freebsd.org/base/stable/10@321163 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318702:
ngie [Tue, 18 Jul 2017 18:39:51 +0000 (18:39 +0000)]
MFC r318702:

vis(3): delete spurious .Pp macro

git-svn-id: svn://svn.freebsd.org/base/stable/10@321161 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318706:
ngie [Tue, 18 Jul 2017 18:37:56 +0000 (18:37 +0000)]
MFC r318706:

localeconv(3): start sentences on new lines

git-svn-id: svn://svn.freebsd.org/base/stable/10@321160 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318712:
ngie [Tue, 18 Jul 2017 18:36:40 +0000 (18:36 +0000)]
MFC r318712:

xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSIS

This unbreaks the .Nm declaration

git-svn-id: svn://svn.freebsd.org/base/stable/10@321157 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318703:
ngie [Tue, 18 Jul 2017 18:35:41 +0000 (18:35 +0000)]
MFC r318703:

__iconv_get_list: separate .Nm entries with commas

git-svn-id: svn://svn.freebsd.org/base/stable/10@321155 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318707:
ngie [Tue, 18 Jul 2017 18:34:16 +0000 (18:34 +0000)]
MFC r318707:

sctp_send(3): start sentences on new lines

git-svn-id: svn://svn.freebsd.org/base/stable/10@321154 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318280:
ngie [Tue, 18 Jul 2017 18:33:05 +0000 (18:33 +0000)]
MFC r318280:

getconf: use nitems(..) to compute NWORDS instead of hardcoding
the equivalent macro

git-svn-id: svn://svn.freebsd.org/base/stable/10@321151 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318704,r318708,r318709:
ngie [Tue, 18 Jul 2017 18:23:54 +0000 (18:23 +0000)]
MFC r318704,r318708,r318709:

r318704:

posix1e(3): reference using the section (3) when referencing libbsm with .Xr

r318708:

acl_create_entry(3): separate .Nm entries with commas in SYNOPSIS

r318709:

acl_to_text(3): start sentences on new lines

git-svn-id: svn://svn.freebsd.org/base/stable/10@321149 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318710:
ngie [Tue, 18 Jul 2017 18:21:00 +0000 (18:21 +0000)]
MFC r318710:

quick_exit(3): delete trailing whitespace in licensing tort

git-svn-id: svn://svn.freebsd.org/base/stable/10@321148 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318718,r318719,r318720,r318721:
ngie [Tue, 18 Jul 2017 18:15:45 +0000 (18:15 +0000)]
MFC r318718,r318719,r318720,r318721:

r318718:

rctl_add_rule(2): fix manlint warnings

- Fix commas (either missing or misused) after .Nm entries in SYNOPSIS

r318719:

open(2): fix manlint warnings

- Sort SEE ALSO .Xr entries.
- Sort sections (HISTORY comes after STANDARDS).

r318720:

ptrace(2): clean up trailing whitespace

r318721:

kill(2): add missing section for sysctl(9)

git-svn-id: svn://svn.freebsd.org/base/stable/10@321146 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319048,r319049,r319051,r319054:
ngie [Tue, 18 Jul 2017 18:09:26 +0000 (18:09 +0000)]
MFC r319048,r319049,r319051,r319054:

r319048:

Push `snapshot_file` copying down into run_tests function, and mark snapshot_file
const char *.

This fixes a bogus set of errors from gcc about strdup not being allowed a NULL
argument.

r319049:

Bump WARNS from 1 to 3 after recent commits to fix warnings in the
directory.

Tested with: clang 4.0, gcc 4.2.1, gcc 6.3.0

r319051:

hostent_test_getnameinfo_eq(..): initialize found_a_host to false

CID: 1368943

r319054:

hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when done

This plugs a leak of memory allocated via getaddrinfo.

CID: 1346866

git-svn-id: svn://svn.freebsd.org/base/stable/10@321144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316552,r319662:
ngie [Tue, 18 Jul 2017 17:51:33 +0000 (17:51 +0000)]
MFC r316552,r319662:

r316552:

atf-c: fix documentation description for atf_utils_wait(3)

atf_utils_wait(3) should be used in combination with atf_utils_fork(3),
not itself (atf_utils_wait(3)).

r319662:

Add MLINKS for atf-sh(3) to each of the functions it implements

This hopefully will make atf-sh(3) easier to understand for newcomers,
without having to go through the atf-sh(3) level of indirection.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321141 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r302500,r319339,r319543,r319544,r319551,r321138:
ngie [Tue, 18 Jul 2017 17:36:25 +0000 (17:36 +0000)]
MFC r302500,r319339,r319543,r319544,r319551,r321138:

r302500 (by cem):

dd(1): Enable access to SIZE_T_MAX character devices

On machines where SIZE_T_MAX exceeds OFF_MAX (signed 64-bit), permit seeking
character devices to negative off_t values.  This enables dd(1) to interact
with kernel KVA in /dev/kmem on amd64, for example.

r319339 (by asomers):

Fix integer overflow detection in dd

dd(1) tried to detect whether the seek offset would overflow, but it failed
to account for the case where the provided argument was negative and the
file was a regular file (negative seeks are allowed for character devices).
I fixed it, and added a regression test.

CID: 1368659

r319543:

Stylistic tweaks

Move opening braces of functions from the last column to column 0.

MFC with: r319339

r319544:

Mark :seek_overflow as an expected failure

MFC with: r319339
PR: 219757

r319551 (by asomers):

Fix bin/dd/dd2_tests:seek_overflow on UFS and TMPFS

Split the postive and negative parts into separate test cases.  The positive
test case can only run on ZFS, because only ZFS supports files that large.

PR: 219757

r321138:

Remove unnecessary make logic added in r319339

This makes the change cleaner and easier to backport to ^/stable/10.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321140 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319800,r319806:
ngie [Tue, 18 Jul 2017 17:16:58 +0000 (17:16 +0000)]
MFC r319800,r319806:

r319800:

Don't explicitly get the class to PART in gctl_test_helper.c

This will allow the tool to be used with arbitrary geom(4) classes, like GEOM.

Specify class=PART explicitly in the tester to keep existing behavior.

r319806:

Improve handling with system state

- Always unlink $cmd after exit via END block.
- The tests don't function well if kern.geom.debugflags != 0. Save debugflags,
  then restore them at the end of the test.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321137 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318255:
ngie [Tue, 18 Jul 2017 16:58:52 +0000 (16:58 +0000)]
MFC r318255:

Add missing braces around MCAST_EXCLUDE check when KTR support is
compiled into the kernel

This ensures that .iss_asm (the number of ASM listeners) isn't incorrectly
decremented for MLD-layer source datagrams when inspecting im*s_st[1]
(the second state in the structure).

PR: 217509 [1]

git-svn-id: svn://svn.freebsd.org/base/stable/10@321134 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319850:
ngie [Tue, 18 Jul 2017 16:49:24 +0000 (16:49 +0000)]
MFC r319850:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321133 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r268030,r268793,r303212,r319642,r319830:
ngie [Tue, 18 Jul 2017 16:27:10 +0000 (16:27 +0000)]
MFC r268030,r268793,r303212,r319642,r319830:

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`.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321130 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319842:
ngie [Tue, 18 Jul 2017 08:54:35 +0000 (08:54 +0000)]
MFC r319842:

getbsize(3): clarify that underflow/overflow warnings in regard to $BLOCKSIZE
gets output via warnx(3)

This helps set expectations for how one might deal with those messages, i.e.,
mute output from /dev/stderr today, since that's where vwarn(3) outputs messages
to today.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321127 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318695:
ngie [Tue, 18 Jul 2017 08:50:36 +0000 (08:50 +0000)]
MFC r318695:

err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0`

This is being done to aid humans and static analysis checkers.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321124 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319844,r319845:
ngie [Tue, 18 Jul 2017 08:44:38 +0000 (08:44 +0000)]
MFC r319844,r319845:

r319844:

Add positive and negative testcases for cam_get_device(3)

r319845:

Remove stdlib.h #include added in r319844

A previous iteration of the tests I added in r319844 involved free(3), but
that attempt didn't pan out, so I switched to stack allocated buffers instead
of heap allocated ones, making the #include unnecessary.

MFC with: r319844

git-svn-id: svn://svn.freebsd.org/base/stable/10@321122 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318705:
ngie [Tue, 18 Jul 2017 08:33:29 +0000 (08:33 +0000)]
MFC r318705:

fopen(3): make manlint fixes

- Break on new lines.
- Use .Dv with NULL.
- Rewrap lines as necessary/when possible.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321120 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316558:
ngie [Tue, 18 Jul 2017 08:30:58 +0000 (08:30 +0000)]
MFC r316558:

Use __FBSDID instead of the license agreement to embed the $FreeBSD$ RCS keyword

Reminded by a comment made by markj w.r.t. using __FBSDID in .c files ala a
past Phabricator review.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321118 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316549,r316550,r316551,r316554:
ngie [Tue, 18 Jul 2017 08:28:14 +0000 (08:28 +0000)]
MFC r316549,r316550,r316551,r316554:

r316549:

Add sys/types.h #include to EXAMPLE to provide a complete functional
standalone example program

r316550:

sbuf(9): convert SYNOPSIS section from .Fn entries to .Fo/.Fa/.Fc entries

This shortens the column count on many lines considerably.

While here, add "(void)" to sbuf_new_auto(3) for consistency with style(9)
recommendations.

r316551:

sbuf(9): clarify kernel-only APIs

- move sbuf_bcopyin(9) and sbuf_copyin(9) near sbuf_new_for_sysctl(9), as
  all three functions are kernel-only APIs.
- add #ifdef _KERNEL around sbuf_*copyin and sbuf_new_for_sysctl(9) to
  make it visually clear that they are kernel-only APIs.

r316554:

sbuf(9): add MLINKS for sbuf_{clear,get,set}_flags(9)

These functions were added in r279992.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321115 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r316557:
ngie [Tue, 18 Jul 2017 08:23:21 +0000 (08:23 +0000)]
MFC r316557:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321113 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r279992,r280149,r280193,r288223,r288484,r321109:
ngie [Tue, 18 Jul 2017 08:15:02 +0000 (08:15 +0000)]
MFC r279992,r280149,r280193,r288223,r288484,r321109:

r279992 (by ian):

Add a new flag, SBUF_INCLUDENUL, and new get/set/clear functions for flags.

The SBUF_INCLUDENUL flag causes the nulterm byte at the end of the string
to be counted in the length of the data.  If copying the data using the
sbuf_data() and sbuf_len() functions, or if writing it automatically with
a drain function, the net effect is that the nulterm byte is copied along
with the rest of the data.

r280149 (by ian):

Update an sbuf assertion to allow for the new SBUF_INCLUDENUL flag.  If
INCLUDENUL is set and sbuf_finish() has been called, the length has been
incremented to count the nulterm byte, and in that case current length is
allowed to be equal to buffer size, otherwise it must be less than.

Add a predicate macro to test for SBUF_INCLUDENUL, and use it in tests, to
be consistant with the style in the rest of this file.

r280193 (by ian):

The minimum sbuf buffer size is 2 bytes (a byte plus a nulterm), assert that.

Values smaller than two lead to strange asserts that have nothing to do
with the actual problem (in the case of size=0), or to writing beyond the
end of the allocated buffer in sbuf_finish() (in the case of size=1).

r288223 (by cem):

sbuf: Process more than one char at a time

Revamp sbuf_put_byte() to sbuf_put_bytes() in the obvious fashion and
fixup callers.

Add a thin shim around sbuf_put_bytes() with the old ABI to avoid ugly
changes to some callers.

Obtained from: Dan Sledz

r288484 (by phk):

Fail the sbuf if vsnprintf(3) fails.

r321109:

Fix whitespace regression accidentally checked in via ^/head@r280149

git-svn-id: svn://svn.freebsd.org/base/stable/10@321112 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r307873,r314397,r314399,r314419,r314420,r314533,r316553:
ngie [Tue, 18 Jul 2017 06:45:41 +0000 (06:45 +0000)]
MFC r307873,r314397,r314399,r314419,r314420,r314533,r316553:

r307873 (by marcel):

Include <stdarg.h> instead of <machine/stdarg.h> when compiled as
part of libsbuf. The former is the standard header, and allows us
to compile libsbuf on macOS/linux.

r314397 (by scottl):

Implement sbuf_prf(), which takes an sbuf and outputs it
to stdout in the non-kernel case and to the console+log
in the kernel case.  For the kernel case it hooks the
putbuf() machinery underneath printf(9) so that the buffer
is written completely atomically and without a copy into
another temporary buffer.  This is useful for fixing
compound console/log messages that become broken and
interleaved when multiple threads are competing for the
console.

r314399 (by scottl):

Add prototype for sbuf_putbuf()

r314419 (by jkim):

Include stdio.h to fix libsbuf build.

r314420 (by scottl):

Provide a comment on why stdio.h needs to be included.

r314533 (by scottl):

Expose the sbuf_putbuf() symbol to libsbuf.  There are a few other symbols
that are present but not exposed, like get/set/clear flags, not sure if they
need to be exposed at this point.

r316553:

sbuf(3): expose sbuf_{clear,get,set}_flags(3) via libsbuf

These functions were added to sbuf(9) in r279992, but never
exposed to userspace. Expose them now so they can be used/tested.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321108 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319836:
ngie [Mon, 17 Jul 2017 21:19:29 +0000 (21:19 +0000)]
MFC r319836:

stat(1): sort flags in the DESCRIPTION section

-x's description should come after -t's description.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321098 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319846:
ngie [Mon, 17 Jul 2017 21:18:44 +0000 (21:18 +0000)]
MFC r319846:

du(1): trivial whitespace cleanup

git-svn-id: svn://svn.freebsd.org/base/stable/10@321097 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319856,r320172,r320173:
ngie [Mon, 17 Jul 2017 21:13:43 +0000 (21:13 +0000)]
MFC r319856,r320172,r320173:

r319856:

Add a testcase for `ln -sF`

The testcase fails today, so mark it with atf_expect_fail: in
particular, the target (B) isn't being unlinked and the documentation
doesn't suggest special handling for directories. Thus, there's either
a doc or an implementation bug in ln(1) that needs to be resolved.

MFC with: r319714, r319854, r319855
PR: 219943

r320172:

ln(1): fix -F behavior

When '-F' option is used, the target directory needs to be unlinked.
Currently, the modified target ("target/source") is being unlinked, and
since it doesn't yet exist, the original target isn't removed.
This is fixed by skipping the block where target is modified to
"target/source" when '-F' option is set.
Hence, a symbolic link (with the same name as of the original target) to
the source_file is produced.

Update the test for ln(1) to reflect fix for option '-F'

PR: 219943

r320173:

Don't expect :sF_flag to fail anymore

While here, also add a check to verify that the link target
is updated in the testcase

MFC with: r320172
PR: 219943

git-svn-id: svn://svn.freebsd.org/base/stable/10@321094 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319857:
ngie [Mon, 17 Jul 2017 21:12:02 +0000 (21:12 +0000)]
MFC r319857:

ln(1): wordsmith -F option description

git-svn-id: svn://svn.freebsd.org/base/stable/10@321093 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319857:
ngie [Mon, 17 Jul 2017 21:10:08 +0000 (21:10 +0000)]
MFC r319857:

ln(1): wordsmith -F option description

git-svn-id: svn://svn.freebsd.org/base/stable/10@321091 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319928:
ngie [Mon, 17 Jul 2017 21:09:35 +0000 (21:09 +0000)]
MFC r319928:

Use nitems(..) when computing `max` instead of the longhand version of
the same logic

git-svn-id: svn://svn.freebsd.org/base/stable/10@321090 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319834,r319841,r320723,r320724:
ngie [Mon, 17 Jul 2017 21:01:07 +0000 (21:01 +0000)]
MFC r319834,r319841,r320723,r320724:

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

git-svn-id: svn://svn.freebsd.org/base/stable/10@321085 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r318325:
ngie [Mon, 17 Jul 2017 20:57:38 +0000 (20:57 +0000)]
MFC r318325:

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`).

git-svn-id: svn://svn.freebsd.org/base/stable/10@321084 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320472,r320508,r320509:
kib [Mon, 17 Jul 2017 14:09:34 +0000 (14:09 +0000)]
MFC r320472,r320508,r320509:
Make stdio deferred cancel-safe.

Requested by: eugen

git-svn-id: svn://svn.freebsd.org/base/stable/10@321074 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320988:
bapt [Mon, 17 Jul 2017 09:26:42 +0000 (09:26 +0000)]
MFC r320988:

Update pci_vendors to 2017.07.13

git-svn-id: svn://svn.freebsd.org/base/stable/10@321073 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320468:
delphij [Mon, 17 Jul 2017 06:46:57 +0000 (06:46 +0000)]
MFC r320468:

Don't bother to set target for SEEK_END.

While there also collapase SEEK_END into default case in lseek.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321071 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320433:
delphij [Mon, 17 Jul 2017 06:37:46 +0000 (06:37 +0000)]
MFC r320433:

Use strlcpy() instead of strncpy() and nul-terminating.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321069 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320986:
delphij [Mon, 17 Jul 2017 06:28:34 +0000 (06:28 +0000)]
MFC r320986:

Update arcmsr(4) to 1.40.00.00 in order to add support of
ARC-1884 SATA RAID controllers.

Many thanks to Areca for continuing to support FreeBSD.

Submitted by: 黃清隆 <ching2048 areca com tw>

git-svn-id: svn://svn.freebsd.org/base/stable/10@321067 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC: r320458
rmacklem [Sun, 16 Jul 2017 19:36:44 +0000 (19:36 +0000)]
MFC: r320458
Fix an NFSv3 client case that probably never happens.

If an NFSv3 server were to reply with weak cache consistency attributes,
but not post operation attributes, the client would use garbage attributes
from memory. This was spotted during work on the code for the NFSv4.1 client.
I have never seen evidence that this happens and it wouldn't make sense
for an NFSv3 server to do this, so this patch is basically "theoretical",
but does fix the problem if a server were to do the above.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321057 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r319890: Correct bitwise test in mac_bsdextended ugidfw_rule_valid()
emaste [Sun, 16 Jul 2017 19:25:18 +0000 (19:25 +0000)]
MFC r319890: Correct bitwise test in mac_bsdextended ugidfw_rule_valid()

PR: 218039
CID: 1008934
Reported by: Coverity, PVS-Studio
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@321056 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320969:
gjb [Sun, 16 Jul 2017 17:36:23 +0000 (17:36 +0000)]
MFC r320969:
 Fix a missing comment marker.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@321051 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC: r320345
rmacklem [Sat, 15 Jul 2017 19:24:54 +0000 (19:24 +0000)]
MFC: r320345
Add support to the NFSv4.1/pNFS client for commits through the DS.

A NFSv4.1/pNFS server using File Layout can specify that Commit operations
are to be done against the DS instead of MDS. Since no extant pNFS
server did this, the code was untested and "#ifdef notyet".
The FreeBSD pNFS server I am developing does specify that Commits be done
through the DS, so the code has been enabled/tested.
This patch should only affect the case of a pNFS server that specfies
Commits through the DS.

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@321031 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r305994 (by emaste@):
dchagin [Sat, 15 Jul 2017 18:25:59 +0000 (18:25 +0000)]
MFC r305994 (by emaste@):

Catch up to sys/capability.h rename to sys/capsicum.h in r263232

git-svn-id: svn://svn.freebsd.org/base/stable/10@321026 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r298071 (by pfg@):
dchagin [Sat, 15 Jul 2017 18:08:20 +0000 (18:08 +0000)]
MFC r298071 (by pfg@):

compat/linux: for pointers replace 0 with NULL.

plvc is a pointer, no functional change.

Found with devel/coccinelle.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321025 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r297597 (by bapt@):
dchagin [Sat, 15 Jul 2017 18:05:28 +0000 (18:05 +0000)]
MFC r297597 (by bapt@):

Add kern.features flags for linux and linux64 modules

kern.features.linux: 1 meaning linux 32 bits binaries are supported
kern.features.linux64: 1 meaning linux 64 bits binaries are supported

The goal here is to help 3rd party applications (including ports) to determine
if the host do support linux emulation

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@321024 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r296503:
dchagin [Sat, 15 Jul 2017 17:44:29 +0000 (17:44 +0000)]
MFC r296503:

Linux accept() system call return EOPNOTSUPP errno instead of EINVAL
for UDP sockets.

MFC r296504:

Does not leak fp. While here remove bogus cast of fp->f_data.

MFC r313913:

Initialize cap_rights before use.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321022 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r281437 (by mjg@):
dchagin [Sat, 15 Jul 2017 17:28:03 +0000 (17:28 +0000)]
MFC r281437 (by mjg@):

Replace struct filedesc argument in getsock_cap with struct thread

This is is a step towards removal of spurious arguments.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321021 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r281436 (by mjg@):
dchagin [Sat, 15 Jul 2017 17:25:40 +0000 (17:25 +0000)]
MFC r281436 (by mjg@):

fd: remove filedesc argument from fdclose

Just accept a thread instead. This makes it consistent with fdalloc.

No functional changes.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321020 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r284613 (by tuexen@):
dchagin [Sat, 15 Jul 2017 17:03:35 +0000 (17:03 +0000)]
MFC r284613 (by tuexen@):

When using KTRACE, set a variable to the appropriate value and don't
leave it initialized at NULL.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321019 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoRegen after r321017.
dchagin [Sat, 15 Jul 2017 17:00:43 +0000 (17:00 +0000)]
Regen after r321017.
Move the SCTP syscalls to netinet with the rest of the SCTP code.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321018 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r272823:
dchagin [Sat, 15 Jul 2017 16:55:02 +0000 (16:55 +0000)]
MFC r272823:

Move the SCTP syscalls to netinet with the rest of the SCTP code.  The
syscalls themselves are tightly coupled with the network stack and
therefore should not be in the generic socket code.

The following four syscalls have been marked as NOSTD so they can be
dynamically registered in sctp_syscalls_init() function:
  sys_sctp_peeloff
  sys_sctp_generic_sendmsg
  sys_sctp_generic_sendmsg_iov
  sys_sctp_generic_recvmsg

The syscalls are also set up to be dynamically registered when COMPAT32
option is configured.

As a side effect of moving the SCTP syscalls, getsock_cap needs to be
made available outside of the uipc_syscalls.c source file.  A proper
prototype has been added to the sys/socketvar.h header file.

API tests from the SCTP reference implementation have been run to ensure
compatibility. (http://code.google.com/p/sctp-refimpl/source/checkout)

git-svn-id: svn://svn.freebsd.org/base/stable/10@321017 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoTemporarily r284696:
dchagin [Sat, 15 Jul 2017 16:52:40 +0000 (16:52 +0000)]
Temporarily r284696:

MFC r284613. When using KTRACE, set a variable to the appropriate value
and don't leave it initialized at NULL.

Will MFC it after proper MFC of r272823.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321016 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r293908:
dchagin [Sat, 15 Jul 2017 15:26:38 +0000 (15:26 +0000)]
MFC r293908:

Regen after get_robust_list fix.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321014 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r293907 (glebius@) partially:
dchagin [Sat, 15 Jul 2017 15:21:43 +0000 (15:21 +0000)]
MFC r293907 (glebius@) partially:

Change linux get_robust_list system call to match actual linux one.
This is the forgotten part of r293897.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321013 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r292744:
dchagin [Sat, 15 Jul 2017 15:08:18 +0000 (15:08 +0000)]
MFC r292744:

Return EINVAL in case of incorrect sigev_signo value specified instead of panicing.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321012 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r281882(by trasz@):
dchagin [Sat, 15 Jul 2017 14:57:24 +0000 (14:57 +0000)]
MFC r281882(by trasz@):

Simplify linux_getcwd(), removing code that was longer used.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321010 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r281829 (by trasz@):
dchagin [Sat, 15 Jul 2017 14:48:31 +0000 (14:48 +0000)]
MFC r281829 (by trasz@):

Modify kern___getcwd() to take max pathlen limit as an additional
argument.  This will be used for the Linux emulation layer - for Linux,
PATH_MAX is 4096 and not 1024.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321009 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320804:
kib [Sat, 15 Jul 2017 06:38:01 +0000 (06:38 +0000)]
MFC r320804:
Fix handling of one more possible exception on return to usermode.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321005 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoDocument SA-17:05.heimdal, EN-17:06.hyperv
gjb [Thu, 13 Jul 2017 16:18:46 +0000 (16:18 +0000)]
Document SA-17:05.heimdal, EN-17:06.hyperv

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@320950 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320876:
hselasky [Thu, 13 Jul 2017 15:10:02 +0000 (15:10 +0000)]
MFC r320876:
Make sure the mlx4en RX DMA ring gets stamped with software ownership
in order to prevent the flow of QP to error in the firmware once
UPDATE_QP is called.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@320945 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320755,r320762,r320893:
kib [Thu, 13 Jul 2017 08:33:02 +0000 (08:33 +0000)]
MFC r320755,r320762,r320893:
BIT_FLS(9).

git-svn-id: svn://svn.freebsd.org/base/stable/10@320940 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoAdd deprecation notices for various device drivers removed in 12.0.
jhb [Wed, 12 Jul 2017 22:16:54 +0000 (22:16 +0000)]
Add deprecation notices for various device drivers removed in 12.0.

This is a direct commit to stable/10 since these files have already
been removed in head.

git-svn-id: svn://svn.freebsd.org/base/stable/10@320923 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r300761, r300762:
gjb [Wed, 12 Jul 2017 11:40:09 +0000 (11:40 +0000)]
MFC r300761, r300762:
 r300761:
  Disconnect the AZURE target from the CLOUDWARE list.

  Microsoft has graciously overtaken publication of FreeBSD
  on Azure since 10.3-RELEASE.

  Many thanks to Microsoft for their support of FreeBSD on
  Azure.

 r300762:
  Disconnect the OPENSTACK target from the CLOUDWARE list.

  This was reported to not work as expected, and feedback
  following the report was never received.  In addition, we
  do not publish these anywhere publicly.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@320913 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320906: MFV r320905: Import upstream fix for CVE-2017-11103.
delphij [Wed, 12 Jul 2017 07:26:07 +0000 (07:26 +0000)]
MFC r320906: MFV r320905: Import upstream fix for CVE-2017-11103.

In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.

Submitted by: hrs
Obtained from: Heimdal
Security: FreeBSD-SA-17:05.heimdal
Security: CVE-2017-11103

git-svn-id: svn://svn.freebsd.org/base/stable/10@320907 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC: r320577, r320620
marius [Tue, 11 Jul 2017 21:52:11 +0000 (21:52 +0000)]
MFC: r320577, r320620

Retry up to 2 ms to enable bus power as at least with some Intel
SDHCI/eMMC controllers the first attempt after a D3 to D0 transition,
i. e. when the firmware has put the devices into D3 state before,
can fail.

git-svn-id: svn://svn.freebsd.org/base/stable/10@320899 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoMFC r320658:
kib [Tue, 11 Jul 2017 05:36:02 +0000 (05:36 +0000)]
MFC r320658:
When reporting undefined symbol, note the version, if specified.

git-svn-id: svn://svn.freebsd.org/base/stable/10@320888 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

6 years agoRemove waiters check from the inline rw wunlock routine.
mjg [Tue, 11 Jul 2017 03:45:47 +0000 (03:45 +0000)]
Remove waiters check from the inline rw wunlock routine.

This is a direct commit to stable/10.

r310979 is a merge of depessimisation of locking primitives.
The important part was getting rid of an attempt to grab the lock in the
slow path immediately after the fast path failed. In addition to that
temporary checks were added before all atomic ops. They have no impact on
semantic nor correctness, they only avoid an atomic operation which is
likely to fail.

After the addition of atomic_fcmpset and further changes said checks
became pessimal and got removed. This may get merged to stable/10.

Reports started showing up about a crash in all branches having extra
checks. The codepath is:
.. -> vm_map_delete -> __rw_wunlock_hard -> turnstile_broadcast

The kernel crashed trying to wake up nonexistent waiters. The lock value
as found in the vmcore matches the panicking thread, so in particular
there was no waiters bit set. The bit can only be cleared by the current
owner.

A debug patch was provided, which reportedly had a side effect of getting
rid of the issue.

Also one of the reporters said that reverting the patch which adds the
extra checks makes the crash go away.

It was also reported that head with the fcmpset changes (explicit checks
removed) also stops crashing.

Finally, one user tested crashing stable/10 variant with just the rw
wunlock check removed.

The common case in all but one reports was an Intel Atom cpu. Claiming
a cpu bug at this point is bold and I'm going to refrain from it, but
right now apart from cpu-specific optimisation made by the compiler on
custom kernel compiles I don't see how this can be a software bug.

This will have to be investigated more.

Meanwhile, restore rw wunlock to pre-r310979 state.

PR: 213903

git-svn-id: svn://svn.freebsd.org/base/stable/10@320885 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f