Author: jchandra
Date: Fri May 21 05:34:19 2010
New Revision: 208369
URL: http://svn.freebsd.org/changeset/base/208369
Log:
Changes to boot on a subset of threads on an XLR/XLS core.
- Adds re-partitioning TLB per core for enabled threads.
- Adds hardware thread id to cpuid mapping
- updat
Author: ken
Date: Fri May 21 04:48:40 2010
New Revision: 208368
URL: http://svn.freebsd.org/changeset/base/208368
Log:
MFC r206844:
Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was
causing TSO to break for the Xen netfront driver.
Reviewed by: gibbs, rwatson
Author: ken
Date: Fri May 21 04:47:22 2010
New Revision: 208367
URL: http://svn.freebsd.org/changeset/base/208367
Log:
MFC r206844:
Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was
causing TSO to break for the Xen netfront driver.
Reviewed by: gibbs, rwatson
Author: gordon
Date: Thu May 20 23:06:53 2010
New Revision: 208366
URL: http://svn.freebsd.org/changeset/base/208366
Log:
MFC r207981:
Fix a bug due to a type conversion from 64 to 32 bits. The side effect of
this type conversion is the high bits which were used to indicate if a
special
Author: nork
Date: Thu May 20 22:12:36 2010
New Revision: 208365
URL: http://svn.freebsd.org/changeset/base/208365
Log:
MFC r207612:
Add support run services_mkdb(8).
Approved by: dougb, imp (mentor)
Reviewed by: ume
Modified:
stable/8/usr.sbin/mergemaster/mergemaster.sh
Director
On 05/20/10 16:07, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu May 20 21:07:58 2010
New Revision: 208364
URL: http://svn.freebsd.org/changeset/base/208364
Log:
Fix a long-standing bug in the PowerPC OFW call function on SMP machines
where running ofwdump could cause hangs by forci
Author: nwhitehorn
Date: Thu May 20 21:07:58 2010
New Revision: 208364
URL: http://svn.freebsd.org/changeset/base/208364
Log:
Fix a long-standing bug in the PowerPC OFW call function on SMP machines
where running ofwdump could cause hangs by forcing all secondary CPUs
into a busy wait with i
Author: jkim
Date: Thu May 20 20:15:56 2010
New Revision: 208363
URL: http://svn.freebsd.org/changeset/base/208363
Log:
Revert r208353. It did not work as I expected because WITHOUT_MAN is set
for bootstrap-tools target and WITHOUT_MAN_UTILS was implied by default.
Pointy hat: jkim
Mo
Author: jhb
Date: Thu May 20 20:01:54 2010
New Revision: 208362
URL: http://svn.freebsd.org/changeset/base/208362
Log:
Restore part of 200671 which was lost in previous driver changes:
- Add interrupt descriptions when using mulitple MSI-X interrupts.
Modified:
head/sys/dev/e1000/if_igb.c
Author: trasz
Date: Thu May 20 18:47:34 2010
New Revision: 208360
URL: http://svn.freebsd.org/changeset/base/208360
Log:
MFC r208035:
Update authors and history.
Modified:
stable/8/bin/setfacl/setfacl.1
Directory Properties:
stable/8/bin/setfacl/ (props changed)
Modified: stable/8/b
Author: trasz
Date: Thu May 20 18:46:11 2010
New Revision: 208359
URL: http://svn.freebsd.org/changeset/base/208359
Log:
MFC r208034:
Make branding less intrusive - in acl_set(3), in case ACL brand
is ACL_BRAND_UNKNOWN, do what the programmer says instead of failing.
Modified:
stable/8
Author: trasz
Date: Thu May 20 18:45:07 2010
New Revision: 208358
URL: http://svn.freebsd.org/changeset/base/208358
Log:
MFC r208033:
Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)
and acl_delete_perm(3). It went undetected, because neither setfacl(1)
nor S
Author: wxs (ports committer)
Date: Thu May 20 18:39:33 2010
New Revision: 208357
URL: http://svn.freebsd.org/changeset/base/208357
Log:
Document NANO_ARCH which is no longer hard coded as of r205980.
Approved by: imp@
Modified:
head/share/man/man8/nanobsd.8
Modified: head/share/man/ma
Author: np
Date: Thu May 20 18:22:45 2010
New Revision: 208356
URL: http://svn.freebsd.org/changeset/base/208356
Log:
Remove invalid assertion.
Holding the adapter lock while changing the LRO settings is sufficient.
PR: kern/146759
MFC after:3 days
Modified:
head/sys
Author: jchandra
Date: Thu May 20 17:30:55 2010
New Revision: 208355
URL: http://svn.freebsd.org/changeset/base/208355
Log:
Add jchandra, with rrs as mentor
Approved by: rrs (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
=
Author: rrs
Date: Thu May 20 16:55:32 2010
New Revision: 208354
URL: http://svn.freebsd.org/changeset/base/208354
Log:
Missed this somehow when I committed the mentor
file :-(
- JC (C. Jaychandran)
- Will be working on mips (RMI/netlogic)
Approved by: core
Modified:
svnadmin/conf/
Author: jkim
Date: Thu May 20 16:24:12 2010
New Revision: 208353
URL: http://svn.freebsd.org/changeset/base/208353
Log:
We do not have to build makewhatis as a bootstrap tool when it is disabled
by WITHOUT_MAN_UTILS.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: alc
Date: Thu May 20 16:21:19 2010
New Revision: 208352
URL: http://svn.freebsd.org/changeset/base/208352
Log:
MFC r207306
Change vm_object_madvise() so that it checks whether the page is invalid
or unmanaged before acquiring the page queues lock. Neither of these
tests requ
Author: jhb
Date: Thu May 20 13:16:42 2010
New Revision: 208350
URL: http://svn.freebsd.org/changeset/base/208350
Log:
Add support for the Perle Speed4 LE.
Submitted by: Douglas K. Rand rand of meridian-enviro com
MFC after:3 days
Modified:
head/sys/dev/puc/pucdata.c
Modified: he
Author: marius
Date: Thu May 20 12:46:19 2010
New Revision: 208349
URL: http://svn.freebsd.org/changeset/base/208349
Log:
Change ad_firmware_geom_adjust() to operate on a struct disk * only and
hook it up to ada(4) also. While at it, rename *ad_firmware_geom_adjust()
to *ata_disk_firmware_ge
Author: marius
Date: Thu May 20 12:44:06 2010
New Revision: 208348
URL: http://svn.freebsd.org/changeset/base/208348
Log:
Remove unnecessary headers which were inherited from cam_xpt.c without
reason.
Reviewed by: mav
MFC after:3 days
Modified:
head/sys/cam/ata/ata_xpt.c
head/
Author: osa (ports committer)
Date: Thu May 20 10:51:22 2010
New Revision: 208347
URL: http://svn.freebsd.org/changeset/base/208347
Log:
Add new memory days for Russian Federation.
Fix date and description.
Obtained from:http://pda.lenta.ru/news/2010/05/19/baptism/
Author: kib
Date: Thu May 20 09:41:13 2010
New Revision: 208346
URL: http://svn.freebsd.org/changeset/base/208346
Log:
MFC r207730:
Document MAKEDEV_NOWAIT flag for make_dev_credf(9).
Modified:
stable/8/share/man/man9/make_dev.9
Directory Properties:
stable/8/share/man/man9/ (props cha
Author: mm
Date: Thu May 20 09:39:01 2010
New Revision: 208345
URL: http://svn.freebsd.org/changeset/base/208345
Log:
Add xz to rescue.
Approved by: delphij (mentor)
Modified:
stable/8/Makefile.inc1
stable/8/rescue/rescue/Makefile
Modified: stable/8/Makefile.inc1
Author: kib
Date: Thu May 20 09:38:15 2010
New Revision: 208344
URL: http://svn.freebsd.org/changeset/base/208344
Log:
MFC r207729:
Add MAKEDEV_NOWAIT flag for make_dev_credf(9).
Modified:
stable/8/sys/fs/devfs/devfs_devs.c
stable/8/sys/fs/devfs/devfs_int.h
stable/8/sys/kern/kern_conf.c
Author: mm
Date: Thu May 20 09:35:31 2010
New Revision: 208343
URL: http://svn.freebsd.org/changeset/base/208343
Log:
MFC r208050:
Fix ZIL-related panic on zfs rollback.
OpenSolaris onnv-revision: 8746:e1d96ca6808c
Approved by: pjd, delphij (mentor)
Obtained from:OpenSo
Author: marius
Date: Thu May 20 09:00:11 2010
New Revision: 208342
URL: http://svn.freebsd.org/changeset/base/208342
Log:
With r208341 in place WARNS can be increased.
Modified:
head/lib/libmagic/Makefile
Modified: head/lib/libmagic/Makefile
==
Author: marius
Date: Thu May 20 08:56:50 2010
New Revision: 208341
URL: http://svn.freebsd.org/changeset/base/208341
Log:
Update to a config.h created by a file 5.03 configure script. This causes
file.1 to contain the correct version number and SIZEOF_LONG_LONG to be
defined as appropriate,
Author: kib
Date: Thu May 20 08:51:01 2010
New Revision: 208340
URL: http://svn.freebsd.org/changeset/base/208340
Log:
When waiting for the busy page, do not unlock the object unless unlock
cannot be avoided.
Reviewed by: alc
MFC after:1 week
Modified:
head/sys/vm/vm_fault.c
Mo
Author: marius
Date: Thu May 20 08:43:29 2010
New Revision: 208338
URL: http://svn.freebsd.org/changeset/base/208338
Log:
MFC: r208143
Add the ofw_bus_if.h dependency introduced with r207585 (MFC'ed to
stable/8 in r208086).
Modified:
stable/8/sys/modules/cas/Makefile
Directory Properti
Author: marius
Date: Thu May 20 08:43:31 2010
New Revision: 208339
URL: http://svn.freebsd.org/changeset/base/208339
Log:
MFC: r208143
Add the ofw_bus_if.h dependency introduced with r207585 (MFC'ed to
stable/7 in r208087).
Modified:
stable/7/sys/modules/cas/Makefile
Directory Properti
Author: dougb
Date: Thu May 20 08:15:06 2010
New Revision: 208337
URL: http://svn.freebsd.org/changeset/base/208337
Log:
Upgrade to 9.6.2-P2, which addresses the following;
Named could return SERVFAIL for negative responses
from unsigned zones.
Modified:
head/contrib/bind9/CHANGE
On Thu, 20 May 2010, 09:53+0400, pluknet wrote:
> On 20 May 2010 09:03, Maxim Konovalov wrote:
> > Author: maxim
> > Date: Thu May 20 05:03:02 2010
> > New Revision: 208327
> > URL: http://svn.freebsd.org/changeset/base/208327
> >
> > Log:
> > o OpenBSD 4.7 added.
> >
> > Modified:
> > head/sha
Author: maxim
Date: Thu May 20 08:07:25 2010
New Revision: 208336
URL: http://svn.freebsd.org/changeset/base/208336
Log:
o DragonFly 2.6.0 added.
Submitted by: pluknet
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
Author: maxim
Date: Thu May 20 08:03:08 2010
New Revision: 208335
URL: http://svn.freebsd.org/changeset/base/208335
Log:
MFC r206889: add do-not-fragment option support to ping6(8).
Modified:
stable/8/sbin/ping6/ping6.8
stable/8/sbin/ping6/ping6.c
Directory Properties:
stable/8/sbin/ping6
35 matches
Mail list logo