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
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
-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
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
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 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: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
==
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: 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
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: 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,
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: 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: 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: 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
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: 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/
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: 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
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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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
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
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
=
34 matches
Mail list logo