Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-16 | punctuation and macro can go on the same line; | Jason McIntyre | |
2018-11-16 | document DUMMY_PACKAGE | Marc Espie | |
2018-11-16 | kill INDEX thoroughly, point users at portslist, sqlports, pkglocatedb | Marc Espie | |
2018-11-16 | move describe to obsolete targets | Marc Espie | |
2018-11-16 | document reprepare | Marc Espie | |
2018-11-16 | switch from link0 and llprio to txprio for forcing dot1p prios | David Gwynne | |
2018-11-16 | document txprio ioctl support | David Gwynne | |
2018-11-15 | admin that eoip(4) comes from the gre pseudo device driver | David Gwynne | |
2018-11-15 | spell an ioctl command better. | David Gwynne | |
from markus@ | |||
2018-11-13 | knock out a useless sentence, and reword another to make it read more nicely; | Jason McIntyre | |
ok otto | |||
2018-11-12 | tweak previous; | Jason McIntyre | |
2018-11-12 | Document return values. | Visa Hankala | |
2018-11-12 | Document pgsigio(9). | Visa Hankala | |
2018-11-12 | Document sigio routines. | Visa Hankala | |
2018-11-09 | retuned -> returned; | Jason McIntyre | |
2018-11-09 | Remove ethers(5) YP support bits from libc as it makes it difficult to | Bryan Steele | |
effectively use pledge(2) in some programs. approval from many, thanks! idea by & ok deraadt@ | |||
2018-11-09 | Document m_leadingspace() and m_trailingspace() instead of the makros which | Claudio Jeker | |
got removed. Also fix documentation of m_prepend and M_PREPEND. They are the same quite some time and there is no longer the need to warn about not using m_prepend directly. OK krw@, mpi@ | |||
2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ | Otto Moerbeek | |
2018-11-07 | Document max vm.malloc_conf length | Otto Moerbeek | |
2018-11-06 | sysctl page is section 2 now; | Jason McIntyre | |
2018-11-06 | Use the new vm.malloc_conf sysctl; ok millert@ deraadt@ | Otto Moerbeek | |
2018-11-05 | document new target gen | Marc Espie | |
2018-11-02 | help landry | Marc Espie | |
2018-10-29 | Revert previous (for now). | Antoine Jacoutot | |
semarie found a few regressions with daemon that will fail if cwd is not accessible. | |||
2018-10-26 | Update for default ruby version switch from 2.4 to 2.5. | Jeremy Evans | |
2018-10-25 | tweak description to conform to reality. | Marc Espie | |
2018-10-25 | add target fix-permissions | solene | |
enhance PORTS_PRIVSEP documentation ok espie@ | |||
2018-10-20 | Drop unneeded (void *) casts from getsockopt(2)/setsockopt(2) example code. | cheloha | |
ok schwarze@ guenther@ kn@ | |||
2018-10-17 | - add an example to date(1) showing how to convert between timezones | Jason McIntyre | |
- update the description of TZ in date(1) - mention some relevant info to avoid sending the reader to another page and, when they have to refer to another page, send them to tzset(3) rather than environ(7) - update the timezone name used in environ(7), as advised by millert ok millert | |||
2018-10-17 | zap extra Pp; | Jason McIntyre | |
2018-10-17 | escape the word "No" as this is also a macro; | Jason McIntyre | |
2018-10-16 | document FETCH_PACKAGES as well | Marc Espie | |
2018-10-16 | document tweak to FETCH_PACKAGES | Marc Espie | |
2018-10-16 | Change the way we call su(1) in rcexec: | Antoine Jacoutot | |
- drop `-'l' to prevent simulating a full login and running /root/.profile (prodded by a mail from J Greely) - use `-m' to preserve the environment because we now set HOME to "/" like /etc/rc does; note that we now also clear the environment using `env -i' before running su(1) which leaves us with only HOME, PATH and SHELL Committing early to catch regressions fast, if any. ok halex@ | |||
2018-10-08 | fix typo in device name (Delmore -> DeLorme) | Stuart Henderson | |
2018-10-06 | Stop telling oversimplifying lies about whether or not VOP_LOOKUP will | Bob Beck | |
return the original vnode to you locked or unlocked. Just admit that it depends... ok guenther@ | |||
2018-10-05 | It is perfectly legal in C++ to use the same name for a struct tag | Todd C. Miller | |
and a typedef. Remove the bits saying otherwise. We shouldn't suggest using a leading underscore in a name since such names are reserved for the language. | |||
2018-10-05 | Add regress variable to run setup once for all tests. | Alexander Bluhm | |
OK anton@ benno@ | |||
2018-10-04 | update DESCRIPTION and COMPATIBILITY, mostly correcting statements | Ingo Schwarze | |
from the past that are no longer true | |||
2018-10-04 | Stop abusing subsections to represent the list of escape sequences; | Ingo Schwarze | |
instead, use .Bl -tag like everywhere else. The same was already done for requests quite some time ago. Also, consistently mark up escape sequences with .Ic, just like requests. | |||
2018-10-02 | Add support for RT3290 chipset by James Hastings. | Kevin Lo | |
Tested by me and James Hastings. | |||
2018-10-01 | fix obvious pasto in the HISTORY section | Ingo Schwarze | |
2018-10-01 | mention RTL8723AE | Jonathan Matthew | |
2018-09-30 | Make the HISTORY sections of the "intro" manuals less confusing and | Ingo Schwarze | |
more uniform; potential for confusion noticed by aalm@; OK jmc@. | |||
2018-09-30 | use a more common wording the authors section | anton | |
2018-09-29 | trim previous; | Jason McIntyre | |
2018-09-28 | Explain how to enable audio recording. | Alexandre Ratchov | |
help from solene, jmc, and schwarze | |||
2018-09-28 | Add a cross reference to sysctl(2) to SEE ALSO. | Ingo Schwarze | |
People reading the present page will almost certainly need it because that's where all the sysctl variables are described. | |||
2018-09-28 | Document retguard and options to disable it. | mortimer | |
ok deraadt@ | |||
2018-09-26 | Fix controller name. | Visa Hankala | |