svn commit: r288168 - stable/9/sys/sys

2015-09-24 Thread Steven Hartland
Author: smh Date: Thu Sep 24 09:35:35 2015 New Revision: 288168 URL: https://svnweb.freebsd.org/changeset/base/288168 Log: MFC r287886: Fix kqueue write events for files > 2GB Relnotes: YES Sponsored by: Multiplay Modified: stable/9/sys/sys/vnode.h Directory Properties: stab

svn commit: r288186 - stable/9/games/grdc

2015-09-24 Thread Ed Maste
Author: emaste Date: Thu Sep 24 19:42:32 2015 New Revision: 288186 URL: https://svnweb.freebsd.org/changeset/base/288186 Log: MFC r283929: Correct grdc(1) 12-hour display between 12:00 and 13:00 PM starts at 12:00, not 13:00. PR: 194291, 200133 Submitted by: Nick Price Mod

svn commit: r288206 - stable/9/usr.sbin/gstat

2015-09-24 Thread Xin LI
Author: delphij Date: Fri Sep 25 01:17:52 2015 New Revision: 288206 URL: https://svnweb.freebsd.org/changeset/base/288206 Log: MFC r287650: Use strlcpy() in favor of strncpy() as it's defined to have a nul character at the end of string buffer, and the code context do expects this to beha