Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-05-26 Thread Ed Schouten
Hi Jilles, 2013/5/25 Jilles Tjoelker jil...@stack.nl: It seems better to implement c16rtomb_l() and mbrtoc16_l() in the same way, rather than duplicating the UTF-16 coding and passing a pointer to a mbstate_t which actually has only 120 bytes of storage rather than the required 128 bytes.

svn commit: r250995 - head

2013-05-26 Thread Antoine Brodin
Author: antoine Date: Sun May 26 09:25:14 2013 New Revision: 250995 URL: http://svnweb.freebsd.org/changeset/base/250995 Log: Move libmd.so.5 to the proper place and add missing lib32 entry. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

Re: svn commit: r250986 - head/sys/dev/usb

2013-05-26 Thread David Chisnall
On 26 May 2013, at 03:45, Bruce Evans b...@optusnet.com.au wrote: Hmm, it would be useful to have a compiler flag for initializing all local variables to trap representations on entry to functions. The clang memory sanitizer does this. David ___

svn commit: r250996 - stable/9/sys/fs/nfsclient

2013-05-26 Thread Rick Macklem
Author: rmacklem Date: Sun May 26 12:36:56 2013 New Revision: 250996 URL: http://svnweb.freebsd.org/changeset/base/250996 Log: MFC: r250580 Add support for the eofflag to nfs_readdir() in the new NFS client so that it works under a unionfs mount. Modified:

svn commit: r250997 - head/contrib/llvm/lib/Transforms/Vectorize

2013-05-26 Thread Dimitry Andric
Author: dim Date: Sun May 26 14:14:42 2013 New Revision: 250997 URL: http://svnweb.freebsd.org/changeset/base/250997 Log: Pull in r182656 from upstream llvm trunk: LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases. Fixes

svn commit: r250998 - stable/9/share/man/man5

2013-05-26 Thread Jeremie Le Hen
Author: jlh Date: Sun May 26 14:35:35 2013 New Revision: 250998 URL: http://svnweb.freebsd.org/changeset/base/250998 Log: MFC r249591: Document jail_jname_parameters option. The description explains why we should not configure path, host.hostname, command, ip4.addr and

svn commit: r250999 - stable/9/share/mk

2013-05-26 Thread Jeremie Le Hen
Author: jlh Date: Sun May 26 14:40:23 2013 New Revision: 250999 URL: http://svnweb.freebsd.org/changeset/base/250999 Log: MFC r250992: Rework the comment I initially wrote when SHLIB_LDSCRIPT was introduced. The build system is really intricate and I had a hard time to remind the

svn commit: r251000 - head

2013-05-26 Thread Eitan Adler
Author: eadler Date: Sun May 26 14:54:06 2013 New Revision: 251000 URL: http://svnweb.freebsd.org/changeset/base/251000 Log: Remove backwards compat layer which was added in r71419 (in 2001). This change is not intended for MFC. Reviewed by: peter Modified: head/Makefile.inc1

svn commit: r251001 - stable/9/lib/libfetch

2013-05-26 Thread Dag-Erling Smørgrav
Author: des Date: Sun May 26 16:48:51 2013 New Revision: 251001 URL: http://svnweb.freebsd.org/changeset/base/251001 Log: MFH (r243149): fix indentation MFH (r249431): use CONNECT to proxy HTTPS over HTTP PR: bin/80176 Modified: stable/9/lib/libfetch/http.c Directory

svn commit: r251002 - stable/8/lib/libfetch

2013-05-26 Thread Dag-Erling Smørgrav
Author: des Date: Sun May 26 17:00:15 2013 New Revision: 251002 URL: http://svnweb.freebsd.org/changeset/base/251002 Log: MFH (r230478): fix a couple of nits in r230307 (r231248) MFH (r243149): fix indentation MFH (r249431): use CONNECT to proxy HTTPS over HTTP PR: bin/80176

svn commit: r251003 - stable/9/lib/libprocstat

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:26:29 2013 New Revision: 251003 URL: http://svnweb.freebsd.org/changeset/base/251003 Log: MFC r250147: procstat_getpathname: for kvm method, instead of returning the error that the method is not supported, return an empty string. This looks more

svn commit: r251004 - in stable/9/sbin: hastctl hastd

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:28:36 2013 New Revision: 251004 URL: http://svnweb.freebsd.org/changeset/base/251004 Log: r250503 Get rid of libl dependency. We needed it only to provide yywrap. But yywrap is not necessary when parsing a single hast.conf file. Suggested by:

svn commit: r251005 - in stable/8/sbin: hastctl hastd

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:30:07 2013 New Revision: 251005 URL: http://svnweb.freebsd.org/changeset/base/251005 Log: MFC r250503: Get rid of libl dependency. We needed it only to provide yywrap. But yywrap is not necessary when parsing a single hast.conf file. Suggested

svn commit: r251006 - in stable/9/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:35:52 2013 New Revision: 251006 URL: http://svnweb.freebsd.org/changeset/base/251006 Log: MFC r250379, r250503: HAST module for bsnmpd(1). Reviewed by: harti, pjd Added: stable/9/usr.sbin/bsnmpd/modules/snmp_hast/ - copied from r250379,

svn commit: r251007 - in stable/8/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:37:20 2013 New Revision: 251007 URL: http://svnweb.freebsd.org/changeset/base/251007 Log: MFC r250379, r250503: HAST module for bsnmpd(1). Reviewed by: harti, pjd Added: stable/8/usr.sbin/bsnmpd/modules/snmp_hast/ - copied from r250379,

svn commit: r251008 - stable/9/contrib/bsnmp

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:38:46 2013 New Revision: 251008 URL: http://svnweb.freebsd.org/changeset/base/251008 Log: MFC r250380: Register OID for HAST module. Modified: stable/9/contrib/bsnmp/oid-list Directory Properties: stable/9/contrib/bsnmp/ (props changed) Modified:

svn commit: r251009 - stable/8/contrib/bsnmp

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:39:33 2013 New Revision: 251009 URL: http://svnweb.freebsd.org/changeset/base/251009 Log: MFC r250380: Register OID for HAST module. Modified: stable/8/contrib/bsnmp/oid-list Directory Properties: stable/8/contrib/bsnmp/ (props changed) Modified:

svn commit: r251010 - stable/9/usr.sbin/bsnmpd/modules/snmp_hast

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:54:05 2013 New Revision: 251010 URL: http://svnweb.freebsd.org/changeset/base/251010 Log: MFC r250405: Move snmp_hast manual to section 3, where all other manual pages for bsnmp modules are located. Section 3 (Library Functions) looks wrong for

svn commit: r251011 - stable/8/usr.sbin/bsnmpd/modules/snmp_hast

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:54:50 2013 New Revision: 251011 URL: http://svnweb.freebsd.org/changeset/base/251011 Log: MFC r250405: Move snmp_hast manual to section 3, where all other manual pages for bsnmp modules are located. Section 3 (Library Functions) looks wrong for

svn commit: r251012 - head/share/man/man4

2013-05-26 Thread Jens Schweikhardt
Author: schweikh Date: Sun May 26 18:57:59 2013 New Revision: 251012 URL: http://svnweb.freebsd.org/changeset/base/251012 Log: s/recieve/receive Modified: head/share/man/man4/bce.4 Modified: head/share/man/man4/bce.4

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-26 Thread Stefan Esser
Am 25.05.2013 06:31, schrieb Bruce Evans: On Fri, 24 May 2013, Stefan Esser wrote: ... Log: The error handling for writes to the target file could lead to the final fclose() being skipped. Fix this by using boolean and | instead of short-cut operators and ||. While here, increment

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-26 Thread Pawel Jakub Dawidek
On Sat, May 25, 2013 at 01:11:27AM -0400, Glen Barber wrote: On Fri, May 24, 2013 at 06:54:52PM +, Stefan Esser wrote: Author: se Date: Fri May 24 18:54:52 2013 New Revision: 250972 URL: http://svnweb.freebsd.org/changeset/base/250972 [...] @@ -977,7 +977,7 @@

svn commit: r251013 - head/sys/dev/aacraid

2013-05-26 Thread Marcel Moolenaar
Author: marcel Date: Sun May 26 22:11:13 2013 New Revision: 251013 URL: http://svnweb.freebsd.org/changeset/base/251013 Log: Unbreak ia64 tinderbox: 64-bit support was made conditional upon __amd64__, and thus limited. Eliminate 2 trivial conditionals by casting the 64-bit integral, holding

svn commit: r251014 - head/sys/dev/ath

2013-05-26 Thread Adrian Chadd
Author: adrian Date: Sun May 26 22:23:39 2013 New Revision: 251014 URL: http://svnweb.freebsd.org/changeset/base/251014 Log: Migrate ath(4) to now use if_transmit instead of the legacy if_start and if queue mechanism; also fix up (non-11n) TX fragment handling. This may result in a bit

svn commit: r251015 - in head/sys/arm/ti: . am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:06:24 2013 New Revision: 251015 URL: http://svnweb.freebsd.org/changeset/base/251015 Log: Add clock definitions for LCD controller and PWM module Modified: head/sys/arm/ti/am335x/am335x_prcm.c head/sys/arm/ti/ti_prcm.h Modified:

svn commit: r251016 - head/sys/arm/ti/am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:09:04 2013 New Revision: 251016 URL: http://svnweb.freebsd.org/changeset/base/251016 Log: Add SCM registers definitions for AM335x platform Added: head/sys/arm/ti/am335x/am335x_scm.h (contents, props changed) Added: head/sys/arm/ti/am335x/am335x_scm.h

svn commit: r251017 - head/sys/arm/ti/am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:13:27 2013 New Revision: 251017 URL: http://svnweb.freebsd.org/changeset/base/251017 Log: Add PWM module driver for AM335x. Only eCAS subsystem is supported Export function to configure eCAS submodule from another drivers. It's used to control LCD panel

svn commit: r251018 - head/sys/arm/ti/am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:23:01 2013 New Revision: 251018 URL: http://svnweb.freebsd.org/changeset/base/251018 Log: AM335x LCD controller driver with syscons support Limitations: - Raster mode only - 24 and 32 bpp only Added: head/sys/arm/ti/am335x/am335x_lcd.c (contents,

svn commit: r251019 - head/sys/boot/fdt/dts

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:23:59 2013 New Revision: 251019 URL: http://svnweb.freebsd.org/changeset/base/251019 Log: Add PWM and LCDC nodes to base DTS for AM335x-based devices Modified: head/sys/boot/fdt/dts/am335x.dtsi Modified: head/sys/boot/fdt/dts/am335x.dtsi

svn commit: r251020 - head/sys/boot/fdt/dts

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:26:29 2013 New Revision: 251020 URL: http://svnweb.freebsd.org/changeset/base/251020 Log: Add DTS for AM335x EVM with properly muxed PWM and LCD pins, and LCD panel description Added: head/sys/boot/fdt/dts/am335x-evm.dts (contents, props changed) Added:

svn commit: r251021 - stable/9/share/man/man8

2013-05-26 Thread Jamie Gritton
Author: jamie Date: Mon May 27 03:09:26 2013 New Revision: 251021 URL: http://svnweb.freebsd.org/changeset/base/251021 Log: MFC r250968: Mention the nojailvnet keyword. Modified: stable/9/share/man/man8/rc.8 Directory Properties: stable/9/share/man/man8/ (props changed) Modified: