| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove parameter names from function prototype to match other
prototypes in the file.
Sponsored by: iXsystems, Inc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix broken CTLFLAG_SKIP when present on the first child of the requested
node.
We don't need to ignore skip for the first node because in sysctl_all()
we've implicitly visited the first node already when oid is specified.
The first call to show_var() in here is after we have iterated to the
next node. When the command line specifically requests a non-node sysctl
we go straight into show_var() without calling sysctl_all().
Reported by: jhb
Reviewed by: jhb
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D27674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- no blank before trailing delimiter
- missing section argument: Xr inet_pton
- skipping paragraph macro: Pp before Ss
- unusual Xr order: syslogd after sysrc
- tab in filled text
There were a few multiline NAT examples which used the .Dl macro with
tabs. I converted them to .Bd, which is a more suitable macro for that case.
MFC after: 1 week
Notes:
svn path=/head/; revision=368804
|
|
|
|
|
|
|
| |
- unusual Xr punctuation: none before traceroute6(8)
Notes:
svn path=/head/; revision=368803
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- inserting missing end of block: Ss breaks Bl
- skipping paragraph macro: Pp before Ss
- referenced manual not found: Xr nvme 4 (2 times)
- unknown standard specifier: St The
The macro .St can only be used for standards known by mdoc(7). So add a
SEE ALSO section and add a reference to the NVM Express Base Specification.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=368802
|
|
|
|
|
|
|
|
|
| |
- sections out of conventional order: Sh SEE ALSO
MFC after: 1 week
Notes:
svn path=/head/; revision=368800
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new name more accurately describes what it does and the file move
puts it with other similar functions. Done in preparation for future
cleanups. No functional differences intended.
Sponsored by: Netflix
Historic Footnote: my last FreeBSD svn commit
Notes:
svn path=/head/; revision=368773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow geom(8) to list geoms with the '/dev/' prefix.
`geom part show` accepts the '/dev/' prefix but `geom part list` does not.
Modify find_geom() in sbin/geom/core/geom.c to be consistent with the behavior
of find_geom() in lib/geom/part/geom_part.c.
PR: 188213
Reported by: Ronald F. Guilmette <rfg@tristatelogic.com>
Reviewed by: imp, kevans
Approved by: kevans (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D27556
Notes:
svn path=/head/; revision=368576
|
|
|
|
|
|
|
|
|
| |
Reviewed by: markj
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D27560
Notes:
svn path=/head/; revision=368568
|
|
|
|
|
|
|
|
|
|
|
| |
As in r360226, preload OpenSSL error strings and seed the PRNG
before entering capability mode.
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=368553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Detection of interface type by filter must happen before detection of
interface type by prefix. Else the following sequence of commands will
try to create a LAGG interface instead of a VLAN interface, which
accidentially worked previously, because the date pointed to by the
ifr_data pointer was not parsed by VLAN create ioctl(2). This is a
regression after r368229, because the VLAN creation now parses the
ifr_data field.
How to reproduce:
# ifconfig lagg0 create
# ifconfig lagg0.256 create
Differential Revision: https://reviews.freebsd.org/D27521
Reviewed by: kib@ and kevans@
Reported by: raul.munoz@custos.es
Sponsored by: Mellanox Technologies // NVIDIA Networking
Notes:
svn path=/head/; revision=368492
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This has already confused me once (and I'm pretty sure I wrote it), so let's
clarify: unjailing after the command has completed will only happen if we're
interactive and -U has not been specified.
This just folds two conditionals together to make it obvious how -b/-U
interact with each other.
MFC after: 3 days
Notes:
svn path=/head/; revision=368388
|
|
|
|
|
|
|
| |
- new sentence, new line
Notes:
svn path=/head/; revision=368348
|
|
|
|
|
|
|
| |
Reviewed by: kevans
Notes:
svn path=/head/; revision=368287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR#250770 was actually just a misunderstanding of what
NFS mount options are needed for AmazonEFS mounts.
This patch attempts to clarify the manpage to clarify this.
This is a content change.
PR: 250770
Reviewed by: bcr
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D27430
Notes:
svn path=/head/; revision=368268
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=368267
|
|
|
|
| |
Notes:
svn path=/head/; revision=368197
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data path largely shared with the OpenBSD implementation by
Matt Dunwoodie <ncon@nconroy.net>
Reviewed by: grehan@freebsd.org
MFC after: 1 month
Sponsored by: Rubicon LLC, (Netgate)
Differential Revision: https://reviews.freebsd.org/D26137
Notes:
svn path=/head/; revision=368163
|
|
|
|
|
|
|
|
|
|
| |
and aborts otherwise, so call closefrom() early.
PR: 227461
MFC after: 2 weeks
Notes:
svn path=/head/; revision=368148
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Building without INET6 support was already possible. Now it's possible to
build ping with only INET6, or even with neither INET nor INET6.
Reported by: bz
Reviewed by: bz
MFC-With: 368045
Differential Revision: https://reviews.freebsd.org/D27394
Notes:
svn path=/head/; revision=368131
|
|
|
|
|
|
|
|
|
|
|
|
| |
When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames
that resolve both IPv4 and IPv6 addresses.
Reviewed by: bz, manu
MFC-With: r368045
Differential Revision: https://reviews.freebsd.org/D27384
Notes:
svn path=/head/; revision=368078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If multiple threads are invoking "ifconfig XXX create" a race may occur
which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists
b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code
for the same case.
Reviewed by: imp@ and kib@
Differential Revision: https://reviews.freebsd.org/D27380
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
Notes:
svn path=/head/; revision=368058
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is now a single ping binary, which chooses to use ICMP or ICMPv4
based on the -4 and -6 options, and the format of the address.
Submitted by: Ján Sučan <sucanjan@gmail.com>
Sponsored by: Google LLC (Google Summer of Code 2019)
MFC after: Never
Differential Revision: https://reviews.freebsd.org/D21377
Notes:
svn path=/head/; revision=368045
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use strtonum(3) to simplify bounds checking of numeric parameters.
- Fix bounds checking when filling out packet data in "sweep" mode.
PR: 239974, 239977, 239978
Reported by: Neeraj <neerajpal09@gmail.com>
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D25622
Notes:
svn path=/head/; revision=367988
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=367976
|
|
|
|
|
|
|
|
|
| |
Em is better than Ar if all we want to do is underline the text.
Submitted by: yuripv@
Notes:
svn path=/head/; revision=367963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent commits to head have added support for NFS over TLS
to the FreeBSD kernel.
To enable use of this for an NFS mount, the "tls" mount_nfs
option has been added.
Once the IETF has assigned an RFC number, I will replace "NNNN"
with the number.
This is a content change.
Reviewed by: gbe
Differential Revision: https://reviews.freebsd.org/D26262
Notes:
svn path=/head/; revision=367913
|
|
|
|
|
|
|
| |
- sections out of conventional order: Sh HISTORY
Notes:
svn path=/head/; revision=367897
|
|
|
|
|
|
|
| |
- skipping paragraph macro: Pp before Bl
Notes:
svn path=/head/; revision=367889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel during dump time.
A real life scenario is that cores are compressed to reduce
size of dumpon partition, but we either don't care about space
in the /var/crash or we have a filesystem level compression of
/var/crash. And we want cores to be uncompressed in /var/crash
because we'd like to instantily read them with kgdb. In this
case we want kernel to write cores compressed, but savecore(1)
write them uncompressed.
Reviewed by: markj, gallatin
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D27245
Notes:
svn path=/head/; revision=367824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
local software base directory, as committed in SVN rev. 367813.
The pkg and mailwrapper programs used the LOCALBASE environment variable
for this purpose and this functionality is preserved by getlocalbase().
After this change, the value of the user.localbase sysctl variable is used
if present (and not overridden in the environment).
The nvmecontrol program gains support of a dynamic path to its plugin
directory with this update.
Differential Revision: https://reviews.freebsd.org/D27237
Notes:
svn path=/head/; revision=367816
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a type signedness comparison warning-to-error on
gcc-6.4. The ternary operation casts it right but the actual
assignment doesn't.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D26791
Notes:
svn path=/head/; revision=367771
|
|
|
|
|
|
|
|
|
|
| |
This constant depends on MAXPHYS and does not respect device capabilities.
Use proper dynamic ioctl(NVME_GET_MAX_XFER_SIZE) instead.
MFC after: 1 month
Notes:
svn path=/head/; revision=367768
|
|
|
|
|
|
|
| |
hashed out.
Notes:
svn path=/head/; revision=367711
|
|
|
|
|
|
|
|
| |
getlocalbase API. Also don't erroneously subtract the lenth from the
buffer a second time.
Notes:
svn path=/head/; revision=367702
|
|
|
|
|
|
|
| |
Reviewed by: imp, se
Notes:
svn path=/head/; revision=367687
|
|
|
|
|
|
|
|
| |
MFC after: 1 week
Sponsored by: iXsystems, Inc.
Notes:
svn path=/head/; revision=367630
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=367567
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=367420
|
|
|
|
|
|
|
|
|
|
| |
"mandoc -Tlint" complained about the Xr to vnconfig, which was removed in
r238202. I am not sure but maybe it's time to do the same to vn(4).
MFC after: 2 weeks
Notes:
svn path=/head/; revision=367419
|
|
|
|
|
|
|
|
|
|
| |
- Improve spelling of a false check [1]
- A missing line from r367150.
Submitted by: kib
Notes:
svn path=/head/; revision=367307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When invalid keyword is specified, ifconfig(8) is silent about it,
instead random request is sent to the driver.
Before the patch:
root@r-freeb43:~ # ifconfig mce0 mediaopt -txpause,-rxpause
ifconfig: SIOCSIFMEDIA (media): Device not configured
After:
root@r-freeb43:~ # ifconfig mce0 mediaopt -txpause,-rxpause
ifconfig: unknown option: -txpause
Reviewed by: hselasky, kp
Sponsored by: Mellanox Technologies / NVidia Networking
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D27060
Notes:
svn path=/head/; revision=367285
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=367259
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=367258
|
|
|
|
|
|
|
|
|
|
|
| |
While here, add debug output for this action.
Reviewed by: imp
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D26823
Notes:
svn path=/head/; revision=367237
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This permits setting a node's value to a string longer than BUFSIZ.
Reported by: Sony Arpita Das @ Chelsio
Reviewed by: freqlabs
MFC after: 1 week
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D27027
Notes:
svn path=/head/; revision=367188
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=367184
|
|
|
|
|
|
|
|
|
|
|
|
| |
Flag -o for destroy subcommand is missing in the help message,
but present in the man page. Fix it.
PR: 249325
Approved by: kevans
Differential Revision: https://reviews.freebsd.org/D26429
Notes:
svn path=/head/; revision=367183
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the help messages for camcontrol(8) in-binary help.
Man page will follow in the separate change.
Reviewed by: bz
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D25963
Notes:
svn path=/head/; revision=367180
|
|
|
|
|
|
|
| |
comparisons with bool values. No functional changes.
Notes:
svn path=/head/; revision=367150
|