svn commit: r264038 - head/lib/libc/locale

2014-04-02 Thread David Chisnall
Author: theraven Date: Wed Apr 2 11:10:46 2014 New Revision: 264038 URL: http://svnweb.freebsd.org/changeset/base/264038 Log: Fix an issue where the locale and rune locale could become out of sync, causing mb* functions (and similar) to be called with the wrong data (possibly a null

svn commit: r264039 - head/sbin/geom/class/part

2014-04-02 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 2 11:12:48 2014 New Revision: 264039 URL: http://svnweb.freebsd.org/changeset/base/264039 Log: Document more parition types. Requested by: glebius MFC after:1 week Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8

Re: svn commit: r264025 - head/sys/dev/iscsi

2014-04-02 Thread Ian Lepore
On Tue, 2014-04-01 at 22:03 +, Edward Tomasz Napierala wrote: Author: trasz Date: Tue Apr 1 22:03:03 2014 New Revision: 264025 URL: http://svnweb.freebsd.org/changeset/base/264025 Log: Get rid of the autoscaling, instead just set socket buffer sizes in the usual way. The only

svn commit: r264040 - in head: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace

2014-04-02 Thread Pedro F. Giffuni
Author: pfg Date: Wed Apr 2 15:32:44 2014 New Revision: 264040 URL: http://svnweb.freebsd.org/changeset/base/264040 Log: MFV r258379; 4248 dtrace(1M) should never create DOF with empty probes section 4249 Only probes from the first DTrace object file will be included Illumos

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Brooks Davis
On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1 22:41:26 2014 New Revision: 264027 URL: http://svnweb.freebsd.org/changeset/base/264027 Log: Add a new release build variable, WITH_COMPRESSED_IMAGES. When set to a non-empty value, the

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Glen Barber
On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1 22:41:26 2014 New Revision: 264027 URL: http://svnweb.freebsd.org/changeset/base/264027 Log: Add a new release build variable,

svn commit: r264041 - in head: share/man/man9 sys/kern sys/sys

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 15:56:11 2014 New Revision: 264041 URL: http://svnweb.freebsd.org/changeset/base/264041 Log: Add support for event timers whose clock frequency can change while running. Modified: head/share/man/man9/eventtimers.9 head/sys/kern/kern_clocksource.c

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Nikolai Lifanov
On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1 22:41:26 2014 New Revision: 264027 URL: http://svnweb.freebsd.org/changeset/base/264027 Log: Add

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Glen Barber
On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1 22:41:26 2014 New Revision:

svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib

2014-04-02 Thread David Chisnall
Author: theraven Date: Wed Apr 2 16:07:48 2014 New Revision: 264042 URL: http://svnweb.freebsd.org/changeset/base/264042 Log: Add support for some block functions that come from OS X. These are intended to build with any C compiler. Reviewed by: pfg MFC after:3 weeks Added:

Re: svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib

2014-04-02 Thread Konstantin Belousov
On Wed, Apr 02, 2014 at 04:07:48PM +, David Chisnall wrote: Modified: head/lib/libc/gen/Symbol.map == --- head/lib/libc/gen/Symbol.map Wed Apr 2 15:56:11 2014 (r264041) +++

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Nikolai Lifanov
On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014 at 10:41:27PM +, Glen Barber wrote: Author: gjb Date: Tue Apr 1

Re: svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib

2014-04-02 Thread David Chisnall
On 2 Apr 2014, at 17:18, Konstantin Belousov kostik...@gmail.com wrote: This is completely wrong. You cannot modify FreeBSD 8.x namespace in 11.x HEAD time. That was an error, however we are using symbol versioning completely wrongly in FreeBSD anyway (see the last two DevSummit discussions

svn commit: r264044 - head/share/mk

2014-04-02 Thread Warner Losh
Author: imp Date: Wed Apr 2 16:33:02 2014 New Revision: 264044 URL: http://svnweb.freebsd.org/changeset/base/264044 Log: FreeBSD make (aka fmake) doesn't grok .MAKE.LEVEL. Failsafe and assume that it is OK to set MK_xxx flags. Modified: head/share/mk/bsd.own.mk Modified:

svn commit: r264045 - head/share/mk

2014-04-02 Thread Warner Losh
Author: imp Date: Wed Apr 2 16:33:10 2014 New Revision: 264045 URL: http://svnweb.freebsd.org/changeset/base/264045 Log: Move setting of the MK_xxx variables based on NO_xxx to avoid triggering the you aren't allowed to set this warning when building stand alone in directories whose

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Glen Barber
On Wed, Apr 02, 2014 at 12:23:46PM -0400, Nikolai Lifanov wrote: On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014

svn commit: r264043 - head/lib/libc/gen

2014-04-02 Thread David Chisnall
Author: theraven Date: Wed Apr 2 16:29:29 2014 New Revision: 264043 URL: http://svnweb.freebsd.org/changeset/base/264043 Log: Move scandir_b to a later symbol version. Modified: head/lib/libc/gen/Symbol.map Modified: head/lib/libc/gen/Symbol.map

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Nikolai Lifanov
On 04/02/14 12:33, Glen Barber wrote: On Wed, Apr 02, 2014 at 12:23:46PM -0400, Nikolai Lifanov wrote: On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Brooks Davis
On Wed, Apr 02, 2014 at 12:33:50PM -0400, Glen Barber wrote: On Wed, Apr 02, 2014 at 12:23:46PM -0400, Nikolai Lifanov wrote: On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02,

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Glen Barber
On Wed, Apr 02, 2014 at 11:41:29AM -0500, Brooks Davis wrote: On Wed, Apr 02, 2014 at 12:33:50PM -0400, Glen Barber wrote: On Wed, Apr 02, 2014 at 12:23:46PM -0400, Nikolai Lifanov wrote: On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Bryan Drewery
On 2014-04-02 11:23, Nikolai Lifanov wrote: On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote: On Tue, Apr 01, 2014 at 10:41:27PM +,

svn commit: r264046 - in head: release share/man/man7

2014-04-02 Thread Glen Barber
Author: gjb Date: Wed Apr 2 16:53:07 2014 New Revision: 264046 URL: http://svnweb.freebsd.org/changeset/base/264046 Log: Use xz(1) instead of gzip(1) to compress release images when WITH_COMPRESSED_IMAGES is used. Requested by: delphij, brooks, Nikolai Lifanov MFC After:1 week

Re: svn commit: r264027 - in head: release share/man/man7

2014-04-02 Thread Glen Barber
On Wed, Apr 02, 2014 at 11:52:44AM -0500, Bryan Drewery wrote: On 2014-04-02 11:23, Nikolai Lifanov wrote: On 04/02/14 12:06, Glen Barber wrote: On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote: On 04/02/14 11:51, Glen Barber wrote: On Wed, Apr 02, 2014 at 10:40:22AM -0500,

svn commit: r264048 - head/sys/kern

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 17:34:17 2014 New Revision: 264048 URL: http://svnweb.freebsd.org/changeset/base/264048 Log: Fix build breakage. Apparently all ARM configs build kern_et.c, but only a few of them also build kern_clocksource.c. That strikes me as insane, but maybe there's a

Re: svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib

2014-04-02 Thread Pedro Giffuni
El 02/04/2014 12:24, Konstantin Belousov escribió: ... Also, the ABI of the libc now depends on the compiler which was used to build the library, which is also wrong and ugly. No it doesn't. Read the patch. It does, I read it. Now libc depends on the non-standard ABI of non-standard C

svn commit: r264049 - head/sys/arm/arm

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 18:32:27 2014 New Revision: 264049 URL: http://svnweb.freebsd.org/changeset/base/264049 Log: Disable the timer and clear any pending bit, then setup the new counter register values, then restart the timer. This prevents a situation where an old event fires just

svn commit: r264050 - in head/sys/arm: arm ti/omap4

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 18:43:56 2014 New Revision: 264050 URL: http://svnweb.freebsd.org/changeset/base/264050 Log: Added: head/sys/arm/arm/mpcore_timervar.h (contents, props changed) Modified: head/sys/arm/arm/mpcore_timer.c head/sys/arm/ti/omap4/omap4_prcm_clks.c Modified:

svn commit: r264051 - in head/sys/arm: arm ti/omap4

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 18:49:50 2014 New Revision: 264051 URL: http://svnweb.freebsd.org/changeset/base/264051 Log: Trivial changes/forced-commit to document previous change r264050 whose description was eaten by the dog (or an editor crash or something). Add variable-frequency

Re: svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib

2014-04-02 Thread David Chisnall
On 2 Apr 2014, at 18:24, Konstantin Belousov kostik...@gmail.com wrote: It does, I read it. Read the code again. Or even just read the comments. In particular the blocks_abi.h file contains a detailed description of why the rest of what you say is wrong. Now libc depends on the

svn commit: r264052 - head/sys/arm/freescale/imx

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 19:06:53 2014 New Revision: 264052 URL: http://svnweb.freebsd.org/changeset/base/264052 Log: Don't call sdhci_init_slot() until after handling the FDT properties related to detecting card presence. This actually makes no difference now, but will when we get

svn commit: r264054 - head/sys/conf

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 19:51:29 2014 New Revision: 264054 URL: http://svnweb.freebsd.org/changeset/base/264054 Log: Change NO_EVENTTIMERS from an arm-specific to an MI option, so that it can be used in MI code. This is intended as a temporary measure to unbreak the build. The real

svn commit: r264055 - head/usr.sbin/bhyve

2014-04-02 Thread Peter Grehan
Author: grehan Date: Wed Apr 2 20:18:17 2014 New Revision: 264055 URL: http://svnweb.freebsd.org/changeset/base/264055 Log: Add support for the virtio RNG entropy-source device. Call through to /dev/random synchronously to fill virtio buffers with RNG data. Tested with FreeBSD-CURRENT

svn commit: r264057 - head/sys/arm/freescale/imx

2014-04-02 Thread Ian Lepore
Author: ian Date: Wed Apr 2 21:34:48 2014 New Revision: 264057 URL: http://svnweb.freebsd.org/changeset/base/264057 Log: Rework the cpu frequency management code for imx6. This adds the concept of operating points, combinations of frequency and voltage at which the cpu is known to work

svn commit: r264058 - head/sys/dev/iscsi

2014-04-02 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 2 23:07:15 2014 New Revision: 264058 URL: http://svnweb.freebsd.org/changeset/base/264058 Log: Fix build, broken by r264025. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl.c Modified: head/sys/dev/iscsi/icl.c

Re: svn commit: r264025 - head/sys/dev/iscsi

2014-04-02 Thread Edward Tomasz Napierała
Wiadomość napisana przez Ian Lepore w dniu 2 kwi 2014, o godz. 15:24: On Tue, 2014-04-01 at 22:03 +, Edward Tomasz Napierala wrote: Author: trasz Date: Tue Apr 1 22:03:03 2014 New Revision: 264025 URL: http://svnweb.freebsd.org/changeset/base/264025 Log: Get rid of the autoscaling,

svn commit: r264059 - head/bin/dd

2014-04-02 Thread Xin LI
Author: delphij Date: Thu Apr 3 00:55:16 2014 New Revision: 264059 URL: http://svnweb.freebsd.org/changeset/base/264059 Log: Implement GNU's extension of 'status' operand. The GNU syntax is borrowed where syntax status=noxfer means no transfer statistics and status=none means no status

svn commit: r264062 - head/sys/dev/usb/net

2014-04-02 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 3 01:32:43 2014 New Revision: 264062 URL: http://svnweb.freebsd.org/changeset/base/264062 Log: Correct endianness handling in getting station address from EEPROM. While I'm here, remove aue_eeprom_getword() as its only usage is to read station address and make

svn commit: r264063 - head/sys/netinet

2014-04-02 Thread Hiren Panchasara
Author: hiren Date: Thu Apr 3 01:46:03 2014 New Revision: 264063 URL: http://svnweb.freebsd.org/changeset/base/264063 Log: Improve readability of comments for DELAY_ACK() macro. Modified: head/sys/netinet/tcp_input.c Modified: head/sys/netinet/tcp_input.c

Re: svn commit: r264059 - head/bin/dd

2014-04-02 Thread Bruce Evans
On Thu, 3 Apr 2014, Xin LI wrote: Log: Implement GNU's extension of 'status' operand. The GNU syntax is borrowed where syntax status=noxfer means no transfer statistics and status=none means no status information at all. This feature is useful because the statistics information can

svn commit: r264065 - in head/sys: arm/arm boot/fdt/dts/arm

2014-04-02 Thread Ruslan Bukin
Author: br Date: Thu Apr 3 05:48:56 2014 New Revision: 264065 URL: http://svnweb.freebsd.org/changeset/base/264065 Log: - Setup both secure and non-secure timer IRQs. We don't know our ARM security state, so one of them will operate. - Don't set frequency, since it's unpossible in

svn commit: r264064 - head/bin/ls

2014-04-02 Thread Greg Lehey
Author: grog Date: Thu Apr 3 05:48:28 2014 New Revision: 264064 URL: http://svnweb.freebsd.org/changeset/base/264064 Log: Make -f set -a, as required by the standard. From the original OpenBSD commit message: restore the traditional behavior of -f implying -a; apparently Keith

svn commit: r264066 - head/bin/ls

2014-04-02 Thread Greg Lehey
Author: grog Date: Thu Apr 3 05:49:28 2014 New Revision: 264066 URL: http://svnweb.freebsd.org/changeset/base/264066 Log: Add information on standards compliance of many options. MFC after:2 weeks Modified: head/bin/ls/ls.1 Modified: head/bin/ls/ls.1