Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | document "tc"; | Jason McIntyre | |
From: Edward ok millert | |||
2014-08-10 | Improve variables listing in x11/kde4 module description. | Vadim Zhukov | |
2014-08-10 | Note that qemu 1.7.2 has the VLAN bug fix, too | Stefan Fritsch | |
2014-08-10 | some Ev fixes; | Jason McIntyre | |
2014-08-10 | Document SUBST_* | Marc Espie | |
2014-08-10 | Typo. ok deraadt@ jmc@ | Matthieu Herrb | |
2014-08-10 | AF_BLUETOOTH is gone. AF_LOCAL isn't involved pipe (and portals are gone). | Philip Guenther | |
2014-08-08 | zap trailing whitespace; | Jason McIntyre | |
2014-08-08 | some 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) macros | Ingo 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-04 | fix small layout inconsistency | Jasper Lievisse Adriaanse | |
ok'd by many | |||
2014-07-25 | document the scheduler types and how to specify them. | David Gwynne | |
some pointers from schwarze@ | |||
2014-07-24 | tweak previous: use .Er for ENXIO | Ingo Schwarze | |
2014-07-24 | this is start on documenting bufqs. it covers the bits disk drivers need | David Gwynne | |
to know. the grubby bits the midlayer touches on them will get written up soon. ok deraadt@ | |||
2014-07-23 | typo; patch from Timo dot Myyra at wickedbsd dot net | Ingo Schwarze | |
2014-07-23 | rephrase multi-packaged LIB_DEPENDS description to match fixed semantics. | Marc Espie | |
2014-07-23 | Subtraction usually decrements the value | Philip Guenther | |
ok dlg@ | |||
2014-07-23 | tweak previous; | Jason McIntyre | |
2014-07-23 | document mallocarray like malloc throughout the page. better describe | David Gwynne | |
what M_CANFAIL means for each. motivation and initial diff from doug hogan | |||
2014-07-22 | Add a link to pcexio(4) man page. Now 'man 4 pcexio' works fine on | Kenji Aoyama | |
luna88k. ok miod@ | |||
2014-07-22 | Drop quotes and mention that 3 and not 2 variables can be overridden. | Antoine Jacoutot | |
ok robert@ | |||
2014-07-22 | Tweak after recebt rc.securelevel change. | Antoine Jacoutot | |
2014-07-19 | Explicitely 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-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne | |
void **. the latter is really hard to cast for, and not what what solaris does. ok kettenis@ | |||
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen | |
2014-07-16 | invert the description describing calendar, since it is run by default | Jason McIntyre | |
(so we tell folk how to stop it); | |||
2014-07-16 | no more /etc/disklabels (ironically making my previous commit to this | Jason McIntyre | |
file redundant); | |||
2014-07-16 | no more html/milter; | Jason McIntyre | |
2014-07-15 | crank to 5.6-beta | Theo de Raadt | |
2014-07-15 | put examples/ in the right place; | Jason McIntyre | |
2014-07-15 | /var/db/sysmerge -> /usr/share/sysmerge | Antoine Jacoutot | |
ok deraadt@ | |||
2014-07-14 | No more "securelevel" variable. | Antoine Jacoutot | |
2014-07-14 | powerdown is gone. | Antoine Jacoutot | |
2014-07-14 | Add /etc/examples/ | Antoine Jacoutot | |
prodded by jmc@ | |||
2014-07-14 | Add TEST_ENV and ALL_TEST_ENV description. | Vadim Zhukov | |
2014-07-14 | use Nx; | Jason McIntyre | |
2014-07-13 | KASSERTMSG(9): New kernel assertion with message | Masao 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-13 | add RDC R1012 support | sasano | |
2014-07-13 | Do 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-13 | tweak previous; | Jason McIntyre | |
2014-07-13 | Document the security/heimdal MODULE. | Antoine Jacoutot | |
2014-07-13 | Try to document new 'net' option that is a bit like 'noauto'. | Claudio Jeker | |
2014-07-13 | tweak previous; ok dlg | Jason McIntyre | |
2014-07-13 | Unconfuse .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-13 | tweak previous; | Jason McIntyre | |
2014-07-13 | tweak previous; | Jason McIntyre | |
2014-07-13 | treat external storage allocated by the mbuf layer the same as | David 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-13 | What would you use config_init() for? | Martin Pieuchot | |
2014-07-13 | Split config_attach/detach(9) from autoconf(9). Stop talking about | Martin Pieuchot | |
config_deactivate(9), it should die. Mention config_detach_children(9). Use CONTEXT and RETURN VALUES sections | |||
2014-07-13 | document that rc.conf is not a shell script anymore | Robert Nagy | |