Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | Fix whitespace | Ingo Feinerer | |
2016-01-04 | adjust CAVEATS for 802.11n; ok stsp | Jason McIntyre | |
2016-01-03 | The pkgpath given mentioned -qt4, but the description wrongly told -main. | Vadim Zhukov | |
2016-01-03 | Add support for 100 series to pchtemp(4). | Daniel Dickman | |
ok kettenis@ | |||
2016-01-02 | tweak previous; | Jason McIntyre | |
2016-01-02 | Document recent videoio.h changes. | Ingo Feinerer | |
ok jmc@ | |||
2016-01-01 | Mention that GH_* yield a default for DISTNAME | Jasper Lievisse Adriaanse | |
2015-12-31 | Xr pchtemp(4). Prodded by jmc@ | Mark Kettenis | |
2015-12-31 | Manual page for pchtemp(4). | Mark Kettenis | |
2015-12-30 | sysexits only caught on for mail programs. it is not actually recommended | Ted Unangst | |
for general use, so tone down the language. ok deraadt | |||
2015-12-28 | The last of the e-mail -> email. | mmcc | |
2015-12-25 | initialiases -> initialises | Anthony J. Bentley | |
2015-12-24 | more e-mail -> email | mmcc | |
2015-12-24 | Mark up paths with Pa, and adjust tag width to avoid ugly wrapping. | Anthony J. Bentley | |
ok jmc@ schwarze@ | |||
2015-12-24 | mdoc macro cleanup. | Anthony J. Bentley | |
- mark up types with Vt - clean up some Tn - Ql instead of ` ' ok jmc@ schwarze@ | |||
2015-12-23 | We support PIE on static executables now. | Anthony J. Bentley | |
ok pascal@ | |||
2015-12-21 | minor tweaks; | Jason McIntyre | |
2015-12-21 | regen MAKEDEV | Stefan Fritsch | |
2015-12-21 | add virtio-console driver | Stefan Fritsch | |
This patch adds a new driver for use of virtio-console devices as ttys. It's still in an early state and not compiled by default, yet. Currently it is only wired into amd64. i386 is still missing. Discussed with uebayasi@, deraadt@ | |||
2015-12-20 | improve CTASSERT man page | Stefan Fritsch | |
* add CTASSERT.9 link * add "void" to prototype | |||
2015-12-19 | move to 5.9-beta | Theo de Raadt | |
2015-12-14 | Update iwm(4) CAVEATS section in light of initial 802.11n support. | Stefan Sperling | |
pointed out by jmc@ | |||
2015-12-14 | iwm(4) firmware errors during association have been fixed. Remove BUGS section. | Stefan Sperling | |
2015-12-12 | document the keyboard backlight support | Joerg Jung | |
2015-12-12 | tweak; ok mpi | Jason McIntyre | |
2015-12-12 | Kill domountroothooks(9) and mountroothook_establish(9) references, | Martin Pieuchot | |
reminded by jmc@ | |||
2015-12-11 | Correct SYNOPSIS. | Martin Pieuchot | |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot | |
similar to config_defer(9). ok mikeb@, deraadt@ | |||
2015-12-10 | Remove plain DES from the kernel crypto framework, including the crypto | Christian Weisgerber | |
accelerator drivers. No longer used by anything. ok sthen@ mikeb@ | |||
2015-12-10 | tweak; | Jason McIntyre | |
2015-12-10 | ifq_restart can be called from autoconf, process context, and interrupts. | David Gwynne | |
2015-12-10 | document ifq_barrier() | David Gwynne | |
2015-12-09 | Document the new canaries and junk validation features. | tb | |
ok tedu@, jmc@ | |||
2015-12-09 | - pvbus on vmm(4) guests prints "OpenBSD", not vmm(4). | Reyk Floeter | |
- Add xen(4) to the list. | |||
2015-12-09 | missing apostrophe; | Jason McIntyre | |
2015-12-09 | document ifq_restart. or try to. | David Gwynne | |
2015-12-09 | xspd(4) man page | Mike Belopuhov | |
2015-12-09 | xen(4) man page | Mike Belopuhov | |
2015-12-08 | Add vmm(4) to the list. | Reyk Floeter | |
2015-12-08 | tweak previous; | Jason McIntyre | |
2015-12-08 | remove libexec/smtpd; | Jason McIntyre | |
2015-12-08 | NOTRAILERS is unlikely to show up in future ifconfig output | Ted Unangst | |
2015-12-08 | remove lies about trailers support | Ted Unangst | |
2015-12-08 | Manual for if_get(9) and if_put(9). | Martin Pieuchot | |
ok dlg@ | |||
2015-12-06 | Update reference from lang/gcc/4.2 to lang/gcc/4.9. From Daniel | mmcc | |
Bolgheroni, discussed with espie@. | |||
2015-12-06 | sort SEE ALSO; | Jason McIntyre | |
2015-12-06 | man page missed switchover from vmmctl -> vmctl. | Mike Larkin | |
spotted by trondd at kagu-tsuchi dot com | |||
2015-12-05 | multicast_{host,router} is now just multicast; | Jason McIntyre | |
2015-12-05 | Update termtypes.master to upstream terminfo-20151128. | Nicholas Marriott | |
2015-12-05 | document that virtio supports the 0.9.5 spec, not 1.0 | Stefan Fritsch | |