Author: ed
Date: Thu May 30 06:20:23 2013
New Revision: 251123
URL: http://svnweb.freebsd.org/changeset/base/251123
Log:
Use #ifdef instead of #if defined.
This makes these tests a bit more consistent with the tests done at the
bottom of the file.
Modified:
head/lib/libcompiler_rt/__sy
Author: ed
Date: Thu May 30 06:20:50 2013
New Revision: 251124
URL: http://svnweb.freebsd.org/changeset/base/251124
Log:
Add __sync_synchronize().
This function can easily be implemented on top of the mb() macro
provided by .
Added:
head/lib/libcompiler_rt/__sync_synchronize.c (conte
On Wed, May 29, 2013 at 05:03:05PM +0200, Dag-Erling Smørgrav wrote:
> Pawel Jakub Dawidek writes:
> > AES-NI doesn't have to go through kernel at all and doing so is much
> > slower. Not sure if our OpenSSL version already has native AES-NI
> > support. If not it would be best to upgrade it. Thi
Author: das
Date: Thu May 30 04:49:26 2013
New Revision: 251121
URL: http://svnweb.freebsd.org/changeset/base/251121
Log:
I'm happy to finally commit stephen@'s implementations of cacos,
cacosh, casin, casinh, catan, and catanh. Thanks to stephen@ and bde@
for working on these.
Submitte
Author: das
Date: Thu May 30 04:47:03 2013
New Revision: 251120
URL: http://svnweb.freebsd.org/changeset/base/251120
Log:
Fix some harmless bugs in a test.
Modified:
head/tools/regression/lib/msun/test-rem.c
Modified: head/tools/regression/lib/msun/test-rem.c
Author: das
Date: Thu May 30 04:46:36 2013
New Revision: 251119
URL: http://svnweb.freebsd.org/changeset/base/251119
Log:
Basic tests for complex inverse trig and hyperbolic functions.
Added:
head/tools/regression/lib/msun/test-invctrig.c (contents, props changed)
Modified:
head/tools/reg
Author: brooks
Date: Thu May 30 01:22:50 2013
New Revision: 251118
URL: http://svnweb.freebsd.org/changeset/base/251118
Log:
MFP4 @217311
Intel and Sharp flash power on with their blocks in a "locked" state.
Unlocked them before attempting to perform an erase or write action and
relock
Author: brooks
Date: Thu May 30 01:19:02 2013
New Revision: 251117
URL: http://svnweb.freebsd.org/changeset/base/251117
Log:
MFP4 @222836
Add support for partitioning CFI disks from FDT using geom_flashmap.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/cfi/cfi_disk.c
head/sys/g
Author: marius
Date: Thu May 30 00:22:07 2013
New Revision: 251116
URL: http://svnweb.freebsd.org/changeset/base/251116
Log:
Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the
same support for aacp(4), I'm lacking the necessary hardware for
testing, though.
Modified:
head
Author: marius
Date: Thu May 30 00:11:22 2013
New Revision: 251115
URL: http://svnweb.freebsd.org/changeset/base/251115
Log:
- Remove pointless returns.
- Make cm_data a void pointer and cm_flags unsigned as appropriate.
MFC after:3 days
Modified:
head/sys/dev/aac/aac.c
head/sys/
Author: marius
Date: Wed May 29 23:56:49 2013
New Revision: 251114
URL: http://svnweb.freebsd.org/changeset/base/251114
Log:
Fix a typo in r249213; the second bus_if.h should have been isa_if.h.
Modified:
head/sys/modules/ata/atacbus/Makefile
Modified: head/sys/modules/ata/atacbus/Makefile
=
On Wed, May 29, 2013 at 01:32:05AM +0200, Eitan Adler wrote:
> On 29 May 2013 00:07, Jilles Tjoelker wrote:
> > Author: jilles
> > Date: Tue May 28 22:07:31 2013
> > New Revision: 251078
> > URL: http://svnweb.freebsd.org/changeset/base/251078
> > Log:
> > sleep: Improve nanosleep() error handl
Author: eadler
Date: Wed May 29 20:36:51 2013
New Revision: 251109
URL: http://svnweb.freebsd.org/changeset/base/251109
Log:
Add support for tethering on the iPhone 4S
PR: usb/179078
Submitted by: Christopher Sean Hilton
MFC After:1 week
Modified:
head/sys/dev/usb/net/if_iphet
Thanks for this! Please don't commit the change I attached earlier to
share/atf/Makefile though--it makes an integration test pass but it causes
runtime to go to a crawl when running atf-run; that's why my demo at BSDCan
didn't work ;(..
Sent from my iPhone
On May 29, 2013, at 12:41 PM, Marcel
Author: marcel
Date: Wed May 29 19:41:36 2013
New Revision: 251108
URL: http://svnweb.freebsd.org/changeset/base/251108
Log:
Modify atf::fs::path::get_process_helpers_path API to properly
handle pathing with detail/ tests. Based on patch pushed upstream to
ATF project.
Obtained from:
Author: crees (doc,ports committer)
Date: Wed May 29 19:16:59 2013
New Revision: 251107
URL: http://svnweb.freebsd.org/changeset/base/251107
Log:
Make the instruction order for buildworld agree with UPDATING and the
Handbook.
Reviewed by: imp, bdrewery, netchild
Approved by: gjb (ment
No, it actually failed to compile at all on some older 9-stable laptops..
Hence my confusion.
Adrian
On 29 May 2013 04:22, Dimitry Andric wrote:
> On 2013-05-29 06:21, Adrian Chadd wrote:
>>
>> Author: adrian
>> Date: Wed May 29 04:21:42 2013
>> New Revision: 251098
>> URL: http://svnweb.freeb
Author: marcel
Date: Wed May 29 16:51:03 2013
New Revision: 251103
URL: http://svnweb.freebsd.org/changeset/base/251103
Log:
Don't assign the copyright to the FreeBSD foundation for the years
this file is in FreeBSD. There's formality to this that hasn't
happened and Juniper is perfectly fin
Pawel Jakub Dawidek writes:
> AES-NI doesn't have to go through kernel at all and doing so is much
> slower. Not sure if our OpenSSL version already has native AES-NI
> support. If not it would be best to upgrade it. This would fix AES-NI
> at least. Other crypto HW that do need kernel driver wou
Author: crees (doc,ports committer)
Date: Wed May 29 13:36:33 2013
New Revision: 251102
URL: http://svnweb.freebsd.org/changeset/base/251102
Log:
Add my entry.
Approved by: bcr, gjb (mentors)
Modified:
head/share/misc/committers-doc.dot
Modified: head/share/misc/committers-doc.dot
On Wed, May 29, 2013 at 02:36:17PM +0200, Dag-Erling Smørgrav wrote:
> Pawel Jakub Dawidek writes:
> > Which library is needed for AES-NI? I don't see any engine in /usr/lib/
> > that implements AES-NI support. Could you be more specific?
>
> Ah, you're right. Bryan (cc:ed) did the analysis and
On 5/29/2013 7:36 AM, Dag-Erling Smørgrav wrote:
> Pawel Jakub Dawidek writes:
>> Which library is needed for AES-NI? I don't see any engine in /usr/lib/
>> that implements AES-NI support. Could you be more specific?
>
> Ah, you're right. Bryan (cc:ed) did the analysis and I misunderstood
> his
Author: des
Date: Wed May 29 12:40:28 2013
New Revision: 251101
URL: http://svnweb.freebsd.org/changeset/base/251101
Log:
Forced commit to note that the sandbox issue was not about libraries, as
I erroneously stated in the commit log, but about a CRIOGET ioctl failing
due to a preceding setr
Pawel Jakub Dawidek writes:
> Which library is needed for AES-NI? I don't see any engine in /usr/lib/
> that implements AES-NI support. Could you be more specific?
Ah, you're right. Bryan (cc:ed) did the analysis and I misunderstood
his report. I just ran through the steps to reproduce the issu
On 2013-05-29 06:21, Adrian Chadd wrote:
Author: adrian
Date: Wed May 29 04:21:42 2013
New Revision: 251098
URL: http://svnweb.freebsd.org/changeset/base/251098
Log:
Fix a false -> AH_FALSE.
Now, why this hasn't tripped _any_ tinderbox builds yet, I dunno.
It's been like this for a whi
On Wed, May 29, 2013 at 12:19:59AM +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed May 29 00:19:58 2013
> New Revision: 251088
> URL: http://svnweb.freebsd.org/changeset/base/251088
>
> Log:
> Revert a local change that sets the default for UsePrivilegeSeparation to
> "sandbox" ins
26 matches
Mail list logo