OpenBSD src changes summary for 2017-03-22 ==========================================
etc/acme-client.conf lib/libc share/man sys/arch/arm64/arm64 sys/arch/arm64/conf sys/dev/pci sys/net usr.bin/mandoc usr.bin/tmux usr.sbin/acme-client == etc =============================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc acme-client.conf ~ acme-client.conf > Improve manpage and config file to show the more common use case. > from Nick Holland (nick AT holland-consulting DOT net) > ok jmc@ florian@ (benno@) == lib =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ arch/aarch64/gen/sigsetjmp.S > Use the hidden aliases to avoid PLT entries for {,_}{set,long}jmp > Set the size of the sig{set,long}jmp symbols > testing help jsg@ > ok kettenis@ (guenther@) ~ arch/aarch64/gen/fpgetround.c ~ arch/aarch64/gen/fpsetround.c > Provide the necessary weak alias for fpgetround(). Delete the obsolete > __weak_alias() uses > problem noted by drahn@ > ok kettenis@ (guenther@) == share ============================================================= 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/usb.4 > update ure(4) entry; from tinker (jmc@) ~ man4/inet6.4 > zap some historical notes and an out of date url; > help/ok bluhm (jmc@) ~ man4/inet6.4 > Fix syntax of example route command. (bluhm@) ~ man4/inet6.4 > kill Tn; (jmc@) ~ man4/pppoe.4 > less verbose KERNEL OPTIONS section; help/ok sthen (jmc@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/arm64/arm64 ~ pmap.c > Implement kernel W^X for arm64. For this purpose align the different > segments > containing .text, .rodata and .data/.bss at 2MB boundaries and set the > appropriate access permissions on the block translations. > ok patrick@ (kettenis@) arch/arm64/conf ~ kern.ldscript > Implement kernel W^X for arm64. For this purpose align the different > segments > containing .text, .rodata and .data/.bss at 2MB boundaries and set the > appropriate access permissions on the block translations. > ok patrick@ (kettenis@) dev/pci ~ pcireg.h ~ pci_subr.c > Add some more PCI classes and subclasses. Checked against EDK2 as > "PCI Code and ID Assignment Specification" is only available for those > willing to pay thousands of dollars for PDFs. > Prompted by a dmesg from an AMD Zen system which uses class 0x13 > (Non-Essential Instrumentation) and System subclass 0x06 (IOMMU). There > is currently no public documentation for AMD family 17h to reference to > see if this is sane. > ok kettenis@ on an earlier version (jsg@) net ~ if.c > Replace an expensive microtime call with a getmicrotime for if_lastchange > reducing its resolution to 10ms. > ok florian, mpi (mikeb@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin mandoc ~ man.1 > simplify description of -S and -w, point from EXIT STATUS > to mandoc(1) for details, and remove duplicate .Xr to whatis(1); > OK jmc@ (schwarze@) tmux ~ attributes.c ~ grid.c ~ input.c ~ style.c ~ tmux.1 ~ tmux.h ~ tty-term.c ~ tty.c > Add support for the strikethrough attribute (SGR 9), using the new smxx > terminfo capability. This means there are now nine attribute bits, so > anything above 0xff uses an extended cell. (nicm@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin acme-client ~ acme-client.1 ~ acme-client.conf.5 > Improve manpage and config file to show the more common use case. > from Nick Holland (nick AT holland-consulting DOT net) > ok jmc@ florian@ (benno@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
