Author: emaste
Date: Fri May 20 19:14:15 2016
New Revision: 300323
URL: https://svnweb.freebsd.org/changeset/base/300323
Log:
MFC r292000: Remove historical GNUC test
The requirement is for a GCC-compatible compiler and not necessarily
GCC itself. However, we currently expect any compiler
Author: emaste
Date: Fri May 20 19:05:33 2016
New Revision: 300321
URL: https://svnweb.freebsd.org/changeset/base/300321
Log:
MFC r294935 (kan): Make .debug file for libgcc_s.so.1 more useful.
The files compiled into libgcc_s.so.1 did not have -g on
compiler command line, making generated
Author: mav
Date: Fri May 20 17:25:36 2016
New Revision: 300312
URL: https://svnweb.freebsd.org/changeset/base/300312
Log:
MFC r298983: Add some device IDs from Intel Sunrise Point chipsets.
Modified:
stable/10/sys/dev/ahci/ahci_pci.c
stable/10/sys/dev/sound/pci/hda/hdac.c
stable/10/sys/d
Author: truckman
Date: Fri May 20 07:18:33 2016
New Revision: 300286
URL: https://svnweb.freebsd.org/changeset/base/300286
Log:
MFC r299879, r299880
r299879 | truckman | 2016-05-15 18:30:32 -0700 (Sun, 15 May 2016) | 7 lines
Likely a false positive ... but make sure that -1 can't be us
Author: truckman
Date: Fri May 20 07:14:03 2016
New Revision: 300285
URL: https://svnweb.freebsd.org/changeset/base/300285
Log:
MFC r299873
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names
Author: truckman
Date: Fri May 20 07:11:04 2016
New Revision: 300284
URL: https://svnweb.freebsd.org/changeset/base/300284
Log:
MFC r299869
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names
Author: truckman
Date: Fri May 20 07:08:19 2016
New Revision: 300283
URL: https://svnweb.freebsd.org/changeset/base/300283
Log:
MFC r299868
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names
Author: truckman
Date: Fri May 20 07:00:11 2016
New Revision: 300281
URL: https://svnweb.freebsd.org/changeset/base/300281
Log:
MFC r299867
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names