On 2010-10-06 00:26, Oleksandr Tymoshenko wrote:
Author: gonzo
Date: Tue Oct 5 22:26:01 2010
New Revision: 213463
URL: http://svn.freebsd.org/changeset/base/213463
Log:
- Add WITH_GPIO entry to src.conf(5) man page
Added:
head/tools/build/options/WITH_GPIO (contents, props changed)
T
Author: kientzle
Date: Wed Oct 6 04:30:40 2010
New Revision: 213469
URL: http://svn.freebsd.org/changeset/base/213469
Log:
Recognize both ! and ^ as markers for negated character classes.
Submitted by: Mykola Dzham
Modified:
head/usr.bin/tar/pathmatch.c
Modified: head/usr.bin/tar/pathm
Author: yongari
Date: Wed Oct 6 01:23:40 2010
New Revision: 213468
URL: http://svn.freebsd.org/changeset/base/213468
Log:
Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
===
On Wed Apr 28 10, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Apr 28 17:26:05 2010
> New Revision: 207330
> URL: http://svn.freebsd.org/changeset/base/207330
>
> Log:
> Remove dead code. Calculated greatest common divisor was not used at all.
> On top of that, LLVM+Clang mis-compiles this c
Author: yongari
Date: Tue Oct 5 23:24:58 2010
New Revision: 213465
URL: http://svn.freebsd.org/changeset/base/213465
Log:
Rearrange code a bit to correctly set PHY flags. This change make
it easy to add more newer ASICs.
Obtained from:OpenBSD
Modified:
head/sys/dev/bge/if_bge.
Author: yongari
Date: Tue Oct 5 23:03:48 2010
New Revision: 213464
URL: http://svn.freebsd.org/changeset/base/213464
Log:
Separate common flags into controller specific and PHY related
flags. There should be no functional changes. This change will make
it easy to add more quirk/flags in fut
Author: gonzo
Date: Tue Oct 5 22:26:01 2010
New Revision: 213463
URL: http://svn.freebsd.org/changeset/base/213463
Log:
- Add WITH_GPIO entry to src.conf(5) man page
Added:
head/tools/build/options/WITH_GPIO (contents, props changed)
Added: head/tools/build/options/WITH_GPIO
=
On 9/28/2010 12:28 AM, Niclas Zeising wrote:
This should probably be made conditional on MK_GPIO.
Done
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-un
On 6 October 2010 10:19, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Tue Oct 5 21:19:20 2010
> New Revision: 213462
> URL: http://svn.freebsd.org/changeset/base/213462
>
> Log:
> - Introduce WITH_GPIO knob and disable building gpioctl
> by default. Most systems do not need it.
>
If
Author: gonzo
Date: Tue Oct 5 21:19:20 2010
New Revision: 213462
URL: http://svn.freebsd.org/changeset/base/213462
Log:
- Introduce WITH_GPIO knob and disable building gpioctl
by default. Most systems do not need it.
Modified:
head/share/mk/bsd.own.mk
head/usr.sbin/Makefile
Modified
Author: thompsa
Date: Tue Oct 5 20:56:08 2010
New Revision: 213461
URL: http://svn.freebsd.org/changeset/base/213461
Log:
Use the printf-like capability from kproc_create().
Submitted by: Paul B Mahol
Modified:
head/sys/compat/ndis/subr_ntoskrnl.c
Modified: head/sys/compat/ndis/subr_nt
Author: brueffer
Date: Tue Oct 5 20:39:36 2010
New Revision: 213460
URL: http://svn.freebsd.org/changeset/base/213460
Log:
SEE ALSO should sorted by manpage section first.
Modified:
head/usr.bin/man/manpath.1
Modified: head/usr.bin/man/manpath.1
=
On Tuesday 05 October 2010 02:47 pm, Jung-uk Kim wrote:
> Author: jkim
> Date: Tue Oct 5 18:47:51 2010
> New Revision: 213459
> URL: http://svn.freebsd.org/changeset/base/213459
>
> Log:
> Revert the unrelated patch crept in the previous commit.
(Talking to myself staring at keyboard)
You shall
Author: jkim
Date: Tue Oct 5 18:47:51 2010
New Revision: 213459
URL: http://svn.freebsd.org/changeset/base/213459
Log:
Revert the unrelated patch crept in the previous commit.
Modified:
head/usr.sbin/pw/pw_user.c
Modified: head/usr.sbin/pw/pw_user.c
=
On Tuesday 05 October 2010 02:38 pm, Jung-uk Kim wrote:
> Author: jkim
> Date: Tue Oct 5 18:38:23 2010
> New Revision: 213458
> URL: http://svn.freebsd.org/changeset/base/213458
>
> Log:
> Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does
> not change after this because pmap_unmapbi
Author: jkim
Date: Tue Oct 5 18:38:23 2010
New Revision: 213458
URL: http://svn.freebsd.org/changeset/base/213458
Log:
Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change
after this because pmap_unmapbios() is a macro for pmap_unmapdev() on amd64.
Modified:
head/sys/c
Author: nwhitehorn
Date: Tue Oct 5 18:08:07 2010
New Revision: 213456
URL: http://svn.freebsd.org/changeset/base/213456
Log:
Handle vector assist traps without a kernel panic, by setting denormalized
values to zero. A correct solution would involve emulating vector
operations on denormalize
Author: alc
Date: Tue Oct 5 17:06:51 2010
New Revision: 213455
URL: http://svn.freebsd.org/changeset/base/213455
Log:
Initialize KPTmap in locore so that vm86.c can call vtophys() (or really
pmap_kextract()) before pmap_bootstrap() is called.
Document the set of pmap functions that may b
Author: gordon
Date: Tue Oct 5 16:14:08 2010
New Revision: 213454
URL: http://svn.freebsd.org/changeset/base/213454
Log:
Add reference to intro(1) in SEE ALSO section.
PR: docs/151216
Approved by: wes (mentor, implicit)
Modified:
head/usr.bin/man/man.1
Modified: head/usr.b
On Wed, Oct 06, 2010 at 12:44:28AM +0900, Hajimu UMEMOTO wrote:
> Hi,
>
> > On Mon, 4 Oct 2010 20:40:44 +0300
> > Kostik Belousov said:
>
> kostikbel> Yes, I saw that commit. And there is a software in wild that does
> expect
> kostikbel> return value 0 and NULL returned pointer when pr
thanks a lot. :)
--
a13x
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Hi,
> On Mon, 4 Oct 2010 20:40:44 +0300
> Kostik Belousov said:
kostikbel> Yes, I saw that commit. And there is a software in wild that does
expect
kostikbel> return value 0 and NULL returned pointer when protocol was not found,
kostikbel> as opposed to some processing error. The interp
Author: ume
Date: Tue Oct 5 15:40:59 2010
New Revision: 213453
URL: http://svn.freebsd.org/changeset/base/213453
Log:
When no protocol entry is found, getproto*_r(3) should
return zero.
Spotted by: Kostik Belousov
MFC after:2 weeks
Modified:
head/lib/libc/net/getproto.c
hea
Author: kib
Date: Tue Oct 5 15:31:56 2010
New Revision: 213452
URL: http://svn.freebsd.org/changeset/base/213452
Log:
Display PCID capability of CPU and add CPUID define for it.
MFC after:1 week
Modified:
head/sys/amd64/amd64/identcpu.c
head/sys/amd64/include/specialreg.h
head/s
Author: emaste
Date: Tue Oct 5 15:27:44 2010
New Revision: 213451
URL: http://svn.freebsd.org/changeset/base/213451
Log:
Handle null return from XML_ParserCreate and fix a few memory leaks on
error conditions.
Submitted by: Mark Johnston
MFC after:2 weeks
Modified:
head/lib/lib
Author: jchandra
Date: Tue Oct 5 07:41:59 2010
New Revision: 213448
URL: http://svn.freebsd.org/changeset/base/213448
Log:
Network driver support for more XLR/XLS chip versions.
Obtained from:Sriram Gorti (srgorti at netlogicmicro dot com)
Modified:
head/sys/mips/rmi/board.c
Mo
On 2010-10-05 09:14, Hans Petter Selasky wrote:
On Tuesday 05 October 2010 09:10:56 Niclas Zeising wrote:
On 2010-10-05 01:22, Hans Petter Selasky wrote:
Author: hselasky
Date: Mon Oct 4 23:22:03 2010
New Revision: 213437
URL: http://svn.freebsd.org/changeset/base/213437
Log:
Link the XHC
On Tuesday 05 October 2010 09:10:56 Niclas Zeising wrote:
> On 2010-10-05 01:22, Hans Petter Selasky wrote:
> > Author: hselasky
> > Date: Mon Oct 4 23:22:03 2010
> > New Revision: 213437
> > URL: http://svn.freebsd.org/changeset/base/213437
> >
> > Log:
> >Link the XHCI (USB 3.0 hardware dri
On 2010-10-05 01:22, Hans Petter Selasky wrote:
Author: hselasky
Date: Mon Oct 4 23:22:03 2010
New Revision: 213437
URL: http://svn.freebsd.org/changeset/base/213437
Log:
Link the XHCI (USB 3.0 hardware driver) into the default kernel build.
Approved by:thompsa (mentor)
Added:
he
29 matches
Mail list logo