svn commit: r286200 - head/usr.sbin/pw/tests

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 13:02:53 2015 New Revision: 286200 URL: https://svnweb.freebsd.org/changeset/base/286200 Log: Add regression tests about adding already existsing groups/users Modified: head/usr.sbin/pw/tests/pw_groupadd.sh head/usr.sbin/pw/tests/pw_useradd.sh Modified:

svn commit: r286202 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 13:32:23 2015 New Revision: 286202 URL: https://svnweb.freebsd.org/changeset/base/286202 Log: Split some extra long lines Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c

svn commit: r286204 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 13:50:11 2015 New Revision: 286204 URL: https://svnweb.freebsd.org/changeset/base/286204 Log: Fix build on 32bits Modified: head/usr.sbin/pw/pw_conf.c Modified: head/usr.sbin/pw/pw_conf.c

svn commit: r286197 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 12:48:36 2015 New Revision: 286197 URL: https://svnweb.freebsd.org/changeset/base/286197 Log: Remove dead code Modified: head/usr.sbin/pw/pw.h Modified: head/usr.sbin/pw/pw.h == ---

Re: svn commit: r286168 - head/sys/net

2015-08-02 Thread Bjoern A. Zeeb
On 02 Aug 2015, at 00:15 , John-Mark Gurney j...@freebsd.org wrote: -CTASSERT(sizeof(struct sadb_x_policy) == 16); +_Static_assert(sizeof(struct sadb_x_policy) == 16, struct size mismatch); If this fires, how does it look like? I am assuming the string at the end is the error message? If

svn commit: r286194 - head/sys/netinet6

2015-08-02 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 2 11:58:24 2015 New Revision: 286194 URL: https://svnweb.freebsd.org/changeset/base/286194 Log: Remove redundant check. Modified: head/sys/netinet6/in6_src.c Modified: head/sys/netinet6/in6_src.c

svn commit: r286196 - in head/usr.sbin/pw: . tests

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 12:47:50 2015 New Revision: 286196 URL: https://svnweb.freebsd.org/changeset/base/286196 Log: Rewrite parsing subcommands arguments of pw(8) Now each subcommands checks its arguments in a dedicated functions. This helps improving input validation, code

svn commit: r286195 - head/sys/netinet6

2015-08-02 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 2 12:40:56 2015 New Revision: 286195 URL: https://svnweb.freebsd.org/changeset/base/286195 Log: Properly handle IPV6_NEXTHOP socket option in selectroute(). o remove disabled code; o if nexthop address is link-local, use embedded scope zone id to

svn commit: r286198 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 12:54:15 2015 New Revision: 286198 URL: https://svnweb.freebsd.org/changeset/base/286198 Log: Fix regression: report again if a username already exists when creating it Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c

svn commit: r286199 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 12:56:25 2015 New Revision: 286199 URL: https://svnweb.freebsd.org/changeset/base/286199 Log: Fix regression: report if a group already exists when creating it Modified: head/usr.sbin/pw/pw_group.c Modified: head/usr.sbin/pw/pw_group.c

svn commit: r286201 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 13:22:46 2015 New Revision: 286201 URL: https://svnweb.freebsd.org/changeset/base/286201 Log: Cleanup a bit includes Modified: head/usr.sbin/pw/cpdir.c head/usr.sbin/pw/grupd.c head/usr.sbin/pw/psdate.c head/usr.sbin/pw/pw.c head/usr.sbin/pw/pw.h

svn commit: r286203 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 13:33:17 2015 New Revision: 286203 URL: https://svnweb.freebsd.org/changeset/base/286203 Log: Split some extra long lines Modified: head/usr.sbin/pw/pw_group.c Modified: head/usr.sbin/pw/pw_group.c

Re: svn commit: r286168 - head/sys/net

2015-08-02 Thread David Chisnall
On 2 Aug 2015, at 17:34, Ian Lepore i...@freebsd.org wrote: It generates a compiler error, so the output is going to contain file-and-line like any other compiler error, as well as the message from the source code. It will, of course, vary between compilers, but this is what clang generates:

Re: svn commit: r286028 - head/sys/netinet

2015-08-02 Thread Mark Johnston
On Wed, Jul 29, 2015 at 06:04:02PM +, Ermal Luçi wrote: Author: eri Date: Wed Jul 29 18:04:01 2015 New Revision: 286028 URL: https://svnweb.freebsd.org/changeset/base/286028 Log: ip_output normalization and fixes ip_output has a big chunk of code used to handle special cases

svn commit: r286206 - head/sys/netinet

2015-08-02 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 2 16:07:30 2015 New Revision: 286206 URL: https://svnweb.freebsd.org/changeset/base/286206 Log: Don't take the port numbers for packets containing ABORT chunks from a freed mbuf. Just use them from the stcb. MFC after: 3 days Modified:

svn commit: r286208 - in head/sys/dev/pms/freebsd/driver: common ini/src

2015-08-02 Thread Warner Losh
Author: imp Date: Sun Aug 2 16:26:41 2015 New Revision: 286208 URL: https://svnweb.freebsd.org/changeset/base/286208 Log: Don't forget to check the vendor when probing. Also, there's no need to double check for if the card has probed before. In fact, there's no reason to single check

svn commit: r286210 - head/usr.sbin/pw/tests

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 18:20:36 2015 New Revision: 286210 URL: https://svnweb.freebsd.org/changeset/base/286210 Log: Convert the year used for regression test fro 2043 to 2037 This makes the regression tests pass on systems where time_t is 32bits Modified:

Re: svn commit: r286168 - head/sys/net

2015-08-02 Thread Ian Lepore
On Sun, 2015-08-02 at 11:42 +, Bjoern A. Zeeb wrote: On 02 Aug 2015, at 00:15 , John-Mark Gurney j...@freebsd.org wrote: -CTASSERT(sizeof(struct sadb_x_policy) == 16); +_Static_assert(sizeof(struct sadb_x_policy) == 16, struct size mismatch); If this fires, how does it look like? I

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

2015-08-02 Thread Ed Schouten
Author: ed Date: Sun Aug 2 14:56:30 2015 New Revision: 286205 URL: https://svnweb.freebsd.org/changeset/base/286205 Log: Add a manual page for the cloudabi and cloudabi64 kernel modules. CloudABI has two separate kernel modules: cloudabi and cloudabi64. The first module contains all the

svn commit: r286211 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 19:49:24 2015 New Revision: 286211 URL: https://svnweb.freebsd.org/changeset/base/286211 Log: Use intmax_t rather than long long Modified: head/usr.sbin/pw/pw_conf.c Modified: head/usr.sbin/pw/pw_conf.c

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-08-02 Thread Warner Losh
On Aug 1, 2015, at 8:34 PM, Simon J. Gerraty s...@juniper.net wrote: Baptiste Daroussin b...@freebsd.org wrote: This breaks using fmake from ports because of usage of :U in sys.mk Oops - sorry. I saw Warner posted a patch for this which looked ok, but doesn't appear to have been

svn commit: r286212 - head/tools/bus_space/examples

2015-08-02 Thread Marcel Moolenaar
Author: marcel Date: Sun Aug 2 21:24:03 2015 New Revision: 286212 URL: https://svnweb.freebsd.org/changeset/base/286212 Log: Add an example program (in Python) for the AMD Am79c900 (ILACC) ethernet controller. The ethernet controller is emulated by VMware Fusion (for example) and is a good

svn commit: r286213 - head/sys/net

2015-08-02 Thread John-Mark Gurney
Author: jmg Date: Sun Aug 2 21:33:40 2015 New Revision: 286213 URL: https://svnweb.freebsd.org/changeset/base/286213 Log: looks like all archs either have clang or cdefs included before.. drop this include as unnecessary.. Requested by: bde Modified: head/sys/net/pfkeyv2.h Modified:

svn commit: r286217 - head/usr.sbin/pw

2015-08-02 Thread Adrian Chadd
Author: adrian Date: Mon Aug 3 05:59:30 2015 New Revision: 286217 URL: https://svnweb.freebsd.org/changeset/base/286217 Log: Actually set quiet to something. /usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c: In function 'pw_user_next':

Re: svn commit: r286211 - head/usr.sbin/pw

2015-08-02 Thread Adrian Chadd
pw is still broken, compiling mips: cc1: warnings being treated as errors /usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c: In function 'pw_user_next': /usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c:680: warning: statement with no effect

svn commit: r286215 - head/usr.bin/mkimg

2015-08-02 Thread Marcel Moolenaar
Author: marcel Date: Mon Aug 3 01:24:48 2015 New Revision: 286215 URL: https://svnweb.freebsd.org/changeset/base/286215 Log: Make image_copyout_zeroes() an interface function. Modified: head/usr.bin/mkimg/image.c head/usr.bin/mkimg/image.h Modified: head/usr.bin/mkimg/image.c

svn commit: r286214 - head/sys/arm/ti

2015-08-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Aug 3 01:22:49 2015 New Revision: 286214 URL: https://svnweb.freebsd.org/changeset/base/286214 Log: Pass correct type of argument to ti_gpio_unmask_irq in ti_gpio_activate_resource Modified: head/sys/arm/ti/ti_gpio.c Modified: head/sys/arm/ti/ti_gpio.c

Notice to Appear in Court

2015-08-02 Thread State Court
Notice to Appear, You have to appear in the Court on the August 07. Please, do not forget to bring all the documents related to the case. Note: The case will be heard by the judge in your absence if you do not come. The Court Notice is attached to this email. Regards, Phillip Mcdowell, Court