svn commit: r232146 - head/usr.sbin/adduser

2012-02-24 Thread Daniel Eischen
Author: deischen Date: Sat Feb 25 07:58:59 2012 New Revision: 232146 URL: http://svn.freebsd.org/changeset/base/232146 Log: When using uidstart in /etc/adduser.conf, get the next available user id and show it in the "Uid [xxx]" prompt. PR: 163863 Submitted by: Moritz Wilhelmy

svn commit: r232145 - in head/sys: dev/re pci

2012-02-24 Thread Pyun YongHyeon
Author: yongari Date: Sat Feb 25 04:54:51 2012 New Revision: 232145 URL: http://svn.freebsd.org/changeset/base/232145 Log: Use correct Config registers for RTL8139 family. Unlike RTL8168 and RTL810x family , RTL8139 has different register map for Config registers. While here, follow the

svn commit: r232144 - in head: lib/libc/gen lib/libthr/thread sys/kern sys/sys

2012-02-24 Thread David Xu
Author: davidxu Date: Sat Feb 25 02:12:17 2012 New Revision: 232144 URL: http://svn.freebsd.org/changeset/base/232144 Log: In revision 231989, we pass a 16-bit clock ID into kernel, however according to POSIX document, the clock ID may be dynamically allocated, it unlikely will be in 64K for

svn commit: r232143 - head/sys/i386/linux

2012-02-24 Thread Konstantin Belousov
Author: kib Date: Sat Feb 25 01:33:39 2012 New Revision: 232143 URL: http://svn.freebsd.org/changeset/base/232143 Log: Do not write to the user address directly, use suword(). Reported by: Bengt Ahlgren MFC after:1 week Modified: head/sys/i386/linux/linux_sysvec.c Modified: head

svn commit: r232142 - stable/9/sys/vm

2012-02-24 Thread Konstantin Belousov
Author: kib Date: Sat Feb 25 01:20:53 2012 New Revision: 232142 URL: http://svn.freebsd.org/changeset/base/232142 Log: MFC r232002: Remove wrong comment. Modified: stable/9/sys/vm/vnode_pager.h Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/vm/vnode_pager.h

svn commit: r232141 - in stable/8/sys: dev/isp i386/conf

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 01:18:57 2012 New Revision: 232141 URL: http://svn.freebsd.org/changeset/base/232141 Log: MFC: r231985 Fix memset sizeof Approved by: re (kib) Modified: stable/8/sys/dev/isp/isp_freebsd.h Directory Properties: stable/8/sys/ (props changed) stab

svn commit: r232140 - in stable/9/sys: dev/isp i386/conf

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 01:18:42 2012 New Revision: 232140 URL: http://svn.freebsd.org/changeset/base/232140 Log: MFC: r231985 Fix memset sizeof Modified: stable/9/sys/dev/isp/isp_freebsd.h Directory Properties: stable/9/sys/ (props changed) stable/9/sys/amd64/include/xen/

svn commit: r232139 - stable/7/sys/dev/mii

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 00:41:38 2012 New Revision: 232139 URL: http://svn.freebsd.org/changeset/base/232139 Log: MFC: r231914 Probe the National DP83849, which is a dual-port version of the PHYTER. Obtained from:NetBSD Modified: stable/7/sys/dev/mii/miidevs stable

svn commit: r232137 - in stable/9/sys: dev/mii i386/conf

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 00:41:35 2012 New Revision: 232137 URL: http://svn.freebsd.org/changeset/base/232137 Log: MFC: r231914 Probe the National DP83849, which is a dual-port version of the PHYTER. Obtained from:NetBSD Modified: stable/9/sys/dev/mii/miidevs stable

svn commit: r232138 - in stable/8/sys: dev/mii i386/conf

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 00:41:37 2012 New Revision: 232138 URL: http://svn.freebsd.org/changeset/base/232138 Log: MFC: r231914 Probe the National DP83849, which is a dual-port version of the PHYTER. Obtained from:NetBSD Approved by: re (kib) Modified: stable/8/sys

svn commit: r232134 - in stable/9/sys: dev/mii i386/conf

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 00:35:19 2012 New Revision: 232134 URL: http://svn.freebsd.org/changeset/base/232134 Log: MFC: r231913 - Probe BCM57780. - In case the parent is bge(4), don't set the Jumbo frame settings unless the MAC actually is Jumbo capable as otherwise the PHY mig

svn commit: r232136 - stable/7/sys/dev/mii

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 00:35:32 2012 New Revision: 232136 URL: http://svn.freebsd.org/changeset/base/232136 Log: MFC: r231913 - Probe BCM57780. - In case the parent is bge(4), don't set the Jumbo frame settings unless the MAC actually is Jumbo capable as otherwise the PHY mig

svn commit: r232135 - stable/8/sys/dev/mii

2012-02-24 Thread Marius Strobl
Author: marius Date: Sat Feb 25 00:35:28 2012 New Revision: 232135 URL: http://svn.freebsd.org/changeset/base/232135 Log: MFC: r231913 - Probe BCM57780. - In case the parent is bge(4), don't set the Jumbo frame settings unless the MAC actually is Jumbo capable as otherwise the PHY mig

svn commit: r232133 - in vendor/libarchive/dist: . cpio cpio/test libarchive libarchive/test tar tar/test

2012-02-24 Thread Martin Matuska
Author: mm Date: Sat Feb 25 00:16:00 2012 New Revision: 232133 URL: http://svn.freebsd.org/changeset/base/232133 Log: Update libarchive's vendor dist to latest changes in release branch. Git branch: release Git commit: e2cc36190d7d733b3ac6744ec860d09776c9da02 Obtained from: ht

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

2012-02-24 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 24 23:15:21 2012 New Revision: 232132 URL: http://svn.freebsd.org/changeset/base/232132 Log: Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 and it needs proper casting before multiplication. MFC after:3 days Modified: head/sys/dev

Re: svn commit: r232108 - head/usr.bin/xargs

2012-02-24 Thread Bruce Evans
On Fri, 24 Feb 2012, Jilles Tjoelker wrote: On Sat, Feb 25, 2012 at 04:27:35AM +1100, Bruce Evans wrote: ... Utilities are quite broken near here too: - under -current: - utilities still don't support signals >= 32, but give better error messages. kill(1) (both /bin/kill and the 9.x/1

Re: svn commit: r232108 - head/usr.bin/xargs

2012-02-24 Thread Jilles Tjoelker
On Sat, Feb 25, 2012 at 04:27:35AM +1100, Bruce Evans wrote: > On Fri, 24 Feb 2012, Jilles Tjoelker wrote: > > Log: > > xargs: If a utility exits with 255 or a signal, write an error message. > > If a utility called by xargs exits with status 255 or because of a signal, > > POSIX requires writi

Re: svn commit: r232072 - head/usr.bin/kdump

2012-02-24 Thread John Baldwin
On Friday, February 24, 2012 12:57:23 pm Bruce Evans wrote: > On Thu, 23 Feb 2012, John Baldwin wrote: > > > Log: > > Pretty-print the advice constants passed to posix_fadvise(2). > > > Modified: head/usr.bin/kdump/kdump.c > >

svn commit: r232128 - head/usr.bin/kdump

2012-02-24 Thread John Baldwin
Author: jhb Date: Fri Feb 24 20:12:53 2012 New Revision: 232128 URL: http://svn.freebsd.org/changeset/base/232128 Log: Fix style in previous commit. Submitted by: bde Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.c ==

svn commit: r232127 - head/sys/netinet6

2012-02-24 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 24 20:06:04 2012 New Revision: 232127 URL: http://svn.freebsd.org/changeset/base/232127 Log: In selectroute() add a missing fibnum argument to an in6_rtalloc() call in an #if 0 section. In in6_selecthlim() optimize a case where in6p cannot be NULL due to an earl

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Bruce Evans
On Fri, 24 Feb 2012, Alexander Best wrote: On Fri Feb 24 12, Dimitry Andric wrote: On 2012-02-24 10:38, Alexander Best wrote: which will turn all -Wformat-invalid-specifier and -Wformat-extra-args errors into warnings (because clang tot doesn't support -fformat-extensions)? It would be bette

Re: svn commit: r232072 - head/usr.bin/kdump

2012-02-24 Thread Bruce Evans
On Thu, 23 Feb 2012, John Baldwin wrote: Log: Pretty-print the advice constants passed to posix_fadvise(2). Modified: head/usr.bin/kdump/kdump.c == --- head/usr.bin/kdump/kdump.c Thu Feb 23 21:07:16 2012(r23

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

2012-02-24 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 24 17:53:24 2012 New Revision: 232119 URL: http://svn.freebsd.org/changeset/base/232119 Log: Fix mdoc style nits. Start new sentences on new lines. Reported by: brueffer Modified: head/share/man/man4/amdtemp.4 Modified: head/share/man/man4/amdtemp.4

svn commit: r232118 - head/sys/net

2012-02-24 Thread Andrew Thompson
Author: thompsa Date: Fri Feb 24 17:50:36 2012 New Revision: 232118 URL: http://svn.freebsd.org/changeset/base/232118 Log: Only look for a usable MAC address for the bridge ID from ports within our bridge, this allows us to have more than one independent bridge in the same STP domain. P

svn commit: r232117 - in stable/9/sys: i386/conf kern

2012-02-24 Thread Alan Cox
Author: alc Date: Fri Feb 24 17:50:23 2012 New Revision: 232117 URL: http://svn.freebsd.org/changeset/base/232117 Log: MFC r231904 Close a race due to dropping of the map lock between creating a map entry for a shared mapping and marking the entry for inheritance. Modified: stable/9/s

Re: svn commit: r232108 - head/usr.bin/xargs

2012-02-24 Thread Bruce Evans
On Fri, 24 Feb 2012, Jilles Tjoelker wrote: Log: xargs: If a utility exits with 255 or a signal, write an error message. If a utility called by xargs exits with status 255 or because of a signal, POSIX requires writing an error message. Is an exit status of 255 really possible? I thought

svn commit: r232116 - head/sys/nfsclient

2012-02-24 Thread John Baldwin
Author: jhb Date: Fri Feb 24 17:26:06 2012 New Revision: 232116 URL: http://svn.freebsd.org/changeset/base/232116 Log: Adjust the nfs_skip_wcc_data_onerr setting so that it does not block post-op attributes for ENOENT errors now that the name caching logic depends on working post-op attribut

Re: svn commit: r232065 - head/sys/dev/fb

2012-02-24 Thread Bruce Evans
On Thu, 23 Feb 2012, Jung-uk Kim wrote: On Thursday 23 February 2012 07:24 pm, Doug Barton wrote: On 02/23/2012 16:17, Jung-uk Kim wrote: I remember there were some discussions in developers@ that "2009-2012" is more appropriate than "2009, 2010, 2012" or "2009-2010, 2012", if my memory serves

svn commit: r232115 - stable/8/sys/i386/conf

2012-02-24 Thread Colin Percival
Author: cperciva Date: Fri Feb 24 15:34:36 2012 New Revision: 232115 URL: http://svn.freebsd.org/changeset/base/232115 Log: MFC 230184, 230185: Add XENHVM config file to i386 Approved by: re (kib) Added: stable/8/sys/i386/conf/XENHVM (contents, props changed) - copied, changed fr

svn commit: r232114 - head/tools/test/netfibs

2012-02-24 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 24 14:13:06 2012 New Revision: 232114 URL: http://svn.freebsd.org/changeset/base/232114 Log: Update scripts to work around two sh(1) bugs found in stable/8: 1) _x=$((_x + 1)) does not work while x=$((x + 1)) does. 2) Parameter Expansion, esp. "${x%%bar}" does not wor

Re: svn commit: r232106 - stable/8/share/man/man4

2012-02-24 Thread Glen Barber
On Fri, Feb 24, 2012 at 12:22:30PM +, Christian Brueffer wrote: > Author: brueffer > Date: Fri Feb 24 12:22:29 2012 > New Revision: 232106 > URL: http://svn.freebsd.org/changeset/base/232106 > > Log: > MFC: r231880,r231915,r231937 > > Add a manpage for the oce(4) driver. > Thanks!

svn commit: r232108 - head/usr.bin/xargs

2012-02-24 Thread Jilles Tjoelker
Author: jilles Date: Fri Feb 24 12:35:17 2012 New Revision: 232108 URL: http://svn.freebsd.org/changeset/base/232108 Log: xargs: If a utility exits with 255 or a signal, write an error message. If a utility called by xargs exits with status 255 or because of a signal, POSIX requires writi

svn commit: r232107 - stable/8/sys/net

2012-02-24 Thread Gleb Smirnoff
Author: glebius Date: Fri Feb 24 12:32:50 2012 New Revision: 232107 URL: http://svn.freebsd.org/changeset/base/232107 Log: Merge r230598 by kmacy from head: A flowtable entry can continue referencing an llentry indefinitely if the entry is repeatedly referenced within its timeout wind

svn commit: r232106 - stable/8/share/man/man4

2012-02-24 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 24 12:22:29 2012 New Revision: 232106 URL: http://svn.freebsd.org/changeset/base/232106 Log: MFC: r231880,r231915,r231937 Add a manpage for the oce(4) driver. Approved by: re (kib) Added: stable/8/share/man/man4/oce.4 - copied, changed from r2318

svn commit: r232105 - in head/usr.bin/calendar/calendars: hr_HR.ISO8859-2 ru_RU.KOI8-R

2012-02-24 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Fri Feb 24 11:40:20 2012 New Revision: 232105 URL: http://svn.freebsd.org/changeset/base/232105 Log: Add underscore symbol to the end of definition strings to keep all calendar files are consistency. Approved by: edwin MFC after:1 week Modified:

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Alexander Best
On Fri Feb 24 12, Dimitry Andric wrote: > On 2012-02-24 10:38, Alexander Best wrote: > > is the clang version in base able to do complete universe builds for i386 > > and > > amd64 without the need for NO_WERROR= and WERROR= now? > > "universe" means all arches, and all kernel configs, so no. Th

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Dimitry Andric
On 2012-02-24 10:38, Alexander Best wrote: > is the clang version in base able to do complete universe builds for i386 and > amd64 without the need for NO_WERROR= and WERROR= now? "universe" means all arches, and all kernel configs, so no. The status for head with clang is as follows: - buildwor

svn commit: r232104 - head/sys/kern

2012-02-24 Thread Konstantin Belousov
Author: kib Date: Fri Feb 24 11:02:35 2012 New Revision: 232104 URL: http://svn.freebsd.org/changeset/base/232104 Log: Restore the return statement erronously removed in the r232048. Submitted by: cognet Pointy hat to:kib (reuse the one I already got today) MFC after:13 days

svn commit: r232103 - head/sys/vm

2012-02-24 Thread Konstantin Belousov
Author: kib Date: Fri Feb 24 10:41:58 2012 New Revision: 232103 URL: http://svn.freebsd.org/changeset/base/232103 Log: Place the if() at the right location, to activate the v_writecount accounting for shared writeable mappings for all filesystems, not only for the bypass layers. Submitt

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Alexander Best
On Thu Feb 23 12, Dimitry Andric wrote: > Author: dim > Date: Thu Feb 23 21:34:14 2012 > New Revision: 232074 > URL: http://svn.freebsd.org/changeset/base/232074 > > Log: > Use a better way to silence unneeded internal declaration warnings in > several sys/cam/ctl files. is the clang version

Re: svn commit: r231987 - in head/sys/mips/cavium: . octe

2012-02-24 Thread Juli Mallett
On Tue, Feb 21, 2012 at 17:30, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Wed Feb 22 01:30:25 2012 > New Revision: 231987 > URL: http://svn.freebsd.org/changeset/base/231987 > > Log: >  Refctor address assignment for Octeon's ethernet ports: > >  - Centralize address assignment >  - Make