Author: rpaulo
Date: Tue Jul 2 06:49:05 2013
New Revision: 252498
URL: http://svnweb.freebsd.org/changeset/base/252498
Log:
Add RealTek 8192SU product IDs.
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
=
On Tue, 25-Jun-2013 at 23:43:50 +0200, Kenneth D. Merry wrote:
> Author: ken
> Date: Tue Jun 25 21:43:49 2013
> New Revision: 252214
> URL: http://svnweb.freebsd.org/changeset/base/252214
Hi Ken,
> Log:
> MFC: 249658, 249701
>
> Update chio(1) and ch(4) to support reporting element designato
On Wed, Jun 26, 2013 at 11:53:54PM +, Jim Harris wrote:
> Author: jimharris
> Date: Wed Jun 26 23:53:54 2013
> New Revision: 252277
> URL: http://svnweb.freebsd.org/changeset/base/252277
>
===> sbin/nvmecontrol (all)
cc -O2 -pipe -march=core2 -std=gnu99 -fstack-protector -Wsystem-headers
-W
On Mon, 1 Jul 2013, Pedro F. Giffuni wrote:
Log:
Change i_gen in UFS to an unsigned type.
Revert the simplification of the i_gen calculation.
It is still a good idea to avoid zero values and for the case
of old filesystems there is probably no advantage in using
the complete 32 bits anyway
Author: kib
Date: Tue Jul 2 04:45:51 2013
New Revision: 252497
URL: http://svnweb.freebsd.org/changeset/base/252497
Log:
MFC r251961:
Disable wait for the retrace if KMS is activated.
Modified:
stable/9/sys/dev/drm2/i915/intel_fb.c
stable/9/sys/dev/syscons/scvgarndr.c
Directory Propertie
Author: kib
Date: Tue Jul 2 04:42:32 2013
New Revision: 252496
URL: http://svnweb.freebsd.org/changeset/base/252496
Log:
MFC r251960:
Since the gem pagefault handler relocks the vm object lock, other
thread might fault on the same GTT offset meantime and instantiate the
mapping. Recheck
Author: np
Date: Tue Jul 2 04:27:16 2013
New Revision: 252495
URL: http://svnweb.freebsd.org/changeset/base/252495
Log:
MFC all cxgbe(4) changes missing from stable/9:
r248925, r249368, r249370, r249376, r249382, r249383, r249385, r249391,
r249392, r249393, r249627, r249629, r250090, r25009
Author: grehan
Date: Mon Jul 1 23:53:22 2013
New Revision: 252494
URL: http://svnweb.freebsd.org/changeset/base/252494
Log:
Fix up option parsing to allow a colon in the config section.
Clean up some other unnecessary code.
Submitted by: Dinakar Medavaramdinnu sun at gmail
Reviewed
Author: markj
Date: Mon Jul 1 23:12:59 2013
New Revision: 252493
URL: http://svnweb.freebsd.org/changeset/base/252493
Log:
Be sure to destory the fasttrap cleanup mutex when unloading the fasttrap
module. This should be MFCed with r250953.
Modified:
head/sys/cddl/contrib/opensolaris/uts/co
Author: wblock (doc committer)
Date: Mon Jul 1 22:38:36 2013
New Revision: 252492
URL: http://svnweb.freebsd.org/changeset/base/252492
Log:
Add a new gptboot(8) man page. Factor out the redundant information
in gpart(8) and boot(8), adding references to gptboot(8) in both.
Reviewed by:
Author: rmh
Date: Mon Jul 1 22:21:42 2013
New Revision: 252491
URL: http://svnweb.freebsd.org/changeset/base/252491
Log:
Wrap cxgbe declaration around MK_SOURCELESS_UCODE check
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==
Author: delphij
Date: Mon Jul 1 22:07:01 2013
New Revision: 252490
URL: http://svnweb.freebsd.org/changeset/base/252490
Log:
MFC r251859:
Return ENETDOWN instead of ENOENT when all lagg(4) links are
inactive when upper layer tries to transmit packet. This
gives better feedback and mea
Author: delphij
Date: Mon Jul 1 22:05:43 2013
New Revision: 252489
URL: http://svnweb.freebsd.org/changeset/base/252489
Log:
MFC r251859:
Return ENETDOWN instead of ENOENT when all lagg(4) links are
inactive when upper layer tries to transmit packet. This
gives better feedback and mea
==
--- stable/8/ObsoleteFiles.inc Mon Jul 1 21:59:17 2013(r252487)
+++ stable/8/ObsoleteFiles.inc Mon Jul 1 22:02:39 2013(r252488)
@@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20130701: vfs_mount.9 removed
==
--- stable/9/ObsoleteFiles.inc Mon Jul 1 21:58:08 2013(r252486)
+++ stable/9/ObsoleteFiles.inc Mon Jul 1 21:59:17 2013(r252487)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20130701: vfs_mount.9 removed
+OLD_FILES+=usr/share/man/man9/vfs_mount
Author: delphij
Date: Mon Jul 1 21:58:08 2013
New Revision: 252486
URL: http://svnweb.freebsd.org/changeset/base/252486
Log:
Fix typo in vfs_mount(9) item.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
Author: asomers
Date: Mon Jul 1 21:49:17 2013
New Revision: 252485
URL: http://svnweb.freebsd.org/changeset/base/252485
Log:
style(9) fixes, including the removal of page break characters. No functional
changes.
Approved by: gibbs (co-mentor)
Modified:
head/sbin/devd/devd.cc
Modifi
Author: pfg
Date: Mon Jul 1 21:43:40 2013
New Revision: 252484
URL: http://svnweb.freebsd.org/changeset/base/252484
Log:
Change i_gen in UFS to an unsigned type.
Revert the simplification of the i_gen calculation.
It is still a good idea to avoid zero values and for the case
of old fil
Author: rmacklem
Date: Mon Jul 1 21:41:12 2013
New Revision: 252483
URL: http://svnweb.freebsd.org/changeset/base/252483
Log:
Document the fact that an NFSv4 mount uses the host uuid to uniquely
identify the client to the server. As such, NFSv4 mounts
will break if host_enable="NO" is speci
Author: asomers
Date: Mon Jul 1 21:33:05 2013
New Revision: 252482
URL: http://svnweb.freebsd.org/changeset/base/252482
Log:
Add a SIGINFO handler to devd. It will send useful statistics to syslog or
stderr as appropriate. Currently, the only statistic printed is the number of
events rece
Author: asomers
Date: Mon Jul 1 21:20:17 2013
New Revision: 252481
URL: http://svnweb.freebsd.org/changeset/base/252481
Log:
Add syslog(3) support to devd(8).
sbin/devd/devd.cc
All output will now go to syslog(3) if devd is daemonized, or stderr
if it's running in the f
Author: delphij
Date: Mon Jul 1 21:18:39 2013
New Revision: 252480
URL: http://svnweb.freebsd.org/changeset/base/252480
Log:
Correct a typo in comment.
Modified:
head/sbin/swapon/swapon.c
Modified: head/sbin/swapon/swapon.c
===
Author: rmacklem
Date: Mon Jul 1 21:16:19 2013
New Revision: 252479
URL: http://svnweb.freebsd.org/changeset/base/252479
Log:
A recent version of the oldnfs NFS client in head/current
will crash when doing a large write, since m_get2() would
return NULL. This patch fixes the problem, since
Author: delphij
Date: Mon Jul 1 20:46:35 2013
New Revision: 252478
URL: http://svnweb.freebsd.org/changeset/base/252478
Log:
MFC r252062:
Call sshd_precmd instead of sshd_configtest when the operator
requests reload or restart, which, in addition of testing the
configuration, will also
Author: delphij
Date: Mon Jul 1 20:45:55 2013
New Revision: 252477
URL: http://svnweb.freebsd.org/changeset/base/252477
Log:
MFC r252062:
Call sshd_precmd instead of sshd_configtest when the operator
requests reload or restart, which, in addition of testing the
configuration, will also
Author: grehan
Date: Mon Jul 1 20:05:43 2013
New Revision: 252475
URL: http://svnweb.freebsd.org/changeset/base/252475
Log:
Ignore guest PAT settings by default in EPT mappings.
From experimentation, other hypervisors also do this.
Diagnosed by: tycho nightingale at pluribusnetworks com
Hi Bruce;
El 01/07/2013 1:27 p. m., Bruce Evans escribió:
On Mon, 1 Jul 2013, Pedro F. Giffuni wrote:
Log:
Change i_gen in UFS to an unsigned type.
Further simplify the i_gen calculation for older disks.
Having a zero here is not really a problem and this is more
similar to what is done
Author: tuexen
Date: Mon Jul 1 18:58:59 2013
New Revision: 252473
URL: http://svnweb.freebsd.org/changeset/base/252473
Log:
Enable SCTP, since it is also enabled on GENERIC and it works fine on
the Raspberry Pi.
Discussed with: rpaulo
Modified:
head/sys/arm/conf/RPI-B
Modified: head/
On Mon, 1 Jul 2013, Pedro F. Giffuni wrote:
Log:
Change i_gen in UFS to an unsigned type.
Further simplify the i_gen calculation for older disks.
Having a zero here is not really a problem and this is more
similar to what is done in newfs_random().
This seems to be a minor problem.
Modi
Author: trociny
Date: Mon Jul 1 18:41:07 2013
New Revision: 252472
URL: http://svnweb.freebsd.org/changeset/base/252472
Log:
Make hastctl(1) ('list' command) output a worker pid.
Reviewed by: pjd
MFC after:3 days
Modified:
head/sbin/hastctl/hastctl.c
head/sbin/hastd/control.c
Author: smh
Date: Mon Jul 1 17:57:22 2013
New Revision: 252471
URL: http://svnweb.freebsd.org/changeset/base/252471
Log:
Remove forced timeout of in-flight commands from mfi_timeout.
While this prevents commands getting stuck forever there is no way to
guarantee
that data from the comma
Author: np
Date: Mon Jul 1 17:32:07 2013
New Revision: 252470
URL: http://svnweb.freebsd.org/changeset/base/252470
Log:
Count the number of hits for a filter by default.
MFC after:3 days
Modified:
head/tools/tools/cxgbetool/cxgbetool.c
Modified: head/tools/tools/cxgbetool/cxgbetool
Author: np
Date: Mon Jul 1 17:31:04 2013
New Revision: 252469
URL: http://svnweb.freebsd.org/changeset/base/252469
Log:
Add a sysctl to get the number of filters available.
sysctl dev.t4nex..nfilters
sysctl dev.t5nex..nfilters
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_
Author: mav
Date: Mon Jul 1 17:23:13 2013
New Revision: 252468
URL: http://svnweb.freebsd.org/changeset/base/252468
Log:
Move pos++ out of the complicated equation, introduced at r240780.
There is an oppinion that result of that equation is compiler-specific.
Submitted by: d...@gmx.com,
Peter Wemm wrote this message on Mon, Jul 01, 2013 at 08:06 +:
> Initialize the pthread rwlock. Note that upstream has three
> separate locks. The file-local static lock appears intentional.
I believe that when I was tracing the lock issues, that there were
some deadlocks that can occur
Author: pfg
Date: Mon Jul 1 14:49:23 2013
New Revision: 252467
URL: http://svnweb.freebsd.org/changeset/base/252467
Log:
Change i_gen in UFS to an unsigned type.
Further simplify the i_gen calculation for older disks.
Having a zero here is not really a problem and this is more
similar
Hello;
Thanks for reviewing ...
El 01/07/2013 2:25 a. m., Xin Li escribió:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 6/30/13 8:00 PM, Pedro F. Giffuni wrote:
Author: pfg Date: Mon Jul 1 03:00:15 2013 New Revision: 252435
URL: http://svnweb.freebsd.org/changeset/base/252435
Log: Ch
Author: gavin
Date: Mon Jul 1 12:22:44 2013
New Revision: 252465
URL: http://svnweb.freebsd.org/changeset/base/252465
Log:
Take JINMEI Tatuya's commit bit into safekeeping, per his email to core.
Approved by: core
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
=
Author: peter
Date: Mon Jul 1 08:38:31 2013
New Revision: 252464
URL: http://svnweb.freebsd.org/changeset/base/252464
Log:
If strdup failed, don't try and free the wrong thing.
Modified:
head/lib/libc/iconv/citrus_mapper.c
Modified: head/lib/libc/iconv/citrus_mapper.c
==
Author: gavin
Date: Mon Jul 1 08:37:42 2013
New Revision: 252463
URL: http://svnweb.freebsd.org/changeset/base/252463
Log:
Take into safekeeping the following bits:
art, bgray, brucec, bruno, cokane, davidc, dg, dwhite,
gordon, guido, jkoshy, jon, kato, matteo, mdodd, mohans,
mtm, olli
Author: smh
Date: Mon Jul 1 08:27:15 2013
New Revision: 252462
URL: http://svnweb.freebsd.org/changeset/base/252462
Log:
MFC r252392:
style(9) fixes
Modified:
stable/8/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/
Author: smh
Date: Mon Jul 1 08:25:50 2013
New Revision: 252461
URL: http://svnweb.freebsd.org/changeset/base/252461
Log:
MFC r252390:
Remove invalid ASSERT
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c
Directory Properties:
stable/8/sys/ (props changed)
Author: smh
Date: Mon Jul 1 08:24:14 2013
New Revision: 252460
URL: http://svnweb.freebsd.org/changeset/base/252460
Log:
MFC r252392:
style(9) fixes
Modified:
stable/9/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
Directory Properties:
stable/9/sys/ (props changed)
Modified:
Author: smh
Date: Mon Jul 1 08:21:06 2013
New Revision: 252459
URL: http://svnweb.freebsd.org/changeset/base/252459
Log:
MFC r252390:
Remove invalid ASSERT
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c
Directory Properties:
stable/9/sys/ (props changed)
On Mon, Jul 1, 2013 at 1:06 AM, Peter Wemm wrote:
> Author: peter
> Date: Mon Jul 1 08:06:26 2013
> New Revision: 252458
> URL: http://svnweb.freebsd.org/changeset/base/252458
>
> Log:
[..]
> I'm using this as a ports-compatible compile-time substitute for
> converters/libiconv on one of my p
Author: peter
Date: Mon Jul 1 08:06:26 2013
New Revision: 252458
URL: http://svnweb.freebsd.org/changeset/base/252458
Log:
__weak_alias() doesn't exist on FreeBSD. Use __weak_reference();
Expose iconv functions as weak symbols as well as their internal
remapped #define names. This is n
On 2013-06-30 22:29, Ed Schouten wrote:
> 2013/6/30 Tijl Coosemans :
>> The N1570 draft of C11 7.1.2 point 6 says:
>> Any declaration of a library function shall have external linkage.
>
> Then I think we are in serious troubles. For example,
> atomic_fetch_add() is described as a "generic functio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 6/30/13 8:00 PM, Pedro F. Giffuni wrote:
> Author: pfg Date: Mon Jul 1 03:00:15 2013 New Revision: 252435
> URL: http://svnweb.freebsd.org/changeset/base/252435
>
> Log: Change i_gen in UFS to an unsigned type.
>
[...]
> Modified: head/sys/ufs
Author: peter
Date: Mon Jul 1 07:07:35 2013
New Revision: 252457
URL: http://svnweb.freebsd.org/changeset/base/252457
Log:
If you've compiled your base system with WITH_ICONV, then use it for svn
alongside the other consumers (bsdtar, csh etc).
The svnlite build gets upset when it hits n
Author: yongari
Date: Mon Jul 1 07:03:38 2013
New Revision: 252456
URL: http://svnweb.freebsd.org/changeset/base/252456
Log:
MFC r251482,251733:
r251482:
Correct setting TX random backoff register. This register is
implemented as a 10 bits linear feedback shift register so only
lo
Author: yongari
Date: Mon Jul 1 07:02:44 2013
New Revision: 252455
URL: http://svnweb.freebsd.org/changeset/base/252455
Log:
MFC r251482,251733:
r251482:
Correct setting TX random backoff register. This register is
implemented as a 10 bits linear feedback shift register so only
lo
Author: peter
Date: Mon Jul 1 07:00:12 2013
New Revision: 252454
URL: http://svnweb.freebsd.org/changeset/base/252454
Log:
Update to current configuration.
Modified:
head/usr.bin/svn/lib/libapr_util/apr_ldap.h
head/usr.bin/svn/lib/libapr_util/apu.h
head/usr.bin/svn/lib/libapr_util/apu_co
52 matches
Mail list logo