Author: hselasky
Date: Mon Mar 7 09:39:35 2016
New Revision: 296445
URL: https://svnweb.freebsd.org/changeset/base/296445
Log:
MFC r295923:
Be more verbose when truncating number of HID items.
Suggested by: Larry Rosenman
Modified:
stable/9/sys/dev/usb/usb_hid.c
Directory Properties:
Author: hselasky
Date: Mon Mar 7 10:02:31 2016
New Revision: 296447
URL: https://svnweb.freebsd.org/changeset/base/296447
Log:
MFC r295928:
Configure the correct bMaxPacketSize for control endpoints before
requesting the initial complete device descriptor and not as part of
the subsequent
Author: pfg
Date: Mon Mar 7 15:20:59 2016
New Revision: 296456
URL: https://svnweb.freebsd.org/changeset/base/296456
Log:
Revert r286714: Add a new option "-fstack-protector-strong".
The stack-protector-strong option was causing problems when building
perl5. This was never within the off
Author: pfg
Date: Mon Mar 7 16:13:54 2016
New Revision: 296461
URL: https://svnweb.freebsd.org/changeset/base/296461
Log:
MFC r295671:
cron: use (char *)NULL instead of (char *)0 in execle.
Obtained from:OpenBSD (CVS Rev 1.25)
Modified:
stable/9/usr.sbin/cron/cron/do_command.c
Author: delphij
Date: Mon Mar 7 16:18:07 2016
New Revision: 296462
URL: https://svnweb.freebsd.org/changeset/base/296462
Log:
Fix multiple OpenSSL vulnerabilities as published in
OpenSSL advisory on 2016/03/01:
constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
[CVE-2016-0702, upstream d648
Author: pfg
Date: Mon Mar 7 16:20:01 2016
New Revision: 296464
URL: https://svnweb.freebsd.org/changeset/base/296464
Log:
MFC r295672:
crontab: ftruncate() with ftello() instead of ftell().
Obtained from:OpenBSD (CVS rev. 1.47)
Modified:
stable/9/usr.sbin/cron/crontab/crontab.