Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-12-05 | It does not make sense to insert a specific route for 224/4 when the | Martin Pieuchot | |
default one is good enough. So merge rc.conf(8)'s 'multicast_router' and 'multicast_host' into a single 'multicast'. If set to YES the reject route for 224/4 is not inserted by netstart(8). Manual bits from jmc@ ok henning@, ajacoutot@ | |||
2015-12-04 | document /usr/include/{msdosfs,ntfs} | Jason McIntyre | |
2015-12-04 | Add etherip.4 to MAN | YASUOKA Masahiko | |
ok goda | |||
2015-12-03 | various tweaks; | Jason McIntyre | |
2015-12-03 | tweak previous; | Jason McIntyre | |
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot | |
fallback to a SLIST. ok dlg@, jasper@ | |||
2015-12-03 | accross->across, and tweak wording about interface creation | Stuart Henderson | |
2015-12-03 | new sentence -> new line | Stuart Henderson | |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda | |
This commit is not removing the existing EtherIP part of gif(4) and it keeps EtherIP of gif(4) working. ok jbg@ sthen@ mpi@ reyk@ yasuoka@ | |||
2015-12-03 | Change /usr/share/misc/terminfo.db to /usr/share/terminfo. | Nicholas Marriott | |
ok millert | |||
2015-12-03 | Do not build termcap.db and terminfo.db, they are no longer needed. | Nicholas Marriott | |
ok millert | |||
2015-12-03 | Sync after addition of vmm(4) | Claudio Jeker | |
2015-12-02 | tweak previous; | Jason McIntyre | |
2015-12-02 | RT_REPORT is no more. | Claudio Jeker | |
2015-12-02 | Tweak previous: Move struct vattr out of the function table, it's used | Ingo Schwarze | |
by more than two functions, and use .Vt for the struct name. OK jmc@ tedu@ |