Age | Commit message (Collapse) | Author |
|
- note which section headings (.Sh) are not used by openbsd
- move the description of the section heading to under the heading, rather
than before it: a much more logical way to read
diffs mailed upstream...
|
|
|
|
- remove HAG; ypenburg airport hasn't been a civil airport since '55.
and the airbase been abandoned since '92.
|
|
|
|
from Tim van der Molen
ok miod
|
|
link0 will reset the interface and all configuration is lost (e.g. -inet6 or
rdomain settings) so use link0 as first command without any other arguments
to get a deterministic behaviour.
With a lot of help by jmc@ (actually commiting his version because it is much
nicer, as ususal).
|
|
mpii.4 change from alexey suslikov
bio.4 from jmc@
ok marco@
|
|
* update escape COMPATIBILITY in mdoc(7) and man(7); from kristaps@
|
|
ok krw@, "of course" tedu@
|
|
PR 6448 pjp at centroid dot eu
|
|
Feedback from krw@ and jmc@.
ok krw@ jmc@
|
|
|
|
|
|
>
.It CACE AirPcap \&Nx
such that it does not show up as "CACE AirPcap NetBSD" !
not sure why this only happens with mandoc
|
|
as noted by Aldis Berzoja.
In COMPATIBILITY, note that groff is misformatting .Lk
when given more than two arguments; from kristaps@.
|
|
"multiprocessor" in a consistent way.
written with lots of good advice from jmc@, who noted that changing
hier(7) was not enough and carefully reviewed this diff.
ok jmc@
|
|
OK jmc schwarze
|
|
|
|
|
|
Requested by marco.
ok marco@, schwarze@ (who insists that manpages are still unlocked).
|
|
|
|
* When discussing compatibility, be more specific whether we are
referring to GNU troff or to troff in general.
* Move one compatibility note to the appropriate section.
* And a few minor tweaks.
While here, EXIT STATUS is also ok in section 6.
With permission from deraadt@ to still improve mandoc manuals.
|
|
|
|
OK deraadt@
|
|
user-defined string \*(Pu (punctuation character list)
by using non-breaking non-compressing instead of normal spaces.
Works with mandoc, new groff and even with old groff.
Tree is locked, but deraadt@ says i'm still allowed to polish manuals.
|
|
* correct a few obvious mistakes
* adopt some of jmc@'s recent changes to man(7)
* cut down just a little on the awful tendency
to stick a hyphen between two words.
"yes" deraadt
|
|
in the old mdoc(7) manual than in the new one, so put them back.
While here, fix the .Os synopsis and add two more .Xrs.
Do the same in man(7), as far as it is applicable.
ok jmc@
|
|
which had much less information, such that the new one gets installed.
No change to the build system required, no text change in this commit.
Doing the big move early even though a few more improvements will follow.
The duplicate information in mdoc.samples(7) will be cleaned up post-release.
ok jmc@, and kristaps@ agreed with the plan, too
|
|
ok jmc@
|
|
|
|
|
|
|
|
|
|
device and the midi interface to pcppi.
|
|
|
|
"make -j8 build" job is installing libc and another job
is expecting to use libc (for example). ok phessler
|
|
mention the use of packages first.
ok sthen@
|
|
|
|
conversion interfaces of libc (mbrtowc(3) and friends) with new
implementations that internally call an API based on NetBSD's citrus.
This allows us to support locales with multi-byte character encodings.
Provide two implementations of the citrus-based API: one based on the old
single-byte placeholders for use with our existing single-byte character
locales (C, ISO8859-*, KOI8, CP1251, etc.), and one that provides support
for UTF-8 encoded characters (code based on FreeBSD's implementation).
Install the en_US.UTF-8 ctype locale support file, and allow the UTF-8
ctype locale to be enabled via setlocale(3) (export LC_CTYPE='en_US.UTF-8').
A lot of programs, especially from ports, will now start using UTF-8 if the
UTF-8 locale is enabled. Use at your own risk, and please report any breakage.
Note that ncurses-based programs cannot display UTF-8 right now, this is being
worked on.
To prevent install media growth, add vfprintf(3) and mbrtowc(3) to libstubs.
The mbrtowc stub was copied unchanged from its old single-byte placeholder.
vfprintf.c doesn't need to be copied, just put in .PATH (hint by fgsch@).
Testing by myself, naddy, sthen, nicm, espie, armani, Dmitrij D. Czarkoff.
ok matthieu espie millert sthen nicm deraadt
|
|
ok kettenis
|
|
ok schwarze
|
|
ok kettenis
|
|
|
|
|
|
|
|
Currently it only works for the suspend button and tries to do right for
the brightness events, but I haven't found a Sony laptop that like to do
right so far.
In the future I want to make the brightness keys work on all Sony's and
also add support for the zoom hotkeys and whatever other funky keys I can
find on those things.
Okay deraadt@.
|
|
sensorsd to do actions when docking or undocking.
ok jordan
|
|
|
|
and VIDIOC_DQBUF.
- Also document the VIDIOC_QUERYBUF part for the MMAP interface.
|
|
|