summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-05-11New variable VERBOSESTATUS (=1 by default).Ingo Schwarze
When set to 0, daily(8) won't send mail unless there is something to report. Using feedback from kettenis@ henning@ jmc@ OK sthen@ jmc@
2009-05-11forgot one shit.Damien Bergamini
2009-05-11attach to more shits.Damien Bergamini
2009-05-11remove the mtx_enter_try() bits until the code goes back in;Jason McIntyre
ok weingart
2009-05-10Consistency.Marcus Glocker
2009-05-10Rename ``USB graphic device'' to ``USB display devices'', which is moreMarcus Glocker
clear.
2009-05-10Add ``Video devices'' section including udl(4) and uvideo(4) (which weMarcus Glocker
also forgot to add then). Spotted, help, and OK mk@
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer. Based on the reversed engineered specifications of Florian Echtler. The driver is disabled in GENERIC for now. Thanks to claudio@ for donating me a device and to oga@ and miod@ for giving me hints in the graphic and wsdisplay area. OK deraadt
2009-05-09revert previous, requested by kettenis@ and deraadt@Ingo Schwarze
2009-05-09remove the empty script /etc/monthlyIngo Schwarze
in preparation for improvements in /etc/daily and /etc/weekly using feedback and suggestions from jmc@ and sthen@ ok jmc@, and sthen@ agreed with the general direction
2009-05-09- mention that configuring new GPIO pins is locked out with securelevel>0,Stuart Henderson
discussed with jmc@ and Marc Balmer - clear out some .Xr from SEE ALSO that are also in the main text and not really necessary to repeat, req by jmc@. ok jmc.
2009-05-08Mention that we support Envy24HT-based cards and enumerate allAlexandre Ratchov
supported ones. Mention that the monitor doesn't exist on Envy24HT. Remove information about supported codecs since we won't be able to describe the all in the long term, neither this is useful.
2009-05-08don't make refenrece to digital inputs/outputs, since they are noAlexandre Ratchov
more visible through the mixer. If support for digital i/o is added, it will not be handled as currently described, because the "HT" chip doesn't work that way.
2009-05-07Manpage moved: amas is not amd64 specific anymore.Ariane van der Steldt
ok jmc, kettenis
2009-05-06deraadt pointed out that the sentence i added in the previous commitJason McIntyre
kind of mangled the sense of the text before, so rewrite it; ok deraadt
2009-05-06fix incorrect TFOM rangeKevin Steves
2009-05-06lift the note on customised motd from afterboot(8);Jason McIntyre
diff from Rodolfo Gouveia, though i applied a different fix
2009-05-06endrun(4) - EndRun Technologies native time-of-day message timedeltaKevin Steves
sensor. Based on msts(4). Tested with Praecis Ct (http://www.endruntechnologies.com/network-time-source.htm). help and feedback mbalmer 'no problem with this sensor going in' deraadt
2009-05-06tell people to pkill dhclient; spotted by Rodolfo GouveiaTheo de Raadt
2009-05-04explain which variables belong to daily(8) and which to weekly(8);Ingo Schwarze
while here, recommend to set variables in *.local, not in root/crontab (in preparation for the upcoming next_part diff) ok jmc@
2009-05-03remove dead code and the associated documentationIngo Schwarze
while here, remove the misleading shbang and an unused variable and add the missing cross reference to ac(8) ok sthen@ jmc@
2009-05-01be precise about which archs need to use 4.2bsd (sparc), and move thatJason McIntyre
note to caveats; requested by bsd confirmed by marco; ok todd
2009-05-01use printf instead of echo for one of the anchor examples - this allows itJason McIntyre
to work for users of csh and /bin/echo;
2009-04-29new wpi-firmware package for iwlwifi-3945-ucode-15.32.2.9.tgzDamien Bergamini
change log from Intel: -- More protection against NMIs
2009-04-29clarify fstype `raid' and some other small bits whilst here;Jason McIntyre
prodded by a "conversation" on misc from Sebastian Rother ok marco
2009-04-27now that require-order is no longer on by default, we can relax the orderingJason McIntyre
of this page a little; instead of talking about statement types, just provide a brief overview of the page;
2009-04-27Xr intro 4 like other pages.Michael Knudsen
2009-04-27- use .Dl for short displaysJason McIntyre
- .Nm does not require args
2009-04-27- restructure the ANCHORS sectionJason McIntyre
- no need to escape quotes within displays
2009-04-27Update to tzdata2009g from elsie.nci.nih.govTodd C. Miller
2009-04-26typoTobias Stoeckmann
2009-04-26typos fixedTobias Stoeckmann
ok jmc
2009-04-26switch the require-order default to "no". regression tests still pass.Stuart Henderson
ok henning@ deraadt@
2009-04-26Add recent python module change.Antoine Jacoutot
2009-04-25previous was slightly wrong - revert to full product name;Jason McIntyre
requested by mk
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
using this soon(ish). Ok oga@, sorta yes kettenis@.
2009-04-25Mention that ichwdt exposes the standard watchdog interface like theMichael Knudsen
other wdt pages.
2009-04-25Be consistent with what is done before in the man and use sudo(8) whileAntoine Jacoutot
making sure we start the build from /usr/src. discussed with and mostly from jmc@ ("please commit")
2009-04-25align berkwdt's Nd with that of other watchdog devices;Jason McIntyre
2009-04-24Xr berkwdtMichael Knudsen
2009-04-24Add manual page for berkwdt(4).Michael Knudsen
2009-04-24tweak ANCHORS;Jason McIntyre
2009-04-24reduce the verbosity of the two examples sections, and provide someJason McIntyre
indent; ok henning
2009-04-24rearrange/merge the various sections to impose some structure on this page;Jason McIntyre
ok henning
2009-04-23improve the description for the .Nd macro in a way it is not onlyIgor Sobrado
more accurate but also a good mnemonic. ok jmc@
2009-04-22do not provide a short list of products which is always out of date.Theo de Raadt
2009-04-22tweaks for the final sections;Jason McIntyre
2009-04-22oops! sync gbe(4) entry;Jason McIntyre
2009-04-22arguments following name description macros (.Nd) are usually lowercase.Igor Sobrado
ok jmc@
2009-04-21Document timeout_add_msec().Michael Knudsen
oga pointed out that it was undocumented, which caused me to find out that I had this diff in my tree. `fine' deraadt