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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
> >
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
==
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
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
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
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
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
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
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
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
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
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
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
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!
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
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
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
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:
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
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
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
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
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
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
41 matches
Mail list logo