Author: davidxu
Date: Mon Feb 8 07:31:05 2010
New Revision: 203657
URL: http://svn.freebsd.org/changeset/base/203657
Log:
Set waiters flag before checking semaphore's counter,
otherwise we might lose a wakeup. Tested on postgresql database server.
Modified:
head/sys/kern/kern_umtx.c
Modif
Author: davidxu
Date: Mon Feb 8 03:11:55 2010
New Revision: 203645
URL: http://svn.freebsd.org/changeset/base/203645
Log:
MFC r203414:
After busied the lock, re-read state word before checking waiters flag,
otherwise, the waiters bit may not be set and a wakeup is lost.
Modified:
stable/
Author: dougb
Date: Sun Feb 7 22:14:10 2010
New Revision: 203639
URL: http://svn.freebsd.org/changeset/base/203639
Log:
Vendor import of BIND 9.4-ESV
Added:
vendor/bind9/dist-9.4/doc/draft/draft-ietf-6man-text-addr-representation-01.txt
(contents, props changed)
vendor/bind9/dist-9.4/d
Author: gavin
Date: Sun Feb 7 21:04:26 2010
New Revision: 203638
URL: http://svn.freebsd.org/changeset/base/203638
Log:
Merge r202115 from head:
Our standard "xterm" termcap entry supports colour, so this tip is
redundant.
As it happens, "xterm-color" has just been an alias for "xte
Author: raj
Date: Sun Feb 7 20:48:57 2010
New Revision: 203637
URL: http://svn.freebsd.org/changeset/base/203637
Log:
Improve checking whether an ARM VA has a valid mapping before performing cache
sync.
VIPT/PIPT caches need valid VA-PA mapping in PTE for a cache operation to
succeed (
Author: gavin
Date: Sun Feb 7 20:36:23 2010
New Revision: 203636
URL: http://svn.freebsd.org/changeset/base/203636
Log:
Correct arguments to free_unr(), "item" was missing.
MFC after:1 week
Modified:
head/share/man/man9/alloc_unr.9
Modified: head/share/man/man9/alloc_unr.9
Author: dougb
Date: Sun Feb 7 20:28:24 2010
New Revision: 203635
URL: http://svn.freebsd.org/changeset/base/203635
Log:
MFC 202961:
Upgrade to BIND 9.6.1-P3.
This version address the following vulnerabilities:
BIND 9 Cache Update from Additional Section
https://www.isc.org/advi
Author: dougb
Date: Sun Feb 7 20:26:45 2010
New Revision: 203634
URL: http://svn.freebsd.org/changeset/base/203634
Log:
MFC 202960:
Copyright-only changes to generated files as part of the 9.6.1-P3 update
Modified:
stable/8/lib/bind/dns/code.h
stable/8/lib/bind/dns/dns/enumclass.h
s
Author: imp
Date: Sun Feb 7 19:49:01 2010
New Revision: 203629
URL: http://svn.freebsd.org/changeset/base/203629
Log:
merge from my tbemd branch: cmpdi2 and ucmpdi2 are genereated when the
inline limit is pushed to a very low level. Include them here until
we can find a better way to optio
On 02/06/10 20:55, Bruce Simpson wrote:
On 07/02/2010 04:38, Doug Barton wrote:
Are all the port numbers that have been added recently things that
have been requested by users? IIUC there is a cost "albeit small" for
parsing the /etc/services file each time it's read, so traditionally
we've tri
Author: gavin
Date: Sun Feb 7 18:36:30 2010
New Revision: 203622
URL: http://svn.freebsd.org/changeset/base/203622
Log:
Add support for a few more Sony-specific ACPI features (default display
brightness, wired LAN power and bass gain), and update the description of
one previously unknown fe
Author: gavin
Date: Sun Feb 7 18:06:55 2010
New Revision: 203621
URL: http://svn.freebsd.org/changeset/base/203621
Log:
Bump .Dd for r203620
MFC after:1 week
Modified:
head/share/man/man4/vr.4
Modified: head/share/man/man4/vr.4
==
Author: gavin
Date: Sun Feb 7 18:05:12 2010
New Revision: 203620
URL: http://svn.freebsd.org/changeset/base/203620
Log:
Document support for the D-Link DFE520-TX card (supported with the vr(4)
driver)
PR: kern/135989
Submitted by: "Rashid N. Achilov" citycat4 ngs.ru
Modifie
Author: gavin
Date: Sun Feb 7 18:00:13 2010
New Revision: 203618
URL: http://svn.freebsd.org/changeset/base/203618
Log:
Spelling nit
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
==
--- head/
Author: imp
Date: Sun Feb 7 17:05:22 2010
New Revision: 203613
URL: http://svn.freebsd.org/changeset/base/203613
Log:
Tell the compiler these structures are aligned to a byte boundary.
All the elements of these structs are char anyway, so it won't hurt
performance.
Bump warns back up t
Author: ru
Date: Sun Feb 7 16:55:45 2010
New Revision: 203612
URL: http://svn.freebsd.org/changeset/base/203612
Log:
MFC: r203486: Shortening a passphrase caused wrong authentication key
to be used.
Approved by: re (kib)
Modified:
stable/7/sbin/ifconfig/ifcarp.c
Directory Properties:
Author: ed
Date: Sun Feb 7 15:42:15 2010
New Revision: 203611
URL: http://svn.freebsd.org/changeset/base/203611
Log:
Remove statistics from the TTY queues.
I added counters to see how often fast copying to userspace was actually
performed, which was only useful during development. Remove
Author: brueffer
Date: Sun Feb 7 13:59:03 2010
New Revision: 203610
URL: http://svn.freebsd.org/changeset/base/203610
Log:
Fix whitespace in pho's entry, results in nicer output files.
PR: 143613
Submitted by: pluknet
Committed from: Debian/kFreeBSD talk at FOSDEM
Mod
Author: marius
Date: Sun Feb 7 11:59:55 2010
New Revision: 203609
URL: http://svn.freebsd.org/changeset/base/203609
Log:
MFC: r202900
Merge r203608 from amd64/i386:
In syscall(), reread syscall number and arguments after ptracestop(),
if debugger modified anything in the process env
Author: kib
Date: Sun Feb 7 11:37:38 2010
New Revision: 203608
URL: http://svn.freebsd.org/changeset/base/203608
Log:
MFC r202882:
For i386, amd64 and ia32 on amd64 MD syscall(), reread syscall number
and arguments after ptracestop(), if debugger modified anything in the
process environme
Author: kib
Date: Sun Feb 7 10:51:17 2010
New Revision: 203607
URL: http://svn.freebsd.org/changeset/base/203607
Log:
MFC r202529:
vunref() the vnode in vm object deallocation code for OBJT_VNODE
appropriate number of times to prevent possible vnode reference leak.
Modified:
stable/8/sys
Author: kib
Date: Sun Feb 7 10:44:44 2010
New Revision: 203606
URL: http://svn.freebsd.org/changeset/base/203606
Log:
MFC r202528:
Add vunref(9).
Modified:
stable/8/sys/kern/vfs_subr.c
stable/8/sys/sys/vnode.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/i
Author: julian
Date: Sun Feb 7 09:00:22 2010
New Revision: 203605
URL: http://svn.freebsd.org/changeset/base/203605
Log:
MFC of 197952 and 198075
Virtualize the pfil hooks so that different jails may chose different
packet filters. ALso allows ipfw to be enabled on on ejail and d
23 matches
Mail list logo