Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.No functional change intended.
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Update dependencies.MFC after: 2 weeksSponsored by: Dell EMC Isilon
Capsicumize some trivial stdio programsTrivially capsicumize some simple programs that just interact withstdio. This list of programs uses 'pledge("stdio")' in OpenBSD.No objection from: allanj
Capsicumize some trivial stdio programsTrivially capsicumize some simple programs that just interact withstdio. This list of programs uses 'pledge("stdio")' in OpenBSD.No objection from: allanjude, emaste, oshogboSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D8307
show more ...
use : instead of true...Change file file to file1 file2, partly for igor, and partly becauseit's odd to pass the same file to a command twice..
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Fix typo in example getopt(1) script: $i vs $1 [1]While here apply style hammer.PR: docs/154289 [1]Submitted by: Jamie Landeg Jones <[email protected]>MFC after: 1 week
mdoc: drop redundant .Pp and .LP callsThey have no effect when coming in pairs, or before .Bl/.Bd
Fix an error in the EXAMPLES section of getopt(1), which is based onthe same fix present in NetBSD.Note: the getopt man page contains more antique information like this.An overhaul of the man pag
Fix an error in the EXAMPLES section of getopt(1), which is based onthe same fix present in NetBSD.Note: the getopt man page contains more antique information like this.An overhaul of the man page and/or sync with NetBSD would be the rightthing to do. But since this is out of the scope of the PR, I'll leaveit as it is for now.PR: docs/133118Submitted by: Oleg A. Mamontov (oleg at mamontov dot net)Discussed with: jilles@MFC after: 2 weeks
Revert most part of 200420 as requested, as more review and polish isneeded.
Remove unneeded header includes from usr.bin/ except contributed code.Tested with: make universe
getopt.c is public domain. Add a comment to that effect.Remove confusing README.PR: bin/98911Submitted by: Jason McIntyre <jmc at kerhand dot co dot uk>Obtained from: OpenBSDMFC after: 3 days
Expand *n't contractions.
Sort sections.
Added the EXIT STATUS section where appropriate.
Eliminate macro calls inside literal displays.
Fixed bad example.Added reference to the getopts(1) shell builtin.
Deal with double whitespace.
Mechanically kill hard sentence breaks.
123