Re: svn commit: r259261 - head/sys/dev/drm2

2013-12-14 Thread Konstantin Belousov
On Sat, Dec 14, 2013 at 12:11:01AM +0200, Aleksandr Rybalko wrote: Konstantin Belousov kostik...@gmail.com написав(ла): On Thu, Dec 12, 2013 at 02:49:27PM +, Aleksandr Rybalko wrote: Author: ray Date: Thu Dec 12 14:49:26 2013 New Revision: 259261 URL:

svn commit: r259393 - head/sys/dev/an

2013-12-14 Thread Gavin Atkinson
Author: gavin Date: Sat Dec 14 18:49:59 2013 New Revision: 259393 URL: http://svnweb.freebsd.org/changeset/base/259393 Log: Fix several panics when initialization of an ISA or PC-CARD device fails: o Assign sc-an_dev in an_probe() (which isn't really a probe function in the standard

svn commit: r259394 - head/sys/powerpc/include

2013-12-14 Thread Justin Hibbits
Author: jhibbits Date: Sat Dec 14 19:01:24 2013 New Revision: 259394 URL: http://svnweb.freebsd.org/changeset/base/259394 Log: Rebase the PMC indices at 1, since PMC_SOFT is at 0. MFC after:1 week Modified: head/sys/powerpc/include/pmc_mdep.h Modified:

svn commit: r259395 - head/sys/dev/hwpmc

2013-12-14 Thread Justin Hibbits
Author: jhibbits Date: Sat Dec 14 20:12:28 2013 New Revision: 259395 URL: http://svnweb.freebsd.org/changeset/base/259395 Log: Add userland PMC backtracing, and use the PMC trapframe macros for kernel backtraces. MFC after:1 week Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c

svn commit: r259397 - in head/sys/cam: . scsi

2013-12-14 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 14 22:07:40 2013 New Revision: 259397 URL: http://svnweb.freebsd.org/changeset/base/259397 Log: Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel support all valid SAM-5 LUN IDs. CAM_VERSION is bumped, as the CAM ABI (though not

svn commit: r259398 - head/sys/dev/ofw

2013-12-14 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 14 22:28:32 2013 New Revision: 259398 URL: http://svnweb.freebsd.org/changeset/base/259398 Log: Avoid warning about insecure format with clang. Modified: head/sys/dev/ofw/ofw_console.c Modified: head/sys/dev/ofw/ofw_console.c

svn commit: r259400 - head/release

2013-12-14 Thread Glen Barber
Author: gjb Date: Sat Dec 14 22:41:17 2013 New Revision: 259400 URL: http://svnweb.freebsd.org/changeset/base/259400 Log: Reduce disc1.iso size by 74MB by removing lib32 libraries, sendmail, and atf. MFC after:3 days X-MFC-To-10: immediate (-RC2 requirement) Sponsored by: The

svn commit: r259407 - head/sys/kern

2013-12-14 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 15 04:11:43 2013 New Revision: 259407 URL: http://svnweb.freebsd.org/changeset/base/259407 Log: proc exit: don't take PROC_LOCK while freeing rlimits Code wishing to check rlimits of some process should check whether it is exiting first, which current consumers

svn commit: r259410 - head/release/picobsd/build

2013-12-14 Thread Luigi Rizzo
Author: luigi Date: Sun Dec 15 07:04:59 2013 New Revision: 259410 URL: http://svnweb.freebsd.org/changeset/base/259410 Log: revise the helper functions to lookup binaries and their shared libraries. Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd

svn commit: r259411 - head/sys/ofed/drivers/net/mlx4

2013-12-14 Thread Alfred Perlstein
Author: alfred Date: Sun Dec 15 07:07:13 2013 New Revision: 259411 URL: http://svnweb.freebsd.org/changeset/base/259411 Log: Defer start/stop port to workqueues. We need to do this because the Linux compat layer uses sx(9) for mutex, however the lagg code uses rmlocks and calls into the