summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-12-23We support PIE on static executables now.Anthony J. Bentley
ok pascal@
2015-12-21minor tweaks;Jason McIntyre
2015-12-21regen MAKEDEVStefan Fritsch
2015-12-21add virtio-console driverStefan 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-20improve CTASSERT man pageStefan Fritsch
* add CTASSERT.9 link * add "void" to prototype
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-14Update iwm(4) CAVEATS section in light of initial 802.11n support.Stefan Sperling
pointed out by jmc@
2015-12-14iwm(4) firmware errors during association have been fixed. Remove BUGS section.Stefan Sperling
2015-12-12document the keyboard backlight supportJoerg Jung
2015-12-12tweak; ok mpiJason McIntyre
2015-12-12Kill domountroothooks(9) and mountroothook_establish(9) references,Martin Pieuchot
reminded by jmc@
2015-12-11Correct SYNOPSIS.Martin Pieuchot
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
similar to config_defer(9). ok mikeb@, deraadt@
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptoChristian Weisgerber
accelerator drivers. No longer used by anything. ok sthen@ mikeb@
2015-12-10tweak;Jason McIntyre
2015-12-10ifq_restart can be called from autoconf, process context, and interrupts.David Gwynne
2015-12-10document ifq_barrier()David Gwynne
2015-12-09Document 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-09missing apostrophe;Jason McIntyre
2015-12-09document ifq_restart. or try to.David Gwynne
2015-12-09xspd(4) man pageMike Belopuhov
2015-12-09xen(4) man pageMike Belopuhov
2015-12-08Add vmm(4) to the list.Reyk Floeter
2015-12-08tweak previous;Jason McIntyre
2015-12-08remove libexec/smtpd;Jason McIntyre
2015-12-08NOTRAILERS is unlikely to show up in future ifconfig outputTed Unangst
2015-12-08remove lies about trailers supportTed Unangst
2015-12-08Manual for if_get(9) and if_put(9).Martin Pieuchot
ok dlg@
2015-12-06Update reference from lang/gcc/4.2 to lang/gcc/4.9. From Danielmmcc
Bolgheroni, discussed with espie@.
2015-12-06sort SEE ALSO;Jason McIntyre
2015-12-06man page missed switchover from vmmctl -> vmctl.Mike Larkin
spotted by trondd at kagu-tsuchi dot com
2015-12-05multicast_{host,router} is now just multicast;Jason McIntyre
2015-12-05Update termtypes.master to upstream terminfo-20151128.Nicholas Marriott
2015-12-05document that virtio supports the 0.9.5 spec, not 1.0Stefan Fritsch
2015-12-05It does not make sense to insert a specific route for 224/4 when theMartin 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-04document /usr/include/{msdosfs,ntfs}Jason McIntyre
2015-12-04Add etherip.4 to MANYASUOKA Masahiko
ok goda
2015-12-03various tweaks;Jason McIntyre
2015-12-03tweak previous;Jason McIntyre
2015-12-03Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow toMartin Pieuchot
fallback to a SLIST. ok dlg@, jasper@
2015-12-03accross->across, and tweak wording about interface creationStuart Henderson
2015-12-03new sentence -> new lineStuart Henderson
2015-12-03Implement etherip(4) driverKazuya 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-03Change /usr/share/misc/terminfo.db to /usr/share/terminfo.Nicholas Marriott
ok millert
2015-12-03Do not build termcap.db and terminfo.db, they are no longer needed.Nicholas Marriott
ok millert
2015-12-03Sync after addition of vmm(4)Claudio Jeker
2015-12-02tweak previous;Jason McIntyre
2015-12-02RT_REPORT is no more.Claudio Jeker
2015-12-02Tweak previous: Move struct vattr out of the function table, it's usedIngo Schwarze
by more than two functions, and use .Vt for the struct name. OK jmc@ tedu@