Author: hselasky
Date: Sun Jan 5 10:41:43 2014
New Revision: 260315
URL: http://svnweb.freebsd.org/changeset/base/260315
Log:
Implement two new libusb API functions.
PR: usb/185454
MFC after:2 weeks
Modified:
head/lib/libusb/Makefile
head/lib/libusb/libusb.3
head/lib
On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote:
> Author: pfg
> Date: Sun Jan 5 00:43:28 2014
> New Revision: 260311
> URL: http://svnweb.freebsd.org/changeset/base/260311
>
> Log:
> gcc: Add support for Apple's Block extension
>
> Block objects [1] are a C-level syntactic
Author: ian
Date: Sun Jan 5 15:33:33 2014
New Revision: 260320
URL: http://svnweb.freebsd.org/changeset/base/260320
Log:
Use the common armv6 fdt_bus_tag defintion instead of an essentially
identical local copy of it.
Deleted:
head/sys/arm/tegra/bus_space.c
Modified:
head/sys/arm/tegra/f
On 05.01.2014 06:45, Tijl Coosemans wrote:
On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote:
Author: pfg
Date: Sun Jan 5 00:43:28 2014
New Revision: 260311
URL: http://svnweb.freebsd.org/changeset/base/260311
Log:
gcc: Add support for Apple's Block extension
Block objec
Author: dim
Date: Sun Jan 5 16:40:41 2014
New Revision: 260322
URL: http://svnweb.freebsd.org/changeset/base/260322
Log:
In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk,
since kernel module builds do not use kern.pre.mk.
MFC after:3 days
X-MFC-With: r260102
M
On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote:
> On 05.01.2014 06:45, Tijl Coosemans wrote:
>> On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote:
>>> Author: pfg
>>> Date: Sun Jan 5 00:43:28 2014
>>> New Revision: 260311
>>> URL: http://svnweb.freebsd.org/changeset/base/26031
Author: ian
Date: Sun Jan 5 16:45:34 2014
New Revision: 260323
URL: http://svnweb.freebsd.org/changeset/base/260323
Log:
Eliminate use of fdt_immr_addr(), it's not needed for this SoC. Convert
to the newer arm_devmap_add_entry() routine for creating device mappings.
Modified:
head/sys/arm
Author: ian
Date: Sun Jan 5 18:40:06 2014
New Revision: 260326
URL: http://svnweb.freebsd.org/changeset/base/260326
Log:
Convert from using fdt_immr style to arm_devmap_add_entry() to make
static device mappings.
This SoC relied heavily on the fact that all devices were static-mapped
a
Author: nwhitehorn
Date: Sun Jan 5 18:46:58 2014
New Revision: 260327
URL: http://svnweb.freebsd.org/changeset/base/260327
Log:
Retire machine/fdt.h as a header used by MI code, as its function is now
obsolete. This involves the following pieces:
- Remove it entirely on PowerPC, where it is
On 01/05/14 13:46, Nathan Whitehorn wrote:
> Author: nwhitehorn Date: Sun Jan 5 18:46:58 2014 New Revision:
> 260327 URL: http://svnweb.freebsd.org/changeset/base/260327
>
> Log: Retire machine/fdt.h as a header used by MI code, as its
> function is now obsolete. This involves the following pieces
Author: mav
Date: Sun Jan 5 19:07:42 2014
New Revision: 260328
URL: http://svnweb.freebsd.org/changeset/base/260328
Log:
Fix build after r260234 by converting ddi_get_lbolt64() from inline into
a macro. Otherwise compiler complains that hz variable used there either
undefined or defined tw
On 05.01.2014 11:42, Tijl Coosemans wrote:
On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote:
On 05.01.2014 06:45, Tijl Coosemans wrote:
On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote:
Author: pfg
Date: Sun Jan 5 00:43:28 2014
New Revision: 260311
URL: http://svnweb.freeb
On 01/05/14 14:45, Pedro Giffuni wrote:
> On 05.01.2014 11:42, Tijl Coosemans wrote:
>> On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote:
>>> On 05.01.2014 06:45, Tijl Coosemans wrote:
On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote:
> Author: pfg
> Date: Sun Jan
Author: ian
Date: Sun Jan 5 20:09:51 2014
New Revision: 260331
URL: http://svnweb.freebsd.org/changeset/base/260331
Log:
Add #include to a few files that used to get it via
pollution from other headers.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
head/sys/arm/freescale/imx/imx
On 05.01.2014 14:52, Nathan Whitehorn wrote:
On 01/05/14 14:45, Pedro Giffuni wrote:
On 05.01.2014 11:42, Tijl Coosemans wrote:
On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote:
On 05.01.2014 06:45, Tijl Coosemans wrote:
On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote:
A
Author: pfg
Date: Sun Jan 5 20:33:44 2014
New Revision: 260332
URL: http://svnweb.freebsd.org/changeset/base/260332
Log:
gcc: backport some fixes from llvm-gcc
llvm-gcc backported some patches from gcc trunk:
http://gcc.gnu.org/ml/gcc-cvs/2007-05/msg00662.html
http://gcc.gnu.org/ml/
Author: ian
Date: Sun Jan 5 20:44:10 2014
New Revision: 260333
URL: http://svnweb.freebsd.org/changeset/base/260333
Log:
Enable the cesa security/crypto device by providing the required property
in the dts source, and adding the right devices to the kernel config. Also
generally bring the k
Author: dim
Date: Sun Jan 5 21:03:49 2014
New Revision: 260334
URL: http://svnweb.freebsd.org/changeset/base/260334
Log:
Split the last gcc-specific flags off into CFLAGS.gcc. This also
removes the need to use -Qunused-arguments for clang throughout the
tree.
MFC after:3 days
Mod
Author: gavin
Date: Sun Jan 5 21:35:07 2014
New Revision: 260335
URL: http://svnweb.freebsd.org/changeset/base/260335
Log:
Wrap SUBDIRs over several lines.
Modified:
head/sys/modules/iwnfw/Makefile
Modified: head/sys/modules/iwnfw/Makefile
===
Author: jilles
Date: Sun Jan 5 21:44:04 2014
New Revision: 260336
URL: http://svnweb.freebsd.org/changeset/base/260336
Log:
find: Fix -lname and -ilname.
The code did not take into account that readlink() does not add a
terminating '\0', and therefore did not work reliably.
As befor
Author: ian
Date: Sun Jan 5 22:36:34 2014
New Revision: 260340
URL: http://svnweb.freebsd.org/changeset/base/260340
Log:
Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,
related to setting up static device mappings. Since it was only used by
arm/mv/mv_pci.c, it's now
Author: jilles
Date: Sun Jan 5 23:01:28 2014
New Revision: 260355
URL: http://svnweb.freebsd.org/changeset/base/260355
Log:
find: Fix two more problems with -lname and -ilname:
* Do not match symlinks that are followed because of -H or -L. This is
explicitly documented in GNU find's in
Author: wblock (doc committer)
Date: Sun Jan 5 23:28:03 2014
New Revision: 260358
URL: http://svnweb.freebsd.org/changeset/base/260358
Log:
Fix a cut and paste error.
PR: docs/184791
Submitted by: Jamie Landeg Jones
MFC after:3 days
Modified:
head/contrib/diff/man/dif
Author: pfg
Date: Mon Jan 6 00:52:39 2014
New Revision: 260361
URL: http://svnweb.freebsd.org/changeset/base/260361
Log:
Fix optimization bug.
GCC-PR rtl-optimization/34628
* combine.c (try_combine): Stop and undo after the first combination
if an autoincrement side-effect
On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote:
> Author: zbb
> Date: Wed Jan 1 20:03:48 2014
> New Revision: 260161
> URL: http://svnweb.freebsd.org/changeset/base/260161
>
> Log:
> Add polarity and level support to ARM GIC
>
> Add suport for setting triggering level and polarity
Author: adrian
Date: Mon Jan 6 03:48:32 2014
New Revision: 260363
URL: http://svnweb.freebsd.org/changeset/base/260363
Log:
Correctly remove entries from the relevant receive ath_buf list before
freeing them.
The current code would walk the list and call the buffer free, which
didn't r
On Mon, Jan 06, 2014 at 03:48:32AM +, Adrian Chadd wrote:
> Author: adrian
> Date: Mon Jan 6 03:48:32 2014
> New Revision: 260363
> URL: http://svnweb.freebsd.org/changeset/base/260363
>
> Log:
> Correctly remove entries from the relevant receive ath_buf list before
> freeing them.
>
>
Author: marcel
Date: Mon Jan 6 05:00:58 2014
New Revision: 260364
URL: http://svnweb.freebsd.org/changeset/base/260364
Log:
In atomic_or_8_nv() load 1 and not 8 bytes from the address
given. Note that atomic_or_8_nv() is not used at this time.
Modified:
head/sys/cddl/contrib/opensolaris/co
On 06.01.14 03:55, Ian Lepore wrote:
> On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote:
>> Author: zbb
>> Date: Wed Jan 1 20:03:48 2014
>> New Revision: 260161
>> URL: http://svnweb.freebsd.org/changeset/base/260161
>>
>> Log:
>> Add polarity and level support to ARM GIC
>>
>> Add s
On 5 January 2014 19:51, Konstantin Belousov wrote:
> On Mon, Jan 06, 2014 at 03:48:32AM +, Adrian Chadd wrote:
>> Author: adrian
>> Date: Mon Jan 6 03:48:32 2014
>> New Revision: 260363
>> URL: http://svnweb.freebsd.org/changeset/base/260363
>>
>> Log:
>> Correctly remove entries from the
On Fri, Jan 03, 2014 at 11:03:12AM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Jan 3 11:03:12 2014
> New Revision: 260224
> URL: http://svnweb.freebsd.org/changeset/base/260224
>
> Log:
> Make failure of ifpromisc() a non-fatal error. This makes it possible to
> run carp(4) on v
31 matches
Mail list logo