summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2010-08-31this diff does two things (usually a bad sign):Jason McIntyre
- 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...
2010-08-30- various tweaks and fixes for airport codes starting with A.Jasper Lievisse Adriaanse
2010-08-30- start fixing some entries after the airports were renamedJasper Lievisse Adriaanse
- remove HAG; ypenburg airport hasn't been a civil airport since '55. and the airbase been abandoned since '92.
2010-08-30add one airport... anyone want to maintain this?Theo de Raadt
2010-08-28some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak;Jason McIntyre
from Tim van der Molen ok miod
2010-08-26Try to be a bit more specific about what happens when link0 is used.Claudio Jeker
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).
2010-08-23LSISAS2004 is an mpii chip. mpii can do bio.David Gwynne
mpii.4 change from alexey suslikov bio.4 from jmc@ ok marco@
2010-08-22* sort COMPATIBILITY in mdoc(7); ok kristaps@Ingo Schwarze
* update escape COMPATIBILITY in mdoc(7) and man(7); from kristaps@
2010-08-20Change hzto(9) and tvtohz(9) arguments to const pointers.Matthew Dempsky
ok krw@, "of course" tedu@
2010-08-20sync divert-packet documentation with realityHenning Brauer
PR 6448 pjp at centroid dot eu
2010-08-19Add man page for diskmap(4).Joel Sing
Feedback from krw@ and jmc@. ok krw@ jmc@
2010-08-19Update to tzdata2010l from elsie.nci.nih.govTodd C. Miller
2010-08-18document Host AP mode with the usual CAVEATSDamien Bergamini
2010-08-18.It CACE AirPcap NxDamien Bergamini
> .It CACE AirPcap \&Nx such that it does not show up as "CACE AirPcap NetBSD" ! not sure why this only happens with mandoc
2010-08-18Correctly display quotes around the .Lk link-name argument,Ingo Schwarze
as noted by Aldis Berzoja. In COMPATIBILITY, note that groff is misformatting .Lk when given more than two arguments; from kristaps@.
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
"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@
2010-08-09Remove extra space.Ray Lai
OK jmc schwarze
2010-08-08cpu -> CPU;Jason McIntyre
2010-08-08zap trailing whitespace;Jason McIntyre
2010-08-07Document the mutex locking assert macros.Owain Ainsworth
Requested by marco. ok marco@, schwarze@ (who insists that manpages are still unlocked).
2010-08-07document new defaultMarc Espie
2010-08-07sync to bsd.lv:Ingo Schwarze
* 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.
2010-08-07explain quite a bit more what PLIST_DB doesMarc Espie
2010-08-04Update to tzdata2010k from elsie.nci.nih.govTodd C. Miller
OK deraadt@
2010-08-03Trivial patch to get correct spacing from the recently introducedIngo Schwarze
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.
2010-08-03tweaks from jmc@:Ingo Schwarze
* 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
2010-08-01The explanations of the HISTORY and AUTHORS sections were nicerIngo Schwarze
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@
2010-08-01Move the new mdoc(7) manual written by kristaps@, replacing the old oneIngo Schwarze
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
2010-08-01document the rw_assert_ functionsBret Lambert
ok jmc@
2010-07-31document .in; from kristaps@Ingo Schwarze
2010-07-31zap a comma; from Joachim SchipperJason McIntyre
2010-07-31mention M-Audio Audiophile 192kAlexandre Ratchov
2010-07-31grammar fix;Jason McIntyre
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
device and the midi interface to pcppi.
2010-07-30Mention the horde port module. Not documented yet.Stuart Henderson
2010-07-30Add "-S" to library installs to avoid breakage when oneChris Kuethe
"make -j8 build" job is installing libc and another job is expecting to use libc (for example). ok phessler
2010-07-29change URLs to point to the more recent porter's handbook;Steven Mestdagh
mention the use of packages first. ok sthen@
2010-07-29Add some more devices. -mojMats O Jansson
2010-07-27Replace the single-byte placeholders for the multi-byte/wide-characterStefan Sperling
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
2010-07-26recording/full-duplex supportJacob Meuser
ok kettenis
2010-07-26various small fixes; kristaps has committed this upstream alreadyJason McIntyre
ok schwarze
2010-07-26simplify the mixer(4) code and interface. document the interface.Jacob Meuser
ok kettenis
2010-07-26sync description of acpisony w/ man page;Jason McIntyre
2010-07-26last item of SEE ALSO should not have a comma;Jason McIntyre
2010-07-26Xr acpisony, and make the name betterTheo de Raadt
2010-07-26Add support for Sony ACPI hotkeys via a new driver: acpisony(4).Paul Irofti
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@.
2010-07-24Mention that acpidock(4) sets up a sensor and that it can be used withMichael Knudsen
sensorsd to do actions when docking or undocking. ok jordan
2010-07-24move to 4.8-betaTheo de Raadt
2010-07-22- Fix wrong ioctl structure documentation for VIDIOC_QUERYBUF, VIDIOC_QBUF,Marcus Glocker
and VIDIOC_DQBUF. - Also document the VIDIOC_QUERYBUF part for the MMAP interface.
2010-07-22Add a comment about MODPY_BUILDDEP and NO_BUILD in the python section.Antoine Jacoutot