Author: adrian
Date: Mon Dec 26 08:21:29 2011
New Revision: 228893
URL: http://svn.freebsd.org/changeset/base/228893
Log:
AR5416 has 14 GPIO pins, from 0->13.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
=
Author: delphij
Date: Mon Dec 26 08:59:17 2011
New Revision: 228894
URL: http://svn.freebsd.org/changeset/base/228894
Log:
Import nc from OpenBSD 5.0.
Modified:
vendor/netcat/dist/netcat.c
Modified: vendor/netcat/dist/netcat.c
=
Author: delphij
Date: Mon Dec 26 09:03:28 2011
New Revision: 228895
URL: http://svn.freebsd.org/changeset/base/228895
Log:
Tag nc from OpenBSD 5.0.
Added:
vendor/netcat/5.0/
- copied from r228894, vendor/netcat/dist/
___
svn-src-all@freebsd.org
Author: delphij
Date: Mon Dec 26 09:07:08 2011
New Revision: 228896
URL: http://svn.freebsd.org/changeset/base/228896
Log:
Merge from OpenBSD 5.0 (this is a dummy change, the vendor change does not
apply to us).
Modified:
head/contrib/netcat/netcat.c
Directory Properties:
head/contrib/net
On 12/26/2011 01:07, Xin LI wrote:
> Author: delphij
> Date: Mon Dec 26 09:07:08 2011
> New Revision: 228896
> URL: http://svn.freebsd.org/changeset/base/228896
>
> Log:
> Merge from OpenBSD 5.0 (this is a dummy change, the vendor change does not
> apply to us).
When I'm importing stat(1) stu
On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote:
> On 12/24/2011 04:16, Marius Strobl wrote:
> > On FreeBSD just use the MD5 implementation of libmd rather than that of
> > libcrypto so we don't need to relinquish csup when world is built without
> > OpenSSL.
>
> Did you benchmar
Author: ed
Date: Mon Dec 26 10:58:21 2011
New Revision: 228897
URL: http://svn.freebsd.org/changeset/base/228897
Log:
The standard is now called C11 -- C12.
While there, compare against the proper __STDC_VERSION value.
Modified:
head/sys/sys/cdefs.h
Modified: head/sys/sys/cdefs.h
==
On Dec 26, 2011, at 1:23 AM, Doug Barton wrote:
On 12/25/2011 06:29, Bjoern A. Zeeb wrote:
Author: bz
Date: Sun Dec 25 14:29:36 2011
New Revision: 228874
URL: http://svn.freebsd.org/changeset/base/228874
Log:
Quite the tinderbox for the holidays. Remove the assert[1].
Shouldn't "Why it's O
Author: brueffer
Date: Mon Dec 26 16:47:45 2011
New Revision: 228898
URL: http://svn.freebsd.org/changeset/base/228898
Log:
Add missing -l flag to usage().
PR: 163629
Submitted by: olgeni
MFC after:1 week
Modified:
head/sbin/dumpfs/dumpfs.c
Modified: head/sbin/dumpfs/d
Author: ed
Date: Mon Dec 26 18:49:56 2011
New Revision: 228900
URL: http://svn.freebsd.org/changeset/base/228900
Log:
Add cdefs-magic to add optional C11 bits to headers.
Modified:
head/sys/sys/cdefs.h
Modified: head/sys/sys/cdefs.h
===
Author: ed
Date: Mon Dec 26 18:55:37 2011
New Revision: 228901
URL: http://svn.freebsd.org/changeset/base/228901
Log:
Improve C11 bits in :
- Add missing semicolon to quick_exit(),
- Remove `func' parameter name from at_quick_exit(),
- Fix indentation.
- Compare against 2011 value.
M
Author: ed
Date: Mon Dec 26 18:57:59 2011
New Revision: 228902
URL: http://svn.freebsd.org/changeset/base/228902
Log:
As per C11, add static_assert() to .
Modified:
head/include/assert.h
Modified: head/include/assert.h
=
Author: adrian
Date: Mon Dec 26 19:41:46 2011
New Revision: 228903
URL: http://svn.freebsd.org/changeset/base/228903
Log:
Oops, my bad. Fix a broken thing I introduced earlier.
Modified:
head/tools/tools/ath/Makefile
Modified: head/tools/tools/ath/Makefile
==
On 12/26/2011 04:50, Justin Hibbits wrote:
> On Dec 26, 2011, at 1:23 AM, Doug Barton wrote:
>
>> On 12/25/2011 06:29, Bjoern A. Zeeb wrote:
>>> Author: bz
>>> Date: Sun Dec 25 14:29:36 2011
>>> New Revision: 228874
>>> URL: http://svn.freebsd.org/changeset/base/228874
>>>
>>> Log:
>>> Quite the
On 12/26/2011 02:28, Marius Strobl wrote:
> On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote:
>> On 12/24/2011 04:16, Marius Strobl wrote:
>>> On FreeBSD just use the MD5 implementation of libmd rather than that of
>>> libcrypto so we don't need to relinquish csup when world is built
On Mon, Dec 26, 2011 at 3:43 PM, Doug Barton wrote:
> Then for each version run it
> against the src tree (or ports, either way) 10 times. Discard the first
> and last, and then plot the results with ministat.
We discard the first to do warm cache benchmarks but why discard the last?
Also see htt
On 12/26/2011 13:24, Eitan Adler wrote:
> On Mon, Dec 26, 2011 at 3:43 PM, Doug Barton wrote:
>> Then for each version run it
>> against the src tree (or ports, either way) 10 times. Discard the first
>> and last, and then plot the results with ministat.
>
> We discard the first to do warm cache
Author: ed
Date: Mon Dec 26 21:51:53 2011
New Revision: 228904
URL: http://svn.freebsd.org/changeset/base/228904
Log:
Add libstdthreads.
This library implements the C11 threads interface on top of the pthreads
library. As discussed on the lists, the preferred way to implement
this, is
Author: mm
Date: Mon Dec 26 22:25:58 2011
New Revision: 228905
URL: http://svn.freebsd.org/changeset/base/228905
Log:
Update to vendor revision 3982
Obtained from:http://libarchive.googlecode.com/svn/release/2.8
Added:
vendor/libarchive/dist/libarchive/test/test_compat_zip_2.zip.
On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote:
> On 12/26/2011 02:28, Marius Strobl wrote:
> > On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote:
> >> On 12/24/2011 04:16, Marius Strobl wrote:
> >>> On FreeBSD just use the MD5 implementation of libmd rather than that of
>
On 12/26/2011 14:51, Steve Kargl wrote:
> On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote:
>> On 12/26/2011 02:28, Marius Strobl wrote:
>>> On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote:
On 12/24/2011 04:16, Marius Strobl wrote:
> On FreeBSD just use the MD5 imp
Author: ed
Date: Mon Dec 26 23:33:41 2011
New Revision: 228906
URL: http://svn.freebsd.org/changeset/base/228906
Log:
Fix some bugs in .
- Make atomic_init() work for GCC, as assigning to structs doesn't work.
- Fix misplaced parenthesis in atomic_is_lock_free() for GCC.
- Make atomic_c
On Mon, Dec 26, 2011 at 03:27:39PM -0800, Doug Barton wrote:
> On 12/26/2011 14:51, Steve Kargl wrote:
> > On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote:
> >> On 12/26/2011 02:28, Marius Strobl wrote:
> >>> On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote:
> On 12/24/2
On 12/26/2011 16:09, Steve Kargl wrote:
> On Mon, Dec 26, 2011 at 03:27:39PM -0800, Doug Barton wrote:
>> On 12/26/2011 14:51, Steve Kargl wrote:
>>> On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote:
On 12/26/2011 02:28, Marius Strobl wrote:
> On Sat, Dec 24, 2011 at 01:36:18PM
24 matches
Mail list logo