Author: kib
Date: Thu Mar 28 06:39:27 2013
New Revision: 248815
URL: http://svnweb.freebsd.org/changeset/base/248815
Log:
Release the v_writecount reference on the vnode in case of error,
before the vnode is vput() in vm_mmap_vnode(). Error return means
that there is no use reference on the
Author: adrian
Date: Thu Mar 28 05:43:03 2013
New Revision: 248809
URL: http://svnweb.freebsd.org/changeset/base/248809
Log:
Fix the AR933x platform device start/stop code.
This was ported from the AR724x code and I think that also doesn't
quite work. I'll investigate that soon.
Wit
Author: markj
Date: Thu Mar 28 04:13:52 2013
New Revision: 248806
URL: http://svnweb.freebsd.org/changeset/base/248806
Log:
Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are always
deleted by a "make clean" when DEBUG_FLAGS is set.
Reported by: gleb
Approved by: emaste
Author: imp
Date: Thu Mar 28 02:44:15 2013
New Revision: 248805
URL: http://svnweb.freebsd.org/changeset/base/248805
Log:
Update wiht the times.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
==
--- head/MAINT
Author: jimharris
Date: Wed Mar 27 23:07:43 2013
New Revision: 248804
URL: http://svnweb.freebsd.org/changeset/base/248804
Log:
deferal -> deferral
Modified:
head/sys/kern/subr_bus_dma.c
Modified: head/sys/kern/subr_bus_dma.c
==
Author: jilles
Date: Wed Mar 27 21:31:40 2013
New Revision: 248803
URL: http://svnweb.freebsd.org/changeset/base/248803
Log:
btowc(3), isblank(3): Correct prototypes for _l variants.
MFC after:1 week
Modified:
head/lib/libc/locale/btowc.3
head/lib/libc/locale/isblank.3
Modified: h
Author: dim
Date: Wed Mar 27 19:21:36 2013
New Revision: 248802
URL: http://svnweb.freebsd.org/changeset/base/248802
Log:
Similar to r239870 and r239872, teach the other binutils tools about the
DW_FORM_flag_present dwarf attribute, so they do not print errors or
warnings on files that conta
Author: mav
Date: Wed Mar 27 18:55:01 2013
New Revision: 248800
URL: http://svnweb.freebsd.org/changeset/base/248800
Log:
On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb().
Before this change they were just leaked. Fortunately USB sticks now use
only one CCB, and so
Author: jkim
Date: Wed Mar 27 18:06:28 2013
New Revision: 248799
URL: http://svnweb.freebsd.org/changeset/base/248799
Log:
Limit the amount of video memory we map for the driver to the maximum value.
This basically restores the spirit of r203535, which was partially reverted
in r205557, whil
Author: rene (doc,ports committer)
Date: Wed Mar 27 15:10:40 2013
New Revision: 248798
URL: http://svnweb.freebsd.org/changeset/base/248798
Log:
Properly spell "Class Based Queueing"
PR: www/177412
Submitted by: Oliver Loch
Approved by: cognet
Modified:
head/tools/tools/t
Author: rene (doc,ports committer)
Date: Wed Mar 27 15:03:18 2013
New Revision: 248797
URL: http://svnweb.freebsd.org/changeset/base/248797
Log:
Fix a typo, 'xdev-build' should be spelled with a 'd' at the end.
Approved by: cognet
Modified:
head/Makefile.inc1
Modified: head/Makefile.in
Author: kib
Date: Wed Mar 27 11:47:52 2013
New Revision: 248794
URL: http://svnweb.freebsd.org/changeset/base/248794
Log:
Fix a race with the vnode reclamation in the aio_qphysio(). Obtain
the thread reference on the vp->v_rdev and use the returned struct
cdev *dev instead of using vp->v_rd
Author: kib
Date: Wed Mar 27 11:34:27 2013
New Revision: 248792
URL: http://svnweb.freebsd.org/changeset/base/248792
Log:
Add dev_strategy_csw() function, which is similar to dev_strategy()
but assumes that a thread reference was already obtained on the passed
device. Use the function from
Author: kib
Date: Wed Mar 27 10:56:15 2013
New Revision: 248790
URL: http://svnweb.freebsd.org/changeset/base/248790
Log:
On i386, double the default size of the bio transient map. With the
maxbcache size fixed, the auto-tuned transient map is too small for
real-world load on i386.
Tes
Author: kib
Date: Wed Mar 27 10:52:18 2013
New Revision: 248789
URL: http://svnweb.freebsd.org/changeset/base/248789
Log:
Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximal
buffer map size, auto-tuned on the 4GB machine. Having the maxbcache
bigger than the buffer map causes
Author: erwin
Date: Wed Mar 27 10:11:43 2013
New Revision: 248788
URL: http://svnweb.freebsd.org/changeset/base/248788
Log:
Update to 9.8.4-P2
Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
Author: mav
Date: Wed Mar 27 07:30:08 2013
New Revision: 248786
URL: http://svnweb.freebsd.org/changeset/base/248786
Log:
Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1,
which requires OVREF to be set to get proper playback volume, but which has
all zeroes in HDA
Author: bryanv
Date: Wed Mar 27 07:11:29 2013
New Revision: 248783
URL: http://svnweb.freebsd.org/changeset/base/248783
Log:
Add missing space
MFC after:3 days
Modified:
head/lib/libpmc/pmc.sandybridgexeon.3
Modified: head/lib/libpmc/pmc.sandybridgexeon.3
===
18 matches
Mail list logo