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

2015-08-02 Thread Ermal Luçi
On Sun, Aug 2, 2015 at 8:40 PM, Mark Johnston wrote: > 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 f

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

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Aug 3 06:06:56 2015 New Revision: 286218 URL: https://svnweb.freebsd.org/changeset/base/286218 Log: Fix bugs spotted by gcc Reported by: adrian Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c

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': /usr/home/adrian/work/freebs

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 /usr/home/ad

svn commit: r286216 - stable/10/sys/kern

2015-08-02 Thread Konstantin Belousov
Author: kib Date: Mon Aug 3 03:08:48 2015 New Revision: 286216 URL: https://svnweb.freebsd.org/changeset/base/286216 Log: Fix ia64 to not override the call stack bottom address with the register stack bottom address, after the merge of r284956 in r285967. Note: this is a direct commit to

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 =

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: 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: 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 wrote: > > Baptiste Daroussin 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 committed. Yea, I wanted to ro

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

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: head/usr.sbin/pw/tests/p

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

2015-08-02 Thread David Chisnall
On 2 Aug 2015, at 17:34, Ian Lepore 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: $ cat stati

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 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 as

svn commit: r286209 - stable/9/sys/geom/part

2015-08-02 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 2 16:29:30 2015 New Revision: 286209 URL: https://svnweb.freebsd.org/changeset/base/286209 Log: MFC r286207: Report the scheme and provider names in warning message about unaligned partition. PR: 201873 Modified: stable/9/sys/geom/part/g_part.c

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 either

svn commit: r286207 - stable/10/sys/geom/part

2015-08-02 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 2 16:25:21 2015 New Revision: 286207 URL: https://svnweb.freebsd.org/changeset/base/286207 Log: MFC r285889: Report the scheme and provider names in warning message about unaligned partition. PR: 201873 Modified: stable/10/sys/geom/part/g_part.

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: head/sys/netinet/sct

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: 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: 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

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: 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 head/u

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: head/u

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: 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: 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 == --- head

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 rea

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 determine

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 ==

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

2015-08-02 Thread Bjoern A. Zeeb
> On 02 Aug 2015, at 00:15 , John-Mark Gurney 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 so and if th

svn commit: r286193 - in stable/10: sys/geom/label usr.sbin/fstyp

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 10:08:57 2015 New Revision: 286193 URL: https://svnweb.freebsd.org/changeset/base/286193 Log: MFC r284582: Fix off-by-one error in fstyp(8) and geom_label(4) that made them use a single space (" ") as a CD9660 label name when no label was present. Similar

svn commit: r286192 - stable/10/etc

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:39:41 2015 New Revision: 286192 URL: https://svnweb.freebsd.org/changeset/base/286192 Log: MFC r285675: Remove a comment in the wrong place. Sponsored by: The FreeBSD Foundation Modified: stable/10/etc/devd.conf Directory Properties: stable/10/

svn commit: r286191 - stable/10/sbin/devd

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:37:47 2015 New Revision: 286191 URL: https://svnweb.freebsd.org/changeset/base/286191 Log: MFC r285674: Document suspend/resume notification in devd.conf(5). Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/devd/devd.conf.5 Directory Pr

svn commit: r286190 - stable/10/sbin/devd

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:35:53 2015 New Revision: 286190 URL: https://svnweb.freebsd.org/changeset/base/286190 Log: MFC r285673: Add CARP events description to devd.conf(5). Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/devd/devd.conf.5 Directory Properties:

svn commit: r286189 - in stable/10: lib/libc/posix1e share/man/man4 share/man/man9

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:34:03 2015 New Revision: 286189 URL: https://svnweb.freebsd.org/changeset/base/286189 Log: MFC r285873: Update Capsicum and Mandatory Access Control manual pages to no longer claim they are experimental. Sponsored by: The FreeBSD Foundation Modified

svn commit: r286188 - stable/10/usr.sbin/fstyp

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:30:43 2015 New Revision: 286188 URL: https://svnweb.freebsd.org/changeset/base/286188 Log: MFC r285672: fstyp(8) ships with 10.2. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/fstyp/fstyp.8 Directory Properties: stable/10/ (p

svn commit: r286187 - stable/10/usr.sbin/uefisign

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:28:51 2015 New Revision: 286187 URL: https://svnweb.freebsd.org/changeset/base/286187 Log: MFC r285671: uefisign(8) ships with 10.2. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/uefisign/uefisign.8 Directory Properties: stable

svn commit: r286186 - stable/10/share/man/man4

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:27:07 2015 New Revision: 286186 URL: https://svnweb.freebsd.org/changeset/base/286186 Log: MFC r285676: Expand sysctl descriptions in iscsi(4) and ctl(4). Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man4/ctl.4 stable/10/shar

svn commit: r286185 - stable/10/lib/libc/sys

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:25:05 2015 New Revision: 286185 URL: https://svnweb.freebsd.org/changeset/base/286185 Log: MFC r285251: Fix markup. Sponsored by: The FreeBSD Foundation Modified: stable/10/lib/libc/sys/open.2 Directory Properties: stable/10/ (props changed) Mo

svn commit: r286184 - stable/10/share/man/man4

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:23:24 2015 New Revision: 286184 URL: https://svnweb.freebsd.org/changeset/base/286184 Log: MFC r285100: Make ctl(4) appear in "man -k iscsi" results. Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man4/ctl.4 Directory Properties:

svn commit: r286183 - stable/10/share/man/man4

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:21:31 2015 New Revision: 286183 URL: https://svnweb.freebsd.org/changeset/base/286183 Log: MFC r284682: Expand sysctls descriptions for iscsi(4) and ctl(4). Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man4/ctl.4 stable/10/sh

svn commit: r286182 - stable/10/share/man/man4

2015-08-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 2 09:14:52 2015 New Revision: 286182 URL: https://svnweb.freebsd.org/changeset/base/286182 Log: MFC r283286: Start documenting ctl(4) sysctls. Differential Revision:The FreeBSD Foundation Modified: stable/10/share/man/man4/ctl.4 Directory Propert

Re: svn commit: r285967 - stable/10/sys/kern

2015-08-02 Thread Peter Wemm
On Tuesday, July 28, 2015 05:12:41 PM Konstantin Belousov wrote: > Author: kib > Date: Tue Jul 28 17:12:41 2015 > New Revision: 285967 > URL: https://svnweb.freebsd.org/changeset/base/285967 > > Log: > MFC r284956: > Do not calculate the stack's bottom address twice. This is a bad MFC. stack

svn commit: r286181 - stable/10/share/man/man4

2015-08-02 Thread Christian Brueffer
Author: brueffer Date: Sun Aug 2 07:25:05 2015 New Revision: 286181 URL: https://svnweb.freebsd.org/changeset/base/286181 Log: MFC: r286090 The kernel option and module are actually called pmspcv. Modified: stable/10/share/man/man4/Makefile stable/10/share/man/man4/pms.4 Directory Pro