Author: glebius
Date: Wed Jul 9 07:48:05 2014
New Revision: 268450
URL: http://svnweb.freebsd.org/changeset/base/268450
Log:
In several cases in ip_output() we obtain reference on ifa. Do not
leak it.
Together with:asomers, np
Sponsored by: Nginx, Inc.
Modified:
head/sys/net
Author: royger
Date: Wed Jul 9 08:12:58 2014
New Revision: 268451
URL: http://svnweb.freebsd.org/changeset/base/268451
Log:
vm_phys: remove limitation on number of fictitious regions
The number of vm fictitious regions was limited to 8 by default, but
Xen will make heavy usage of those k
Author: culot (ports committer)
Date: Wed Jul 9 09:15:08 2014
New Revision: 268456
URL: http://svnweb.freebsd.org/changeset/base/268456
Log:
Update organization.dot to reflect current portmgr@
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
Author: pluknet
Date: Wed Jul 9 09:51:14 2014
New Revision: 268457
URL: http://svnweb.freebsd.org/changeset/base/268457
Log:
Fix typos.
Modified:
head/usr.sbin/ctladm/ctladm.8
Modified: head/usr.sbin/ctladm/ctladm.8
===
Author: pgj (doc,ports committer)
Date: Wed Jul 9 11:41:32 2014
New Revision: 268458
URL: http://svnweb.freebsd.org/changeset/base/268458
Log:
- Update core members
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
Author: pgj (doc,ports committer)
Date: Wed Jul 9 13:37:24 2014
New Revision: 268459
URL: http://svnweb.freebsd.org/changeset/base/268459
Log:
- Update core-secretary
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
==
On Mon, 7 Jul 2014, Warner Losh wrote:
Log:
rm -rf can fail sometimes with an error from fts_read. Make it honor
fflag to ignore fts_read errors, but stop deleting from that directory
because no further progress can be made.
When building a kernel with a high -j value on a high core count
Author: ray
Date: Wed Jul 9 14:36:03 2014
New Revision: 268460
URL: http://svnweb.freebsd.org/changeset/base/268460
Log:
Fix inconsistent token parameters for kbd_allocate() and kbd_release() in
vt(4).
PR: 191306
Submitted by: jau...@gmail.com
Sponsored by: The FreeBSD Found
Author: bapt
Date: Wed Jul 9 15:52:30 2014
New Revision: 268461
URL: http://svnweb.freebsd.org/changeset/base/268461
Log:
The GNU readline library is now an INTERNALLIB - that is, it is
statically linked into consumers (GDB and variants) in the base
system, and the shared library is no long
Author: gjb
Date: Wed Jul 9 16:07:36 2014
New Revision: 268462
URL: http://svnweb.freebsd.org/changeset/base/268462
Log:
Document r268461, readline(3) shlib no longer installed, and
statically linked into consumers in the base system.
Sponsored by: The FreeBSD Foundation
Modified:
hea
On 07/09/14 10:52, Baptiste Daroussin wrote:
Author: bapt
Date: Wed Jul 9 15:52:30 2014
New Revision: 268461
URL: http://svnweb.freebsd.org/changeset/base/268461
Log:
The GNU readline library is now an INTERNALLIB - that is, it is
statically linked into consumers (GDB and variants) in th
Hi,
By doing this you're actually making more work for the really embedded
people who have size constraints on things.
I dislike privatelib but it at least allows for code sharing where
before people would just statically link things into binaries.
I've had to actively undo this kind of dumb bef
On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
> Hi,
>
> By doing this you're actually making more work for the really embedded
> people who have size constraints on things.
>
> I dislike privatelib but it at least allows for code sharing where
> before people would just statically
Author: dim
Date: Wed Jul 9 17:31:57 2014
New Revision: 268463
URL: http://svnweb.freebsd.org/changeset/base/268463
Log:
In libproc, avoid calling __cxa_demangle(), and thus depending on either
libcxxrt or libsupc++, if WITHOUT_CXX is defined.
Noticed by: sbruno
MFC after:1 week
On Wed, Jul 09, 2014 at 11:08:04AM -0500, Pedro Giffuni wrote:
>
> On 07/09/14 10:52, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Wed Jul 9 15:52:30 2014
> > New Revision: 268461
> > URL: http://svnweb.freebsd.org/changeset/base/268461
> >
> > Log:
> >The GNU readline library is now
On Jul 8, 2014, at 8:34 PM, Julio Merino wrote:
> On Tue, Jul 8, 2014 at 10:32 PM, Glen Barber wrote:
>> On Tue, Jul 08, 2014 at 10:28:25PM -0400, Julio Merino wrote:
>>> On Tue, Jul 8, 2014 at 9:07 PM, Glen Barber wrote:
This is one of the build failure cases:
https://lists.fr
On 9 July 2014 10:23, Baptiste Daroussin wrote:
> On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
>> Hi,
>>
>> By doing this you're actually making more work for the really embedded
>> people who have size constraints on things.
>>
>> I dislike privatelib but it at least allows for c
On Wed, Jul 09, 2014 at 11:05:29AM -0700, Adrian Chadd wrote:
> On 9 July 2014 10:23, Baptiste Daroussin wrote:
> > On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
> >> Hi,
> >>
> >> By doing this you're actually making more work for the really embedded
> >> people who have size cons
Author: delphij
Date: Wed Jul 9 18:32:40 2014
New Revision: 268464
URL: http://svnweb.freebsd.org/changeset/base/268464
Log:
MFV r268452:
Explicitly mark file removal transactions as "presumed to result
in a net free of space" so they will not fail with ENOSPC.
Illumos issue:
On 9 July 2014 11:27, Konstantin Belousov wrote:
> On Wed, Jul 09, 2014 at 11:05:29AM -0700, Adrian Chadd wrote:
>> On 9 July 2014 10:23, Baptiste Daroussin wrote:
>> > On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
>> >> Hi,
>> >>
>> >> By doing this you're actually making more wo
Author: kib
Date: Wed Jul 9 19:11:57 2014
New Revision: 268466
URL: http://svnweb.freebsd.org/changeset/base/268466
Log:
Current code in sysctl proc.vmmap, which intent is to calculate the
amount of resident pages, in fact calculates the amount of installed
pte entries in the region. Resid
Author: kib
Date: Wed Jul 9 19:12:18 2014
New Revision: 268467
URL: http://svnweb.freebsd.org/changeset/base/268467
Log:
Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX).
Reported by: Dmitry Sivachenko
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Author: delphij
Date: Wed Jul 9 20:57:42 2014
New Revision: 268469
URL: http://svnweb.freebsd.org/changeset/base/268469
Log:
MFV r268453:
Diff reduction against Illumos.
MFC after: 2 weeks
Modified:
head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c
head/cddl/co
Author: delphij
Date: Wed Jul 9 21:07:20 2014
New Revision: 268470
URL: http://svnweb.freebsd.org/changeset/base/268470
Log:
MFV r268454:
Refresh zpool list for each interval in order to produce fresh
output.
Illumos issue: 4966 zpool list iterator does not update output
MFC af
Author: kib
Date: Wed Jul 9 21:39:40 2014
New Revision: 268471
URL: http://svnweb.freebsd.org/changeset/base/268471
Log:
For safety, ensure that any consumer of the set_regs() and
ptrace_set_pc() use the correct return to userspace using iret.
The signal return, PT_CONTINUE (which in fac
Author: ray
Date: Wed Jul 9 21:55:34 2014
New Revision: 268472
URL: http://svnweb.freebsd.org/changeset/base/268472
Log:
Should check fb_read method presence instead of double check for fb_write.
Pointed by: emaste
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/fb/
Author: delphij
Date: Wed Jul 9 23:14:59 2014
New Revision: 268473
URL: http://svnweb.freebsd.org/changeset/base/268473
Log:
MFV r268455:
Use reserved space for ZFS administrative commands.
We reserve 1/2^spa_slop_shift = 1/32 or 3.125% of pool space (or 32MB at
least) for system us
On Wed, Jul 09, 2014 at 11:05:29AM -0700, Adrian Chadd wrote:
> On 9 July 2014 10:23, Baptiste Daroussin wrote:
> > On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
> >> Hi,
> >>
> >> By doing this you're actually making more work for the really embedded
> >> people who have size cons
Sounds good. :)
-a
On 9 July 2014 16:25, Baptiste Daroussin wrote:
> On Wed, Jul 09, 2014 at 11:05:29AM -0700, Adrian Chadd wrote:
>> On 9 July 2014 10:23, Baptiste Daroussin wrote:
>> > On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
>> >> Hi,
>> >>
>> >> By doing this you're a
Author: imp
Date: Thu Jul 10 00:15:42 2014
New Revision: 268475
URL: http://svnweb.freebsd.org/changeset/base/268475
Log:
Make SERIAL support optional again. Enable it for i386 because a huge
percentage of machines has a 16550. Disable it for pc98 since only a
tiny fraction of them have one.
Author: imp
Date: Thu Jul 10 00:15:55 2014
New Revision: 268477
URL: http://svnweb.freebsd.org/changeset/base/268477
Log:
Now that pc98 no longer needs gcc to compile boot2, remove the special
case and treat it just like i386.
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src
Author: imp
Date: Thu Jul 10 00:15:38 2014
New Revision: 268474
URL: http://svnweb.freebsd.org/changeset/base/268474
Log:
Merge the clang support from i386. Don't move to clang yet.
Modified:
head/sys/boot/pc98/boot2/Makefile
Modified: head/sys/boot/pc98/boot2/Makefile
==
Author: imp
Date: Thu Jul 10 00:15:50 2014
New Revision: 268476
URL: http://svnweb.freebsd.org/changeset/base/268476
Log:
Compile boot2 with clang on pc98.
Modified:
head/sys/boot/pc98/boot2/Makefile
Modified: head/sys/boot/pc98/boot2/Makefile
Author: adrian
Date: Thu Jul 10 03:10:56 2014
New Revision: 268479
URL: http://svnweb.freebsd.org/changeset/base/268479
Log:
Implement the first stage of multi-bind listen sockets and RSS socket
awareness.
* Introduce IP_BINDMULTI - indicating that it's okay to bind multiple
sockets o
Author: bryanv
Date: Thu Jul 10 05:26:01 2014
New Revision: 268480
URL: http://svnweb.freebsd.org/changeset/base/268480
Log:
Add accessor to get the number of free descriptors in the virtqueue
MFC after:1 month
Modified:
head/sys/dev/virtio/virtqueue.c
head/sys/dev/virtio/virtqueue
Author: bryanv
Date: Thu Jul 10 05:36:04 2014
New Revision: 268481
URL: http://svnweb.freebsd.org/changeset/base/268481
Log:
Rework when the Tx queue completion interrupt is enabled
The Tx interrupt is now kept disabled in the common case, only
enabled when the number of free descriptors
On Wed, 9 Jul 2014, Konstantin Belousov wrote:
On Wed, Jul 09, 2014 at 11:05:29AM -0700, Adrian Chadd wrote:
On 9 July 2014 10:23, Baptiste Daroussin wrote:
On Wed, Jul 09, 2014 at 10:12:27AM -0700, Adrian Chadd wrote:
Hi,
By doing this you're actually making more work for the really embedd
37 matches
Mail list logo