summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2010-05-26imsg stuff now in libutil;Jason McIntyre
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
corner cases that were fixed in gcc4, and changes in libgcc that we may have missed. ok kettenis@
2010-05-25libfrtbegin and libg2c are no longer in base;Jason McIntyre
confirmed by espie
2010-05-25tweak previous;Jason McIntyre
2010-05-25- x11/qt2 is long gone.Jasper Lievisse Adriaanse
2010-05-25Mention the new fortran MODULE. Not yet documented.Antoine Jacoutot
"of course" espie@
2010-05-20escape '' to avoid confusing groff/mandoc;Jason McIntyre
2010-05-20add more devices to listYojiro Uo
2010-05-20add new deviceYojiro Uo
2010-05-19redo the list of "sticky" parameters for match rules;Stuart Henderson
- include translation options - include "scrub" - don't include max-mss etc, which aren't used directly rather they are written like 'match ... scrub (max-mss xxx)' ok jmc@ henning@
2010-05-14sync to mandoc 1.9.25:Ingo Schwarze
* remove empty macro lines * document Ba escape quirk * update kristaps' mail address
2010-05-12Fix includes. Diffy by Remco (remco at d-compu dyndns org)Claudio Jeker
2010-05-09- audio/rio500 has been removed from ports, so refer to audio/rioutil insteadJasper Lievisse Adriaanse
2010-05-09tweak previous;Jason McIntyre
2010-05-09define COMPILER_VERSION to be used later.Marc Espie
Based on dale's idea. (please install this file now, so you won't get errors when we commit the rest).
2010-05-08Document Wpointer-sign is not enabled in gcc 4.2.1 on OpenBSDRobert Nagy
if -pedantic is not defined.
2010-05-05Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andNicholas Marriott
SPLAY_REMOVE closer to whether the macros are documents rather than in a separate section. Also describe the actual return values of the remove macros. Tweaked version of a diff from Tim van der Molen. ok jmc henning
2010-05-02fix -width;Jason McIntyre
2010-05-02Document defines and names for thread-local-storage sections,Philip Guenthe
segments, and symbols. Delete a block of duplicate text describing the SHN_* defines. Correct some typos (SHN_ vs SHT_) and treat 'data' as plural where it seem appropriate. ok jmc@
2010-05-01document STARTAFTERMarc Espie
2010-04-29OpenBSD -> .Ox;Jason McIntyre
2010-04-29crikey! all our wireless pages had the Os macro out of place;Jason McIntyre
2010-04-29- previous addition should have been version 2Jason McIntyre
- stick .Os in the correct place
2010-04-29fix multicast address, Sebastian Benoit <benoit-lists at fb12.de>Henning Brauer
2010-04-29syncJasper Lievisse Adriaanse
2010-04-28VIDIOC_S_INPUT, VIDIOC_STREAMON, VIDIOC_STREAMOFF need a pointer to int.Marcus Glocker
Patch from Sviatoslav Chagaev.
2010-04-26+Logitech Webcam C500, ok sthen@Stephan A. Rickauer
2010-04-21Provide nmea(4) position information using the new angle sensor type.Stuart Henderson
Use SENSOR_FINVALID until we have good data, suggested by deraadt@ "i am happy" deraadt@
2010-04-21Add support for PLX I/O 9016 based 8 port serial cardBob Beck
ok deraadt@
2010-04-19let's not stick macros inside a literal display; add some indentJason McIntyre
whilst here;
2010-04-19clean up uthum a bit;Jason McIntyre
2010-04-15update the man page to fit latest uthum(4) driver.Yojiro Uo
2010-04-15tweaked diff from Nathan Rickerby to clear up the [host]:port ip6 syntax;Jason McIntyre
kind of fixes system/6322 ok deraadt djm
2010-04-13TIOCSTSTAMP uses `struct tstamps', not `struct tstamp'.Michael Knudsen
Noticed almost four years ago when I wrote some code which I stumbled upon tonight. ok beck ckuethe millert
2010-04-11there is no mpls(4) man page;Jason McIntyre
2010-04-11an mpe interface, not "a";Jason McIntyre
2010-04-10- tweakJasper Lievisse Adriaanse
ok jmc@
2010-04-09- bump release in HISTORYJasper Lievisse Adriaanse
2010-04-09- add pgs.4Jasper Lievisse Adriaanse
tweaks and ok jmc@
2010-04-09remove SIOCGIFADDR; from natex, documentation/6352;Jason McIntyre
ok claudio
2010-04-08"document the no-autoheader flag in CONFIGURE_STYLE";Jason McIntyre
from Christopher Zimmermann ok ajacoutot
2010-04-08Add missing mono MODULE variables.Antoine Jacoutot
2010-04-08these functions are in systm.h now, reminded by kettenisTed Unangst
2010-04-06document www/plone module.Xavier Santolaria
2010-04-06fix some more dodgy "-indent"; aucat.1 has some too, but i'll leave that forJason McIntyre
ratchov, to avoid messing up his current diff...
2010-04-05Change kbs for the screen entry to \177, both tmux and GNU screen useNicholas Marriott
this on OpenBSD. Fixes a problem seen by zinovik@. makes sense to millert and ok deraadt
2010-04-05Update to tzdata2010h from elsie.nci.nih.govTodd C. Miller
2010-04-05Document the lang/mono MODULE.Antoine Jacoutot
2010-04-05fix up AUTHORS; ok schwarzeJason McIntyre
2010-04-04sort RFCs, suggested by jmcStuart Henderson