Author: dougb
Date: Sun Oct 31 04:45:53 2010
New Revision: 214586
URL: http://svn.freebsd.org/changeset/base/214586
Log:
Update to 9.6-ESV-R2, the latest from ISC.
This version contains bug fixes that are relevant to any
caching/resolving name server; as well as DNSSEC-related
fixes.
M
Author: dougb
Date: Sun Oct 31 04:45:25 2010
New Revision: 214585
URL: http://svn.freebsd.org/changeset/base/214585
Log:
Prep for the 9.6-ESV-R2 update
Modified:
head/lib/bind/config.h
head/lib/bind/isc/isc/platform.h
Modified: head/lib/bind/config.h
===
Author: nyan
Date: Sun Oct 31 03:03:20 2010
New Revision: 214584
URL: http://svn.freebsd.org/changeset/base/214584
Log:
Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO and
BUS_SPACE_TAG_MEM respectively to avoid conflict with nexus.c.
Modified:
head/sys/pc98/include/bus.h
Author: wollman
Date: Sun Oct 31 02:36:05 2010
New Revision: 214583
URL: http://svn.freebsd.org/changeset/base/214583
Log:
Make it possible to exclude directories by name no matter where they
are in the filesystem from the locate database. By default, exclude
".zfs" directories, as users wh
At 10:06 AM 10/29/2010, Bjoern A. Zeeb wrote:
Yes what you have down there looks *sigh* hopefully like a different
issue thought it mbuf fiddling again but way further up the stack.
Could you please concentrate on only reproducing the
if: discard frame w/o packet header
issue rather tha
Author: alc
Date: Sat Oct 30 23:49:37 2010
New Revision: 214576
URL: http://svn.freebsd.org/changeset/base/214576
Log:
Add another safety belt to pmap_demote_DMAP().
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
==
Author: nwhitehorn
Date: Sat Oct 30 23:09:56 2010
New Revision: 214575
URL: http://svn.freebsd.org/changeset/base/214575
Log:
Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips.
MFC after:2 weeks
Modified:
head/sys/powerpc/powermac/cpcht.c
Modified: head/sys/p
Author: nwhitehorn
Date: Sat Oct 30 23:07:30 2010
New Revision: 214574
URL: http://svn.freebsd.org/changeset/base/214574
Log:
Restructure the way the copyin/copyout segment is stored to prevent a
concurrency bug. Since all SLB/SR entries were invalidated during an
exception, a decrementer ex
Author: marius
Date: Sat Oct 30 20:51:25 2010
New Revision: 214566
URL: http://svn.freebsd.org/changeset/base/214566
Log:
Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be used
instead of MIIF_MACPRIVn. This didn't make a functional difference though.
Modified:
head/sys/
Author: bz
Date: Sat Oct 30 18:52:44 2010
New Revision: 214565
URL: http://svn.freebsd.org/changeset/base/214565
Log:
Announce both IPsec and UDP Encap (NAT-T) if available for
feature_present(3) checks.
This will help to run-time detect and conditionally handle specific
optionas of eit
Author: alc
Date: Sat Oct 30 18:00:53 2010
New Revision: 214564
URL: http://svn.freebsd.org/changeset/base/214564
Log:
Correct some format strings used by sysctls.
MFC after:1 week
Modified:
head/sys/vm/vm_phys.c
head/sys/vm/vm_reserv.c
Modified: head/sys/vm/vm_phys.c
Author: alc
Date: Sat Oct 30 17:21:32 2010
New Revision: 214563
URL: http://svn.freebsd.org/changeset/base/214563
Log:
Don't demote in pmap_demote_DMAP() if the specified length is zero.
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
=
Author: rpaulo
Date: Sat Oct 30 16:53:42 2010
New Revision: 214562
URL: http://svn.freebsd.org/changeset/base/214562
Log:
When the make target is 'install', don't descend into the clang
libraries subdirectories since there's nothing to do there. This saves
us quite a few seconds off installw
Author: dim
Date: Sat Oct 30 16:30:50 2010
New Revision: 214560
URL: http://svn.freebsd.org/changeset/base/214560
Log:
Actually remove the HAVE_CAST_H define this time.
Modified:
head/usr.sbin/tcpdump/tcpdump/Makefile
Modified: head/usr.sbin/tcpdump/tcpdump/Makefile
=
Author: dim
Date: Sat Oct 30 16:25:08 2010
New Revision: 214559
URL: http://svn.freebsd.org/changeset/base/214559
Log:
Regenerate our usr.sbin/tcpdump/tcpdump/config.h for tcpdump 4.1.1, and
remove unused HAVE_RC5_H and HAVE_CAST_H defines from CFLAGS.
Modified:
head/usr.sbin/tcpdump/tcpdum
Author: kib
Date: Sat Oct 30 14:08:26 2010
New Revision: 214556
URL: http://svn.freebsd.org/changeset/base/214556
Log:
Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor.
MFC: do not
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
On Sat, Oct 30, 2010 at 3:08 AM, Bruce Evans wrote:
> On Sat, 30 Oct 2010, Pawel Jakub Dawidek wrote:
>
>> On Fri, Oct 29, 2010 at 01:31:10PM +, David Xu wrote:
>>>
>>> Log:
>>> Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,
>>> also add sysconf() key _SC_CPUSET_SIZE t
On Sat, 30 Oct 2010, Pawel Jakub Dawidek wrote:
On Fri, Oct 29, 2010 at 01:31:10PM +, David Xu wrote:
Log:
Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,
also add sysconf() key _SC_CPUSET_SIZE to get sysctl value.
Submitted by: gcooper
[...]
+#ifdef _SC_CPUSE
on 29/10/2010 12:35 David Xu said the following:
> Author: davidxu
> Date: Fri Oct 29 09:35:36 2010
> New Revision: 214506
> URL: http://svn.freebsd.org/changeset/base/214506
>
> Log:
> Return previous sigaction correctly.
>
> Submitted by: avg
Thanks!
> Modified:
> head/lib/libth
19 matches
Mail list logo