Author: andrew
Date: Sun Mar 31 08:31:06 2013
New Revision: 248940
URL: http://svnweb.freebsd.org/changeset/base/248940
Log:
Fix xdev. Clang and libc were not building correctly on older worlds, for
example, on 9.1.
* To fix clang add an _xb-bootstrap-tools target that mirrors the existing
Author: andrew
Date: Sun Mar 31 08:54:04 2013
New Revision: 248941
URL: http://svnweb.freebsd.org/changeset/base/248941
Log:
Fix xdev-install when installing to a location other than /
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
=
Author: ian
Date: Sun Mar 31 12:51:56 2013
New Revision: 248944
URL: http://svnweb.freebsd.org/changeset/base/248944
Log:
Fix a typo in the CF device driver name that prevented instantiation.
Modified:
head/sys/arm/at91/at91rm9200.c
Modified: head/sys/arm/at91/at91rm9200.c
==
Author: jilles
Date: Sun Mar 31 17:42:54 2013
New Revision: 248951
URL: http://svnweb.freebsd.org/changeset/base/248951
Log:
Rename do_pipe() to kern_pipe2() and declare it properly.
Modified:
head/sys/compat/linux/linux_file.c
head/sys/kern/sys_pipe.c
head/sys/sys/syscallsubr.h
Modified
Author: tuexen
Date: Sun Mar 31 18:27:46 2013
New Revision: 248953
URL: http://svnweb.freebsd.org/changeset/base/248953
Log:
Add a macro for checking for IPv4 link local addresses.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_constants.h
Modified: head/sys/netinet/sctp_constants.h
on 20/03/2013 12:35 Alexander V. Chernikov said the following:
> Author: melifaro
> Date: Wed Mar 20 10:35:33 2013
> New Revision: 248552
> URL: http://svnweb.freebsd.org/changeset/base/248552
>
> Log:
> Add ipfw support for setting/matching DiffServ codepoints (DSCP).
>
> Setting DSCP supp
Author: ian
Date: Sun Mar 31 22:42:25 2013
New Revision: 248961
URL: http://svnweb.freebsd.org/changeset/base/248961
Log:
When running on armv6, set alignment checking to modulo-4 mode rather
than modulo-8, because clang emits ldrd and strd instructions for
addresses that are only 4-byte ali
Author: ian
Date: Sun Mar 31 22:43:16 2013
New Revision: 248962
URL: http://svnweb.freebsd.org/changeset/base/248962
Log:
When running on armv6, set alignment checking to modulo-4 mode rather
than modulo-8, because clang emits ldrd and strd instructions for
addresses that are only 4-byte ali
Author: ian
Date: Sun Mar 31 23:24:04 2013
New Revision: 248963
URL: http://svnweb.freebsd.org/changeset/base/248963
Log:
Accommodate uart devices with large FIFOs (or DMA buffers which amount
to the same thing) by allocating the uart(4) rx buffer based on the
device's rxfifosz rather than u
Author: ian
Date: Mon Apr 1 00:00:10 2013
New Revision: 248964
URL: http://svnweb.freebsd.org/changeset/base/248964
Log:
Enable hardware flow control and high speed bulk data transfer in at91 uarts.
Changes to make rtc/cts flow control work...
This does not turn on the builtin hardwar
On Tue, 2013-02-12 at 16:57 +, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Feb 12 16:57:20 2013
> New Revision: 246713
> URL: http://svnweb.freebsd.org/changeset/base/246713
>
> Log:
> Reform the busdma API so that new types may be added without modifying
> every architecture's bu
Author: ian
Date: Mon Apr 1 00:44:20 2013
New Revision: 248965
URL: http://svnweb.freebsd.org/changeset/base/248965
Log:
Fix low-level uart drivers that set their fifo sizes in the softc too late.
uart(4) allocates send and receiver buffers in attach() before it calls
the low-level drive
on 08/03/2013 00:43 Dimitry Andric said the following:
> Author: dim
> Date: Thu Mar 7 22:43:50 2013
> New Revision: 247962
> URL: http://svnweb.freebsd.org/changeset/base/247962
>
> Log:
> Fix error in r247960: actually assign the basename to match.iim_file.
I've got some bad news.
First of
13 matches
Mail list logo