Author: delphij
Date: Tue Jul 22 06:40:27 2014
New Revision: 268979
URL: http://svnweb.freebsd.org/changeset/base/268979
Log:
Don't save entropy inside jails.
As of r126744, we no longer feed the entropy device in jails upon
start, and collecting them is no longer useful.
PR:
Author: sbruno
Date: Tue Jul 22 04:47:19 2014
New Revision: 268978
URL: http://svnweb.freebsd.org/changeset/base/268978
Log:
copyin/copyout should return 0 if they are truly emulating copyin/copyout
behavior.
remove stray %s in printf
rewrite printf to display 64bit type without warni
Author: br
Date: Tue Jul 22 04:39:32 2014
New Revision: 268977
URL: http://svnweb.freebsd.org/changeset/base/268977
Log:
Enable Freescale i.MX I2C driver for i.MX6.
Modified:
head/sys/arm/conf/IMX6
head/sys/arm/freescale/imx/files.imx6
head/sys/arm/freescale/imx/imx_i2c.c
head/sys/boot/
Author: sbruno
Date: Tue Jul 22 04:38:28 2014
New Revision: 268975
URL: http://svnweb.freebsd.org/changeset/base/268975
Log:
Remove boot1.efi during clean target.
Modified:
head/sys/boot/amd64/boot1.efi/Makefile
Modified: head/sys/boot/amd64/boot1.efi/Makefile
===
Author: sbruno
Date: Tue Jul 22 04:37:47 2014
New Revision: 268974
URL: http://svnweb.freebsd.org/changeset/base/268974
Log:
Supress clang warning for FreeBSD printf %b and %D formats
MFC after:2 weeks
Modified:
head/sys/boot/efi/libefi/Makefile
head/sys/boot/i386/libi386/Makefile
Author: br
Date: Tue Jul 22 03:59:14 2014
New Revision: 268973
URL: http://svnweb.freebsd.org/changeset/base/268973
Log:
Rename i.MX I2C driver file.
Added:
head/sys/arm/freescale/imx/imx_i2c.c
- copied unchanged from r268972, head/sys/arm/freescale/imx/i2c.c
Deleted:
head/sys/arm/free
Author: np
Date: Tue Jul 22 02:02:39 2014
New Revision: 268971
URL: http://svnweb.freebsd.org/changeset/base/268971
Log:
Simplify r267600, there's no need to distinguish between allocated and
inlined mbufs.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/cxgb
Author: sjg
Date: Tue Jul 22 00:42:55 2014
New Revision: 268970
URL: http://svnweb.freebsd.org/changeset/base/268970
Log:
bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automatically
get them flagged as .NOPATH. This hurts people who don't use obj dirs.
Since its clean target se
Author: peter
Date: Mon Jul 21 22:10:29 2014
New Revision: 268960
URL: http://svnweb.freebsd.org/changeset/base/268960
Log:
Merge serf-1.3.6
+ Revert r2319 from serf 1.3.5: this change was making serf call
handle_response
+multiple times in case of an error response, leading to unexpec
Author: dim
Date: Mon Jul 21 21:26:10 2014
New Revision: 268957
URL: http://svnweb.freebsd.org/changeset/base/268957
Log:
Run mtree for BSD.tests.dist during make xdev-install, if the tests are
enabled (which they are in the default configuration). Otherwise, it
will fail because ${XDDESTDI
Author: sbruno
Date: Mon Jul 21 19:33:08 2014
New Revision: 268954
URL: http://svnweb.freebsd.org/changeset/base/268954
Log:
Merge change from upstream linux kernel submitted by OpenBSD:
drm/radeon: fix-up some float to fixed conversion thinkos
Spotted by Brad Smith when porting to Ope
Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
scritto:
> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
>> ]
>> Log:
>> Add re-entrant versions of the hash functions based on the GNU api.
>>
> What, if anything, can be done about qsort_r() API incompatibility?
qsort_r is non-stand
21.07.2014, 07:50, "Nikolai Lifanov" :
> On 2014-07-20 22:56, Steven Hartland wrote:
>> - Original Message - From: "Nikolai Lifanov"
>>
>> To: "Xin LI"
>> Cc: ;
>> Sent: Monday, July 21, 2014 2:22 AM
>> Subject: Re: svn commit: r268855 - in head:
>> cddl/contrib/opensolaris/cmd/zt
Author: emaste
Date: Mon Jul 21 17:43:37 2014
New Revision: 268949
URL: http://svnweb.freebsd.org/changeset/base/268949
Log:
Remove redundant return statement after errx
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/vtfontcvt/vtfontcvt.c
Modified: he
Author: emaste
Date: Mon Jul 21 17:18:00 2014
New Revision: 268948
URL: http://svnweb.freebsd.org/changeset/base/268948
Log:
Use the standard way of printing the usage string
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/vtfontcvt/vtfontcvt.c
Modified: head/usr.bin/vtfontc
On 21/07/2014 16:22, Pedro F. Giffuni wrote:
]
Log:
Add re-entrant versions of the hash functions based on the GNU api.
What, if anything, can be done about qsort_r() API incompatibility?
___
svn-src-head@freebsd.org mailing list
http://lists.fr
Author: emaste
Date: Mon Jul 21 16:38:05 2014
New Revision: 268947
URL: http://svnweb.freebsd.org/changeset/base/268947
Log:
Hide syscons-specific workaround under DEV_SC
This change is a bit ugly, but so is the coupling between the i915
driver and syscons. It isn't worth developing a mo
Author: pfg
Date: Mon Jul 21 15:44:59 2014
New Revision: 268945
URL: http://svnweb.freebsd.org/changeset/base/268945
Log:
Fix hdestroy() compliance issue.
The hcreate(3) implementation and related functions we inherited
from NetBSD used to free() the key value, something that is not
sup
Author: pfg
Date: Mon Jul 21 15:26:52 2014
New Revision: 268944
URL: http://svnweb.freebsd.org/changeset/base/268944
Log:
Update license.
NetBSD has removed the advertisement clause from this file.
Obtained from:NetBSD (CVS rev. 1,8)
Modified:
head/lib/libc/stdlib/hcreate.c
Author: pfg
Date: Mon Jul 21 15:22:48 2014
New Revision: 268943
URL: http://svnweb.freebsd.org/changeset/base/268943
Log:
Add re-entrant versions of the hash functions based on the GNU api.
While testing this I found a conformance issue in hdestroy()
that will be fixed in a subsequent com
thanks!
-a
On 21 July 2014 01:42, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Mon Jul 21 08:42:35 2014
> New Revision: 268938
> URL: http://svnweb.freebsd.org/changeset/base/268938
>
> Log:
> [mdoc] cleanup
>
> Modified:
> head/share/man/man9/PCBGROUPS.9
>
> Modified: head/share/man/
On 2014-Jul-18, 18:47, Bryan Drewery wrote:
> On 2014-07-10 08:08, Pietro Cerutti wrote:
> > Author: gahr (ports committer)
> > Date: Thu Jul 10 13:08:51 2014
> > New Revision: 268494
> > URL: http://svnweb.freebsd.org/changeset/base/268494
> >
> > Log:
> > Implement Short/Small String Optimizat
Author: pluknet
Date: Mon Jul 21 08:47:54 2014
New Revision: 268939
URL: http://svnweb.freebsd.org/changeset/base/268939
Log:
Fixed fallout from previous change.
Modified:
head/share/man/man9/PCBGROUPS.9
Modified: head/share/man/man9/PCBGROUPS.9
==
Author: pluknet
Date: Mon Jul 21 08:42:35 2014
New Revision: 268938
URL: http://svnweb.freebsd.org/changeset/base/268938
Log:
[mdoc] cleanup
Modified:
head/share/man/man9/PCBGROUPS.9
Modified: head/share/man/man9/PCBGROUPS.9
===
I don't have any plans to MFC it but if someone wants to vet it for
correctness on -10 then please do MFC it as appropriate.
Thanks!
-a
On 21 July 2014 00:07, hiren panchasara wrote:
> On Sun, Jul 20, 2014 at 9:48 PM, Adrian Chadd wrote:
>> Author: adrian
>> Date: Mon Jul 21 04:48:02 2014
>>
On Sun, Jul 20, 2014 at 9:48 PM, Adrian Chadd wrote:
> Author: adrian
> Date: Mon Jul 21 04:48:02 2014
> New Revision: 268936
> URL: http://svnweb.freebsd.org/changeset/base/268936
>
> Log:
> Add the PCBGROUPS manpage.
>
> Thanks to wblock for helping me with this manpage.
Thanks a lot. Any p
26 matches
Mail list logo