svn commit: r275438 - head/sys/netipsec

2014-12-02 Thread Andrey V. Elsukov
Author: ae Date: Wed Dec 3 04:08:41 2014 New Revision: 275438 URL: https://svnweb.freebsd.org/changeset/base/275438 Log: Remove __P() macro. Suggested by: kevlo Sponsored by: Yandex LLC Modified: head/sys/netipsec/ipsec.c head/sys/netipsec/ipsec.h head/sys/netipsec/ipsec6.h head

svn commit: r275437 - head/sys/netipsec

2014-12-02 Thread Andrey V. Elsukov
Author: ae Date: Wed Dec 3 03:50:54 2014 New Revision: 275437 URL: https://svnweb.freebsd.org/changeset/base/275437 Log: ANSIfy function declarations. Sponsored by: Yandex LLC Modified: head/sys/netipsec/key.c head/sys/netipsec/key_debug.c head/sys/netipsec/keysock.c Modified: head

Re: svn commit: r275431 - in head/sys/dev: e1000 ixgbe

2014-12-02 Thread Alfred Perlstein
Thanks Jack. I do appreciate you reviewing the change and reconsidering the implementation. A few things to note please: 1) The work was submitted for approval, please check your inbox from ~3 weeks ago. I've attached the message for reference. 2) Regarding #2, in FreeBSD past silence, es

svn commit: r275436 - in head: share/mk usr.sbin/gpioctl

2014-12-02 Thread Rui Paulo
Author: rpaulo Date: Wed Dec 3 03:05:15 2014 New Revision: 275436 URL: https://svnweb.freebsd.org/changeset/base/275436 Log: Switch gpioctl(8) to LIBADD. Modified: head/share/mk/src.libnames.mk head/usr.sbin/gpioctl/Makefile Modified: head/share/mk/src.libnames.mk

svn commit: r275435 - head/rescue/rescue

2014-12-02 Thread Xin LI
Author: delphij Date: Wed Dec 3 01:34:24 2014 New Revision: 275435 URL: https://svnweb.freebsd.org/changeset/base/275435 Log: Add sleep(1) to /rescue. This adds 664 bytes to the binary on amd64 but it's pretty useful for shell scripts. MFC after:1 month Sponsored by: iXsystems, In

svn commit: r275434 - head/sys/dev/pccard

2014-12-02 Thread Warner Losh
Author: imp Date: Wed Dec 3 00:47:05 2014 New Revision: 275434 URL: https://svnweb.freebsd.org/changeset/base/275434 Log: Remove unused PCMCIA_CARD* macros. Always include the card human readable name. We support ~270 cards and at ~20 bytes each, this bloats things by only ~5k. Retain th

Re: svn commit: r275431 - in head/sys/dev: e1000 ixgbe

2014-12-02 Thread Jack Vogel
Just to make it clear, I am not opposed to what this code was trying to do, in fact I think its a pretty cool idea, but I think it can be implemented more cleanly. Eric and myself will be discussing the details. Jack On Tue, Dec 2, 2014 at 3:02 PM, Jack F Vogel wrote: > Author: jfv > Date: Tu

svn commit: r275433 - in head/gnu/usr.bin/binutils: addr2line nm objcopy objdump readelf size strings strip

2014-12-02 Thread Baptiste Daroussin
Author: bapt Date: Tue Dec 2 23:33:37 2014 New Revision: 275433 URL: https://svnweb.freebsd.org/changeset/base/275433 Log: Revert r274953, r274934 mandoc(1) is now able to display correctly the vanilla version Modified: head/gnu/usr.bin/binutils/addr2line/addr2line.1 head/gnu/usr.bin/

svn commit: r275432 - in head: . contrib/mdocml lib/libmandoc usr.bin usr.bin/man usr.bin/mandoc usr.bin/preconv

2014-12-02 Thread Baptiste Daroussin
d; # done +# 20141202: update to mandoc CVS 20141201 +OLD_FILES+=usr.bin/preconv +OLD_FILES+=share/man/man1/preconv.1.gz # 20141129: mrouted rc.d scripts removed from base OLD_FILES+=etc/rc.d/mrouted # 20141126: convert sbin/mdconfig/tests to ATF format tests Modified: head/contrib/mdoc

svn commit: r275431 - in head/sys/dev: e1000 ixgbe

2014-12-02 Thread Jack F Vogel
Author: jfv Date: Tue Dec 2 23:02:57 2014 New Revision: 275431 URL: https://svnweb.freebsd.org/changeset/base/275431 Log: Revert r275136, it was not approved, it was sloppy, if a feature like this is needed please resubmit for Intel's approval. Modified: head/sys/dev/e1000/if_igb.c head/

Re: svn commit: r275385 - head/contrib/subversion/subversion/svn

2014-12-02 Thread Baptiste Daroussin
On Tue, Dec 02, 2014 at 03:39:04PM +0300, Dmitry Morozovsky wrote: > On Tue, 2 Dec 2014, Baptiste Daroussin wrote: > > > Author: bapt > > Date: Tue Dec 2 00:23:26 2014 > > New Revision: 275385 > > URL: https://svnweb.freebsd.org/changeset/base/275385 > > > > Log: > > Sync the svn template with

svn commit: r275430 - head/contrib/elftoolchain/libelf

2014-12-02 Thread Ed Maste
Author: emaste Date: Tue Dec 2 22:35:43 2014 New Revision: 275430 URL: https://svnweb.freebsd.org/changeset/base/275430 Log: libelf: Fix cross-endian ELF note file / memory conversion The namesz and descsz variables need to be used in native endianness. The sizes are in native order afte

svn commit: r275427 - head/sys/netinet

2014-12-02 Thread Michael Tuexen
Author: tuexen Date: Tue Dec 2 20:29:29 2014 New Revision: 275427 URL: https://svnweb.freebsd.org/changeset/base/275427 Log: Do the renaming of sb_cc to sb_ccc in a way with less code changes by using a macro. This is an alternate approach to https://svnweb.freebsd.org/changeset/base/2753

svn commit: r275422 - in head/sys: amd64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

2014-12-02 Thread George V. Neville-Neil
Author: gnn Date: Tue Dec 2 19:55:43 2014 New Revision: 275422 URL: https://svnweb.freebsd.org/changeset/base/275422 Log: This configuration file removes several debugging options, including WITNESS and INVARIANTS checking, which are known to have significant performance impact on running s

svn commit: r275420 - head/usr.sbin/gpioctl

2014-12-02 Thread Rui Paulo
Author: rpaulo Date: Tue Dec 2 19:41:25 2014 New Revision: 275420 URL: https://svnweb.freebsd.org/changeset/base/275420 Log: gpioctl: don't print the command line arguments. PR: 195330 Submitted by: Scott Ellis jumpnowtek at gmail.com MFC after:3 days Modified: head/us

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

2014-12-02 Thread Andrew Turner
Author: andrew Date: Tue Dec 2 18:37:04 2014 New Revision: 275418 URL: https://svnweb.freebsd.org/changeset/base/275418 Log: Switch to unified syntax so these can be built with clang 3.5. MFC after:1 week Sponsored by: ABT Systems Ltd Modified: head/sys/arm/arm/bcopyinout_xscale.S

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

2014-12-02 Thread Andrew Turner
Author: andrew Date: Tue Dec 2 18:35:34 2014 New Revision: 275417 URL: https://svnweb.freebsd.org/changeset/base/275417 Log: Use the APSR_nzcv format of mrc. The clang integrated assembler doesn't support the old usage of r15. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/arm/c

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

2014-12-02 Thread Andrew Turner
Author: andrew Date: Tue Dec 2 18:20:53 2014 New Revision: 275416 URL: https://svnweb.freebsd.org/changeset/base/275416 Log: Fix the name of the coprocessor to include the "p" prefix, the clang integrated assembler expects this. MFC after:1 Week Sponsored by: ABT Systems Ltd Modif

svn commit: r275415 - head/contrib/binutils/gas/config

2014-12-02 Thread Andrew Turner
Author: andrew Date: Tue Dec 2 18:12:16 2014 New Revision: 275415 URL: https://svnweb.freebsd.org/changeset/base/275415 Log: Allow the UAL APSR_nzcv format for the mrc and mrc2 instructions. The clang integrated assembler only allows these forms so binutils will need to support them. M

svn commit: r275412 - head/libexec/rtld-elf

2014-12-02 Thread John Baldwin
Author: jhb Date: Tue Dec 2 16:22:08 2014 New Revision: 275412 URL: https://svnweb.freebsd.org/changeset/base/275412 Log: The runtime linker needs to include a path to itself in the link map it exports to the debugger. It currently has two choices: it can use a compiled-in path (/libexec/l

svn commit: r275411 - head/sys/boot/pc98/boot2

2014-12-02 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 2 14:48:21 2014 New Revision: 275411 URL: https://svnweb.freebsd.org/changeset/base/275411 Log: MFi386: r275305 (by rdivacky) Unbreak the code for non-digits below '0' by casting the expression to unsigned int. Modified: head/sys/boot/pc98/boot2/boot2.c

svn commit: r275407 - head/tools/tools/usbtest

2014-12-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 2 13:58:57 2014 New Revision: 275407 URL: https://svnweb.freebsd.org/changeset/base/275407 Log: Add missing Makefile defines so that the program in question can be built as part of buildworld. Modified: head/tools/tools/usbtest/Makefile Modified: head/tools/

Re: svn commit: r275385 - head/contrib/subversion/subversion/svn

2014-12-02 Thread Dmitry Morozovsky
On Tue, 2 Dec 2014, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Dec 2 00:23:26 2014 > New Revision: 275385 > URL: https://svnweb.freebsd.org/changeset/base/275385 > > Log: > Sync the svn template with the one from ports Possibly dumb question: I we patch this file anyway, could we p

svn commit: r275405 - head/sys/cam/ctl

2014-12-02 Thread Alexander Motin
Author: mav Date: Tue Dec 2 12:38:22 2014 New Revision: 275405 URL: https://svnweb.freebsd.org/changeset/base/275405 Log: Convert persis_offset from global variable to softc field. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_private.h Modified: head/sys/cam/ctl/ctl.c ===

svn commit: r275404 - head/sys/cam/ctl

2014-12-02 Thread Alexander Motin
Author: mav Date: Tue Dec 2 12:31:28 2014 New Revision: 275404 URL: https://svnweb.freebsd.org/changeset/base/275404 Log: Reduce code duplication by creating ctl_set_res_ua() helper. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ==

svn commit: r275403 - head/sys/cam/ctl

2014-12-02 Thread Alexander Motin
Author: mav Date: Tue Dec 2 12:05:44 2014 New Revision: 275403 URL: https://svnweb.freebsd.org/changeset/base/275403 Log: Removed unused variable and unify some names. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c =

svn commit: r275401 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-12-02 Thread Andriy Gapon
Author: avg Date: Tue Dec 2 11:44:56 2014 New Revision: 275401 URL: https://svnweb.freebsd.org/changeset/base/275401 Log: zfs_putpages: actually update mtime and ctime Reported by: Paul Koch Tested by:Paul Koch MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris

Re: svn commit: r275395 - head/usr.sbin/gpioctl

2014-12-02 Thread Baptiste Daroussin
On Tue, Dec 02, 2014 at 06:11:33AM +, Rui Paulo wrote: > Author: rpaulo > Date: Tue Dec 2 06:11:32 2014 > New Revision: 275395 > URL: https://svnweb.freebsd.org/changeset/base/275395 > > Log: > Rewrite parts of gpioctl(8) to use the gpio(3) library. > > Modified: > head/usr.sbin/gpioctl/