OpenBSD src changes summary for 2017-05-13 ==========================================
lib/libc regress/sys sys/dev/fdt sys/netinet sys/netinet6 usr.bin/tmux usr.sbin/pkg_add == lib =============================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ stdlib/malloc.c ~ stdlib/posix_memalign.3 > - fix bug wrt posix_memalign(3) of blocks between half a page and a page > - document posix_memalign() does not play nice with reacallocarray(3) and > freezero(3) (otto@) == regress =========================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress sys ~ crypto/enc/Makefile > Pick aes.c instead of rijndael.c (mikeb@) == sys =============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/fdt ~ rkpinctrl.c > Handle drive strength. (kettenis@) netinet ~ tcp_usrreq.c > Do not check for mapped addresses in tcp_usrreq(PRU_CONNECT), > this is done in in6_pcbconnect(). > OK mpi@ (bluhm@) netinet6 ~ in6_pcb.c > Do not check for locally bound mapped addresses in in6_pcbconnect(), > this is done during bind(2) in in6_pcbaddrisavail(). > OK mpi@ (bluhm@) ~ raw_ip6.c > Check for mapped addesses in rip6_output() like it is done in > udp6_output(). Move the EAFNOSUPPORT error from rip6_usrreq() to > rip6_output() like it is done for UDP. > OK mpi@ (bluhm@) ~ udp6_output.c > Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address. > OK mpi@ (bluhm@) == usr.bin =========================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin tmux ~ grid.c ~ tty.c > Some other unused variables. (nicm@) ~ tty.c > Scroll the right number of lines off the region when clearing. (nicm@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin pkg_add ~ pkg_add.1 > No more CD releases, and advertise HTTP rather than FTP for packages. > Patch from <Timo dot Myyra at wickedbsd dot net>. (schwarze@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
