summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2017-06-05exclude more objects from the readelf output when building syspatches ↵Robert Nagy
(needed on i386)
2017-06-04Implement the roff(7) .mc (right margin character) request.Ingo Schwarze
The Tcl/Tk manual pages use this extensively. Delete the TERM_MAXMARGIN hack, it breaks .mc inside .nf; instead, implement a proper TERMP_BRNEVER flag.
2017-06-04pass better arguments to mkdep.Marc Espie
- some std= parameters are actually critical, -std=c++11 makes a huge difference for clang. - explicitly ask mkdep to run the C++ compiler for C++ code, as again, some compilers will see the difference. (this should allow us to repair make depend under src/gnu/usr.bin/clang) okay kettenis@
2017-06-04Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze
(escape character control), touching nothing after the preprocessing stage and keeping even the state variable local to the preprocessor. Since the escape character is also used for line continuation, this requires pulling the implementation of line continuation from the input reader to the preprocessor, which also considerably shortens the code required for that. When the escape character is changed, simply let the preprocessor replace bare by escaped backslashes and instances of the non-standard escape character with bare backslashes - that's all we need. Oh, and if anybody dares to use these requests in OpenBSD manuals, sending a medium-sized pack of axe-murderes after them might be a worthwhile part of the punishment, but probably insuffient on its own.
2017-06-03use proper name for LPIAlexander Hall
2017-06-03fix spelling in a handful of the Swedish entriesAlexander Hall
2017-06-02Partial implementation of \h (horizontal line drawing function).Ingo Schwarze
A full implementation would require access to output device properties and state variables (both only available after the main parser has finalized the parse tree) before numerical expansions in the roff preprocessor (i.e., before the main parser is even started). Not trying to pull that stunt right now because the static-width implementation committed here is sufficient for tcl-style manual pages and already more complicated than i would have suspected.
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
triggered by multimedia/mkvtoolnix mkvmerge(1) using \(S2
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
Good enough to cope with the average DocBook insanity.
2017-05-31about ten different improvements; OK tedu@ espie@ bentley@Ingo Schwarze
2017-05-31use the standard OpenBSD license for new manual pagesIngo Schwarze
rather than some 2-clause variant of the ancient BSD license; OK benno@ tedu@
2017-05-31section order;Jason McIntyre
2017-05-31perhaps a few more words about encoding formatTed Unangst
2017-05-31minor tweaks;Jason McIntyre
2017-05-31utf8 has an rfcTed Unangst
2017-05-31clarify that translations happen immediately on match rules, not generallyHenning Brauer
Tony Gong <tony.y.gong at gmail>
2017-05-31Block IPv6 packets in pf(4) that have hop-by-hop options header orAlexander Bluhm
destination options header. Such packets can be passed by adding "allow-opts" to the rule. So IPv6 options are handled like their counterpart in IPv4 now. tested by benno@; OK henning@
2017-05-31add a tiny, to be improved, man page for utf8 encoding.Ted Unangst
ok stsp
2017-05-31document COMPILER, this is getting to be clean enough to be documentableMarc Espie
2017-05-31Drop -t option from ctags call.anton
The option has been deprecated for almost 7 years by now. ok tb@
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
D-Link DWA-525 rev A2.
2017-05-30remove DIOCCLRRULECTRS here as well, pt out by sashanHenning Brauer
2017-05-30various mdoc(7) fixes, triggered by a smaller diff from Michael Reed on tech@Ingo Schwarze
2017-05-30Don't mention the operator file -- it was moved to the attic.Theo Buehler
From Michael Reed, thanks.
2017-05-30Remove FILES section now that /usr/share/misc/ascii is no more.Todd C. Miller
Noted by jmc@
2017-05-30Remove /usr/share/misc/ascii since we have ascii(7).Todd C. Miller
OK schwarze@ deraadt@ sthen@
2017-05-30tweak previous;Jason McIntyre
2017-05-30tweak previous; ok bluhmJason McIntyre
2017-05-30Carp balancing ip does not work since there is a mac filter infriehm
ether_input(). Now we use mbuf tags instead of modifying the MAC address. ok mpi@
2017-05-30Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off theTheo Buehler
reordering of libraries by rc(8). This way machines with very slow disk I/O have a chance of booting within reasonable time now that libcrypto is also randomized. Discussed with various; input & ok from deraadt ajacoutot
2017-05-29Add more regress guidelines to bsd.regress.mk(5) man page.Alexander Bluhm
input schwarze@ jmc@; OK henning@ benno@
2017-05-29remove mailaddr.7 and its many lies.Ted Unangst
ok gilles jmc mpi
2017-05-29mlarkin and airport.7 say "must have been there", not "flown there".Henning Brauer
Add XFW, Hamburg-Finkenwerder (the Airbus factory) ok mlarkin fcambus
2017-05-28Add BND, I've been there many times.Antoine Jacoutot
2017-05-28Add ZIA, even given that I didn't visit it after it actually became ZIAVadim Zhukov
instead of Ramenskoe Airfield. approved by deraadt@
2017-05-28install new manpage, noted by tb@Sebastian Benoit
2017-05-28please read operator(7) for this information.Sebastian Benoit
2017-05-28document /usr/share/misc/airport contents and rules, after lengthySebastian Benoit
hackroom discussion about train stations. ok mlarkin, feedback deraadt
2017-05-28typoMike Larkin
2017-05-28The High Council of Deciders has determined that railway stations, evenTed Unangst
those with IATA codes, are not airports and therefore do not qualify for inclusion in this file.
2017-05-28add HWD - Hayward Executive Airport. After extensive discussion, theMike Larkin
decision was made that a missed approach at the DH counts as "being at the airport" ok phessler, deraadt
2017-05-28convert to UTF-8Ted Unangst
2017-05-27remove devel/waf gone 2 years ago, may not come back but still gives nightmaresJoerg Jung
ok ajacoutot
2017-05-27Ok turns out we still want to keep the rc_bg variable around but we needAntoine Jacoutot
to know which daemon cannot background themselves (actually we want to know the opposite, but there are much more). However, it's only needed in _rc_wait and rc.subr still does its magic without the need to add `&'.
2017-05-27Add an ALRM timer to cope with 2 annoying issues in rc.d(8):Antoine Jacoutot
- prevent a daemon from hanging the boot (typo in your flagsm e.g. httpd_flags=-d) - make sure we can get the status of a backgrounded daemon instead of always returning success Side effect of this is that we can kill a knob! rip rc_bg :-) Ports will need love, and a second commit is coming for that. The diff is small yet not trivial so I am committing early in the release process in one shot so it can easily be reverted if needed. I started working on this during g2k16 in Cambridge then finished it in Brisbane for a2k17 where robert@, beck@ and sthen@ agreed it was the correct way to go and I should move ahead with it post 6.1. If you see any regression, please talk to me!
2017-05-27option KEY got tedued.Claudio Jeker
2017-05-25Four, not three variables can be overriden. But the number is not importantAntoine Jacoutot
so just drop it. reported by thelocals_job_applicant at protonmail
2017-05-22some tweaks to the QUEUEING section;Jason McIntyre
from mikeb and myself
2017-05-21Fix copy/paste in comment.Jeremie Courreges-Anglas
2017-05-21regenVisa Hankala