summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-03-16Using mandoc_char(7) escapes like "K\(:onig" for German umlautsIngo 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-16Replace ISO 8859-1 character (o with diaeresis) with proper mandoc symbol.Christian Weisgerber
From: Anthony J. Bentley
2011-03-16anthonyjbentley@gmail.com has a SMC Networks SMCWUSB-N2Theo de Raadt
2011-03-15Put daemon between double quotes to make it clear we are talking aboutAntoine Jacoutot
the daemon class, not the daemon script. ok schwarze@
2011-03-15Document daemon_class, with wording help from jmc@Antoine Jacoutot
2011-03-15Make it clear that rc_reload=NO is not about a daemon not supportingAntoine Jacoutot
SIGHUP but having no way to reload the configuration (other than restart).
2011-03-14Update to tzdata2011d from /elsie.nci.nih.govTodd C. Miller
2011-03-13move the wol text up a bit, to make it more consistent;Jason McIntyre
2011-03-13don;t discuss WoL while it's unsupported; ok stspJason McIntyre
2011-03-13consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants toJason McIntyre
change that, but let's keep it consistent; ok stsp
2011-03-13Wake On LAN support for vr(4).Stefan Sperling
ok deraadt
2011-03-13Wake On LAN support for re(4).Stefan Sperling
ok deraadt
2011-03-13Sync ctype definitions for the UTF-8 locale to FreeBSD, fixing width ofStefan Sperling
various zero-width characters (e.g. diacritical marks). Also fix runetype mask definitions so that mklocale interprets zero width properly. Diff from Alexander Polakov. Character definition changes checked against Unicode 5.2 by me. ok matthew nicm
2011-03-13Some 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-12mtop uses int, not daddr_t, for count.Kenneth R Westerback
ok deraadt@
2011-03-12There existed a race when a process was trying to read from a splicedAlexander 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-12bsd.doc.mk is dead. long live bsd.doc.mkTheo de Raadt
discussed with ingo
2011-03-10Add support for detecting the NXP SA56004X (we have not actuallyTheo de Raadt
seen it in the wild yet, but the detection seems easy). Few bugs spotted by kettenis. ok kettenis
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