summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-08-08zap trailing whitespace;Jason McIntyre
2014-08-08some corrections and improvements with respect to prologue macros;Ingo Schwarze
found while working on mandoc(1) messages
2014-08-08* consistently use semantic mdoc(7) macrosIngo Schwarze
* add HISTORY and AUTHORS * some mdoc(7) style fixes * some wording fixes and avoid stray future tense feedback and ok rpe@ jmc@, ok jasper@
2014-08-04fix small layout inconsistencyJasper Lievisse Adriaanse
ok'd by many
2014-07-25document the scheduler types and how to specify them.David Gwynne
some pointers from schwarze@
2014-07-24tweak previous: use .Er for ENXIOIngo Schwarze
2014-07-24this is start on documenting bufqs. it covers the bits disk drivers needDavid Gwynne
to know. the grubby bits the midlayer touches on them will get written up soon. ok deraadt@
2014-07-23typo; patch from Timo dot Myyra at wickedbsd dot netIngo Schwarze
2014-07-23rephrase multi-packaged LIB_DEPENDS description to match fixed semantics.Marc Espie
2014-07-23Subtraction usually decrements the valuePhilip Guenther
ok dlg@
2014-07-23tweak previous;Jason McIntyre
2014-07-23document mallocarray like malloc throughout the page. better describeDavid Gwynne
what M_CANFAIL means for each. motivation and initial diff from doug hogan
2014-07-22Add a link to pcexio(4) man page. Now 'man 4 pcexio' works fine onKenji Aoyama
luna88k. ok miod@
2014-07-22Drop quotes and mention that 3 and not 2 variables can be overridden.Antoine Jacoutot
ok robert@
2014-07-22Tweak after recebt rc.securelevel change.Antoine Jacoutot
2014-07-19Explicitely check the value of REGRESS_SKIP_SLOW rather than its emptyness,Miod Vallat
for it defaults to a non-empty value; Doug Hogan
2014-07-18pass atomic_{cas,swap}_uint a volatile void * instead of a volatileDavid Gwynne
void **. the latter is really hard to cast for, and not what what solaris does. ok kettenis@
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16invert the description describing calendar, since it is run by defaultJason McIntyre
(so we tell folk how to stop it);
2014-07-16no more /etc/disklabels (ironically making my previous commit to thisJason McIntyre
file redundant);
2014-07-16no more html/milter;Jason McIntyre
2014-07-15crank to 5.6-betaTheo de Raadt
2014-07-15put examples/ in the right place;Jason McIntyre
2014-07-15/var/db/sysmerge -> /usr/share/sysmergeAntoine Jacoutot
ok deraadt@
2014-07-14No more "securelevel" variable.Antoine Jacoutot
2014-07-14powerdown is gone.Antoine Jacoutot
2014-07-14Add /etc/examples/Antoine Jacoutot
prodded by jmc@
2014-07-14Add TEST_ENV and ALL_TEST_ENV description.Vadim Zhukov
2014-07-14use Nx;Jason McIntyre
2014-07-13KASSERTMSG(9): New kernel assertion with messageMasao Uebayashi
KASSERT() is annoying as it only prints the expression as a string. If you (developers) want to know a little more information, you have to do: #ifdef DIAGNOSTIC if (bad) panic(...); #endif KASSERTMSG() replaces it into a single line: KASSERTMSG(!bad, ...); Taken from NetBSD. (There is a concern that KASSERT() messages are too long; consume more memory, and not friendly for small monitors. This have to be considered & revisited later.) "Like" from henning@ Man page review & advices from jmc@ and schwarze@
2014-07-13add RDC R1012 supportsasano
2014-07-13Do not fold multiple function arguments into the same .Fn argument:Ingo Schwarze
That may cause indexing and formatting issues. Buggy mdoc(7) code mentioned by uebayasi@ to jmc@.
2014-07-13tweak previous;Jason McIntyre
2014-07-13Document the security/heimdal MODULE.Antoine Jacoutot
2014-07-13Try to document new 'net' option that is a bit like 'noauto'.Claudio Jeker
2014-07-13tweak previous; ok dlgJason McIntyre
2014-07-13Unconfuse .Fa documentation:Ingo Schwarze
You can use .Fa with just a type, without a name, but when you give both, which is the usual case, they need to go into one single .Fa argument. Observed by bentley@; ok jmc@ bentley@.
2014-07-13tweak previous;Jason McIntyre
2014-07-13tweak previous;Jason McIntyre
2014-07-13treat external storage allocated by the mbuf layer the same asDavid Gwynne
external storage attached to an mbuf anywhere else. this means it uses MEXTADD to wire it up to the mbuf, and it relies on the ext_free and ext_arg bits in the header to call the right free function against the right pool. M_CLUSTER gets renamed to M_EXTWR. the type field in MEXTADD gets reused as a flags field so anything attaching storage to an mbuf can say if it is writable or not. ok claudio@
2014-07-13What would you use config_init() for?Martin Pieuchot
2014-07-13Split config_attach/detach(9) from autoconf(9). Stop talking aboutMartin Pieuchot
config_deactivate(9), it should die. Mention config_detach_children(9). Use CONTEXT and RETURN VALUES sections
2014-07-13document that rc.conf is not a shell script anymoreRobert Nagy
2014-07-13we dont do per interface accounting in the mbuf layer anymoreDavid Gwynne
2014-07-12some basic formatting fixes;Jason McIntyre
2014-07-12uyap: your call has been disconnectedTed Unangst
2014-07-12Add devel/cmake bits (rotted in my tree for more than a year) and a shortVadim Zhukov
description of x11/kde4 variables. Everyone is welcome to extend&improve. okay espie@
2014-07-12teduuuuuudfu(4) it has never been enabled in 5 years.Martin Pieuchot
ok tedu@, deraadt@
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
after discussions with beck deraadt kettenis.
2014-07-12some basic formatting tweaks;Jason McIntyre