Age | Commit message (Collapse) | Author |
|
(needed on i386)
|
|
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.
|
|
- 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@
|
|
(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.
|
|
|
|
|
|
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.
|
|
triggered by multimedia/mkvtoolnix mkvmerge(1) using \(S2
|
|
Good enough to cope with the average DocBook insanity.
|
|
|
|
rather than some 2-clause variant of the ancient BSD license;
OK benno@ tedu@
|
|
|
|
|
|
|
|
|
|
Tony Gong <tony.y.gong at gmail>
|
|
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@
|
|
ok stsp
|
|
|
|
The option has been deprecated for almost 7 years by now.
ok tb@
|
|
D-Link DWA-525 rev A2.
|
|
|
|
|
|
From Michael Reed, thanks.
|
|
Noted by jmc@
|
|
OK schwarze@ deraadt@ sthen@
|
|
|
|
|
|
ether_input(). Now we use mbuf tags instead of modifying the MAC
address.
ok mpi@
|
|
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
|
|
input schwarze@ jmc@; OK henning@ benno@
|
|
ok gilles jmc mpi
|
|
Add XFW, Hamburg-Finkenwerder (the Airbus factory)
ok mlarkin fcambus
|
|
|
|
instead of Ramenskoe Airfield.
approved by deraadt@
|
|
|
|
|
|
hackroom discussion about train stations.
ok mlarkin, feedback deraadt
|
|
|
|
those with IATA codes, are not airports and therefore do not qualify for
inclusion in this file.
|
|
decision was made that a missed approach at the DH counts as "being at
the airport"
ok phessler, deraadt
|
|
|
|
ok ajacoutot
|
|
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 `&'.
|
|
- 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!
|
|
|
|
so just drop it.
reported by thelocals_job_applicant at protonmail
|
|
from mikeb and myself
|
|
|
|
|