OpenBSD src changes summary for 2016-01-20 ==========================================
distrib/sets etc/root/root.mail gnu/lib/libiberty include/Makefile include/malloc.h share/man sys/arch/amd64/conf sys/arch/octeon/dev sys/arch/sparc64/stand/ofwboot sys/dev sys/dev/ata sys/dev/hid sys/dev/i2c sys/dev/pv sys/dev/usb sys/net usr.bin/calendar usr.bin/ssh usr.bin/vi == distrib =========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/base/md.alpha ~ lists/base/md.amd64 ~ lists/base/md.armish ~ lists/base/md.armv7 ~ lists/base/md.hppa ~ lists/base/md.hppa64 ~ lists/base/md.i386 ~ lists/base/md.landisk ~ lists/base/md.loongson ~ lists/base/md.luna88k ~ lists/base/md.macppc ~ lists/base/md.octeon ~ lists/base/md.sgi ~ lists/base/md.socppc ~ lists/base/md.sparc ~ lists/base/md.sparc64 ~ lists/base/md.vax ~ lists/base/md.zaurus ~ lists/comp/mi ~ lists/man/mi > sync (deraadt@) ~ lists/base/md.alpha ~ lists/base/md.amd64 ~ lists/base/md.armish ~ lists/base/md.armv7 ~ lists/base/md.hppa ~ lists/base/md.hppa64 ~ lists/base/md.i386 ~ lists/base/md.landisk ~ lists/base/md.loongson ~ lists/base/md.luna88k ~ lists/base/md.macppc ~ lists/base/md.octeon ~ lists/base/md.sgi ~ lists/base/md.socppc ~ lists/base/md.sparc ~ lists/base/md.sparc64 ~ lists/base/md.vax ~ lists/base/md.zaurus ~ lists/comp/mi > sync (deraadt@) == etc =============================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc root/root.mail ~ root/root.mail > fix year (deraadt@) == gnu =============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu lib/libiberty ~ Makefile.bsd-wrapper > quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ (sthen@) == include =========================================================== 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/include Makefile ~ Makefile > After nearly 20 years of warning that malloc.h is obsolete, it's about time > we > actually remove this header. It was originally added for ports, which is > malloc.h-free now. > additional ports bulk by aja@ > ok bently@ dcoppa@ millert@ sthen@ (jasper@) malloc.h - malloc.h > After nearly 20 years of warning that malloc.h is obsolete, it's about time > we > actually remove this header. It was originally added for ports, which is > malloc.h-free now. > additional ports bulk by aja@ > ok bently@ dcoppa@ millert@ sthen@ (jasper@) == share ============================================================= 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/Makefile ~ man4/ims.4 + man4/imt.4 > add an imt manpage (jcs@) ~ man4/urtwn.4 > Add Approx APPUSB300NANO V1. V2 uses a different chipset. (juanfra@) == sys =============================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/conf ~ GENERIC > add hidmt, a HID-layer driver for multitouch touchpads that conform > to the "Windows Precision Touchpad" standard. when a compatible > device is found, hidmt claims all report ids and switches the device > into multitouch packet mode. > add imt, an i2c-HID driver that sits between ihidev and hidmt (jcs@) arch/octeon/dev ~ amdcf.c ~ octcf.c > Set segflg member of uio struct with symbolic enum value > instead of using magic numbers. No binary change. > Diff from Martin Natano. > ok deraadt@ (stefan@) arch/sparc64/stand/ofwboot ~ diskprobe.c > Check for disks deeper than 4 levels down in the Open Firmware device tree. > Makes softraid(4) boot possible on more sparc64 machines. > Tested on Sun Fire machines by mikeb@ and Alexander Bochmann via misc@ > ok mikeb@ (stsp@) dev ~ audio.c > Set byte order the default encoding in the attach method to > native byte order. No behaviour change, as attach time > parameters are just hints, except thay this makes audioctl > output nicer if the device was never opened. (ratchov@) ~ audio.c > make AUDIO_GETDEV ioctl return the device name (ex "azalia0") rather > than driver specific strings. > ok kettenis (ratchov@) dev/ata ~ wd.c > Set segflg member of uio struct with symbolic enum value > instead of using magic numbers. No binary change. > Diff from Martin Natano. > ok deraadt@ (stefan@) dev/hid ~ hid.c ~ hid.h > add hid_get_udata > code from FreeBSD, name from NetBSD (jcs@) ~ files.hid ~ hid.h + hidmt.c + hidmtvar.h > add hidmt, a HID-layer driver for multitouch touchpads that conform > to the "Windows Precision Touchpad" standard. when a compatible > device is found, hidmt claims all report ids and switches the device > into multitouch packet mode. > add imt, an i2c-HID driver that sits between ihidev and hidmt (jcs@) dev/i2c ~ ihidev.c ~ ihidev.h > add the ability to set and get reports > establish interrupt before probing for devices to handle each report id > sign an int, found by jsg (jcs@) ~ files.i2c + imt.c > add hidmt, a HID-layer driver for multitouch touchpads that conform > to the "Windows Precision Touchpad" standard. when a compatible > device is found, hidmt claims all report ids and switches the device > into multitouch packet mode. > add imt, an i2c-HID driver that sits between ihidev and hidmt (jcs@) dev/pv ~ if_xnf.c > Don't bump output errors when when tx ring is full > Reported by Jonathon Sisson <openbsd at j3z ! org>, thanks! (mikeb@) dev/usb ~ if_smsc.c > remove an unused ifp variable (jsg@) net ~ ifq.h > dlg@ took a pity on me and let me stay sane a bit longer by giving > me a chance to kill these glowing red trailing whitespace characters. > (mikeb@) == usr.bin =========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin calendar ~ calendar.1 ~ calendars/calendar.all ~ calendars/calendar.holiday + calendars/calendar.nz > add a calendar for new zealand; from craig skinner (jmc@) ssh ~ misc.c > Include sys/time.h for gettimeofday. From sortie at maxsi.org. (dtucker@) vi ~ common/key.c ~ common/key.h ~ common/mark.c ~ ex/ex_txt.c ~ include/com_extern.h ~ include/ex_extern.h ~ include/vi_extern.h ~ vi/v_ch.c ~ vi/v_txt.c ~ vi/vi.c > Remove ARG_CHAR_T, a relic from when the code was written K&R style. > ok millert@ schwarze@ (bentley@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
