Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | typo. | Igor Sobrado | |
2015-09-24 | the inetd text is no longer relevant; from rob pierce | Jason McIntyre | |
while here, knock out a section header to avoid a one sentence section; | |||
2015-09-24 | fix unit suffix. | Igor Sobrado | |
2015-09-24 | fix two typos. | Igor Sobrado | |
2015-09-24 | typo. | Igor Sobrado | |
2015-09-23 | refer to err and warn families, suggested by Michael McConville | Ted Unangst | |
2015-09-23 | ml_init and mq_init return void. | David Gwynne | |
2015-09-23 | typos. | Igor Sobrado | |
2015-09-23 | fix manufacturer name. | Igor Sobrado | |
2015-09-23 | minor .Pa cleanup, including one chunk from Michael Reed | Ingo Schwarze | |
2015-09-23 | The best way to display complete command invocations including command | Ingo Schwarze | |
names, options and arguments are literal displays: .Bd -literal for multiple lines, .Dl for single lines, and (in these cases) .Ql for in-line displays. Triggered by a different patch from Michael Reed. | |||
2015-09-23 | Obviously, .Ar is the wrong macro for Makefile targets - .Ar is for | Ingo Schwarze | |
placeholders to be replaced by something else by the user. As these are fixed strings passed on the make(1) command line, use .Cm. Trim some excessive indentation while here. | |||
2015-09-22 | consistency: no need to restate the page name in .Nm over and over again; | Ingo Schwarze | |
Michael Reed <m dot reed at mykolab dot com> | |||
2015-09-22 | typos: mastter -> master, mandoatory -> mandatory. | Igor Sobrado | |
2015-09-22 | fix typo. | Igor Sobrado | |
2015-09-21 | punctuation and upper case fixes; Michael Reed <m dot reed at mykolab dot com> | Ingo Schwarze | |
2015-09-21 | Mark up login.conf(5) variable names as .Va, not .Ar, | Ingo Schwarze | |
like in the login.conf(5) manual itself. Patch from Michael Reed <m dot reed at mykolab dot com>. | |||
2015-09-21 | Document that m_free(9) and m_freem(9) now accept NULL. | Martin Pieuchot | |
From Michael McConville, ok jmc@ | |||
2015-09-21 | spelling fix; | Jason McIntyre | |
2015-09-21 | scatter some rcctl refs; from rob pierce | Jason McIntyre | |
discussed with ajacoutot | |||
2015-09-21 | use .Sx; from Michael Reed <m dot reed at mykolab dot com> tweaked by me | Ingo Schwarze | |
2015-09-20 | fix an Xr to pkg_create(1); | Jason McIntyre | |
from michael reed | |||
2015-09-20 | More IP26 bits. | Miod Vallat | |
2015-09-19 | Document that rtfree(9) accepts NULL. | Martin Pieuchot | |
From Michael McConville via jmc@ | |||
2015-09-18 | tweak previous; | Jason McIntyre | |
2015-09-18 | implement SRPL_INSERT_AFTER_LOCKED. | David Gwynne | |
i thought id committed this at l2k15. sorry for the delay. | |||
2015-09-16 | use .Sq rather than manual `...' and fix two typos; | Ingo Schwarze | |
from Michael Reed <m dot reed at mykolab dot com> | |||
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | |
In some cases, do additional cleanup in the immediate vicinity. | |||
2015-09-14 | convert .Fd #include to .In | Ingo Schwarze | |
2015-09-14 | delete stray .Ft line | Ingo Schwarze | |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze | |
development of a cargo cult in case people look at existing files for examples. This achieves a consistent .Fo and .Fn quoting style across the whole tree. | |||
2015-09-14 | add missing function return types | Ingo Schwarze | |
2015-09-13 | vallue -> value; | Jason McIntyre | |
2015-09-13 | intr_barrier(9) | Mark Kettenis | |
2015-09-13 | Mark IGNORE_IS_FATAL and IGNORE_SILENT as user settings explicitly. | Vadim Zhukov | |
This makes syncing list of such variables with portcheck code easier. | |||
2015-09-13 | forgot to prototope SRPL_RC_INITIALIZER | David Gwynne | |
2015-09-12 | ktrcsw(9) has been removed, so remove its man page too. | Lawrence Teo | |
ok guenther@ miod@ sthen@ | |||
2015-09-11 | add missing functions to NAME; | Jason McIntyre | |
---------------------------------------------------------------------- | |||
2015-09-11 | No longer document RTF_XRESOLVE but keep the define around until | Martin Pieuchot | |
ports are clean. | |||
2015-09-11 | Document rtref(9). | Martin Pieuchot | |
2015-09-11 | introduce a wrapper around reference counts called refcnt. | David Gwynne | |
its basically atomic inc/dec, but it includes magical sleep code in refcnt_finalise that is better written once than many times. refcnt_finalise sleeps until all references are released and does so with sleep_setup and sleep_finalize, which is fairly subtle. putting this in now so i we can get on with work in the stack, a proper discussion about visibility and how available intrinsics should be in the kernel can happen after next week. with help from guenther@ ok guenther@ deraadt@ mpi@ | |||
2015-09-11 | No more che(4) so no need for the manpage. | Claudio Jeker | |
2015-09-11 | documentation updates for ifmedia64 | Stefan Sperling | |
2015-09-11 | Add ps/o | Philip Guenther | |
2015-09-10 | use .Vt for extern variables in the SYNOPSIS, not .Ar | Ingo Schwarze | |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze | |
2015-09-10 | delete bogus trailing comma from .Nm in NAME section | Ingo Schwarze | |
2015-09-10 | reduce more .Nd to one line and kill more .Tn | Ingo Schwarze | |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze | |
2015-09-09 | no comma after last entry in NAME; | Jason McIntyre | |