svn commit: r272398 - head/usr.bin/sort

2014-10-01 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 2 06:29:49 2014 New Revision: 272398 URL: https://svnweb.freebsd.org/changeset/base/272398 Log: Make sure to not skip any argument when converting from deprecated +POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n as it is expected P

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-01 Thread NGie Cooper
On Wed, Oct 1, 2014 at 11:16 PM, Glen Barber wrote: > On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: >> On Wed, 1 Oct 2014, Glen Barber wrote: >> >> >Log: >> > MFC r268376 (imp): >> > >> > rm -rf can fail sometimes with an error from fts_read. Make it >> > honor fflag to ignore f

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-01 Thread Glen Barber
On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: > On Wed, 1 Oct 2014, Glen Barber wrote: > > >Log: > > MFC r268376 (imp): > > > > rm -rf can fail sometimes with an error from fts_read. Make it > > honor fflag to ignore fts_read errors, but stop deleting from > > that directory b

svn commit: r272397 - head/sys/arm/allwinner

2014-10-01 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu Oct 2 06:00:55 2014 New Revision: 272397 URL: https://svnweb.freebsd.org/changeset/base/272397 Log: Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1. Approved by:stas (mentor) Modified: head/sys/arm/allwinner/timer.c Modified: hea

svn commit: r272396 - head/sys/net

2014-10-01 Thread Hiroki Sato
Author: hrs Date: Thu Oct 2 05:56:17 2014 New Revision: 272396 URL: https://svnweb.freebsd.org/changeset/base/272396 Log: Virtualize net.link.vlan.soft_pad. Modified: head/sys/net/if_vlan.c Modified: head/sys/net/if_vlan.c

svn commit: r272395 - head/sys/amd64/vmm/intel

2014-10-01 Thread Neel Natu
Author: neel Date: Thu Oct 2 05:32:29 2014 New Revision: 272395 URL: https://svnweb.freebsd.org/changeset/base/272395 Log: Get rid of code that dealt with the hardware not being able to save/restore the PAT MSR on guest exit/entry. This workaround was done for a beta release of VMware Fusio

RE: svn commit: r272393 - head/etc

2014-10-01 Thread dteske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of Hiroki Sato > Sent: Wednesday, October 1, 2014 8:38 PM > To: cperc...@freebsd.org > Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src- > h...@freebsd.org

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-01 Thread Bruce Evans
On Wed, 1 Oct 2014, Glen Barber wrote: Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that directory because no further progress can be made. I asked for this to be backed out in -c

Re: svn commit: r272366 - head/sys/kern

2014-10-01 Thread Bruce Evans
On Wed, 1 Oct 2014, Mateusz Guzik wrote: On Wed, Oct 01, 2014 at 03:32:29PM +, Will Andrews wrote: Author: will Date: Wed Oct 1 15:32:28 2014 New Revision: 272366 URL: https://svnweb.freebsd.org/changeset/base/272366 Log: In the syncer, drop the sync mutex while patting the watchdog.

Re: svn commit: r272393 - head/etc

2014-10-01 Thread Hiroki Sato
Colin Percival wrote in <542caabb.5090...@freebsd.org>: cp> On 10/01/14 18:16, Hiroki Sato wrote: cp> > This is an attempt to solve a problem that rc.d scripts from third-party cp> > software do not have entries in /etc/defaults/rc.conf. cp> cp> Isn't this why we have the cp> > : ${foo_enab

svn commit: r272394 - head/sys/netipsec

2014-10-01 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 2 02:00:21 2014 New Revision: 272394 URL: https://svnweb.freebsd.org/changeset/base/272394 Log: Do not strip outer header when operating in transport mode. Instead requeue mbuf back to IPv4 protocol handler. If there is one extra IP-IP encapsulation, it will be han

Re: svn commit: r272393 - head/etc

2014-10-01 Thread Colin Percival
On 10/01/14 18:16, Hiroki Sato wrote: > This is an attempt to solve a problem that rc.d scripts from third-party > software do not have entries in /etc/defaults/rc.conf. Isn't this why we have the > : ${foo_enable="NO"} idiom in ports rc.d files? > The fact that > load_rc_config() reads r

svn commit: r272393 - head/etc

2014-10-01 Thread Hiroki Sato
Author: hrs Date: Thu Oct 2 01:16:30 2014 New Revision: 272393 URL: https://svnweb.freebsd.org/changeset/base/272393 Log: Resurrect set_rcvar() as a function to define a rc.conf variable. It defines a variable and its default value in load_rc_config() just after rc.conf is loaded. "rcvar"

svn commit: r272391 - in head/sys: netinet netinet6

2014-10-01 Thread Hiroki Sato
Author: hrs Date: Thu Oct 2 00:25:57 2014 New Revision: 272391 URL: https://svnweb.freebsd.org/changeset/base/272391 Log: Add an additional routing table lookup when m->m_pkthdr.fibnum is changed at a PFIL hook in ip{,6}_output(). IPFW setfib rule did not perform a routing table lookup whe

svn commit: r272390 - head/sbin/ifconfig

2014-10-01 Thread Hiroki Sato
Author: hrs Date: Thu Oct 2 00:19:24 2014 New Revision: 272390 URL: https://svnweb.freebsd.org/changeset/base/272390 Log: Add IFCAP_HWSTATS. Modified: head/sbin/ifconfig/ifconfig.c Modified: head/sbin/ifconfig/ifconfig.c ==

svn commit: r272389 - head/sys/cddl/boot/zfs

2014-10-01 Thread Xin LI
Author: delphij Date: Thu Oct 2 00:13:08 2014 New Revision: 272389 URL: https://svnweb.freebsd.org/changeset/base/272389 Log: Diff reduction with kernel code: instruct the compiler that the data of these types may be unaligned to their "normal" alignment and exercise caution when accessing

svn commit: r272388 - stable/10/sys/amd64/vmm/io

2014-10-01 Thread Peter Grehan
Author: grehan Date: Wed Oct 1 23:15:23 2014 New Revision: 272388 URL: https://svnweb.freebsd.org/changeset/base/272388 Log: MFC r272193 Allow the PIC's IMR register to be read before ICW initialisation. As of git submit e179f6914152eca9, the Linux kernel does a simple probe o

svn commit: r272387 - head/lib/libc/stdtime

2014-10-01 Thread Pedro F. Giffuni
Author: pfg Date: Wed Oct 1 22:18:07 2014 New Revision: 272387 URL: https://svnweb.freebsd.org/changeset/base/272387 Log: strptime: fix bug introduced in r272273. Reported by: portmgr (antoine) Fix by: Andrey Chernov, David Carlier PR: 137307 (follow up) Modif

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Will Andrews
On Wed, Oct 1, 2014 at 3:21 PM, NGie Cooper wrote: > Sounds like a documentation issue though (it's not listed in the > handbook :(..: https://www.freebsd.org/doc/handbook/ports-using.html ) Well, I would argue this sort of thing should not need to be documented in the first place. --Will. _

svn commit: r272386 - in head: sbin/ifconfig share/man/man4 sys/net

2014-10-01 Thread Hiroki Sato
Author: hrs Date: Wed Oct 1 21:37:32 2014 New Revision: 272386 URL: https://svnweb.freebsd.org/changeset/base/272386 Log: Virtualize lagg(4) cloner. This change fixes a panic when tearing down if_lagg(4) interfaces which were cloned in a vnet jail. Sysctl nodes which are dynamically gen

svn commit: r272385 - head/sys/net

2014-10-01 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Oct 1 21:24:58 2014 New Revision: 272385 URL: https://svnweb.freebsd.org/changeset/base/272385 Log: Free radix mask entries on main radix destroy. This is temporary commit to be merged to 10. Other approach (like hash table) should be used to store different mas

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread NGie Cooper
On Wed, Oct 1, 2014 at 1:16 PM, Will Andrews wrote: > On Wed, Oct 1, 2014 at 2:03 PM, NGie Cooper wrote: >> This change seems like it introduces a lot of unnecessary complexity >> in lieu of someone setting PORTSDIR to the root of their ports tree in >> the environment. > > Sure, but people that

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

2014-10-01 Thread Marcel Moolenaar
s that for reasonably large images the execution time drops from 1-2 minutes to 10-20 seconds. A typical speedup is about 5 to 8 times, depending on partition sizes, output format whether in input files are sparse or not. Bump version to 20141001. Modified: head/usr.bin/mkimg/Makefile

svn commit: r272383 - head/share/mk

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 20:52:08 2014 New Revision: 272383 URL: https://svnweb.freebsd.org/changeset/base/272383 Log: Revise r272363 by collapsing the tests into a for loop. This has the side effect of ensuring that realpath is also run for the nominal case of PORTSDIR=/usr/ports (a

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

2014-10-01 Thread Marcel Moolenaar
Author: marcel Date: Wed Oct 1 20:37:15 2014 New Revision: 272382 URL: https://svnweb.freebsd.org/changeset/base/272382 Log: Suffix the cookie constants with ULL to silence warnings from compilers that try to treat them as 32-bit values. Modified: head/usr.bin/mkimg/vhd.c Modified: head/u

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Will Andrews
On Wed, Oct 1, 2014 at 2:13 PM, Jung-uk Kim wrote: > Actually, portmaster.diff is just enough to fix portmaster problem. > ports.diff is for consistency. So I guess portmaster is doing a string comparison to decide whether to install a port? That sounds like a bug in portmaster. I suggest chang

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Will Andrews
On Wed, Oct 1, 2014 at 2:03 PM, NGie Cooper wrote: > This change seems like it introduces a lot of unnecessary complexity > in lieu of someone setting PORTSDIR to the root of their ports tree in > the environment. Sure, but people that are trying to use it somewhere other than /usr/ports shouldn'

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread NGie Cooper
On Wed, Oct 1, 2014 at 1:13 PM, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2014-10-01 15:54:06 -0400, Will Andrews wrote: >> What kind of problem did this cause compared to the original >> version? Could you provide the details of what you saw? > > # portmaster dev

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-10-01 15:54:06 -0400, Will Andrews wrote: > What kind of problem did this cause compared to the original > version? Could you provide the details of what you saw? # portmaster devel/autoconf devel/autoconf-wrapper ===>>> Working on: d

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread NGie Cooper
On Mon, Sep 29, 2014 at 8:05 AM, Will Andrews wrote: > Author: will > Date: Mon Sep 29 15:05:23 2014 > New Revision: 272282 > URL: http://svnweb.freebsd.org/changeset/base/272282 > > Log: > Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR. > This will only take effect

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Will Andrews
What kind of problem did this cause compared to the original version? Could you provide the details of what you saw? Thanks, --Will. On Wed, Oct 1, 2014 at 1:03 PM, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2014-10-01 11:06:04 -0400, Will Andrews wrote: >> If r2

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-10-01 11:06:04 -0400, Will Andrews wrote: > If r272363 doesn't resolve the issue for you, let me know. portmaster still fails for me because: # ls -l /usr/ports lrwxr-xr-x 1 root wheel 16 10 1 14:37 /usr/ports -> /home/jkim/ports To work

svn commit: r272379 - in head/usr.sbin/bsdinstall: distextract distfetch

2014-10-01 Thread Devin Teske
Author: dteske Date: Wed Oct 1 18:59:57 2014 New Revision: 272379 URL: https://svnweb.freebsd.org/changeset/base/272379 Log: Optimize program flow for execution speed. Also fix some more style(9) nits while here: + Fix an issue when extracting small archives where dialog_mixedgauge was

Re: svn commit: r272366 - head/sys/kern

2014-10-01 Thread Mateusz Guzik
On Wed, Oct 01, 2014 at 03:32:29PM +, Will Andrews wrote: > Author: will > Date: Wed Oct 1 15:32:28 2014 > New Revision: 272366 > URL: https://svnweb.freebsd.org/changeset/base/272366 > > Log: > In the syncer, drop the sync mutex while patting the watchdog. > > Some watchdog drivers (l

svn commit: r272378 - in head: share/man/man4 sys/netinet

2014-10-01 Thread Mark Johnston
Author: markj Date: Wed Oct 1 18:07:34 2014 New Revision: 272378 URL: https://svnweb.freebsd.org/changeset/base/272378 Log: Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable replies to ICMP Timestamp packets. PR: 193689 Submitted by: Anthony Cornehl MFC

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

2014-10-01 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Wed Oct 1 17:16:18 2014 New Revision: 272377 URL: https://svnweb.freebsd.org/changeset/base/272377 Log: Some cleanup for sfxge.4 Use standard mdoc macros instead of pure roff, fix some other mdoc usage, make the style consistent, and fix some grammar iss

Re: svn commit: r272273 - head/lib/libc/stdtime

2014-10-01 Thread Antoine Brodin
On Sun, Sep 28, 2014 at 11:20 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Sep 28 21:20:20 2014 > New Revision: 272273 > URL: http://svnweb.freebsd.org/changeset/base/272273 > > Log: > Add strptime(3) support for %U and %W (take 2) > > Add support for the missing POSIX-2001 %U and %W

Re: svn commit: r272366 - head/sys/kern

2014-10-01 Thread Will Andrews
I think it depends on what kind of safety you're concerned about. There's only one syncer; none of its state can be reclaimed behind its back. If additional work is added to its queue in the interim, it will be processed as if it was already there at the start of the loop. We've been running wit

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

2014-10-01 Thread Glen Barber
Author: gjb Date: Wed Oct 1 16:18:40 2014 New Revision: 272372 URL: https://svnweb.freebsd.org/changeset/base/272372 Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that directory

svn commit: r272373 - stable/9/bin/rm

2014-10-01 Thread Glen Barber
Author: gjb Date: Wed Oct 1 16:18:59 2014 New Revision: 272373 URL: https://svnweb.freebsd.org/changeset/base/272373 Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that directory

svn commit: r272371 - head/sys/sys

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 16:16:01 2014 New Revision: 272371 URL: https://svnweb.freebsd.org/changeset/base/272371 Log: Embellish a comment regarding the reliability of DEBUG_VFS_LOCKS. Submitted by: kib Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h =

svn commit: r272369 - in head/lib: libc/arm libc/arm/aeabi libcompiler_rt

2014-10-01 Thread Andrew Turner
Author: andrew Date: Wed Oct 1 16:08:19 2014 New Revision: 272369 URL: https://svnweb.freebsd.org/changeset/base/272369 Log: Clean up detection of hard-float ABIs. As with big-endian in r272368 we can check against arm*hf*. Modified: head/lib/libc/arm/Makefile.inc head/lib/libc/arm/aeabi

svn commit: r272368 - head/share/mk

2014-10-01 Thread Andrew Turner
Author: andrew Date: Wed Oct 1 16:00:21 2014 New Revision: 272368 URL: https://svnweb.freebsd.org/changeset/base/272368 Log: Clean up detection of big-endian ARM. In all cases we follow the pattern arm*eb*. Check we are building for arm and if MACHINE_ARCH follows this pattern. Modified:

Re: svn commit: r272366 - head/sys/kern

2014-10-01 Thread Davide Italiano
On Wed, Oct 1, 2014 at 8:32 AM, Will Andrews wrote: > Author: will > Date: Wed Oct 1 15:32:28 2014 > New Revision: 272366 > URL: https://svnweb.freebsd.org/changeset/base/272366 > > Log: > In the syncer, drop the sync mutex while patting the watchdog. > > Some watchdog drivers (like ipmi) nee

svn commit: r272367 - head/sys/modules/zfs

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 15:34:48 2014 New Revision: 272367 URL: https://svnweb.freebsd.org/changeset/base/272367 Log: Instead of requiring an edit to turn on ZFS debugging, define ZFS_DEBUG. MFC after:1 month Modified: head/sys/modules/zfs/Makefile Modified: head/sys/modules/z

svn commit: r272366 - head/sys/kern

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 15:32:28 2014 New Revision: 272366 URL: https://svnweb.freebsd.org/changeset/base/272366 Log: In the syncer, drop the sync mutex while patting the watchdog. Some watchdog drivers (like ipmi) need to sleep while patting the watchdog. See sys/dev/ipmi/ipmi.c:ip

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Will Andrews
If r272363 doesn't resolve the issue for you, let me know. Thanks! --Will. On Wed, Oct 1, 2014 at 8:51 AM, Guido Falsi wrote: > On 09/29/14 17:05, Will Andrews wrote: >> Author: will >> Date: Mon Sep 29 15:05:23 2014 >> New Revision: 272282 >> URL: http://svnweb.freebsd.org/changeset/base/272282

svn commit: r272363 - head/share/mk

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 15:02:37 2014 New Revision: 272363 URL: https://svnweb.freebsd.org/changeset/base/272363 Log: Always resolve PORTSDIR to absolute paths using realpath(1). Reported by: madpilot Reviewed by: bapt X-MFC-With: 272282 Modified: head/share/mk/bsd.port.mk

svn commit: r272362 - in head/lib/libc: powerpc/gen powerpc/sys powerpc64/gen powerpc64/sys

2014-10-01 Thread Baptiste Daroussin
Author: bapt Date: Wed Oct 1 15:00:21 2014 New Revision: 272362 URL: https://svnweb.freebsd.org/changeset/base/272362 Log: Ensure that every ENTRY(foo) has a matching END(foo). It allows to build with newer binutils Differential Revision:https://reviews.freebsd.org/D877 Reviewe

Re: svn commit: r272282 - head/share/mk

2014-10-01 Thread Guido Falsi
On 09/29/14 17:05, Will Andrews wrote: > Author: will > Date: Mon Sep 29 15:05:23 2014 > New Revision: 272282 > URL: http://svnweb.freebsd.org/changeset/base/272282 > > Log: > Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR. > This will only take effect if PORTSDIR i

svn commit: r272361 - in head/sys: net netinet netinet6 netpfil/pf

2014-10-01 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Oct 1 14:39:06 2014 New Revision: 272361 URL: https://svnweb.freebsd.org/changeset/base/272361 Log: Remove lock init from radix.c. Radix has never managed its locking itself. The only consumer using radix with embeded rwlock is system routing table. Move per-AF

svn commit: r272360 - head/sys/dev/acpica/Osd

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 14:35:52 2014 New Revision: 272360 URL: https://svnweb.freebsd.org/changeset/base/272360 Log: Add sysctl to track the resource consumption of ACPI interrupts. Submitted by: gibbs MFC after:1 month Sponsored by: Spectra Logic MFSpectraBSD: 636827 on 20

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

2014-10-01 Thread Gleb Smirnoff
On Tue, Sep 30, 2014 at 11:03:56PM +0200, Michael Tuexen wrote: M> On 30 Sep 2014, at 22:47, Adrian Chadd wrote: M> M> > Hi, M> > M> > I think you should consider adding a new set of protocol counters for M> > UDPLITE. :) M> Yepp. There is M> http://tools.ietf.org/html/rfc5097 M> which needs to

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

2014-10-01 Thread Will Andrews
Author: will Date: Wed Oct 1 14:12:02 2014 New Revision: 272359 URL: https://svnweb.freebsd.org/changeset/base/272359 Log: zfsvfs_create(): Refuse to mount datasets whose names are too long. This is checked for in the zfs_snapshot_004_neg STF/ATF test (currently still in projects/zfsd ra

svn commit: r272358 - head/sys/netpfil/pf

2014-10-01 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 1 13:35:41 2014 New Revision: 272358 URL: https://svnweb.freebsd.org/changeset/base/272358 Log: Use rn_detachhead() instead of direct free(9) for radix tables. Sponsored by: Nginx, Inc. Modified: head/sys/netpfil/pf/pf_table.c Modified: head/sys/netpfil/pf

svn commit: r272357 - in head: . lib/clang

2014-10-01 Thread Andrew Turner
Author: andrew Date: Wed Oct 1 12:47:25 2014 New Revision: 272357 URL: https://svnweb.freebsd.org/changeset/base/272357 Log: Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARM soft-float architectures, and gnueabihf for hard-float. Modified: head/Makefile.inc1 head/lib/

svn commit: r272356 - in head/sys: arm/arm conf

2014-10-01 Thread Andrew Turner
Author: andrew Date: Wed Oct 1 12:44:16 2014 New Revision: 272356 URL: https://svnweb.freebsd.org/changeset/base/272356 Log: Split you the syscall handling to a separate file. Added: head/sys/arm/arm/syscall.c - copied, changed from r272349, head/sys/arm/arm/trap.c Modified: head/sys/

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

2014-10-01 Thread Alexander Motin
Author: mav Date: Wed Oct 1 11:30:20 2014 New Revision: 272355 URL: https://svnweb.freebsd.org/changeset/base/272355 Log: Fix couple issues with ROD tokens content. MFC after:3 days Modified: head/sys/cam/ctl/ctl_tpc.c Modified: head/sys/cam/ctl/ctl_tpc.c ==

svn commit: r272354 - head/sys/net

2014-10-01 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 1 11:23:54 2014 New Revision: 272354 URL: https://svnweb.freebsd.org/changeset/base/272354 Log: Fix off by one in lagg_port_destroy(). Reported by: "Max N. Boyarov" Modified: head/sys/net/if_lagg.c Modified: head/sys/net/if_lagg.c ===

svn commit: r272353 - stable/8/lib/libpam/modules/pam_login_access

2014-10-01 Thread Dag-Erling Smørgrav
Author: des Date: Wed Oct 1 10:35:52 2014 New Revision: 272353 URL: https://svnweb.freebsd.org/changeset/base/272353 Log: MFH (r272280, r272281, r272348): allow use with null user and rhost PR: 83099 193927 Modified: stable/8/lib/libpam/modules/pam_login_access/pam_login_acces

svn commit: r272352 - stable/9/lib/libpam/modules/pam_login_access

2014-10-01 Thread Dag-Erling Smørgrav
Author: des Date: Wed Oct 1 10:29:14 2014 New Revision: 272352 URL: https://svnweb.freebsd.org/changeset/base/272352 Log: MFH (r272280, r272281, r272348): allow use with null user and rhost PR: 83099 193927 Modified: stable/9/lib/libpam/modules/pam_login_access/pam_login_acces

svn commit: r272351 - stable/10/lib/libpam/modules/pam_login_access

2014-10-01 Thread Dag-Erling Smørgrav
Author: des Date: Wed Oct 1 10:26:43 2014 New Revision: 272351 URL: https://svnweb.freebsd.org/changeset/base/272351 Log: MFH (r272280, r272281, r272348): allow use with null user and rhost PR: 83099 193927 Approved by: re (kib) Modified: stable/10/lib/libpam/modules/pam_lo

svn commit: r272350 - in head: . gnu/lib/csu gnu/lib/libgcc gnu/lib/libgcov gnu/lib/libstdc++ gnu/lib/libsupc++ gnu/usr.bin/cc gnu/usr.bin/cc/cc_tools lib/clang lib/libc/arm lib/libc/arm/gen lib/li...

2014-10-01 Thread Andrew Turner
Author: andrew Date: Wed Oct 1 08:26:51 2014 New Revision: 272350 URL: https://svnweb.freebsd.org/changeset/base/272350 Log: Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support the oabi is still in the tree, but it is expected this will be removed as developers work on

svn commit: r272349 - head/sys/dev/usb/controller

2014-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 1 07:34:49 2014 New Revision: 272349 URL: https://svnweb.freebsd.org/changeset/base/272349 Log: Set default cycle state in case of early interrupts. MFC after:3 days Modified: head/sys/dev/usb/controller/xhci.c Modified: head/sys/dev/usb/controller/xh

svn commit: r272348 - head/lib/libpam/modules/pam_login_access

2014-10-01 Thread Dag-Erling Smørgrav
Author: des Date: Wed Oct 1 07:15:02 2014 New Revision: 272348 URL: https://svnweb.freebsd.org/changeset/base/272348 Log: Consistently cast tty and user to const char * in printf()-like contexts. Modified: head/lib/libpam/modules/pam_login_access/pam_login_access.c Modified: head/lib/libpam