svn commit: r251123 - head/lib/libcompiler_rt

2013-05-29 Thread Ed Schouten
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

svn commit: r251124 - head/lib/libcompiler_rt

2013-05-29 Thread Ed Schouten
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

Re: svn commit: r251088 - head/crypto/openssh

2013-05-29 Thread Pawel Jakub Dawidek
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

svn commit: r251121 - in head: include lib/msun lib/msun/man lib/msun/src

2013-05-29 Thread David Schultz
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

svn commit: r251120 - head/tools/regression/lib/msun

2013-05-29 Thread David Schultz
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

svn commit: r251119 - head/tools/regression/lib/msun

2013-05-29 Thread David Schultz
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

svn commit: r251118 - head/sys/dev/cfi

2013-05-29 Thread Brooks Davis
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

svn commit: r251117 - in head/sys: dev/cfi geom

2013-05-29 Thread Brooks Davis
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

svn commit: r251116 - head/sys/dev/aac

2013-05-29 Thread Marius Strobl
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

svn commit: r251115 - head/sys/dev/aac

2013-05-29 Thread Marius Strobl
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/

svn commit: r251114 - head/sys/modules/ata/atacbus

2013-05-29 Thread Marius Strobl
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 =

Re: svn commit: r251078 - head/bin/sleep

2013-05-29 Thread Jilles Tjoelker
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

svn commit: r251109 - in head/sys/dev/usb: . net

2013-05-29 Thread Eitan Adler
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

Re: svn commit: r251108 - in head/contrib/atf/atf-c++: . detail

2013-05-29 Thread Garrett Cooper
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

svn commit: r251108 - in head/contrib/atf/atf-c++: . detail

2013-05-29 Thread Marcel Moolenaar
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:

svn commit: r251107 - head

2013-05-29 Thread Chris Rees
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

Re: svn commit: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-05-29 Thread Adrian Chadd
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

svn commit: r251103 - head/sys/mips/mips

2013-05-29 Thread Marcel Moolenaar
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

Re: svn commit: r251088 - head/crypto/openssh

2013-05-29 Thread Dag-Erling Smørgrav
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

svn commit: r251102 - head/share/misc

2013-05-29 Thread Chris Rees
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

Re: svn commit: r251088 - head/crypto/openssh

2013-05-29 Thread Pawel Jakub Dawidek
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

Re: svn commit: r251088 - head/crypto/openssh

2013-05-29 Thread Bryan Drewery
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

svn commit: r251101 - head/crypto/openssh

2013-05-29 Thread Dag-Erling Smørgrav
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

Re: svn commit: r251088 - head/crypto/openssh

2013-05-29 Thread Dag-Erling Smørgrav
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

Re: svn commit: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-05-29 Thread Dimitry Andric
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

Re: svn commit: r251088 - head/crypto/openssh

2013-05-29 Thread Pawel Jakub Dawidek
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