Author: marius
Date: Thu Dec 17 07:36:40 2009
New Revision: 200625
URL: http://svn.freebsd.org/changeset/base/200625
Log:
MFC: r195376
Cleanup ALIGNED_POINTER:
o add to platforms where it was missing (arm, i386, powerpc, sparc64, sun4v)
o define as "1" on amd64 and i386 where there is n
Author: edwin
Date: Thu Dec 17 07:18:06 2009
New Revision: 200624
URL: http://svn.freebsd.org/changeset/base/200624
Log:
Add Australian, New Zealand and Ukraian calendars to the "all" target".
MFC after:1 week
Modified:
head/usr.bin/calendar/calendars/calendar.all
Modified: head/usr
Author: jamie
Date: Thu Dec 17 05:06:56 2009
New Revision: 200623
URL: http://svn.freebsd.org/changeset/base/200623
Log:
Add a null pointer check so "name" can be used as a key parameter in
jailparam_get.
PR: bin/141692
Submitted by: delphij
MFC after:3 days
Modified:
Author: marcel
Date: Thu Dec 17 02:06:07 2009
New Revision: 200622
URL: http://svn.freebsd.org/changeset/base/200622
Log:
MFC rev 200498:
Work-around a race condition on ia64 while unlocking a contested lock.
Modified:
stable/8/lib/libthr/thread/thr_umtx.c
Directory Properties:
stable/8/l
Author: mjacob
Date: Thu Dec 17 00:22:56 2009
New Revision: 200621
URL: http://svn.freebsd.org/changeset/base/200621
Log:
Fix argument order in a call to mtx_init.
MFC after:1 week
Modified:
head/sys/kern/uipc_syscalls.c
Modified: head/sys/kern/uipc_syscalls.c
==
Author: mjacob
Date: Thu Dec 17 00:21:12 2009
New Revision: 200620
URL: http://svn.freebsd.org/changeset/base/200620
Log:
Fix argument order in a call to mtx_init.
MFC after:1 week
Modified:
head/sys/dev/ips/ips_pci.c
Modified: head/sys/dev/ips/ips_pci.c
Author: imp
Date: Wed Dec 16 21:53:56 2009
New Revision: 200619
URL: http://svn.freebsd.org/changeset/base/200619
Log:
Revert 200606.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/sys/sysproto.h
Modified: head/sys/compat/freebsd32/freebsd32_proto.h
Author: ivoras
Date: Wed Dec 16 21:48:27 2009
New Revision: 200618
URL: http://svn.freebsd.org/changeset/base/200618
Log:
MFC r199764: Make ULE process usage (%CPU) accounting usable again
Approved by: gnn (mentor) (implicitly)
Modified:
stable/8/sys/kern/sched_ule.c
Directory Propertie
In message: <200912161541.53834@freebsd.org>
John Baldwin writes:
: On Wednesday 16 December 2009 12:17:40 pm Warner Losh wrote:
: > Author: imp
: > Date: Wed Dec 16 17:17:40 2009
: > New Revision: 200606
: > URL: http://svn.freebsd.org/changeset/base/200606
: >
: > Log:
: > Fix
On Wednesday 16 December 2009 12:17:40 pm Warner Losh wrote:
> Author: imp
> Date: Wed Dec 16 17:17:40 2009
> New Revision: 200606
> URL: http://svn.freebsd.org/changeset/base/200606
>
> Log:
> Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.
>
> Note: Not sure this is the right
Author: yongari
Date: Wed Dec 16 20:03:43 2009
New Revision: 200617
URL: http://svn.freebsd.org/changeset/base/200617
Log:
Add "Velocity" to probe message which will make it clearer which
ethernet controller was recognized. VIA consistently calls
"Velocity" family for gigabit ethernet contro
Author: yongari
Date: Wed Dec 16 19:49:23 2009
New Revision: 200616
URL: http://svn.freebsd.org/changeset/base/200616
Log:
Add new flag VGE_FLAG_SUSPENDED to mark suspended state and
remove suspended member in softc.
Modified:
head/sys/dev/vge/if_vge.c
head/sys/dev/vge/if_vgevar.h
Modifi
Author: yongari
Date: Wed Dec 16 19:41:40 2009
New Revision: 200615
URL: http://svn.freebsd.org/changeset/base/200615
Log:
Add hardware MAC statistics support. This statistics could be
extracted from dev.vge.%d.stats sysctl node.
Modified:
head/sys/dev/vge/if_vge.c
head/sys/dev/vge/if_vge
Author: julian
Date: Wed Dec 16 19:37:38 2009
New Revision: 200614
URL: http://svn.freebsd.org/changeset/base/200614
Log:
Make man page reflect the output columns
MFC after:1 week
Modified:
head/share/man/man9/LOCK_PROFILING.9
Modified: head/share/man/man9/LOCK_PROFILING.9
=
Author: yongari
Date: Wed Dec 16 19:32:44 2009
New Revision: 200613
URL: http://svn.freebsd.org/changeset/base/200613
Log:
Rewrite RX filter setup and simplify code.
Now promiscuous mode and multicast handling is performed in single
function, vge_rxfilter().
Modified:
head/sys/dev/vge/if_
Author: marius
Date: Wed Dec 16 18:39:32 2009
New Revision: 200611
URL: http://svn.freebsd.org/changeset/base/200611
Log:
MFC: r200459
Unbreak the ata_atapi() usage. Since r200171 (MFC'ed in r200432) the
mode setting functions get a ata_device type device passed instead of
a ata_channel
Author: luigi
Date: Wed Dec 16 18:03:35 2009
New Revision: 200610
URL: http://svn.freebsd.org/changeset/base/200610
Log:
remove a duplicate sysctl entry
Modified:
head/sys/netinet/ipfw/ip_fw_sockopt.c
Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c
===
Author: yongari
Date: Wed Dec 16 18:03:25 2009
New Revision: 200609
URL: http://svn.freebsd.org/changeset/base/200609
Log:
All vge(4) controllers support RX/TX checksum offloading for VLAN
tagged frames so add checksum offloading capabilities. Also add
missing VLAN hardware tagging control i
Author: mav
Date: Wed Dec 16 17:48:26 2009
New Revision: 200608
URL: http://svn.freebsd.org/changeset/base/200608
Log:
MFC r200607:
Large I/Os on Promise controllers reported to cause UDMA ICRC errors and
subsequent timeouts. Restore previous limit for now, at least until
I will have hardw
Author: mav
Date: Wed Dec 16 17:42:02 2009
New Revision: 200607
URL: http://svn.freebsd.org/changeset/base/200607
Log:
Large I/Os on Promise controllers reported to cause UDMA ICRC errors and
subsequent timeouts. Restore previous limit for now, at least until
I will have hardware to experime
Author: imp
Date: Wed Dec 16 17:17:40 2009
New Revision: 200606
URL: http://svn.freebsd.org/changeset/base/200606
Log:
Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.
Note: Not sure this is the right way to do compat, but it makes the
headers consistent with the implementatio
Author: jhb
Date: Wed Dec 16 16:24:32 2009
New Revision: 200605
URL: http://svn.freebsd.org/changeset/base/200605
Log:
Add entries to NOTES for the modular phy support so that these options are
documented.
PR: docs/141358
Submitted by: Bruce Cran
Modified:
head/sys/conf/NOT
Author: jh
Date: Wed Dec 16 14:34:48 2009
New Revision: 200604
URL: http://svn.freebsd.org/changeset/base/200604
Log:
- Prevent overflowing of the buffer length variable in getline() by
limiting its maximum value.
- Exit if reallocf(3) fails in getline(). Failure was silently
considere
Author: luigi
Date: Wed Dec 16 13:00:37 2009
New Revision: 200603
URL: http://svn.freebsd.org/changeset/base/200603
Log:
bring back a couple of #include that are supplied by nesting,
and explain why they are used.
Modified:
head/sys/netinet/ipfw/ip_fw_dynamic.c
head/sys/netinet/ipfw/ip_fw
Author: avg
Date: Wed Dec 16 12:25:27 2009
New Revision: 200602
URL: http://svn.freebsd.org/changeset/base/200602
Log:
ichsmb: add another pci id
This is SMBus controller found in Intel Platform Controller Hub (PCH),
which is a general name that refers to Intel 5 Series chipsets and
340
Author: luigi
Date: Wed Dec 16 10:48:40 2009
New Revision: 200601
URL: http://svn.freebsd.org/changeset/base/200601
Log:
Various cosmetic cleanup of the files:
- move global variables around to reduce the scope and make them
static if possible;
- add an ipfw_ prefix to all public functio
26 matches
Mail list logo