summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2020-08-28Fix a few more typos in man9. Pointed out by jmc@, thanks!Frederic Cambus
2020-08-27Mention tpmr(4) using bridge ioctlskn
2020-08-27Fix a bunch of typos in various man pages.Frederic Cambus
2020-08-24Clarify that tpmr(4) does not aggregatekn
Diff from Uwe Werler <uwe at werler dot is>, thanks. tpmr(4) is really a bridge like bridge(4) or switch(4), and not an aggregating driver like aggr(4) or trunk(4), hence "Other forms of Ethernat bridging ..." correctly implies that tpmr does indeed ethernet bridging, "Other forms of aggregation ..." implies the same way, but is misleading however, so just say "Link aggregation ...". OK jmc
2020-08-24Omit common ifconfig optionskn
ifconfig(8)'s TRUNK (LINK AGGREGATION) nicely combines the two drivers, so omit common stuff from the drives specific manuals. This aids in the overall design of having options documented in ifconfig(8) alone unless they're inherently driver specific, e.g. "trunkproto" which stays in trunk(4). OK jmc
2020-08-23typo fix; from (part of a diff from) uwe werlerJason McIntyre
2020-08-21Move ugold(4) to the HID section for consistency.Marcus Glocker
ok jmc@
2020-08-21fido(4) and umstc(4) also attach to uhidev(4).Marcus Glocker
2020-08-21ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).Marcus Glocker
ok jcs@
2020-08-21Document the ROUTE_FLAGFILTER socket option.Sebastian Benoit
ok jmatthew@
2020-08-20Remove module KDE4rsadowski
2020-08-20.fs -> .imgTheo Buehler
from navan airpost net
2020-08-13Document ioctl interface.Martin Pieuchot
2020-08-10minor polishing: fix typos, add HISTORY and AUTHORS, a few wordingIngo Schwarze
simplifications, add missing markup, and break an overlong line
2020-08-09Some times ago we disabled in-kernel timeout for pppx(4) relatedmvs
pipex(4) sessions. We did this for prevent use after free issue caused by pipex_timer(). By default "idle-timeout" is not set in npppd.conf(5) and I guess this is reason for we forgot to describe this exception in npppd.conf(5). Since it's pppx(4) related bug description was added to BUGS section of pppx(4) man page. npppd.conf(5) has this exception described in "idle-timeout" section. ok jmc@ yasuoka@
2020-08-08No longer prevent TCP connections to IPv6 anycast addresses.Florian Obser
RFC 4291 dropped this requirement from RFC 3513: o An anycast address must not be used as the source address of an IPv6 packet. And from that requirement draft-itojun-ipv6-tcp-to-anycast rightly concluded that TCP connections must be prevented. The draft also states: The proposed method MUST be removed when one of the following events happens in the future: o Restriction imposed on IPv6 anycast address is loosened, so that anycast address can be placed into source address field of the IPv6 header[...] OK jca
2020-08-07timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9)cheloha
These two interfaces have been entirely unused since introduction. Remove them and thin the "timeout" namespace a bit. Discussed with mpi@ and ratchov@ almost a year ago, though I blocked the change at that time. Also discussed with visa@. ok visa@, mpi@
2020-08-06mention sdhc* at fdt?Jonathan Gray
2020-08-05Document tpmr ioctls and synopsiskn
Add missing TPMR section to ifconfig(8) by moving the commands from the driver's manual to it (copy/paste) and document the ioctl(2) interface in tpmr(4). Indenting tpmr's first EXAMPLE while here; from jmc. OK jmc
2020-08-05Document the p argument of vgonel(9) and vrecycle(9).Tim van der Molen
Spotted by schwarze@, discussed with kn@ and schwarze@
2020-08-03replace the excessively long, barely readable .Fn macros lines inIngo Schwarze
the SYNOPSIS with the modern .Fo idiom; no output change
2020-08-03put the descriptions of the different list types under subsection headings.David Gwynne
it reads better to me. it might be worth considering this for queue(3) too.
2020-08-03document SMR_{SLIST,LIST,TAILQ}_ENTRY by copying queue(3) bits.David Gwynne
2020-08-03add a missing a wordDavid Gwynne
2020-08-02The difference between vgone(9) and vgonel(9) has changed after theTim van der Molen
removal of the vnode interlock in 2007. Reported by and original diff from Dominik Schreilechner. OK jmc@
2020-08-02Catch up sysctl_int.9 to the updated signaturegnezdo
OK kn@, "fine" deraadt@
2020-08-01bump iwx;Jason McIntyre
2020-08-01The iwm(4) 9560 is a CNVi device, not a regular M.2 device that will workStefan Sperling
on any platform. Mention this here, as done for AX201 in the iwx(4) page.
2020-08-01document AX201 support in iwx(4) man page; mention the AX201 firmware fileStefan Sperling
2020-08-01tweak previous; ok antonJason McIntyre
2020-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton
from threads other than the one currently having kcov enabled. A thread with kcov enabled occasionally delegates work to another thread, collecting coverage from such threads improves the ability of syzkaller to correlate side effects in the kernel caused by issuing a syscall. Remote coverage is divided into subsystems. The only supported subsystem right now collects coverage from scheduled tasks and timeouts on behalf of a kcov enabled thread. In order to make this work `struct task' and `struct timeout' must be extended with a new field keeping track of the process that scheduled the task/timeout. Both aforementioned structures have therefore increased with the size of a pointer on all architectures. The kernel API is documented in a new kcov_remote_register(9) manual. Remote coverage is also supported by kcov on NetBSD and Linux. ok mpi@
2020-07-31Document that video(4) also supports kqueue(2) now.Marcus Glocker
ok mpi@
2020-07-30route(8)'s "-T" takes an rtable, not an rdomainkn
OK remi
2020-07-30some more information about invalid codepoints, bytes, and byte pairs;Ingo Schwarze
OK stsp@
2020-07-28Unmention iommukn
This driver does not attach at iommu?, we have no iommu(4). There since import from NetBSD. OK jmc
2020-07-26Reference unveil(2) in system accounting and daily.8.rob
Reminder that unveil does not kill from brynet and gsoares. Wording tweaks from jmc; feedback from deraadt. ok jmc@, millert@, solene@, "fine with me" deraadt@
2020-07-23Fix wrong and missleading information in cy(4).jan
- Correct error messages - RxFifoThreshold is named RX_FIFO_THRESHOLD with value of 6 - LogOverruns does not exist, error logging is always on ok bluhm@
2020-07-23Grammar fix: accept -> accepts.Theo Buehler
ok jmc
2020-07-22Integrated cam in the Lenovo X1 6th Generation Notebook works.Marcus Glocker
2020-07-22filter vlan and svlan packets by default.David Gwynne
2020-07-22Change tpmr(4) from ifconfig [-]trunkport to add|del synopsiskn
Unlike aggr(4) and trunk(4) for link aggregation, tpmr(4) bridges links similar to bridge(4) and switch(4), yet its ioctl(2) interface is that of an an aggregating interface. Change SIOCSTRUNKPORT and SIOCSTRUNKDELPORT to SIOCBRDGADD and SIOCBRDGDEL respectively and speak about members rather than ports in the manual to make ifconfig(8) accept "add" and "del" commands as expected. Status ioctls will follow such that "ifconfig tpmr" gets fixed accordingly. Discussed with dlg after mentioning the lack of aggr(4) and tpmr(4) documentation in ifconfig(8) which will follow as well after code cleanup. Feedback OK dlg
2020-07-22Add support for newer RTL8125 chipset (RTL8125B).Kevin Lo
Tested for on a TP-LINK TL-NG421. ok jmatthew@
2020-07-20Add powerpc64 to PIE_ARCH and STATICPIE_ARCH.Mark Kettenis
ok drahn@
2020-07-16regenMark Kettenis
2020-07-13Document CCMP offload support in the athn(4) man page.Stefan Sperling
2020-07-13Mention support for CCMP offload in iwm(4) man page.Stefan Sperling
2020-07-13Update iwx(4) man page: CCMP offload and background scan are now supported.Stefan Sperling
2020-07-13Near the beginning of the DESCRIPTION, provide a tiny table showingIngo Schwarze
which data structures provide which macros, which is otherwise a bit tedious to figure out given the length of the NAME section. Issue observed and patch OK'ed by kn@.
2020-07-12actually tell people that they need a recent fw/API version.David Gwynne
ok sthen@ deraadt@
2020-07-08Mention that we support building a port from Go modules now.Aaron Bieber
Prompted by afresh1@