Author: glebius
Date: Fri Sep 12 08:33:53 2014
New Revision: 271455
URL: http://svnweb.freebsd.org/changeset/base/271455
Log:
- Fix argument list after 271387.
- While here fix typo.
Submitted by: markj
Modified:
head/share/man/man9/VOP_GETPAGES.9
Modified: head/share/man/man9/VOP_GET
Author: mav
Date: Fri Sep 12 08:37:21 2014
New Revision: 271457
URL: http://svnweb.freebsd.org/changeset/base/271457
Log:
Initialize variables before resource_int_value().
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
=
Author: glebius
Date: Fri Sep 12 08:39:15 2014
New Revision: 271458
URL: http://svnweb.freebsd.org/changeset/base/271458
Log:
- Provide a sleepable lock to protect against ioctl() vs ioctl() races.
- Use the new lock to protect against simultaneous DIOCSTART and/or
DIOCSTOP ioctls.
Re
Author: trasz
Date: Fri Sep 12 09:50:32 2014
New Revision: 271459
URL: http://svnweb.freebsd.org/changeset/base/271459
Log:
Fix ACL tests to correctly work with ZFS; previous version used wrong
paths.
PR: 191545
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modi
Author: mav
Date: Fri Sep 12 12:04:51 2014
New Revision: 271461
URL: http://svnweb.freebsd.org/changeset/base/271461
Log:
Initialize variables before resource_int_value().
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/mvs/mvs.c
head/sys/dev/mvs/mvs_pci.c
head/sys/dev/mvs/mvs
Author: ray
Date: Fri Sep 12 14:07:20 2014
New Revision: 271463
URL: http://svnweb.freebsd.org/changeset/base/271463
Log:
Remove stray whitespaces.
Modified:
head/sys/dev/vt/hw/ofwfb/ofwfb.c
head/sys/dev/vt/logo/logo_freebsd.c
head/sys/dev/vt/vt_consolectl.c
Modified: head/sys/dev/vt/hw/
Author: ray
Date: Fri Sep 12 14:14:50 2014
New Revision: 271464
URL: http://svnweb.freebsd.org/changeset/base/271464
Log:
Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.
Reviewed by: dumbbell (as D755)
MFC after:1 week
Modified:
head/sys/dev/vt/vt_core
Author: ray
Date: Fri Sep 12 14:16:10 2014
New Revision: 271465
URL: http://svnweb.freebsd.org/changeset/base/271465
Log:
Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.
(forgetted in last commit)
Reviewed by: dumbbell (as D755)
MFC after:1 week
Modifi
Author: ray
Date: Fri Sep 12 14:17:09 2014
New Revision: 271466
URL: http://svnweb.freebsd.org/changeset/base/271466
Log:
Fix stray char on paste.
Tested by:dumbbell and me
MFC after:1 week
Modified:
head/sys/dev/vt/vt_buf.c
Modified: head/sys/dev/vt/vt_buf.c
=
Author: pfg
Date: Fri Sep 12 15:49:21 2014
New Revision: 271467
URL: http://svnweb.freebsd.org/changeset/base/271467
Log:
ext2fs: add ext2_getpages().
Literally copy/pasted from ffs_getpages().
Tested with: fsx
MFC after:2 months
Modified:
head/sys/fs/ext2fs/ext2_vnops.c
Mod
Author: pfg
Date: Fri Sep 12 15:54:18 2014
New Revision: 271468
URL: http://svnweb.freebsd.org/changeset/base/271468
Log:
Extra space from r271467.
MFC after:2 months
Modified:
head/sys/fs/ext2fs/ext2_vnops.c
Modified: head/sys/fs/ext2fs/ext2_vnops.c
Author: ambrisko
Date: Fri Sep 12 17:32:28 2014
New Revision: 271475
URL: http://svnweb.freebsd.org/changeset/base/271475
Log:
Add support for serial and null console to UEFI boot loader.
Modified:
head/sys/boot/amd64/efi/bootinfo.c
head/sys/boot/amd64/efi/conf.c
head/sys/boot/efi/libefi/
Author: gjb
Date: Fri Sep 12 18:52:01 2014
New Revision: 271480
URL: http://svnweb.freebsd.org/changeset/base/271480
Log:
Set PKG_CACHEDIR to an 'All/' directory one level lower
to fix 'pkg repo' generating repository metadata for the
on-disc packages.
MFC after:3 days
X-MFC-to-10
Hi guys,
Both r269963 and r269964 have broken the MIPS platforms with smaller
amounts of RAM (< 64MB.)
Sean noticed it and filed a bug:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193465
Can we please figure out what changed? Otherwise I'm going to revert
these two changes until we figure
Author: marcel
Date: Fri Sep 12 20:05:08 2014
New Revision: 271482
URL: http://svnweb.freebsd.org/changeset/base/271482
Log:
Add support for adding empty partition entries. I.e. skip partition
numbers or names. This gives more control over the actual layout and
helps to construct BSD disklab
Author: gjb
Date: Fri Sep 12 20:16:55 2014
New Revision: 271483
URL: http://svnweb.freebsd.org/changeset/base/271483
Log:
Fix duplicate PKG_ABI in the PKG_CACHEDIR path.
MFC after:3 days
X-MFC-With: r271480
Sponsored by: The FreeBSD Foundation
Modified:
head/release/scripts/pkg
Author: jhb
Date: Fri Sep 12 20:34:19 2014
New Revision: 271484
URL: http://svnweb.freebsd.org/changeset/base/271484
Log:
- Don't let rman_reserve_resource() activate the resource in
nexus_alloc_resource() and don't set a bushandle.
nexus_activate_resource() will set a proper bushandle.
On Thursday, September 11, 2014 06:15:34 PM Hiroki Sato wrote:
> Andriy Gapon wrote
> in <541163c0.2080...@freebsd.org>:
>
> av> On 11/09/2014 11:11, Robert Watson wrote:
> av> > A bit behind on commits, but: does this mean that an older userspace
> dhclient av> > will no longer work with a new
Author: ray
Date: Fri Sep 12 20:55:17 2014
New Revision: 271485
URL: http://svnweb.freebsd.org/changeset/base/271485
Log:
Fix 'function declaration isn't a prototype' warning.
Pointed by: ian
MFC after:1 week
Modified:
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/vt/vt_core.
Author: jhb
Date: Fri Sep 12 20:56:09 2014
New Revision: 271486
URL: http://svnweb.freebsd.org/changeset/base/271486
Log:
Simplify vntype_to_kinfo() by returning when the desired value is found
instead of breaking out of the loop and then immediately checking the loop
index so that if it was
Author: jhb
Date: Fri Sep 12 21:01:39 2014
New Revision: 271487
URL: http://svnweb.freebsd.org/changeset/base/271487
Log:
Pass the length of an structure to the pretty-printer backends as a
size_t instead of an int.
Modified:
head/sbin/sysctl/sysctl.c
Modified: head/sbin/sysctl/sysctl.c
==
Author: jhb
Date: Fri Sep 12 21:20:36 2014
New Revision: 271488
URL: http://svnweb.freebsd.org/changeset/base/271488
Log:
Tweak pipe_truncate() to more closely match pipe_chown() and pipe_chmod()
by checking PIPE_NAMED and using invfo_truncate() for unnamed pipes.
Modified:
head/sys/kern/sy
On 9/12/2014 1:52 PM, Glen Barber wrote:
> Author: gjb
> Date: Fri Sep 12 18:52:01 2014
> New Revision: 271480
> URL: http://svnweb.freebsd.org/changeset/base/271480
>
> Log:
> Set PKG_CACHEDIR to an 'All/' directory one level lower
> to fix 'pkg repo' generating repository metadata for the
>
On Wednesday, September 10, 2014 11:29:21 PM Slawa Olhovchenkov wrote:
> On Wed, Sep 10, 2014 at 02:29:30PM -0400, John Baldwin wrote:
> > > Application must change behaviour when reach limit (run GC, switch
> > > algorithm and etc.).
> > > But mmap of big data file for scaning and processing don't
Author: jhb
Date: Fri Sep 12 21:29:10 2014
New Revision: 271489
URL: http://svnweb.freebsd.org/changeset/base/271489
Log:
Fix various issues with invalid file operations:
- Add invfo_rdwr() (for read and write), invfo_ioctl(), invfo_poll(),
and invfo_kqfilter() for use by file types that d
On Friday, September 12, 2014 09:29:11 PM John Baldwin wrote:
> Author: jhb
> Date: Fri Sep 12 21:29:10 2014
> New Revision: 271489
> URL: http://svnweb.freebsd.org/changeset/base/271489
>
> Log:
> Fix various issues with invalid file operations:
> - Add invfo_rdwr() (for read and write), invf
Author: np
Date: Fri Sep 12 21:56:57 2014
New Revision: 271490
URL: http://svnweb.freebsd.org/changeset/base/271490
Log:
cxgbe(4): add support for the SIOCGI2C ioctl.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
===
Author: gjb
Date: Fri Sep 12 22:20:07 2014
New Revision: 271491
URL: http://svnweb.freebsd.org/changeset/base/271491
Log:
Simplify dvd package population with pkg-1.3.
Submitted by: bdrewery
MFC after:3 days
X-MFC-With: r271480, r271483
Sponsored by: The FreeBSD Foundation
Modi
On Fri, Sep 12, 2014 at 04:21:26PM -0500, Bryan Drewery wrote:
> There's still an issue with 1.3 here. pkg-fetch now uses mangled package
> names in its cache dir, and does not use the All/ subdir anymore as
> you've found.
>
> # ls /var/cache/pkg/psutils-1.17_4*
> /var/cache/pkg/psutils-1.17_4-fe
Author: hselasky
Date: Fri Sep 12 22:40:12 2014
New Revision: 271492
URL: http://svnweb.freebsd.org/changeset/base/271492
Log:
Workaround for receiving Voice Calls using the E1750 dongle from
Huawei. It might appear as if the firmware is allocating memory blocks
according to the USB transfer
Author: delphij
Date: Sat Sep 13 02:15:31 2014
New Revision: 271493
URL: http://svnweb.freebsd.org/changeset/base/271493
Log:
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
many thanks for their continued support of FreeBSD.
While I'm there, also implement a new b
Author: delphij
Date: Sat Sep 13 02:18:54 2014
New Revision: 271494
URL: http://svnweb.freebsd.org/changeset/base/271494
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
Author: jhb
Date: Sat Sep 13 03:10:02 2014
New Revision: 271495
URL: http://svnweb.freebsd.org/changeset/base/271495
Log:
Add a sysctl to export the EFI memory map along with a handler in the
sysctl(8) binary to format it.
Reviewed by: emaste
MFC after:2 weeks
Differential Revisi
On 12 September 2014 23:10, John Baldwin wrote:
> Author: jhb
> Date: Sat Sep 13 03:10:02 2014
> New Revision: 271495
> URL: http://svnweb.freebsd.org/changeset/base/271495
>
> Log:
> Add a sysctl to export the EFI memory map along with a handler in the
> sysctl(8) binary to format it.
The ou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 9/13/14 3:41 AM, Adrian Chadd wrote:
> Hi guys,
>
> Both r269963 and r269964 have broken the MIPS platforms with
> smaller amounts of RAM (< 64MB.)
>
> Sean noticed it and filed a bug:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19346
Author: rodrigc
Date: Sat Sep 13 05:08:35 2014
New Revision: 271496
URL: http://svnweb.freebsd.org/changeset/base/271496
Log:
Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script.
Clean up the /dev/vmm entry for this VM when vmrun.sh exits.
Reviewed by: neel
Phabric:
Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 9/13/14 3:41 AM, Adrian Chadd wrote:
> > Hi guys,
> >
> > Both r269963 and r269964 have broken the MIPS platforms with
> > smaller amounts of RAM (< 64MB.)
> >
> > Sean notic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 9/13/14 1:22 PM, John-Mark Gurney wrote:
> Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800:
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512
>>
>> On 9/13/14 3:41 AM, Adrian Chadd wrote:
>>> Hi guys,
>>>
>>> Both r269963 and r269
38 matches
Mail list logo