Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-29 | document newly supported ioctls VIDIOC_S_PARM, VIDIOC_G_PARM and | Jacob Meuser | |
VIDIOC_ENUM_FRAMEINTERVALS ok jmc@ | |||
2011-03-28 | Documentation for mlphy(4) | Claudio Jeker | |
OK sthen | |||
2011-03-25 | Pf can reassemble IPv6 fragments now. | Alexander Bluhm | |
ok jmc@ | |||
2011-03-25 | Bump timeout to 30s. | Antoine Jacoutot | |
ok robert@ | |||
2011-03-25 | Document the dconf MODULE. | Antoine Jacoutot | |
2011-03-24 | Document daemon_flags=NO. | Antoine Jacoutot | |
ok robert@ | |||
2011-03-23 | Cleanup .Va macros, triggered by a smaller diff from ajacoutot@. | Ingo Schwarze | |
* Do not use .Va for mere emphasis, it's for variable names. * Use .Dl to display complete single command lines. * And .Bd -literal is nicer when they contain double quotes. ok ajacoutot@ | |||
2011-03-22 | don't refer to an error message which no longer exists (bge's jumbo buffer | Stuart Henderson | |
allocator was removed with the move to MCLGETI). spotted by Richard Toohey. | |||
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin | |
ok deraadt@ | |||
2011-03-18 | sigh | Theo de Raadt | |
2011-03-18 | oh, it should stay | Theo de Raadt | |
2011-03-18 | old style mtrr interface went away | Theo de Raadt | |
2011-03-17 | add missing .El; | Jason McIntyre | |
2011-03-17 | Document RC_DEBUG. | Antoine Jacoutot | |
"I love having slaves" && ok robert@ | |||
2011-03-16 | Using mandoc_char(7) escapes like "K\(:onig" for German umlauts | Ingo Schwarze | |
is incorrect. The escape sequence "\(:o" represents "o diaeresis", not "o umlaut". These are two very different phonological phenomena that only happen to be represented by the same diacritic mark. In -Tascii mode, all renderers correctly render "\(:o" (o diaeresis) as plain "o", but that rendering is incorrect for "o umlaut", which must be transliterated to the digraph "oe" in -Tascii. There is no mandoc_char(7) escape for "o umlaut", so we must give the digraph as plain text in the mdoc(7) source code. For manuals, ASCII rendering is clearly much more important than PostScript or HTML rendering. Besides, we should not sacrifice correct rendering in any mode in order to get slightly nicer rendering in some other mode. "von mir aus" (roughly = "I don't mind") naddy@ | |||
2011-03-16 | Replace ISO 8859-1 character (o with diaeresis) with proper mandoc symbol. | Christian Weisgerber | |
From: Anthony J. Bentley | |||
2011-03-16 | anthonyjbentley@gmail.com has a SMC Networks SMCWUSB-N2 | Theo de Raadt | |
2011-03-15 | Put daemon between double quotes to make it clear we are talking about | Antoine Jacoutot | |
the daemon class, not the daemon script. ok schwarze@ | |||
2011-03-15 | Document daemon_class, with wording help from jmc@ | Antoine Jacoutot | |
2011-03-15 | Make it clear that rc_reload=NO is not about a daemon not supporting | Antoine Jacoutot | |
SIGHUP but having no way to reload the configuration (other than restart). | |||
2011-03-13 | move the wol text up a bit, to make it more consistent; | Jason McIntyre | |
2011-03-13 | don;t discuss WoL while it's unsupported; ok stsp | Jason McIntyre | |
2011-03-13 | consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants to | Jason McIntyre | |
change that, but let's keep it consistent; ok stsp | |||
2011-03-13 | Wake On LAN support for vr(4). | Stefan Sperling | |
ok deraadt | |||
2011-03-13 | Wake On LAN support for re(4). | Stefan Sperling | |
ok deraadt | |||
2011-03-13 | Some cleanup of the discussion of rc.d variables: | Ingo Schwarze | |
A bit more precision, insert the proper section header, and avoid remarks in parentheses. ok ajacoutot@ | |||
2011-03-12 | mtop uses int, not daddr_t, for count. | Kenneth R Westerback | |
ok deraadt@ | |||
2011-03-12 | There existed a race when a process was trying to read from a spliced | Alexander Bluhm | |
socket. soreceive() releases splsoftnet for uiomove(). In that moment, somove() could pull the mbuf from the receive buffer. After that, soreceive removed the mbuf again. The corrupted length accounting resulted in a panic. The fix is to block read calls in soreceive() until splicing has been finished. just commit deraadt@ | |||
2011-03-10 | Add support for detecting the NXP SA56004X (we have not actually | Theo de Raadt | |
seen it in the wild yet, but the detection seems easy). Few bugs spotted by kettenis. ok kettenis | |||
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@ |