summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2020-09-24On removing an rtablekn
It is currently not possible to remove an rtable; claudio made the default rtable of an rdomain move back into the default rdomain upon deletion of the non-default rdmoain with sys/net/if_loop.c r1.90 - previously such orphaned rtables would also continue to exist as well be assigned to any existent rdomain. Document the status quo under CAVEATS as it seems unexpected behaviour and the manual otherwise does not talk about deletion/invaldation of an rtable at all. OK remi jmc
2020-09-22Use user prompt for ps(1) and netstat(1) exampleskn
Those do not need root privileges to work. Prompted by jmc
2020-09-22Add "netstat -R" examplekn
It's handy and otherwise easily missed when reading up on routing domains and tables; wording taken from netstat(1) as is. Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive and ps(1) is already demonstrated; same for top(1) users which more likely come across its `t' and `T' in the help page anyway (I guess). OK jmc remi
2020-09-22Add a libagentx reference here as well.Martijn van Duren
Pointed out by jsg@
2020-09-22Link up libagentxMartijn van Duren
2020-09-18zap trailing whitespace;Jason McIntyre
2020-09-17Document the WSDISPLAYIO_GETSCREENTYPE ioctl in wsdisplay.4.Frederic Cambus
OK jmc@, kn@, "go for it" kettenis@
2020-09-15rework a sentence in abl.4, and add an entry for it to acpi.4;Jason McIntyre
ok mglocker
2020-09-15Add manual page for abl(4).Marcus Glocker
ok kettenis@
2020-09-15add more verbiage to the font descriptionJasper Lievisse Adriaanse
2020-09-13sort SEE ALSO;Jason McIntyre
2020-09-12asmc(4) attaches through acpi(4) now.Marcus Glocker
2020-09-09update hid usage table to latest specificationspamela
ok phessler
2020-09-08Fix Xr orderVisa Hankala
2020-09-08Fix Xr orderVisa Hankala
2020-09-08Mention SDNA-7130Visa Hankala
2020-09-02remove some ifconfig internals; ok knJason McIntyre
2020-09-01Document sysctl_bounded_args(9)gnezdo
Remove obsolete sysctl_int_arr documentation. Looks good, deraadt@ reads ok, jmc@
2020-08-31crank to 6.8-betaTheo de Raadt
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@