Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-10 | Changing daemon_flags on already running processes can make any kind of | Antoine Jacoutot | |
action fail, not just reload and stop. ok sthen@ | |||
2011-03-10 | tweak previous; | Jason McIntyre | |
2011-03-10 | Extend the documentation of the actions argument and bring this up to date | Antoine Jacoutot | |
after the recent changes. ok sthen@ robert@ | |||
2011-03-08 | There is no such thing as rc_restart(). | Antoine Jacoutot | |
2011-03-08 | Add a kernel man page sosplice(9) for the socket splicing implementation. | Alexander Bluhm | |
ok jmc@ | |||
2011-03-07 | hardware lists are sorted; | Jason McIntyre | |
2011-03-07 | List Dynex DX-SC51 as supported card. ok jakemsr | Stefan Sperling | |
2011-03-07 | Clean 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-06 | Add an "rc_bg" variable that is undefined by default and allows to start | Antoine Jacoutot | |
a daemon in the background. man page tweaks from schwarze@ discussed with an ok schwarze@ robert@ | |||
2011-03-06 | Clarify. | Antoine Jacoutot | |
ok schwarze@ jmc@ | |||
2011-03-05 | Cronyx Omega-PCI is supported; from Alexei Malinin | Jason McIntyre | |
2011-03-05 | Minor 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-24 | There is no evidence Sun ever sold rebranded Tech Source GFX-4M/8M boards. | Mark Kettenis | |
2011-02-24 | Fix 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-22 | run makewhatis -v | Marc Espie | |
okay miod@ | |||
2011-02-17 | split along user/implementation lines. | Marc Espie | |
After lots of back and forth with jmc@ and schwarze. okay miod@ | |||
2011-02-16 | Recommend 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-12 | Extend rc_scripts documentation. | Antoine Jacoutot | |
prodded by espie@ ok jmc@ (with tweaks), ok miod@ | |||
2011-02-12 | sync with v4 route socket changes. ok deraadt@ | Stuart Henderson | |
2011-02-10 | fix manual page description; replace .Pa -> .Nm in synopsis. | Igor Sobrado | |
ok schwarze@ | |||
2011-02-09 | Clean 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-07 | Update to tzdata2011b from elsie.nci.nih.gov | Todd C. Miller | |
2011-02-07 | Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no | Ingo 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-06 | If .Ns is specified on its own line, ignore it, like groff does; | Ingo Schwarze | |
from kristaps@. | |||
2011-02-03 | mention the right type for IP_RECVTTL; ok millert@ | Otto Moerbeek | |
2011-02-01 | - remove an ambiguity regarding the state description. i used part of a | Jason 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-31 | Document the kernel option SOCKET_SPLICE and the socket option | Alexander Bluhm | |
SO_SPLICE for zero-copy socket splicing. ok jmc@ | |||
2011-01-30 | zap unneeded Pp; | Jason McIntyre | |
2011-01-30 | Implement 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-30 | As reminded by deraadt@, we don't usually use "you" in manuals, so use | Ingo 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-30 | missing space: out-of-banddata -> out-of-band data | Stefan Sperling | |
2011-01-30 | wsconsctl -w is out of fashion; from Henri Kemppainen | Jason McIntyre | |
2011-01-29 | The function m_tag_copy_chain() returned 0 on success and 1 on | Alexander 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-29 | Amend "Login" section to reflect the fact that a user account | lum | |
can be created during installation. Suggestions from schwarze@ ok for first version miod@ | |||
2011-01-27 | Update the man page after my last commit to atphy(4); from Brad | Kevin Lo | |
2011-01-25 | Mention .ns, .ps, .ta; related to mandoc/roff.c rev. 1.31. | Ingo Schwarze | |
2011-01-25 | As noticed by deraadt@, it goes without saying that text files | Ingo Schwarze | |
on a UNIX system use UNIX conventions, and UNIX tools working on them expect that. ok jmc@ | |||
2011-01-24 | Better explain roff(7) macro argument quoting; | Ingo Schwarze | |
ok jmc@. | |||
2011-01-24 | Fix revision | Todd C. Miller | |
2011-01-24 | Update to tzdata2011a from elsie.nci.nih.gov | Todd C. Miller | |
2011-01-23 | bit more on reflection, From: James Jerkins <jjerkins at una.edu> | Henning Brauer | |
with tweaks from jmc | |||
2011-01-22 | sync to bsd.lv: document spans, and decimalpoint() is implemented | Ingo Schwarze | |
2011-01-22 | Lots of in-line macros require arguments but were not marked as such. | Ingo Schwarze | |
Check prompted by kristaps@. | |||
2011-01-21 | Simplify reference to errata.html | lum | |
ok and help jmc@ | |||
2011-01-21 | Help description of PATH liability a bit. | lum | |
ok jmc@ | |||
2011-01-20 | Fix an example using rdr-to where a couple of hosts were exempted from | Stuart Henderson | |
the redirect; the sample rule used "match" for the general case which negated the exemptions. From Harald Dunkel. | |||
2011-01-16 | explain various points in more detail, and some in easier or | Ingo Schwarze | |
more standard ways; ok jmc@ ajacoutot@ robert@ | |||
2011-01-16 | tweak previous; | Jason McIntyre | |
2011-01-16 | - remove double word | Jasper Lievisse Adriaanse | |
2011-01-16 | hook rc.subr.8 to the build and create a link to rc.d.8 and | Robert Nagy | |
document the missing pieces in rc(8) and rc.shutdown(8) |