Author: kevlo
Date: Wed Jun 25 07:29:40 2014
New Revision: 267853
URL: http://svnweb.freebsd.org/changeset/base/267853
Log:
Add m_pulldown and m_unshare to MLINKS.
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
==
Author: kib
Date: Wed Jun 25 07:57:01 2014
New Revision: 267854
URL: http://svnweb.freebsd.org/changeset/base/267854
Log:
Add fpu_kern.9 man page to the install.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/m
Author: royger
Date: Wed Jun 25 09:51:08 2014
New Revision: 267858
URL: http://svnweb.freebsd.org/changeset/base/267858
Log:
xen/virtio: fix balloon drivers to not mark pages as WIRED
Prevent the Xen and VirtIO balloon drivers from marking pages as
wired. This prevents them from increasin
Author: bapt
Date: Wed Jun 25 10:01:02 2014
New Revision: 267859
URL: http://svnweb.freebsd.org/changeset/base/267859
Log:
Mark send-pr info page as an obsolete file
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote:
> Author: royger
> Date: Wed Jun 25 09:51:08 2014
> New Revision: 267858
> URL: http://svnweb.freebsd.org/changeset/base/267858
>
> Log:
> xen/virtio: fix balloon drivers to not mark pages as WIRED
>
> Prevent the Xen and VirtIO balloon
==
--- head/ObsoleteFiles.inc Wed Jun 25 10:27:17 2014(r267862)
+++ head/ObsoleteFiles.inc Wed Jun 25 12:06:45 2014(r267863)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140625: csup removal
+OLD_FILES+=usr/bin/csup
+OLD_FILES+=usr/bin/cpasswd
On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote:
A> > Log:
A> > xen/virtio: fix balloon drivers to not mark pages as WIRED
A> >
A> > Prevent the Xen and VirtIO balloon drivers from marking pages as
A> > wired. This prevents them from increasing the system wired page count,
A> >
Author: gavin
Date: Wed Jun 25 12:17:00 2014
New Revision: 267864
URL: http://svnweb.freebsd.org/changeset/base/267864
Log:
Remove an nunnecessary reference to csup.
Modified:
head/release/scripts/mm-mtree.sh
Modified: head/release/scripts/mm-mtree.sh
Author: gavin
Date: Wed Jun 25 12:23:16 2014
New Revision: 267865
URL: http://svnweb.freebsd.org/changeset/base/267865
Log:
Drop example variables for updating over csup. These have not functioned
since r251084.
MFC after:1 week
Modified:
head/share/examples/etc/make.conf
Modifie
Author: gavin
Date: Wed Jun 25 12:28:22 2014
New Revision: 267866
URL: http://svnweb.freebsd.org/changeset/base/267866
Log:
Drop references to updating over csup from build(7).
MFC after:1 week
Modified:
head/share/man/man7/build.7
Modified: head/share/man/man7/build.7
=
Author: gavin
Date: Wed Jun 25 12:32:41 2014
New Revision: 267867
URL: http://svnweb.freebsd.org/changeset/base/267867
Log:
Remove example cvsup config files.
MFC after:1 week
Deleted:
head/share/examples/cvsup/
Modified:
head/ObsoleteFiles.inc
head/etc/mtree/BSD.usr.dist
head/
On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff wrote:
> On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote:
> A> > Log:
> A> > xen/virtio: fix balloon drivers to not mark pages as WIRED
> A> >
> A> > Prevent the Xen and VirtIO balloon drivers from marking pages as
> A> > wired. This
On 25/06/14 13:58, Attilio Rao wrote:
> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote:
>> Author: royger
>> Date: Wed Jun 25 09:51:08 2014
>> New Revision: 267858
>> URL: http://svnweb.freebsd.org/changeset/base/267858
>>
>> Log:
>> xen/virtio: fix balloon drivers to not mark pages as
On Wed, Jun 25, 2014 at 3:29 PM, Roger Pau Monné wrote:
> On 25/06/14 13:58, Attilio Rao wrote:
>> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote:
>>> Author: royger
>>> Date: Wed Jun 25 09:51:08 2014
>>> New Revision: 267858
>>> URL: http://svnweb.freebsd.org/changeset/base/267858
>>>
>
On 25/06/2014 17:44, Attilio Rao wrote:
> Why? If VM needs more wired memory I assume that we can tune up the
> default value of max_wired?
>
> I think that however your case makes an interesting point: if we want
> to make unmanaged pages as inherently wired, we likely need a little
> bit higher
On 25/06/14 15:44, Attilio Rao wrote:
> On Wed, Jun 25, 2014 at 3:29 PM, Roger Pau Monné wrote:
>> On 25/06/14 13:58, Attilio Rao wrote:
>>> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné
>>> wrote:
Author: royger
Date: Wed Jun 25 09:51:08 2014
New Revision: 267858
URL: ht
Author: pfg
Date: Wed Jun 25 14:23:30 2014
New Revision: 267869
URL: http://svnweb.freebsd.org/changeset/base/267869
Log:
MFV r260708
4427 pid provider rejects probes with valid UTF-8 names
This make use of Solaris' u8_validate() which we happen to
use since r185029 for ZFS.
I
On Wed, Jun 25, 2014 at 4:06 PM, Roger Pau Monné wrote:
> On 25/06/14 15:44, Attilio Rao wrote:
>> On Wed, Jun 25, 2014 at 3:29 PM, Roger Pau Monné wrote:
>>> On 25/06/14 13:58, Attilio Rao wrote:
On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné
wrote:
> Author: royger
> Date
On 6/25/14 5:41 AM, Attilio Rao wrote:
On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff wrote:
On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote:
A> > Log:
A> > xen/virtio: fix balloon drivers to not mark pages as WIRED
A> >
A> > Prevent the Xen and VirtIO balloon drivers from marki
On 6/25/14 6:49 AM, Andriy Gapon wrote:
On 25/06/2014 17:44, Attilio Rao wrote:
Why? If VM needs more wired memory I assume that we can tune up the
default value of max_wired?
I think that however your case makes an interesting point: if we want
to make unmanaged pages as inherently wired, we l
Author: marcel
Date: Wed Jun 25 15:22:14 2014
New Revision: 267870
URL: http://svnweb.freebsd.org/changeset/base/267870
Log:
* Handle ++x as well as x++ while converting.
* Add special case handling where normal conversion would not work
(some APIs have special names)
* Fix conversion fo
On Wed, Jun 25, 2014 at 5:16 PM, Alfred Perlstein wrote:
> On 6/25/14 5:41 AM, Attilio Rao wrote:
>>
>> On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff
>> wrote:
>>>
>>> On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote:
>>> A> > Log:
>>> A> > xen/virtio: fix balloon drivers to not mar
Author: ume
Date: Wed Jun 25 15:39:08 2014
New Revision: 267871
URL: http://svnweb.freebsd.org/changeset/base/267871
Log:
Introduce $RA_SERVER to set default whois server.
Requested by: nork
Reviewed by: nork
MFC after:1 week
Modified:
head/usr.bin/whois/whois.c
Modified: head/
Author: mav
Date: Wed Jun 25 16:12:14 2014
New Revision: 267872
URL: http://svnweb.freebsd.org/changeset/base/267872
Log:
Allow to use iSCSI immediate data by several ctl_datamove() calls.
While for FreeBSD client that is only a minor optimization, VMWare client
doesn't support additional
On 06/25/2014 08:29, Roger Pau Monné wrote:
> On 25/06/14 13:58, Attilio Rao wrote:
>> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote:
>>> Author: royger
>>> Date: Wed Jun 25 09:51:08 2014
>>> New Revision: 267858
>>> URL: http://svnweb.freebsd.org/changeset/base/267858
>>>
>>> Log:
>>>
Author: mav
Date: Wed Jun 25 17:02:01 2014
New Revision: 267873
URL: http://svnweb.freebsd.org/changeset/base/267873
Log:
Introduce fine-grained CTL locking to improve SMP scalability.
Split global ctl_lock, historically protecting most of CTL context:
- remaining ctl_lock now protects l
On 6/25/14, 11:16 PM, Alfred Perlstein wrote:
On 6/25/14 5:41 AM, Attilio Rao wrote:
On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff
wrote:
On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote:
A> > Log:
A> > xen/virtio: fix balloon drivers to not mark pages as WIRED
A> >
A> > Preven
On 06/25/2014 12:12, Julian Elischer wrote:
> On 6/25/14, 11:16 PM, Alfred Perlstein wrote:
>> On 6/25/14 5:41 AM, Attilio Rao wrote:
>>> On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff
>>> wrote:
On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote:
A> > Log:
A> > xen/virti
Author: pfg
Date: Wed Jun 25 17:27:15 2014
New Revision: 267875
URL: http://svnweb.freebsd.org/changeset/base/267875
Log:
MFV r258381:
4251 libdtrace leaks open file handles
Illumos commit: 93ed8d0d4b068b95d0bb50d57bb854df462a8485
(partial)
Ref
On 25/06/14 18:47, Alan Cox wrote:
> On 06/25/2014 08:29, Roger Pau Monné wrote:
>> On 25/06/14 13:58, Attilio Rao wrote:
>>> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné
>>> wrote:
Author: royger
Date: Wed Jun 25 09:51:08 2014
New Revision: 267858
URL: http://svnweb.free
Author: mav
Date: Wed Jun 25 17:54:36 2014
New Revision: 267877
URL: http://svnweb.freebsd.org/changeset/base/267877
Log:
Lock devstat updates in block backend to make it usable. Polish lock names.
MFC after:2 weeks
Sponsored by: iXsystems, Inc.
Modified:
head/sys/cam/ctl/ctl_back
Author: jhb
Date: Wed Jun 25 20:30:47 2014
New Revision: 267883
URL: http://svnweb.freebsd.org/changeset/base/267883
Log:
Expand r261243 even further and ignore any I/O port resources assigned to
PCI root bridges except for the one known-valid case on x86 where bridges
claim the I/O port reg
Author: grehan
Date: Wed Jun 25 22:13:35 2014
New Revision: 267884
URL: http://svnweb.freebsd.org/changeset/base/267884
Log:
Expose the amount of resident and wired memory from the guest's vmspace.
This is different than the amount shown for the process e.g. by
/usr/bin/top - that is the
Author: delphij
Date: Wed Jun 25 23:42:53 2014
New Revision: 267886
URL: http://svnweb.freebsd.org/changeset/base/267886
Log:
Use correct length for buffer.
Submitted by: Sascha Wildner
MFC after:2 weeks
Modified:
head/usr.bin/procstat/procstat_files.c
Modified: head/usr.bin/proc
Author: delphij
Date: Thu Jun 26 00:31:58 2014
New Revision: 267887
URL: http://svnweb.freebsd.org/changeset/base/267887
Log:
Correct buffer size.
Submitted by: Sascha Wildner
MFC after:2 weeks
Modified:
head/usr.bin/gzip/zuncompress.c
Modified: head/usr.bin/gzip/zuncompress.c
==
Author: adrian
Date: Thu Jun 26 02:49:51 2014
New Revision: 267891
URL: http://svnweb.freebsd.org/changeset/base/267891
Log:
Add another RSS method to query the indirection table entries.
There's 128 indirection table entries which correspond to the
low 7 bits of the 32 bit RSS hash. Eac
Author: adrian
Date: Thu Jun 26 04:12:41 2014
New Revision: 267895
URL: http://svnweb.freebsd.org/changeset/base/267895
Log:
Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket;
map the bucket to an RSS queue, then map the queue to a CPU ID.
This way the bucket->queue and queu
Author: davide
Date: Thu Jun 26 05:23:48 2014
New Revision: 267896
URL: http://svnweb.freebsd.org/changeset/base/267896
Log:
Improve r264388 removing namespace pollution previously introduced in
. INT64_MAX actually requires __INT64_C() hack to get the
type right on exotic architectures (e.g
Author: delphij
Date: Thu Jun 26 06:03:39 2014
New Revision: 267897
URL: http://svnweb.freebsd.org/changeset/base/267897
Log:
MFV r267843: update file/libmagic to 5.19.
MFC after:2 weeks
Added:
head/contrib/file/config.guess
- copied unchanged from r267843, vendor/file/dist/conf
39 matches
Mail list logo