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

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

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