Author: delphij
Date: Tue May 25 22:19:51 2010
New Revision: 208557
URL: http://svn.freebsd.org/changeset/base/208557
Log:
Grammar nits.
Submitted by: b. f.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
On Tue, 25 May 2010, Qing Li wrote:
Author: qingli
Date: Tue May 25 20:42:35 2010
New Revision: 208553
URL: http://svn.freebsd.org/changeset/base/208553
Log:
This patch fixes the problem where proxy ARP entries cannot be added
over the if_ng interface.
Hi Qing--
It may be worth checking n
Author: jhb
Date: Tue May 25 21:39:30 2010
New Revision: 208556
URL: http://svn.freebsd.org/changeset/base/208556
Log:
Only enable CMCI on i386 if 'device apic' is enabled in the kernel since
it requires the local APIC to work.
Modified:
head/sys/i386/i386/mca.c
Modified: head/sys/i386/i38
Author: jhb
Date: Tue May 25 21:32:37 2010
New Revision: 208555
URL: http://svn.freebsd.org/changeset/base/208555
Log:
Ignore the 'addr' argument passed to PT_STEP (it is required to be '1'
for PT_STEP which means "ignore") and PT_DETACH.
PR: kern/146167
MFC after:1 week
Author: glebius
Date: Tue May 25 21:20:56 2010
New Revision: 208554
URL: http://svn.freebsd.org/changeset/base/208554
Log:
Add uep(4), driver for USB onscreen touch panel from eGalax.
The driver is stub. It just creates device entry and feeds
reassembled packets from hardware into it.
Author: qingli
Date: Tue May 25 20:42:35 2010
New Revision: 208553
URL: http://svn.freebsd.org/changeset/base/208553
Log:
This patch fixes the problem where proxy ARP entries cannot be added
over the if_ng interface.
MFC after:3 days
Modified:
head/sys/net/if.c
head/sys/net/if_va
Author: mjacob
Date: Tue May 25 20:19:45 2010
New Revision: 208548
URL: http://svn.freebsd.org/changeset/base/208548
Log:
Don't leak CCBs for every ABORT.
Submitted by: Ken Merry
MFC after:One week
Modified:
head/sys/dev/isp/isp_freebsd.c
Modified: head/sys/dev/isp/isp_freebsd.c
=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 2010/05/25 11:34, Garrett Cooper wrote:
> On Tue, May 25, 2010 at 11:10 AM, Jung-uk Kim wrote:
>> On Tuesday 25 May 2010 01:48 pm, Xin LI wrote:
>>> Author: delphij
>>> Date: Tue May 25 17:48:17 2010
>>> New Revision: 208545
>>> URL: http://svn.f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 2010/05/25 11:35, Marius Strobl wrote:
> On Tue, May 25, 2010 at 05:48:18PM +, Xin LI wrote:
>> Author: delphij
>> Date: Tue May 25 17:48:17 2010
>> New Revision: 208545
>> URL: http://svn.freebsd.org/changeset/base/208545
>>
>> Log:
>> liba
On Tue, May 25, 2010 at 05:48:18PM +, Xin LI wrote:
> Author: delphij
> Date: Tue May 25 17:48:17 2010
> New Revision: 208545
> URL: http://svn.freebsd.org/changeset/base/208545
>
> Log:
> libarchive now needs libcrypto and liblzma.
>
> Modified:
> head/release/amd64/boot_crunch.conf
>
On Tue, May 25, 2010 at 11:10 AM, Jung-uk Kim wrote:
> On Tuesday 25 May 2010 01:48 pm, Xin LI wrote:
>> Author: delphij
>> Date: Tue May 25 17:48:17 2010
>> New Revision: 208545
>> URL: http://svn.freebsd.org/changeset/base/208545
>>
>> Log:
>> libarchive now needs libcrypto and liblzma.
>>
>>
On Tuesday 25 May 2010 01:48 pm, Xin LI wrote:
> Author: delphij
> Date: Tue May 25 17:48:17 2010
> New Revision: 208545
> URL: http://svn.freebsd.org/changeset/base/208545
>
> Log:
> libarchive now needs libcrypto and liblzma.
>
> Modified:
> head/release/amd64/boot_crunch.conf
> head/releas
Author: delphij
Date: Tue May 25 17:48:17 2010
New Revision: 208545
URL: http://svn.freebsd.org/changeset/base/208545
Log:
libarchive now needs libcrypto and liblzma.
Modified:
head/release/amd64/boot_crunch.conf
head/release/i386/boot_crunch.conf
head/release/ia64/boot_crunch.conf
head
Author: delphij
Date: Tue May 25 17:43:23 2010
New Revision: 208544
URL: http://svn.freebsd.org/changeset/base/208544
Log:
Document bc/dc and nc updates.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Author: mjacob
Date: Tue May 25 16:50:35 2010
New Revision: 208543
URL: http://svn.freebsd.org/changeset/base/208543
Log:
Remove extra break left by hand editing.
X-MFC: 208542
MFC after:One Month
Modified:
head/sys/dev/isp/isp_freebsd.c
Modified: head/sys/dev/isp/isp_freebsd.c
==
Author: mjacob
Date: Tue May 25 16:46:29 2010
New Revision: 208542
URL: http://svn.freebsd.org/changeset/base/208542
Log:
Treat PRLI the same as PLOGI and make a database entry for it (target mode).
Obtained from:Ken Merry
MFC after:One Month
Modified:
head/sys/dev/isp/isp_
In message: <201005251512.o4pfclwl058...@svn.freebsd.org>
Rafal Jaworowski writes:
: +# Enable FDT by default for selected platforms.
: +.if defined(TARGET_ARCH) && \
: + (${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc")
: +# XXX this is temporarily disabled until all FDT su
Author: raj
Date: Tue May 25 15:32:07 2010
New Revision: 208539
URL: http://svn.freebsd.org/changeset/base/208539
Log:
Bring a missing FDT piece (omitted in the previous commit).
Modified:
head/sys/boot/Makefile
Modified: head/sys/boot/Makefile
===
Author: raj
Date: Tue May 25 15:21:39 2010
New Revision: 208538
URL: http://svn.freebsd.org/changeset/base/208538
Log:
Initial loader(8) support for Flattened Device Tree.
o This is disabled by default for now, and can be enabled using WITH_FDT at
build time.
o Tested with ARM and
Author: raj
Date: Tue May 25 15:12:21 2010
New Revision: 208537
URL: http://svn.freebsd.org/changeset/base/208537
Log:
Introduce a new build knob for Flattened Device Tree support.
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Added:
head/tools/build/options/WITH_FDT (conten
Author: raj
Date: Tue May 25 13:27:55 2010
New Revision: 208536
URL: http://svn.freebsd.org/changeset/base/208536
Log:
Correct dtc version header autogen location.
While there unify brackets usage.
Modified:
head/gnu/usr.bin/dtc/Makefile
Modified: head/gnu/usr.bin/dtc/Makefile
=
Author: raj
Date: Tue May 25 10:15:30 2010
New Revision: 208535
URL: http://svn.freebsd.org/changeset/base/208535
Log:
Mostly revert r200691. U-Boot syscall() entry point returns 1 on success.
Modified:
head/sys/boot/uboot/lib/glue.c
Modified: head/sys/boot/uboot/lib/glue.c
=
Author: raj
Date: Tue May 25 09:59:53 2010
New Revision: 208534
URL: http://svn.freebsd.org/changeset/base/208534
Log:
Use loader devices only when they initialized properly.
Modified:
head/sys/boot/uboot/common/main.c
head/sys/boot/uboot/lib/disk.c
Modified: head/sys/boot/uboot/common/mai
23 matches
Mail list logo