summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-12-27tweak previous;Jason McIntyre
2011-12-25Fix the documented CAVEAT by forcing the TX gain to minus infinity whenMiod Vallat
the user asks to only keep the input source enabled, and remember this to keep reporting the previously configured volume values in mixerctl. While there, document the supported encodings and the supported mixer items in the manual page, and the fact that all output sources share the same volume (GX gain) setting.
2011-12-23some spelling fixes, found using freebsd's "igor" document verifier;Jason McIntyre
2011-12-23tweak previous; ok miodJason McIntyre
2011-12-21regenMiod Vallat
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425eMiod Vallat
(hp300) and the HP9000/705 and 9000/710 (hppa). 8-bit mono, 8KHz, no surprise since it is based upon a digital phone chip. Tested on 425e only so far, and playback only; configured in, but disabled, on hppa kernels until there are positive test reports (I am not sure the interrupt assignment on hppa is correct). And now people no longer can joke about audio on hp300.
2011-12-20s/TRUE_PREFIX/TRUEPREFIX/.Federico G. Schwindt
sthen@ ok
2011-12-14document MODGCC4_VERSIONRobert Nagy
2011-12-13If a daemon always requires one or more fixed flags or arguments,Ingo Schwarze
put these into $daemon, not into $daemon_flags; feedback and ok jmc@, ok ajacoutot@, issue brought up by sthen@, and sthen@ also likes the general idea.
2011-12-12Consistently use the term "route label" throughout.Bret Lambert
Noticed by and ok sthen@
2011-12-11Explain where .so paths are rooted, and why, and discourage its use;Ingo Schwarze
feedback and ok jmc@, suggested by and ok kristaps@.
2011-12-09s/timout/timeoutStuart Henderson
2011-12-09typo, s/conficts/conflicts/Stuart Henderson
2011-12-09point out one useful difference between show and verbose-showMarc Espie
2011-12-09explain CONFIG_SITE_LIST purposes.Marc Espie
Refrain from making it user-available for now.
2011-12-08Sync to terminfo.src from ncurses-20111203, this adds specific entriesNicholas Marriott
for OpenBSD i386 from Alexei Malinin.
2011-12-08Begin documenting the soup sandwich that is the kernel routing code.Bret Lambert
Much handholding jmc@ ok jmc@ sthen@ claudio@
2011-12-08with the split of arch-defines, things are now simpler wrt arch constants.Marc Espie
2011-12-07Add Nuvoton NCT6776F and while there, sort the list.Marco Pfatschbacher
OK jmc@
2011-12-06those are paths, not abstract concatenation of LOCALBASE with something.Marc Espie
2011-12-05Format ruby-module.5 so it doesn't make your eyes bleed. Advice to useJeremy Evans
.Pp instead of .sp from schwarze@. OK schwarze@
2011-12-05split the ruby module description off, as it's now insanely big.Marc Espie
okay jeremy@, nits by jmc@ page still needs some cleaning up, mainly breathing spaces... ;)
2011-12-05zap trailing whitespace;Jason McIntyre
2011-12-05update a comment about gcc; fix suggested by miodJason McIntyre
2011-12-04Update ruby section for recent and not-so-recent changes to ruby.port.mk.Jeremy Evans
Reformat ruby section to be consistent with other recent changes. OK espie@
2011-12-04document qtsMarc Espie
2011-12-04more nitsMarc Espie
2011-12-03nit, nit, nitMarc Espie
2011-12-03a few more nits, such as more consistent annotationsMarc Espie
2011-12-03more nitsMarc Espie
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
and make it compatible with bsd.lv mandoc and with groff-1.21. This tweak was originally added for compatibility with groff-1.15, which is no longer needed. ok jmc@ kristaps@
2011-12-03NitsMarc Espie
2011-12-03document prepare instead of dependsMarc Espie
2011-12-03fix typoMarc Espie
2011-12-03more .Ev -> .ArMarc Espie
explicit link to THE FAKE FRAMEWORK reflect reality: *-fetch hooks are gone.
2011-12-03thinkoMarc Espie
2011-12-03Builds -> Build.Marc Espie
flesh out prepare with reference to MULTI_PACKAGES.
2011-12-03more OBSOLETE stuff near the end, as it's less relevantMarc Espie
build-depends is less important and may vanish. prepare is more important...
2011-12-03tweak previous;Jason McIntyre
2011-12-03fussing aroundMarc Espie
2011-12-03format most modules, exempts ruby since jeremy has a pending diffMarc Espie
2011-12-03clean-up description of lang/ghc a bit moreMarc Espie
2011-12-03better format (.Ev, .Ar, .Li)... rephrase a few odd things.Marc Espie
Synch with current reality: a few variables got lost since bsd.port.arch.mk is included after modules (to be fixed ?)
2011-12-03Add MODGNOME_ICON_CACHE and MODXFCE_ICON_CACHE.Antoine Jacoutot
2011-12-03a few pieces of gnu.port.mk were not actually documented/documented correctly,Marc Espie
as noticed by Amit Kulkarni.
2011-12-02it's MAXMCLBYTES, not MAXCLBYTES.David Gwynne
2011-12-02In man(7), when no explicit volume name is given, use the defaultIngo Schwarze
volume name for the respective manual section, just like in mdoc(7). This gives us nicer page headers for cvs(1), lynx(1), tic(1), mkhybrid(8), and many curses(3) manuals. ok kristaps@ To not break compatibility, i wrote a corresponding patch for GNU troff which Werner Lemberg accepted upstream at rev. 1.65 of: http://cvs.savannah.gnu.org/viewvc/groff/tmac/an-old.tmac?root=groff
2011-11-30this diff introduces the MAXMCLBYTES macro to describe the largestDavid Gwynne
cluster the generic network stack will be able to give you. it also recognises that external storage on an mbuf may be bigger than MCLBYTES. its only when m_pullup or m_pulldown need to allocate another cluster that they now check the len argument, and now they do it against MAXMCLBYTES. this is required for me to do pfsync on jumbo frames as the m_pulldown for the subregions fail beyond MCLBYTES into the packet. ok deraadt@ mikeb@ henning@ blambert@ manpage changes ok jmc@
2011-11-28fix formulaEric Faurot
ok djm@
2011-11-27Manpage bits for the recent changes in vlan(4) prio handling.Christiano F. Haesbaert
ok jmc henning sthen claudio