summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-01-05mention fdt attachmentsJonathan Gray
2019-01-01Update to tzdata2018i from ftp.iana.orgTodd C. Miller
2019-01-01Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze
rather than in the man(7) parser and formatters, document them in the roff(7) manual, where they belong, rather than in the man(7) manual. Mention that they imply an output line break, and mention which macros imply these requests.
2018-12-31mention -mretpoline by default on amd64Jonathan Gray
ok guenther@ deraadt@
2018-12-30Define SOLIB when assembling for a shared-object libraryPhilip Guenther
ok tedu@
2018-12-27Make KIOENABLE accept a mode argument, currently limited to KCOV_MODE_TRACE_PC.anton
Thanks to jmc@ for improving the manual bits. ok deraadt@ mpi@
2018-12-23Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic insteadIngo Schwarze
since these are clearly commands in a domain-specific language. As a nice side effect, the resulting list allows including the synopsis for each macro in the item head, reducing some repetitive verbiage.
2018-12-23Simplify and clarify instructions for .Ql, and deprecate .Li.Ingo Schwarze
The macros .Ql, .Dl, and .Bd -literal leave no room for any valid use case for .Li whatsoever. General direction discussed with jmc@.
2018-12-23Deprecate .Lp, use .Pp instead.Ingo Schwarze
Simplicity matters, and fewer macros is simpler. OK jmc@
2018-12-21DIOCIGETIFACES provides interfaces and groups, not driverskn
"driver" is a left-over from earlier implementations. Nowadays each driver such as lo(4) has it's respective interface group of the same name ("lo"), but additional driver-independent groups exist, too: # ifconfig lo0 group foo # pfctl -s I -i foo foo lo0 OK henning
2018-12-20tweak previous;Jason McIntyre
2018-12-20.Nm, not Nm.David Gwynne
2018-12-20add bpe(4) or Backbone Provider Edge interfacesDavid Gwynne
Backbone refers to 802.1ah or 802.1Q Provider Backbone Bridges (PBB), or mac-in-mac, which is like vlans except it completely encapsulates the inner packet rather than just add a shim to it. This removes the need for Backbone Core Bridges (ie, switches between bpe instances) to know all the addresses on all the networks.
2018-12-17Remove unused function gsignal().Visa Hankala
OK deraadt@ anton@
2018-12-16document task_pending()David Gwynne
2018-12-16The .HP macro was deprecated by groff, and that makes senseIngo Schwarze
because it serves no real purpose and works poorly with HTML. While here, describe the section argument of .TH, clarify the syntax display of .TP, and polish some wordings.
2018-12-16minor polishing, in parts related to functional improvements in the past,Ingo Schwarze
and also adding some cross references for important escape sequences
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
Unify handling of \f and .ft. Support \f4 (bold+italic). Support ".ft BI" and ".ft CW" for terminal output. Support the .ft request in HTML output. Reject the bogus fonts \f(C1, \f(C2, \f(C3, and \f(CP.
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
* Add the missing special character \_ (underscore). * Partial implementations of \a (leader character) and \E (uninterpreted escape character). * Parse and ignore \r (reverse line feed). * Add a WARNING message about undefined escape sequences. * Add an UNSUPP message about unsupported escape sequences. * Mark \! and \? (transparent throughput) and \O (suppress output) as unsupported. * Treat the various variants of zero-width spaces as one-byte escape sequences rather than as special characters, to avoid defining bogus forms with square brackets. * For special characters with one-byte names, do not define bogus forms with square brackets, except for \[-], which is valid. * In the form with square brackets, undefined special characters do not fall back to printing the name verbatim, not even for one-byte names. * Starting a special character name with a blank is an error. * Undefined escape sequences never abort formatting of the input string, not even in HTML output mode. * Document the newly handled escapes, and a few that were missing. * Regression tests for most of the above.
2018-12-12zap trailing whitespace;Jason McIntyre
2018-12-12document show-indexedMarc Espie
2018-12-11document ifq_hdatalen()David Gwynne
ok stsp@
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
Change distance sensor type to be displayed as meters with 3 decimals instead of millimeters. ok mpi@ kettenis@
2018-12-07ReorderingDaniel Jakots
- Uppercase options come before lowercase ones - Sort alphabetically some parameters From Matthew Martin "if it's just reordering, you don't need my okay, go ahead" -- espie@
2018-12-07All the references to the M_ALIGN and MH_ALIGN macros are gone.Claudio Jeker
Time to bring them behind the shed and free them. Use m_align() instead. OK mpi@ henning@ florian@ kn@
2018-12-05fix incorrect usage of the .Bx macro;Ingo Schwarze
one case reported by Fabio Scotoni <fabio at esse dot ch>, the rest found with regress/usr.bin/mandoc/db/dbm_dump
2018-12-04Mention D-Link DWA-131 rev E1.Kevin Lo
2018-12-04mention RTL8192EU supportJonathan Matthew
2018-12-03If a regress uses REGRESS_SKIP_TARGETS to skip part of its tests,Alexander Bluhm
print SKIPPED. This helps to detect such incomplete tests. OK anton@
2018-12-02mention REGRESS_SKIP_TARGETS; ok bluhm@anton
2018-11-30Remove erroneous quote added in previousDaniel Jakots
Spotted by jmc, thanks!
2018-11-30/usr/local/ -> ${LOCALBASE}Daniel Jakots
ok espie@
2018-11-30Update after INDEX changeDaniel Jakots
ok espie@
2018-11-30Document m_align().Claudio Jeker
With and OK bluhm@, jmc@
2018-11-29Mention dependency on portslist package for outdated-perl-ports(1).Alexander Bluhm
requested by espie@
2018-11-25Let cells containing nothing but \^ extend the cell above.Ingo Schwarze
Missing feature reported by Pali dot Rohar at gmail dot com.
2018-11-25document knobMarc Espie
2018-11-23add missing closing quote;Jason McIntyre
2018-11-23Install pvclock(4)Reyk Floeter
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
This improves timekeeping on KVM guests as it runs much better than the virtualized acpihpet or acpitimer timecounters and the invtsc is not always available. Many thanks to Janne Johansson, landry@, and benno@ for testing amd64/i386. OK mlarkin@ phessler@
2018-11-22Use em0 instead of vmx0 to clarify the parent interface example.Reyk Floeter
Pointed out by Josh Grosse OK deraadt@
2018-11-21no more malloc.conf - it's contents are now in malloc(3) itself,Jason McIntyre
and sysctl(2); ok otto deraadt
2018-11-20Fix spelling of kettenis' email addressReyk Floeter
"just fix" deraadt@
2018-11-17consistency.Daniel Dickman
2018-11-16punctuation and macro can go on the same line;Jason McIntyre
2018-11-16document DUMMY_PACKAGEMarc Espie
2018-11-16kill INDEX thoroughly, point users at portslist, sqlports, pkglocatedbMarc Espie
2018-11-16move describe to obsolete targetsMarc Espie
2018-11-16document reprepareMarc Espie
2018-11-16switch from link0 and llprio to txprio for forcing dot1p priosDavid Gwynne