summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2020-10-14add missing mention of Werner Lemberg,Ingo Schwarze
noticed by Werner himself on <groff at gnu dot org>; while here, add missing .An macros
2020-10-12update retguard listTheo de Raadt
2020-10-12Mention TP-LINK TL-NG421.Kevin Lo
From Brad.
2020-10-10Remove unnecessary count of device instances.Visa Hankala
2020-10-10Add a manual page for octboot(4).Visa Hankala
2020-10-09document lang/go new target modgo-gen-modulespaco
It generates MODGO_MODULES and MODGO_MODFILES for Go port updates ok abieber@
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.Martin Pieuchot
Its value is conflicting with an effort to standardize TX flags fields of the radiotap header from Mathy Vanhoef. This flag used to indicate the presence of a specific hardware queue used by WME but is unchecked. ok sthen@, kn@
2020-10-07Update to tzdata2020b from www.iana.org. Major changes:Todd C. Miller
Revised predictions for Morocco's changes starting in 2023. Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. Macquarie Island has stayed in sync with Tasmania since 2011. Casey, Antarctica is at +08 in winter and +11 in summer. Removed obsolete files pacificnew, systemv and yearistype.sh
2020-10-05Update ruby-module.5 for removal of Ruby 2.5Jeremy Evans
2020-10-04Fix IEEE 802.1Q linkkn
2020-10-03tweak previous; ok kettenisJason McIntyre
2020-10-03phb(4)Mark Kettenis
2020-10-03opal(4), opalcons(4) and opalsens(4)Mark Kettenis
2020-10-03Add HISTORY and AUTHORS sections.Mark Kettenis
2020-10-03xicp(4), xics(4) and xive(4)Mark Kettenis
2020-10-03Mention that kcov_remote_enter() and kcov_remote_leave() can now beanton
called from interrupt context.
2020-10-02Add man4.powerpc64 to SUBDIR.Mark Kettenis
2020-10-02intro(4) and astfb(4)Mark Kettenis
2020-10-01mfokclock renamed to mfokrtc;Jason McIntyre
2020-09-30Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morePatrick Wildt
platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@
2020-09-30Document BPF_RND. Missed part of the xBPF commit (bpf_filter.c -r1.34).Theo Buehler
from dlg, ok kn tb jmatthew
2020-09-30document EINVAL for denorm timeval in BIOCSRTIMEOUT; ok jmcTheo de Raadt
2020-09-29Edit for clarity and precision.Richard Procter
Feedback and "Looks good to me" from Matt Dunwoodie ok jmc@
2020-09-29Add a reference to ruby-module(5) in SEE ALSO since port-modules(5)kmos
explicitly tells folks to read there for information about the lang/ruby module. ok kn
2020-09-29Add support for the PCA9546 I2C switch to pcamux(4). In comparison toPatrick Wildt
PCA9548, this variant supports only 4 instead of 8 channels. ok kettenis@
2020-09-25documentation should say pool_init, not pmap_initTheo de Raadt
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