svn commit: r290610 - head/sys/x86/x86

2015-11-09 Thread Roger Pau Monné
Author: royger Date: Mon Nov 9 12:19:58 2015 New Revision: 290610 URL: https://svnweb.freebsd.org/changeset/base/290610 Log: x86/dma_bounce: rework _bus_dmamap_load_ma implementation The implementation of bus_dmamap_load_ma_triv currently calls _bus_dmamap_load_phys on each page that is

Re: svn commit: r290610 - head/sys/x86/x86

2015-11-09 Thread Hans Petter Selasky
On 11/09/15 13:19, Roger Pau Monné wrote: + if (dmat->common.flags & BUS_DMA_KEEP_PG_OFFSET) { + /* +* If we have to keep the offset of each page this function +* is not suitable, switch back to bus_dmamap_load_ma_triv +* which

svn commit: r290611 - head/sys/dev/xen/blkfront

2015-11-09 Thread Roger Pau Monné
Author: royger Date: Mon Nov 9 12:22:44 2015 New Revision: 290611 URL: https://svnweb.freebsd.org/changeset/base/290611 Log: xen-blkfront: add support for unmapped IO Using unmapped IO is really beneficial when running inside of a VM, since it avoids IPIs to other vCPUs in order to

svn commit: r290617 - head

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 9 21:53:39 2015 New Revision: 290617 URL: https://svnweb.freebsd.org/changeset/base/290617 Log: Also remove directories along with old locales Reported by: andreast Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

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

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 9 22:11:37 2015 New Revision: 290620 URL: https://svnweb.freebsd.org/changeset/base/290620 Log: Readd ascii.c forgotten in r290618 Added: head/lib/libc/locale/ascii.c (contents, props changed) Added: head/lib/libc/locale/ascii.c

Re: svn commit: r290619 - head/share/timedef

2015-11-09 Thread Bryan Drewery
On 11/9/2015 2:09 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Nov 9 22:09:38 2015 > New Revision: 290619 > URL: https://svnweb.freebsd.org/changeset/base/290619 > > Log: > Regenerate timedef now that the tools pad CJK correctly How? I didn't really get an answer last time, can

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

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 9 22:06:22 2015 New Revision: 290618 URL: https://svnweb.freebsd.org/changeset/base/290618 Log: locales: Enforce US-ASCII encoding (limited to 7-bit) The US-ASCII format was getting treated identically to POSIX. It is supposed to throw an ILSEQ errno if a

svn commit: r290619 - head/share/timedef

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 9 22:09:38 2015 New Revision: 290619 URL: https://svnweb.freebsd.org/changeset/base/290619 Log: Regenerate timedef now that the tools pad CJK correctly Modified: head/share/timedef/zh_Hans_CN.GB2312.src head/share/timedef/zh_Hans_CN.eucCN.src

svn commit: r290621 - head/sys/arm/qemu

2015-11-09 Thread Tijl Coosemans
Author: tijl Date: Mon Nov 9 22:12:29 2015 New Revision: 290621 URL: https://svnweb.freebsd.org/changeset/base/290621 Log: Fix typo (s/ncpus/mp_ncpus/) Reported by: bz Modified: head/sys/arm/qemu/virt_mp.c Modified: head/sys/arm/qemu/virt_mp.c

svn commit: r290633 - head/sys/dev/cxgbe/firmware

2015-11-09 Thread Navdeep Parhar
Author: np Date: Tue Nov 10 02:29:19 2015 New Revision: 290633 URL: https://svnweb.freebsd.org/changeset/base/290633 Log: cxgbe/t4_tom: add a knob to the default configuration file to tune the TOE for LAN operation. It is possible to set this to other values (cluster for networks with

svn commit: r290615 - head/usr.sbin/ctld

2015-11-09 Thread Alexander Motin
Author: mav Date: Mon Nov 9 18:33:36 2015 New Revision: 290615 URL: https://svnweb.freebsd.org/changeset/base/290615 Log: Introduce portal group options in ctl.conf. While CTL has concept of port options, used at least for iSCSI ports now, before this change it was impossible to set

Re: svn commit: r290547 - in head/sys: arm/annapurna/alpine arm/mv/armadaxp arm/qemu arm/ti/omap4 arm/xilinx kern x86/x86

2015-11-09 Thread Bjoern A. Zeeb
> On 08 Nov 2015, at 14:26 , Tijl Coosemans wrote: > > Author: tijl > Date: Sun Nov 8 14:26:50 2015 > New Revision: 290547 > URL: https://svnweb.freebsd.org/changeset/base/290547 > > Log: > Since r289279 bufinit() uses mp_ncpus, but some architectures set this > variable

svn commit: r290614 - in head/sys: arm/arm arm/conf arm/include conf

2015-11-09 Thread Bjoern A. Zeeb
Author: bz Date: Mon Nov 9 17:57:32 2015 New Revision: 290614 URL: https://svnweb.freebsd.org/changeset/base/290614 Log: Now that the PMU implementation is independent of HWPMC as of r288992 use it to manage the CCNT. Use the CNNT for get_cyclecount() instead of binuptime() when device

Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_ha

2015-11-09 Thread Bryan Drewery
On 11/9/2015 7:59 AM, Adrian Chadd wrote: > Author: adrian > Date: Mon Nov 9 15:59:42 2015 > New Revision: 290612 > URL: https://svnweb.freebsd.org/changeset/base/290612 > > Log: > ath(4): begin fleshing out a "reset type" extension to force cold/warn > resets. >

svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_hal...

2015-11-09 Thread Adrian Chadd
Author: adrian Date: Mon Nov 9 15:59:42 2015 New Revision: 290612 URL: https://svnweb.freebsd.org/changeset/base/290612 Log: ath(4): begin fleshing out a "reset type" extension to force cold/warn resets. Right now the only way to force a cold reset is: * The HAL itself detects it's

Re: svn commit: r290562 - head/usr.bin/localedef

2015-11-09 Thread Bryan Drewery
On 11/8/2015 2:28 PM, NGie Cooper wrote: > >> On Nov 8, 2015, at 14:23, Baptiste Daroussin wrote: >> >> Author: bapt >> Date: Sun Nov 8 22:23:21 2015 >> New Revision: 290562 >> URL: https://svnweb.freebsd.org/changeset/base/290562 >> >> Log: >> lower again the warnings and

svn commit: r290613 - head/sys/compat/linuxkpi/common/include/linux

2015-11-09 Thread Conrad E. Meyer
Author: cem Date: Mon Nov 9 16:50:42 2015 New Revision: 290613 URL: https://svnweb.freebsd.org/changeset/base/290613 Log: linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warning The code compiles fine under Clang, but GCC on PPC is less permissive about integer and pointer

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-09 Thread Bryan Drewery
On 11/7/2015 12:41 AM, Craig Rodrigues wrote: > > > On Thu, Nov 5, 2015 at 8:45 PM, Bryan Drewery > wrote: > > Author: bdrewery > Date: Fri Nov 6 04:45:29 2015 > New Revision: 290433 > URL:

Re: svn commit: r290610 - head/sys/x86/x86

2015-11-09 Thread Roger Pau Monné
Hello, El 09/11/15 a les 13.30, Hans Petter Selasky ha escrit: > On 11/09/15 13:19, Roger Pau Monné wrote: >> +if (dmat->common.flags & BUS_DMA_KEEP_PG_OFFSET) { >> +/* >> + * If we have to keep the offset of each page this function >> + * is not suitable, switch back

Re: svn commit: r290610 - head/sys/x86/x86

2015-11-09 Thread Ian Lepore
On Mon, 2015-11-09 at 16:41 +0100, Roger Pau Monné wrote: > Hello, > > El 09/11/15 a les 13.30, Hans Petter Selasky ha escrit: > > On 11/09/15 13:19, Roger Pau Monné wrote: > > > +if (dmat->common.flags & BUS_DMA_KEEP_PG_OFFSET) { > > > +/* > > > + * If we have to keep the

svn commit: r290616 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2015-11-09 Thread Renato Botelho
Author: garga (ports committer) Date: Mon Nov 9 20:22:59 2015 New Revision: 290616 URL: https://svnweb.freebsd.org/changeset/base/290616 Log: Fix kernel build, broken in r290612 Approved by: adrian Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c

Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_ha

2015-11-09 Thread Adrian Chadd
hiya, Sorry - Please commit this; I can't commit things right at the moment! -a On 9 November 2015 at 11:17, Renato Botelho wrote: >> On Nov 9, 2015, at 14:58, Bryan Drewery wrote: >> >> On 11/9/2015 7:59 AM, Adrian Chadd wrote: >>> Author: adrian

Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_ha

2015-11-09 Thread Renato Botelho
> On Nov 9, 2015, at 14:58, Bryan Drewery wrote: > > On 11/9/2015 7:59 AM, Adrian Chadd wrote: >> Author: adrian >> Date: Mon Nov 9 15:59:42 2015 >> New Revision: 290612 >> URL: https://svnweb.freebsd.org/changeset/base/290612 >> >> Log: >> ath(4): begin fleshing out a

Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_ha

2015-11-09 Thread Renato Botelho
> On Nov 9, 2015, at 18:03, Adrian Chadd wrote: > > hiya, > > Sorry - Please commit this; I can't commit things right at the moment! Done, r290616 -- Renato Botelho ___ svn-src-all@freebsd.org mailing list

svn commit: r290635 - in vendor/fsx: . dist

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 07:31:41 2015 New Revision: 290635 URL: https://svnweb.freebsd.org/changeset/base/290635 Log: Copy fsx from http://codemonkey.org.uk/projects/fsx/fsx-macosforge/ Added: vendor/fsx/ vendor/fsx/dist/ vendor/fsx/dist/APPLE_LICENSE vendor/fsx/dist/Makefile

Re: svn commit: r290613 - head/sys/compat/linuxkpi/common/include/linux

2015-11-09 Thread Hans Petter Selasky
On 11/09/15 22:17, Bruce Evans wrote: On Mon, 9 Nov 2015, Conrad E. Meyer wrote: Log: linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warning The code compiles fine under Clang, but GCC on PPC is less permissive about integer and pointer sizes. (An intmax_t is clearly *large

svn commit: r290634 - stable/10/bin/rm

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 10 07:17:38 2015 New Revision: 290634 URL: https://svnweb.freebsd.org/changeset/base/290634 Log: MFC r290480 Protecting against rm -rf / is now POSIXLY_CORRECT per posix 1003.1 edition 2013. No need anymore to disable the protection if one set the

Re: svn commit: r290620 - head/lib/libc/locale

2015-11-09 Thread Alexey Dokuchaev
On Mon, Nov 09, 2015 at 10:11:37PM +, Baptiste Daroussin wrote: > New Revision: 290620 > URL: https://svnweb.freebsd.org/changeset/base/290620 > > Log: > Readd ascii.c forgotten in r290618 > > Added: > head/lib/libc/locale/ascii.c (contents, props changed) I think it should've been

svn commit: r290636 - vendor/fsx/2012-04-17

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Tue Nov 10 07:32:49 2015 New Revision: 290636 URL: https://svnweb.freebsd.org/changeset/base/290636 Log: Copy fsx to 2012-04-17, the last time the code was changed/imported Added: vendor/fsx/2012-04-17/ - copied from r290635, vendor/fsx/dist/

svn commit: r290607 - stable/10/sys/dev/usb/net

2015-11-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 9 11:24:59 2015 New Revision: 290607 URL: https://svnweb.freebsd.org/changeset/base/290607 Log: MFC r290441: Fix for unaligned IP-header. The mbuf length fields must be set before m_adj() is called else m_adj() will not always adjust the mbuf and an

svn commit: r290608 - stable/9/sys/dev/usb/net

2015-11-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 9 11:27:31 2015 New Revision: 290608 URL: https://svnweb.freebsd.org/changeset/base/290608 Log: MFC r290441: Fix for unaligned IP-header. The mbuf length fields must be set before m_adj() is called else m_adj() will not always adjust the mbuf and an

svn commit: r290609 - stable/8/sys/dev/usb/net

2015-11-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 9 11:29:54 2015 New Revision: 290609 URL: https://svnweb.freebsd.org/changeset/base/290609 Log: MFC r290441: Fix for unaligned IP-header. The mbuf length fields must be set before m_adj() is called else m_adj() will not always adjust the mbuf and an

Re: svn commit: r290619 - head/share/timedef

2015-11-09 Thread Baptiste Daroussin
On Mon, Nov 09, 2015 at 02:22:55PM -0800, Bryan Drewery wrote: > On 11/9/2015 2:09 PM, Baptiste Daroussin wrote: > > Author: bapt > > Date: Mon Nov 9 22:09:38 2015 > > New Revision: 290619 > > URL: https://svnweb.freebsd.org/changeset/base/290619 > > > > Log: > > Regenerate timedef now that

Re: svn commit: r290619 - head/share/timedef

2015-11-09 Thread NGie Cooper
On Mon, Nov 9, 2015 at 3:08 PM, Baptiste Daroussin wrote: > On Mon, Nov 09, 2015 at 02:22:55PM -0800, Bryan Drewery wrote: >> On 11/9/2015 2:09 PM, Baptiste Daroussin wrote: >> > Author: bapt >> > Date: Mon Nov 9 22:09:38 2015 >> > New Revision: 290619 >> > URL:

svn commit: r290625 - head/tools/tools/locale

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 9 23:23:29 2015 New Revision: 290625 URL: https://svnweb.freebsd.org/changeset/base/290625 Log: Add a README to explain how to generate the locales from CLDR data Added: head/tools/tools/locale/README (contents, props changed) Added:

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-09 Thread Bryan Drewery
On 11/9/2015 9:08 AM, Bryan Drewery wrote: > On 11/7/2015 12:41 AM, Craig Rodrigues wrote: >> >> >> On Thu, Nov 5, 2015 at 8:45 PM, Bryan Drewery > > wrote: >> >> Author: bdrewery >> Date: Fri Nov 6 04:45:29 2015 >> New Revision:

Re: svn commit: r290613 - head/sys/compat/linuxkpi/common/include/linux

2015-11-09 Thread Bruce Evans
On Mon, 9 Nov 2015, Conrad E. Meyer wrote: Log: linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warning The code compiles fine under Clang, but GCC on PPC is less permissive about integer and pointer sizes. (An intmax_t is clearly *large enough* to hold a pointer value.)

Re: svn commit: r290547 - in head/sys: arm/annapurna/alpine arm/mv/armadaxp arm/qemu arm/ti/omap4 arm/xilinx kern x86/x86

2015-11-09 Thread Tijl Coosemans
On Mon, 9 Nov 2015 17:45:46 + "Bjoern A. Zeeb" wrote: >> On 08 Nov 2015, at 14:26 , Tijl Coosemans wrote: >> >> Author: tijl >> Date: Sun Nov 8 14:26:50 2015 >> New Revision: 290547 >> URL: https://svnweb.freebsd.org/changeset/base/290547 >> >> Log: >>

Re: svn commit: r290494 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter contrib/netbsd-tests/

2015-11-09 Thread Baptiste Daroussin
On Sun, Nov 08, 2015 at 11:28:10PM +0100, Baptiste Daroussin wrote: > On Mon, Nov 09, 2015 at 01:23:21AM +0300, Andrey Chernov wrote: > > On 09.11.2015 0:41, Baptiste Daroussin wrote: > > >>> Deleted: head/lib/libc/locale/ascii.c > > >> > > >> BTW, why this one is deleted (along with ASCII

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

2015-11-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 9 22:29:47 2015 New Revision: 290622 URL: https://svnweb.freebsd.org/changeset/base/290622 Log: nl_langinfo: Simplify case ladder The NONE:US-ASCII case isn't necessary. The "NONE:" case will handle US-ASCII, so let's remove the redundant handling.

Re: svn commit: r290619 - head/share/timedef

2015-11-09 Thread Baptiste Daroussin
On Mon, Nov 09, 2015 at 03:10:14PM -0800, NGie Cooper wrote: > On Mon, Nov 9, 2015 at 3:08 PM, Baptiste Daroussin wrote: > > On Mon, Nov 09, 2015 at 02:22:55PM -0800, Bryan Drewery wrote: > >> On 11/9/2015 2:09 PM, Baptiste Daroussin wrote: > >> > Author: bapt > >> > Date: Mon

svn commit: r290623 - in head: targets/pseudo/userland usr.sbin usr.sbin/fmtree usr.sbin/mtree

2015-11-09 Thread Bryan Drewery
Author: bdrewery Date: Mon Nov 9 23:19:36 2015 New Revision: 290623 URL: https://svnweb.freebsd.org/changeset/base/290623 Log: Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtree actually is (which is usr.sbin/nmtree). This has tricked me numerous times.

Re: svn commit: r290625 - head/tools/tools/locale

2015-11-09 Thread Bryan Drewery
Thank you! On 11/9/2015 3:23 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Nov 9 23:23:29 2015 > New Revision: 290625 > URL: https://svnweb.freebsd.org/changeset/base/290625 > > Log: > Add a README to explain how to generate the locales from CLDR data > > Added: >

svn commit: r290628 - in head/etc: . rc.d

2015-11-09 Thread Bryan Drewery
Author: bdrewery Date: Mon Nov 9 23:37:01 2015 New Revision: 290628 URL: https://svnweb.freebsd.org/changeset/base/290628 Log: When extracting mtrees, pass -i so schg/sappnd are respected. This fixes /var/empty not being schg in the installation. This was a change from fmtree to

svn commit: r290626 - head

2015-11-09 Thread Bryan Drewery
Author: bdrewery Date: Mon Nov 9 23:36:46 2015 New Revision: 290626 URL: https://svnweb.freebsd.org/changeset/base/290626 Log: Move 'make cleandir' from Makefile to Makefile.inc1. This leads the way for fixing cross-build cleanup, and eventually replacing 'cleandir' with it during the

svn commit: r290629 - head/share/mk

2015-11-09 Thread Bryan Drewery
Author: bdrewery Date: Mon Nov 9 23:37:04 2015 New Revision: 290629 URL: https://svnweb.freebsd.org/changeset/base/290629 Log: FAST_DEPEND: Fix building of wrong source files in some cases. Similar to the original reason for these dependency hints to be added, in r124637, the

svn commit: r290627 - head

2015-11-09 Thread Bryan Drewery
Author: bdrewery Date: Mon Nov 9 23:36:57 2015 New Revision: 290627 URL: https://svnweb.freebsd.org/changeset/base/290627 Log: Fix 'make cleanworld' to respect TARGET/TARGET_ARCH for cross-build objtrees. This simplifies the logic to always try removing the objdir if it exists and to

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-09 Thread Bryan Drewery
On 11/9/2015 1:04 PM, Bryan Drewery wrote: > On 11/9/2015 9:08 AM, Bryan Drewery wrote: >> On 11/7/2015 12:41 AM, Craig Rodrigues wrote: >>> >>> >>> On Thu, Nov 5, 2015 at 8:45 PM, Bryan Drewery >> > wrote: >>> >>> Author: bdrewery >>>

svn commit: r290589 - stable/10/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:59:55 2015 New Revision: 290589 URL: https://svnweb.freebsd.org/changeset/base/290589 Log: MFC r289203,r290180: r289203 (by adrian): makefs: introduce a new option to specify what to round the resulting image up to. From ticket: While

svn commit: r290594 - stable/10/usr.sbin/makefs/tests

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:20:01 2015 New Revision: 290594 URL: https://svnweb.freebsd.org/changeset/base/290594 Log: MFC r290265,r290267,r290270: r290265: Add testcases for -t cd9660 -o isolevel=[1-3] -- -o isolevel=1 currently fails because of path comparison issues,

svn commit: r290598 - stable/9/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:24:28 2015 New Revision: 290598 URL: https://svnweb.freebsd.org/changeset/base/290598 Log: MFstable/10 r290597: MFC r290268: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained

svn commit: r290600 - stable/9/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:29:38 2015 New Revision: 290600 URL: https://svnweb.freebsd.org/changeset/base/290600 Log: MFstable/10 r290599: MFC r266930,r289225: r266930 (by jmg): convert to using the _daddr_t types like newfs was... Put the superblock in the correct

svn commit: r290599 - stable/10/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:28:34 2015 New Revision: 290599 URL: https://svnweb.freebsd.org/changeset/base/290599 Log: MFC r266930,r289225: r266930 (by jmg): convert to using the _daddr_t types like newfs was... Put the superblock in the correct possition for UFS2... There

svn commit: r290602 - head/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:39:59 2015 New Revision: 290602 URL: https://svnweb.freebsd.org/changeset/base/290602 Log: Bump .Dd Modified: head/usr.sbin/makefs/makefs.8 Modified: head/usr.sbin/makefs/makefs.8 ==

Re: svn commit: r290259 - head/usr.sbin/makefs

2015-11-09 Thread NGie Cooper
> On Nov 2, 2015, at 08:49, Benjamin Kaduk wrote: > > On Mon, Nov 2, 2015 at 1:36 AM, Garrett Cooper wrote: > Author: ngie > Date: Mon Nov 2 07:36:42 2015 > New Revision: 290259 > URL: https://svnweb.freebsd.org/changeset/base/290259 > > Log: > Sync

svn commit: r290604 - head/sys/netinet

2015-11-09 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Nov 9 10:35:33 2015 New Revision: 290604 URL: https://svnweb.freebsd.org/changeset/base/290604 Log: Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr(). Rename arp_ifinit2() into arp_announce_ifaddr(). Eliminate zeroing ifa_rtrequest: it

svn commit: r290605 - in head/lib/msun: . man

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 10:40:16 2015 New Revision: 290605 URL: https://svnweb.freebsd.org/changeset/base/290605 Log: Document powl(3) PR: 191751 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/msun/Makefile head/lib/msun/man/exp.3 Modified:

svn commit: r290606 - head/lib/msun/man

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 10:41:27 2015 New Revision: 290606 URL: https://svnweb.freebsd.org/changeset/base/290606 Log: Bump .Dd Modified: head/lib/msun/man/exp.3 Modified: head/lib/msun/man/exp.3 == ---

Re: svn commit: r290631 - head/sys/dev/usb/wlan

2015-11-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/09/2015 19:12, Andriy Voskoboinyk wrote: > Author: avos Date: Tue Nov 10 00:12:00 2015 New Revision: 290631 > URL: https://svnweb.freebsd.org/changeset/base/290631 > > Log: urtwn(4): add HOSTAP mode support. > > Tested with RTL8188EU,

Re: svn commit: r290631 - head/sys/dev/usb/wlan

2015-11-09 Thread Andriy Voskoboinyk
Tue, 10 Nov 2015 02:37:20 +0200 було написано Jung-uk Kim : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/09/2015 19:12, Andriy Voskoboinyk wrote: Author: avos Date: Tue Nov 10 00:12:00 2015 New Revision: 290631 URL: https://svnweb.freebsd.org/changeset/base/290631

svn commit: r290630 - head/sys/dev/usb/wlan

2015-11-09 Thread Andriy Voskoboinyk
Author: avos Date: Mon Nov 9 23:46:13 2015 New Revision: 290630 URL: https://svnweb.freebsd.org/changeset/base/290630 Log: urtwn(4): refactor and fix TX path. - Split urtwn_tx_start() into urtwn_tx_data() and urtwn_tx_start() (the last will be used for beacon updates / raw xmit path).

svn commit: r290624 - head/targets/pseudo/userland

2015-11-09 Thread Bryan Drewery
Author: bdrewery Date: Mon Nov 9 23:20:45 2015 New Revision: 290624 URL: https://svnweb.freebsd.org/changeset/base/290624 Log: Connect nmtree Modified: head/targets/pseudo/userland/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend

svn commit: r290603 - in head/sys: net netgraph netinet

2015-11-09 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Nov 9 10:11:14 2015 New Revision: 290603 URL: https://svnweb.freebsd.org/changeset/base/290603 Log: Use lladdr_event to propagate gratiotus arp. Differential Revision:https://reviews.freebsd.org/D4019 Modified: head/sys/net/if.c

svn commit: r290587 - stable/10/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:03:15 2015 New Revision: 290587 URL: https://svnweb.freebsd.org/changeset/base/290587 Log: MFC r289687,r289693: r289687: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the function PR: 203647

svn commit: r290593 - stable/9/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:05:09 2015 New Revision: 290593 URL: https://svnweb.freebsd.org/changeset/base/290593 Log: MFstable/10 r290591: MFC r289899: Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of device nodes In particular, use st_rdev (the

svn commit: r290592 - stable/10/usr.sbin/makefs/tests

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:04:11 2015 New Revision: 290592 URL: https://svnweb.freebsd.org/changeset/base/290592 Log: MFC r289902: Add a regression test for r289899 to validate rockridge encoding of device types Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r290591 - stable/10/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:03:24 2015 New Revision: 290591 URL: https://svnweb.freebsd.org/changeset/base/290591 Log: MFC r289899: Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of device nodes In particular, use st_rdev (the device type), not st_dev

svn commit: r290597 - stable/10/usr.sbin/makefs/ffs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:23:35 2015 New Revision: 290597 URL: https://svnweb.freebsd.org/changeset/base/290597 Log: MFC r290268: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained from: NetBSD Sponsored by:

svn commit: r290596 - stable/9/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:23:13 2015 New Revision: 290596 URL: https://svnweb.freebsd.org/changeset/base/290596 Log: MFstable/10 r290595: MFC r290264: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add

svn commit: r290588 - stable/9/usr.sbin/makefs/cd9660

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 08:05:15 2015 New Revision: 290588 URL: https://svnweb.freebsd.org/changeset/base/290588 Log: MFstable/10 r290587: MFC r289687,r289693: r289687: Free buffer before returning from cd9660_write_path_table to avoid leaking it after returning from the

svn commit: r290590 - stable/9/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:02:30 2015 New Revision: 290590 URL: https://svnweb.freebsd.org/changeset/base/290590 Log: MFstable/10 r290589: MFC r289203,r290180: r289203 (by adrian): makefs: introduce a new option to specify what to round the resulting image up to.

svn commit: r290595 - stable/10/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:22:11 2015 New Revision: 290595 URL: https://svnweb.freebsd.org/changeset/base/290595 Log: MFC r290264: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add some asserts to ensure that

svn commit: r290601 - head/usr.sbin/makefs

2015-11-09 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 09:39:07 2015 New Revision: 290601 URL: https://svnweb.freebsd.org/changeset/base/290601 Log: Follow up to r290259 dealing with makefs(8) - Don't use contractions (don't -> do not) - Change "throw away" to "discard" when describing the -o keep-bad-images

Re: svn commit: r290605 - in head/lib/msun: . man

2015-11-09 Thread Bruce Evans
On Mon, 9 Nov 2015, Garrett Cooper wrote: Log: Document powl(3) powl was garbage that was intentionally undocumented. At least, I intentionally ignored its non-documentation together with it. Modified: head/lib/msun/man/exp.3