summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-03-10Changing daemon_flags on already running processes can make any kind ofAntoine Jacoutot
action fail, not just reload and stop. ok sthen@
2011-03-10tweak previous;Jason McIntyre
2011-03-10Extend the documentation of the actions argument and bring this up to dateAntoine Jacoutot
after the recent changes. ok sthen@ robert@
2011-03-08There is no such thing as rc_restart().Antoine Jacoutot
2011-03-08Add a kernel man page sosplice(9) for the socket splicing implementation.Alexander Bluhm
ok jmc@
2011-03-07hardware lists are sorted;Jason McIntyre
2011-03-07List Dynex DX-SC51 as supported card. ok jakemsrStefan Sperling
2011-03-07Clean up date handling,Ingo Schwarze
as a first step to get rid of the frequent petty warnings in this area: - always store dates as strings, not as seconds since the Epoch - for input, try the three most common formats everywhere - for unrecognized format, just pass the date though verbatim - when there is no date at all, still use the current date Originally triggered by a one-line patch from Tim van der Molen, <tbvdm at xs4all dot nl>, which is included here. Feedback and OK on manual parts from jmc@. "please check this in" kristaps@
2011-03-06Add an "rc_bg" variable that is undefined by default and allows to startAntoine Jacoutot
a daemon in the background. man page tweaks from schwarze@ discussed with an ok schwarze@ robert@
2011-03-06Clarify.Antoine Jacoutot
ok schwarze@ jmc@
2011-03-05Cronyx Omega-PCI is supported; from Alexei MalininJason McIntyre
2011-03-05Minor polishing that was missed during the recent rc.subr(8) split:Ingo Schwarze
* Avoid markup of "daemon" when not explicitly referring to the variable. * Improve some wording, remove one typo and one useless .Pp. Reminded by jmc@, ok jmc@ ajacoutot@
2011-02-24There is no evidence Sun ever sold rebranded Tech Source GFX-4M/8M boards.Mark Kettenis
2011-02-24Fix several documentation bugs (including a typo fix from schwarze@).Antoine Jacoutot
Missing documentation about the naming policy for rc scripts. Document rcexec. Remove daemon_shell, it's proved useless at best and can introduce issues we don't want to deal with. prodded by, discussed with and ok espie@ ok robert@ miod@
2011-02-22run makewhatis -vMarc Espie
okay miod@
2011-02-17split along user/implementation lines.Marc Espie
After lots of back and forth with jmc@ and schwarze. okay miod@
2011-02-16Recommend checking DNS.Ingo Schwarze
Joint work of lum@, jmc@ and myself; committing on behalf of lum@ who is short on time. ok jmc@ lum@ miod@
2011-02-12Extend rc_scripts documentation.Antoine Jacoutot
prodded by espie@ ok jmc@ (with tweaks), ok miod@
2011-02-12sync with v4 route socket changes. ok deraadt@Stuart Henderson
2011-02-10fix manual page description; replace .Pa -> .Nm in synopsis.Igor Sobrado
ok schwarze@
2011-02-09Clean up the COMPATIBILITY section;Ingo Schwarze
heavily based on a patch from kristaps@ with some tweaks by me. - Also talk about -Tps and -Tpdf. - Use the same list style as in the other mandoc manuals. - Replace a few macros by ones better suited. - Some improvements of wording. ok jmc@ kristaps@
2011-02-07Update to tzdata2011b from elsie.nci.nih.govTodd C. Miller
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@.
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
from kristaps@.
2011-02-03mention the right type for IP_RECVTTL; ok millert@Otto Moerbeek
2011-02-01- remove an ambiguity regarding the state description. i used part of aJason McIntyre
diff from patrick keshishian on misc for this - document that packets passed by default, matching neither block nor pass rules, are effectively created with "no state"; as discovered by tedu ...after much discussion on misc and with henning
2011-01-31Document the kernel option SOCKET_SPLICE and the socket optionAlexander Bluhm
SO_SPLICE for zero-copy socket splicing. ok jmc@
2011-01-30zap unneeded Pp;Jason McIntyre
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
Don't use it in new manuals, it is inherently non-portable, but we need it for backward-compatibility with existing manuals, for example in Xenocara driver pages. ok kristaps@ matthieu@ jmc@
2011-01-30As reminded by deraadt@, we don't usually use "you" in manuals, so useIngo Schwarze
a bit less of it here, even though this page is a bit special. Not a full sweep of the page, just cleaning up the paragraph we recently touched. ok jmc@ lum@
2011-01-30missing space: out-of-banddata -> out-of-band dataStefan Sperling
2011-01-30wsconsctl -w is out of fashion; from Henri KemppainenJason McIntyre
2011-01-29The function m_tag_copy_chain() returned 0 on success and 1 onAlexander Bluhm
failure. The man page explained it the other way around. Change the return code to the more obvious 0 or ENOMEM and document this. ok krw@ markus@ miod@ jmc@
2011-01-29Amend "Login" section to reflect the fact that a user accountlum
can be created during installation. Suggestions from schwarze@ ok for first version miod@
2011-01-27Update the man page after my last commit to atphy(4); from BradKevin Lo
2011-01-25Mention .ns, .ps, .ta; related to mandoc/roff.c rev. 1.31.Ingo Schwarze
2011-01-25As noticed by deraadt@, it goes without saying that text filesIngo Schwarze
on a UNIX system use UNIX conventions, and UNIX tools working on them expect that. ok jmc@
2011-01-24Better explain roff(7) macro argument quoting;Ingo Schwarze
ok jmc@.
2011-01-24Fix revisionTodd C. Miller
2011-01-24Update to tzdata2011a from elsie.nci.nih.govTodd C. Miller
2011-01-23bit more on reflection, From: James Jerkins <jjerkins at una.edu>Henning Brauer
with tweaks from jmc
2011-01-22sync to bsd.lv: document spans, and decimalpoint() is implementedIngo Schwarze
2011-01-22Lots of in-line macros require arguments but were not marked as such.Ingo Schwarze
Check prompted by kristaps@.
2011-01-21Simplify reference to errata.htmllum
ok and help jmc@
2011-01-21Help description of PATH liability a bit.lum
ok jmc@
2011-01-20Fix an example using rdr-to where a couple of hosts were exempted fromStuart Henderson
the redirect; the sample rule used "match" for the general case which negated the exemptions. From Harald Dunkel.
2011-01-16explain various points in more detail, and some in easier orIngo Schwarze
more standard ways; ok jmc@ ajacoutot@ robert@
2011-01-16tweak previous;Jason McIntyre
2011-01-16- remove double wordJasper Lievisse Adriaanse
2011-01-16hook rc.subr.8 to the build and create a link to rc.d.8 andRobert Nagy
document the missing pieces in rc(8) and rc.shutdown(8)