summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-02-02Update AVN and PGF, add LIL and NTE airports.Jeremie Courreges-Anglas
2015-02-01Fix a typo in the Nd line. From Steven McDonald.Jonathan Gray
2015-02-01Sync struct pkthdr_pf and struct mbuf_ext with their actual definitionsLawrence Teo
in sys/mbuf.h.
2015-01-31Add missing period.Lawrence Teo
2015-01-31Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which haveLawrence Teo
been moved from sys/param.h to sys/mbuf.h (MAXMCLBYTES was moved two years ago; the rest were done recently). Remove references to sys/param.h accordingly. ok deraadt@
2015-01-29manual SAs described in ipsec.conf(5) not ipsecctl(8);Jason McIntyre
from paul gorman
2015-01-29Radical cleanup of COMPATIBILITY sections:Ingo Schwarze
Remove lots of lies, dozens of irrelevant implementation details, and all references to groff versions older than 1.17. Move relevant information to the pages where it belongs, and out of mandoc(1) in particular. Add some missing general remarks to roff(7), where it fits the character and purpose of the page much better.
2015-01-28implement the tbl(7) "center" layout optionIngo Schwarze
2015-01-27remove workq code. its been replaced with tasks.David Gwynne
it has been unused since december, and unhooked from the build since christmas. ok krw@
2015-01-27remove the second void * argument on tasks.David Gwynne
when workqs were introduced, we provided a second argument so you could pass a thing and some context to work on it in. there were very few things that took advantage of the second argument, so when i introduced pools i suggested removing it. since tasks were meant to replace workqs, it was requested that we keep the second argument to make porting from workqs to tasks easier. now that workqs are gone, i had a look at the use of the second argument again and found only one good use of it (vdsp(4) on sparc64 if you're interested) and a tiny handful of questionable uses. the vast majority of tasks only used a single argument. i have since modified all tasks that used two args to only use one, so now we can remove the second argument. so this is a mechanical change. all tasks only passed NULL as their second argument, so we can just remove it. ok krw@
2015-01-27Revert 1.61 since support for the TX path was also reverted.Brad Smith
2015-01-26Rework tbl(7) layout parsing:Ingo Schwarze
* Continue parsing even if part of the input is invalid. * Do not require whitespace between cell specifications. * Allow tabs as well as blanks between modifiers. * Mark the 'm' modifier as unsupported. * Parse and ignore the 'p' and 'v' modifiers. * Better warning and error messages. * Get rid of a static buffer. Improved functionality but minus 50 lines of code.
2015-01-26More improvements regarding tbl(7) options.Ingo Schwarze
* Treat "allbox" as an alias for "box" for now. * Parse and ignore the GNU tbl "nowarn" option. * For separation, allow spaces, tabs, and commas only. * Mark eqn(7) within tbl(7) as unsupported. * Simplify the option table. * Improve and sort documentation.
2015-01-25tweak and update the illustration to what the bootstrap loader actuallyChristian Weisgerber
looks like; ok deraadt@ miod@
2015-01-24tweak previous;Jason McIntyre
2015-01-24Add bus_dmamem_alloc_range(9).Mark Kettenis
2015-01-24Document bus_dmamem_alloc_range(9).Mark Kettenis
2015-01-24Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze
parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7).
2015-01-24change .Cm to .Ar for macro argumentsIngo Schwarze
2015-01-24Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze
2015-01-23While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze
is sometimes harmless, it often causes seriously ugly output, so flag these requests as unsupported rather than ignoring them. Discussed with naddy@.
2015-01-23Normal OpenBSD code fits in an 80 column term. From Jim Smith, ok dlg.Stuart Henderson
2015-01-23zap trailing whitespace;Jason McIntyre
2015-01-23Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze
scaling units, and some manuals (e.g. in devel/grcs) actually use that, so let's support it. Missing feature reported by naddy@.
2015-01-21tweak previous; ok schwarzeJason McIntyre
2015-01-21complete the circle so all ql pages xref all other ql pagesTed Unangst
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
This is of some relevance because the pod2man(1) preamble abuses it for the icelandic letter Thorn, instead of simply using \(TP and \(Tp. Missing feature found by sthen@ in DateTime::Locale::is_IS(3p).
2015-01-21carpdev argument is no longer optional.Martin Pieuchot
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletePhilip Guenther
for a couple decades. Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUX but move the rest of the Linux-specific ioctl() handling into linux_socket.c This lets struct osockaddr finally move from sys/socket.h to protocols/talkd.h ok krw@ deraadt@ mpi@
2015-01-20tweak previous; ok schwarzeJason McIntyre
2015-01-20Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze
using mandoc is better than using groff) and -Wunsupp (manual using unsupported low-level roff(7) feature, probably using groff is better than using mandoc). Once this feature is complete, it is intended to help porting, making the decision whether to USE_GROFF easier. As a first step, distinguish four classes of roff(7) requests: 1. Supported (currently 24 requests) 2. Currently ignored because unimportant (120) -> no message 3. Ignored for good because insecure (14) -> -Werror 4. Currently unsupported (68) -> these trigger the new -Wunsupp messages
2015-01-20one more "center"; tedu forgot to use -i, i think...Jason McIntyre
2015-01-20change spelling of centre to center. consistent with other man pages,Ted Unangst
the name of the macro being described, and look(1). ok jmc
2015-01-16properly handle opening parentheses, correctly quote vertical bars,Ingo Schwarze
and do not use the legacy predefined string \*(Ba
2015-01-16The BPF paper referenced in the SEE ALSO section was most likely an unpublishedLawrence Teo
draft. Replace it with the authors' 1993 Winter USENIX paper, which is a more authoritative reference on BPF. ok deraadt@ jmc@ millert@
2015-01-16Delete the MANLINT variable and the related SUFFIXES rules becauseIngo Schwarze
since yesterday, "mandoc -Tlint -Wfatal" can no longer fail. Instead, as suggested by deraadt@, provide a manlint target that is *not* run during make build, but can be run whenever you want to check syntax of manuals. "nice stuff" deraadt@
2015-01-15UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_*Philip Guenther
2015-01-15Use .An in the AUTHORS section where appropriate;Ingo Schwarze
from Kaspars at Bankovskis dot net
2015-01-15Extend the description of _timeout.Antoine Jacoutot
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)Theo de Raadt
led this program and the associated manual pages to including that file directly, rather than the canonical include path of <sys/ioctl.h> discussed with millert
2015-01-15do not be specific regarding which ioctl backend .h file; the listTheo de Raadt
is good enough, and we do not want to mislead. the file to include is at the top of the file.
2015-01-15wrong place to mention nmea. cua is different, that hints at how itTheo de Raadt
works to many.
2015-01-15delete overly-specific details that cause espie angst.Theo de Raadt
ok millert tedu
2015-01-13escape "No" when it's not intended as a macro, and zapJason McIntyre
trailing whitespace;
2015-01-13"wi0" should be "an0" in the EXAMPLES section.Lawrence Teo
2015-01-12Documentation for postgresql.port.mk.Vadim Zhukov
2015-01-11LOCKDEBUG is dead; perform the funeral ritesPhilip Guenther
pointed out by Helg (xx404 (at) msn.com) ok deraadt@ miod@
2015-01-11add/fix/extend entries of exUSSR airports I've been to.Kirill Bychkov
ok sthen@
2015-01-10Hook up nep(4).Mark Kettenis
2015-01-10nep(4)Mark Kettenis