summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2010-07-22various macro cleanup;Jason McIntyre
2010-07-22ukc xr should be boot_config;Jason McIntyre
2010-07-22syncTheo de Raadt
2010-07-21urndis supports the HTC Wildfire just fine. Tested here.Edd Barrett
OK mk@
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
in UKC; found the hard way by jakemsr@ on an old Tecra laptop.
2010-07-21document fortran moduleSteven Mestdagh
2010-07-21reverse logic in previousSteven Mestdagh
2010-07-21update gcc3 and gcc4 modules with COMPILER_VERSION instead of USE_GCC[34]Steven Mestdagh
2010-07-20disconnect groff_man(7) from the build and install man(7) instead;Ingo Schwarze
"fine" jmc@ "no worries" deraadt@ "looks good" J.C. Roberts
2010-07-19merge from bsd.lv (minor improvements by kristaps@)Ingo Schwarze
* remove \s documentation, we do not support it and don't plan to * note that we parse and ignore \m, \M, and \s escapes * fix two broken instances of \*q * we do not use empty macro lines before .SH headers
2010-07-19* briefly mention the HISTORY of the man(7) languageIngo Schwarze
* update the copyright notice * improve the wording in a few places * fix a couple of typos including two suggestions from J.C. Roberts feedback and ok jmc@, ok sobrado@ and kristaps@
2010-07-19J. C. Roberts noted that Kristaps' man.7 is already better than theIngo Schwarze
old groff_man.7 we currently install. As a first step, move the new manual where it belongs, not changing any content except the OpenBSD marker. The plan is, after some polishing, to install man.7 and not install groff_man.7 any longer. jmc@, sobrado@ and kristaps@ agree
2010-07-19Another name for an already supported device. -mojMats O Jansson
2010-07-19Document the recently introduced select(2) / poll(2) support for video(4).Marcus Glocker
2010-07-19Update to upstream from ncurses-5.7-20100717. Fixes rs1 in wsvt25 and aNicholas Marriott
few other bits and pieces. ok millert
2010-07-18packages-specs man page is section 7, not 5;Jason McIntyre
2010-07-18document OPSYS and OPSYS_VER as obsolete, mention OSREV; ok espie@Christian Weisgerber
2010-07-18- grammar fix from Glen Barber (freebsd pr 148701)Jason McIntyre
- fix some list issues found by mandoc
2010-07-15sync the elf types and their comments; ok millertJason McIntyre
2010-07-15document the missing "note section";Jason McIntyre
reported by Michael Kerrisk, freebsd pr 147995 big thanks to miod and millert for filling in the blanks
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
for both structs, the new members are 'bps' and 'msb', which describe the number of bytes per sample and data alignment in the sample, respectively. drivers must properly set these fields in the 'query_encoding', 'set_parameters' and 'get_default_params' hardware interface methods. discussed with ratchov, deraadt
2010-07-14Eliminate some unused malloc(9) type defines. Also get rid of theMatthew Dempsky
mysterious and unused mbtypes[] array in mbuf.h. ok tedu@, deraadt@
2010-07-12document gcc4; requested by bradJason McIntyre
2010-07-11sort SEE ALSO;Jason McIntyre
2010-07-11tie back to bsd.port.mk, to make REVISION and EPOCH more obvious.Marc Espie
2010-07-11thinko (found by Daniel Dickman)Marc Espie
2010-07-10fields are incorrectly named in structure descriptionsGilles Chehade
"of course" deraadt@
2010-07-10sun4e bitsMiod Vallat
2010-07-10tweak;Jason McIntyre
2010-07-10document EPOCH/REVISIONMarc Espie
2010-07-093 more JEDEC JC-42.4 sensors are the marketTheo de Raadt
2010-07-09Update for some of the newer chipsets supported by bge(4). From Brad.Stuart Henderson
2010-07-09new sentence, new line;Jason McIntyre
2010-07-08First shot at documenting new www/mozilla MODULE, with feedback from jmc@.Landry Breuil
ok jmc@.
2010-07-08Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI cornerMark Kettenis
cases fixed in gcc4.
2010-07-08minor tweak from Brad; add the word 'chips' after a list of devicesStuart Henderson
used in a sentence
2010-07-08Move ss and friends to the attic.Kenneth R Westerback
Enthusiastic huzzahs from many. "A great day" dlg@
2010-07-07update manpage to reflect recent changes to m_copybackBret Lambert
nag and ok sthen@
2010-07-06- add an openbsd rcsidJason McIntyre
- some minor tweakage of previous
2010-07-06one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422Theo de Raadt
ok miod