| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
MFC after: 2 days
Reviewed by: ziaee
Fixes: 31b35400c (pccard: Remove more of the PC Card)
Discussed with: bsdimp, emaste, jhb
Extracted from: https://reviews.freebsd.org/D53434
|
| |
|
|
|
|
|
|
|
|
|
|
| |
pccard has been declared obsolete for a long time and also the
support has been removed but the man page still exists. It mentions
being scheduled to be removed before 13.0 but it still exists in the
tree.
[Extracted from review D53434]
Reviewed by: emaste
Fixes: 31b35400c ("pccard: Remove more of the PC Card infrastructure")
|
| |
|
|
|
|
| |
Fixes: 6efcc2f26ab0 Add static tracing for privilege checking
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D53630
|
| |
|
|
|
|
|
|
|
|
| |
PR: 250593
Reviewed by: bcr, ziaee
Thanks to: imp, markj
MFC after: 1 week
Fixes: 3843eba85d98 Add unmapped BIO support to GEOM ZERO
Fixes: 24e1fdcd1a69 Allow to specify the byte which will be used for filling read buffer
Fixes: 565bc101112c Add a very simple and small GEOM class - ZERO
|
| |
|
|
|
| |
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D51287
|
| |
|
|
|
|
| |
MFC after: 2 weeks
Fixes: 91dd9aae1ab8 Add explicit static DTrace tracing to the callout mechanism
Differential Revision: https://reviews.freebsd.org/D51397
|
| |
|
|
|
|
| |
Reviewed by: bcr
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D51317
|
| | |
|
| |
|
|
| |
Fixes: 685a78
|
| |
|
|
|
|
|
|
|
| |
They are shared by arm, arm64, and now riscv. Note that they are
always installed by default, where MAN_ARCH=all.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52585
|
| |
|
|
|
|
|
|
|
|
| |
This manual contains nothing and is only suitable for the HW Relnotes,
but lets get it in so we have something and then can iterate on it.
MFC after: 3 minutes
Fixes: 2ed9833791f2 (thunderbolt: Import USB4 code)
Discussed with: obiwac
Differential Revision: https://reviews.freebsd.org/D52847
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When MANSPLITPKG is disabled (which is now the default), the kernel
manpages in sections 4 and 9 are installed in the -kernel package
instead of the -kernel-man package, because bsd.man.mk doesn't add
the -man suffix.
Since we already have handling for kernel-man in generate-ucl.lua,
set PACKAGE=kernel-man to make sure they're always in the right
package.
To avoid creating -kernel-man-man when WITH_MANSPLITPKG is enabled,
add some logic to bsd.man.mk (suggested by kevans) to avoid adding
the -man suffix if the package already has a -man suffix, and while
here, ensure ${__group}PACKAGE is always defined.
MFC after: 3 seconds
Reviewed by: des, bapt
Differential Revision: https://reviews.freebsd.org/D52525
|
| |
|
|
|
|
| |
Reviewed by: thj
MFC with: d566b6a70bcbc329e8c690464043401fa8bdd49f
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Suggested by: emaste
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D51464
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While FIDO/U2F keys were already supported by the generic uhid(4) and
hidraw(4) drivers, this driver adds some additional features an does
steps to tighten the security of FIDO/U2F access.
- It automatically loads through devd.
- Automatically enables HQ_NO_READAHEAD for FIDO/U2F devices.
- Implements only miminum set of features.
- Do not requires external devfs configuration to set character device
permissions.
- Names character device as u2f/# to make possible capsicum or any
other pledge()-style sandboxing.
PR: 265528
Differential Revision: https://reviews.freebsd.org/D51612
|
| |
|
|
|
| |
MFC after: 3 days
Fixes: e47939b3b1106 (hn: fix build on !x86)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At the moment, all the manpages in share/man are in the utilities-man
package. Move some of them to the package they should actually be in,
using the new MANGROUPS feature.
Move all of section 3 to clibs-man. Although some of these are from
/usr/include/sys rather than libc, you can't practically use them
without libc, and clibs-man is where the libc manpages live already.
Move all of sections 4 and 9 to a new kernel-man package, except for
atf-test-case.4 which goes to tests-man. atf-test-case.4 is in the
wrong section, but this needs to be fixed upstream.
kernel-man requires special handling in generate-ucl.lua since it's
got a -man suffix but doesn't want the ' (manual pages)' automatic
suffix. For now, fix this by adding a list of packages that don't
get automatic suffixes.
Reviewed by: ifreund_freebsdfoundation.org, manu, emaste
Differential Revision: https://reviews.freebsd.org/D51504
|
| |
|
|
|
|
| |
Sponsored by: Samsung Electronics
Reviewed by: pauamma_gundo.com, rpokala, imp
Differential Revision: https://reviews.freebsd.org/D51029
|
| |
|
|
|
|
|
|
|
|
| |
We've done the same in the past to the vnconfig.8->mdconfig.8 link in:
eb5f4569819 Remove ancient vnconfig symlink
Reviewed by: bcr, markj, ziaee
Approved by: markj (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D27122
|
| |
|
|
|
|
|
|
|
| |
Reported by: markj
Reviewed by: christos, markj (earlier version), ziaee
Obtained from: Mark Johnston, DTrace, FreeBSD Journal, May 2014
Obtained from: https://wiki.freebsd.org/DTrace/One-Liners
MFC after: 2 weeks
Relnotes: yes
|
| |
|
|
|
|
|
| |
Event: Berlin Hackathon 202507
Reviewed by: bcr, christos
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D51278
|
| |
|
|
|
|
|
| |
Reviewed by: bcr, christos
Event: Berlin Hackathon 202507
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D51267
|
| |
|
|
|
|
| |
Reviewed by: ziaee
Sponsored by: UKRI
Differential Revision: https://reviews.freebsd.org/D51192
|
| |
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Fixes: ca6d68a06317
|
| |
|
|
|
|
| |
Reported by: bz
Fixes: 1563b306d19d linuxkpi.4, linuxkpi_wlan.4: connect to build
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
| |
Fixes: bfaec3e64741 linuxkpi.4, linuxkpi_wlan.4: add short man pages
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add a stub manual only saying what it is, how to include it, what is
supported, and since when. This plugs the mtkswitch driver into the
manual subsystem and the release hardware notes.
MFC to: 14.3
MFC after: 3 days
Reviewed by: adrian, carlavilla
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D50412
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add a stub manual only saying what it is, how to include it, what is
supported, and since when. This plugs the ip17x driver into the manual
subsystem and the release hardware notes.
MFC to: 14.3
MFC after: 3 days
Reviewed by: adrian, carlavilla
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D50411
|
| |
|
|
|
|
|
|
|
| |
For inclusion in the HW relnotes.
MFC after: 3 days, but remove entries which didn't mfc
Reviewed by: adrian, ivy, mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50293
|
| |
|
|
|
|
|
|
|
|
| |
Import manual from OpenBSD, tweaked for our system.
Obtained from: OpenBSD (initially)
Fixes: 1ad0f7e91582dd (Import iwx)
Reviewed by: adrian, bz, emaste, mhorne, thj, Pat Maddox
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D49687
|
| |
|
|
|
| |
Fixes: 4262dbc57982 ("wifi manuals: Mlink + document description consistency")
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Interfaces all have an mlink to if_$foo. Add these for the missing ones
and remove an incorrect one from rtwn_pci. Wireless network drivers are
all accessible via `apropos -s4 "wireless network driver", except two
which are "wireless network device". I actually prefer the latter, but
make them all consistent upon the more common parlance. Tag SPDX on one
of the files I touched, while here.
MFC after: 3 days
Reviewed by: bz, carlavilla, mhorne
Approved by: carlavilla, mhorne (mentors)
Differential Revision: https://reviews.freebsd.org/D49063
|
| |
|
|
|
|
|
|
|
| |
- Only install it when MK_USB is set to "yes", like we do for other USB
NIC drivers.
- Create a hardlink named if_mtw.4, like we do for other NIC drivers.
PR: 284638
Fixes: c14b01624261 ("mt7601U: Importing if_mtw from OpenBSD")
|
| |
|
|
|
|
|
|
|
| |
Added ht20 mode, based on if_run from FreeBSD, and if_mtw.c
from OpenBSD.
PR: 247545
Approved by: adrian, wireless
Differential Revision: https://reviews.freebsd.org/D45179
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes the port of a driver originally from OpenBSD, later
ported to NetBSD by the author:
* The umb(4) kernel driver
* The umbctl(8) companion tool
This driver supports USB network devices implementing the
Mobile Broadband Interface Model (MBIM), often found in modern
(internal) USB models for 4G/LTE mobile broadband access.
It is currently limited to IPv4.
umbctl has to be used to display or set MBIM cellular modem
interface parameters (4G/LTE).
Differential Revision: https://reviews.freebsd.org/D48167
Approved by: adrian, zlei
Sponsored by: FreeBSD Foundation
PR: kern/263783
Submitted by: Pierre Pronchery <khorben@defora.org>
|
| |
|
|
|
|
| |
Reviewed by: ziaee, imp
Fixes: 062a7b918fac twe: Remove driver
Differential Revision: https://reviews.freebsd.org/D48403
|
| |
|
|
|
|
|
|
|
| |
The drivers have been disconnected from the build since the removal of
the SOCFPGA kernel configs.
Reviewed by: manu, imp, andrew
Sponsored by: AFRL, DARPA
Differential Revision: https://reviews.freebsd.org/D47885
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This was lost during the initial introduction of the pvscsi driver [1].
Later the driver was enabled on arm64 [2], so also install the man page
on arm64.
1. 052e12a5084f Add the pvscsi driver to the tree
2. 375d797b8191 Enable pvscsi and vmx in arm64 GENERIC
Reviewed by: emaste, Alexander Ziaee <concussious.bugzilla_runbox.com> (manpages)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D47712
|
| |
|
|
|
|
| |
Fixes: 375d797b8191 Enable pvscsi and vmx in arm64 GENERIC
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D47711
|
| |
|
|
|
|
|
| |
This is a filesystem (driver), not a file format, so it should be in
section 4.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1520
|
| |
|
|
|
|
|
| |
PR: 213026
MFC after: 3 days
Reported by: Sergey Akhmatov <sergey@akhmatov.ru>
Co-authored-by: Alexander Ziaee <concussious@runbox.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After two years, add the initial man page and hook Realteks rtw89
driver up to the build for more people to test given successful
reports.
devd.conf is already providing support based on the rtw<n+> regex.
The driver uses the LinuxKPI compat layer.
Firmware is provided by ports: net/wifi-firmware-rtw89-kmod or
one of the flavours. People are advised to used fwget(8) to
automatically install the correct firmware for their chipset.
Please note that for the moment the driver requires a tunable to
be set in loader.conf: compat.linuxkpi.skb.mem_limit=1
Many thanks to everyone who in the last two years helped testing,
debugged, submitted patches to get the driver to this stage where
initial functionality seems working.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
hv_netvm aren't installed on !x64. Do the canonical thing with the
links.
Fixes: 83e93d53f674
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
|
|
|
| |
dmesg for this device says:
> hn0: <Hyper-V Network Interface> on vmbus0
Add links so that `man hn` and `man if_hn` work.
MFC after: 3 days
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1377
|
| |
|
|
|
|
|
|
|
|
| |
The Hardware Notes for each release are generated automatically from a
template file and the HARDWARE sections of driver man pages. When man
pages for new drivers are added here, they should usually be added to
the release notes template file.
Suggested by: bz
Sponsored by: Amazon
|
| |
|
|
|
| |
Reviewed by: kp
Differential Revision: https://reviews.freebsd.org/D45928
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add missing flags to veriexec(8) as well as some examples to
help explain usage.
Also add veriexec.4
Sponsored by: Juniper Networks, Inc.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D46207
|
| |
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch
Differential Revision: https://reviews.freebsd.org/D45967
|
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This policy enables a user to become another user without having to be
root (hence no setuid binary). it is configured via rules using sysctl
security.mac.do.rules
For example:
security.mac.do.rules=uid=1001:80,gid=0:any
The above rule means the user identifier by the uid 1001 is able to
become user 80
Any user of the group 0 are allowed to become any user on the system.
The mdo(1) utility expects the MAC/do policy to be installed and its
rules defined.
Reviewed by: des
Differential Revision: https://reviews.freebsd.org/D45145
|