OpenBSD src changes summary for 2016-11-26 ==========================================
bin/stty lib/libcrypto sbin/ldattach share/man sys/arch/octeon/dev sys/arch/octeon/octeon usr.sbin/makefs usr.sbin/pstat usr.sbin/vmctl usr.sbin/vmd == bin =============================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin stty ~ print.c > Remove leftovers of line disciplines that are no more. > ok mikeb@ (mpi@) == lib =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libcrypto ~ man/EVP_DigestInit.3 > Add Copyright and license. > In the SYNOPSIS, show prototypes rather than #defines. (schwarze@) ~ man/EVP_DigestSignInit.3 > Add Copyright and license. > Correct a parameter type for EVP_DigestSignUpdate(3), from OpenSSL. > (schwarze@) ~ man/EVP_DigestVerifyInit.3 > Add Copyright and license, and some fixes from OpenSSL: > Correct a parameter type for EVP_DigestVerifyUpdate(3). > Improve the description of RETURN VALUES for EVP_DigestVerifyFinal(3). > (schwarze@) ~ man/Makefile + man/EVP_EncodeInit.3 > Import EVP_EncodeInit(3) manual from OpenSSL, > without those functions we don't have. (schwarze@) ~ man/EVP_EncodeInit.3 > tweak previous; (jmc@) ~ man/EVP_EncryptInit.3 > Add Copyright and license. > Merge from OpenSSL: > Document EVP_CIPHER_CTX_new(3), EVP_CIPHER_CTX_free(3), EVP_chacha20(3). > Drop duplicate .Nm EVP_idea_cbc. > Add some missing EVP_aes_*() function names in the NAME section. > In the SYNOPSIS, list prototypes, not #defines. > Some typo fixes, some additional information, some wording improvements. > In the CIPHER LISTING, drop the useless "void" arguments. > Document GCM and CCM. > Drop some prehistoric EXAMPLES that OpenSSL deleted as well. > While here, mention that EVP_CIPHER_CTX_free(3) accepts NULL. > Also move some text from RETURN VALUES to DESCRIPTION. (schwarze@) ~ man/EVP_OpenInit.3 ~ man/EVP_SealInit.3 ~ man/EVP_SignInit.3 ~ man/EVP_VerifyInit.3 > Copyright and license (schwarze@) == sbin ============================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin ldattach ~ ldattach.c > Remove leftovers of line disciplines that are no more. > ok mikeb@ (mpi@) == share ============================================================= 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/tty.4 > Remove leftovers of line disciplines that are no more. > ok mikeb@ (mpi@) ~ man4/bio.4 > belatedly add an entry for mfii(4); (jmc@) ~ man8/release.8 > Tighten some sentences. > help & ok tj (tb@) == sys =============================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/octeon/dev ~ cn30xxgmx.c > Remove unnecessary function cn30xxgmx_submatch and call config_found > instead of config_found_sm. > OK visa@ (martijn@) arch/octeon/octeon ~ machdep.c > Start process_bootargs at 0 instead of 1. > When using endbootargs in U-Boot arguments start at position 0. > OK visa@ (martijn@) ~ autoconf.c > Allow rootdev to be specified without /dev/ prefix. The full path isn't > needed down the road anyway. Both forms are supported. > e.g. rootdev=/dev/sd0 and rootdev=sd0 > OK visa@ (martijn@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin makefs ~ cd9660.c > Avoid NULL pointer dereference in cd9660. > from christos@NetBSD via mestre > Original Log Message: > PR/51652: Sevan Janiyan: makefs dies due to segmentation fault > Don't dereference NULL when running out of nodes during rename. (natano@) pstat ~ pstat.8 ~ pstat.c > Remove leftovers of line disciplines that are no more. > ok mikeb@ (mpi@) vmctl ~ main.c ~ vmctl.8 ~ vmctl.c ~ vmctl.h > Add the vmctl start -n option to specify add a network interface to > the specified virtual switch from the command line. > OK mlarkin@ (reyk@) ~ vmctl.8 > -add -n to the main summary; (jmc@) ~ vmctl.8 ~ vmctl.c > If -m/memory is not specified, use 512M by default. > Default value picked with mlarkin - not too small and not too large. > OK mlarkin@ (reyk@) vmd ~ vmm.c > Remove start_client_vmd. > It was nothing more than a wrapper around fork(2). > OK edd@ and mlarkin@ (martijn@) ~ virtio.c > virtio-net: Partially implement device reset > Implement some bits of the device reset and don't do DMA if the DRIVER_OK > bit > is not set. This is enough to avoid vio(4) panicking on if down/up. > Tested by rzalamena@ and mikeb@ > OK reyk@ (sf@) ~ vm.conf.5 ~ vmd.c ~ vmd.h > If -m/memory is not specified, use 512M by default. > Default value picked with mlarkin - not too small and not too large. > OK mlarkin@ (reyk@) ~ Makefile ~ loadfile.h ~ loadfile_elf.c ~ vmboot.c ~ vmboot.h ~ vmd.c ~ vmd.h ~ vmm.c + disklabel.c > Implement basic support for boot.conf(8) on the disk image. > Like the real boot loader, load and parse hd0a:/etc/boot.conf from the > first disk and fall back to /bsd. Not all boot loader options are > supported, but it at least does set device, set image, and boot -acds > (eg. for booting single-user). > For example, it can now boot install60.fs that includes a boot.conf > with "set image /6.0/amd64/bsd.rd": > vmctl start install -c -d install60.fs -d OpenBSD.img > This pseudo-bootloader is only needed without BIOS and could > potentially be replaced in the future. > OK mlarkin@ (reyk@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
