Author: jhb
Date: Fri Jul 19 19:06:15 2013
New Revision: 253471
URL: http://svnweb.freebsd.org/changeset/base/253471
Log:
Be more aggressive in using superpages in all mappings of objects:
- Add a new address space allocation method (VMFS_OPTIMAL_SPACE) for
vm_map_find() that will try to a
On Friday, July 19, 2013 3:06:16 pm John Baldwin wrote:
> Author: jhb
> Date: Fri Jul 19 19:06:15 2013
> New Revision: 253471
> URL: http://svnweb.freebsd.org/changeset/base/253471
>
> Log:
> Be more aggressive in using superpages in all mappings of objects:
> - Add a new address space allocat
Author: tuexen
Date: Fri Jul 19 21:16:59 2013
New Revision: 253472
URL: http://svnweb.freebsd.org/changeset/base/253472
Log:
Get the code compiling without INET and INET6 being defined.
This is not possible in FreeBSD, but in the upstream code.
MFC after: 2 weeks
Modified:
head/sys/net
Author: jimharris
Date: Fri Jul 19 21:30:53 2013
New Revision: 253473
URL: http://svnweb.freebsd.org/changeset/base/253473
Log:
Do not call disk_create() until we have completed all initialization of our
internal disk structure.
Sponsored by: Intel
Reviewed by: carl
MFC after:3 d
Author: jimharris
Date: Fri Jul 19 21:33:24 2013
New Revision: 253474
URL: http://svnweb.freebsd.org/changeset/base/253474
Log:
Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.
Recent testing with QEMU that has variable sector size support for
NVMe uncovered some of these issu
Author: jfv
Date: Fri Jul 19 21:37:40 2013
New Revision: 253475
URL: http://svnweb.freebsd.org/changeset/base/253475
Log:
Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.
MFC after: 1 week
Modified:
head/sys/dev/ahci/ahci.c
head/sys/dev/ata/ata-pci.h
head/sys/d
Author: np
Date: Fri Jul 19 21:54:48 2013
New Revision: 253477
URL: http://svnweb.freebsd.org/changeset/base/253477
Log:
There's nothing to free if the unit wasn't allocated.
Modified:
head/sys/dev/usb/usb_pf.c
Modified: head/sys/dev/usb/usb_pf.c
=
Author: jimharris
Date: Fri Jul 19 21:40:57 2013
New Revision: 253476
URL: http://svnweb.freebsd.org/changeset/base/253476
Log:
Add message when nvd disks are attached and detached.
As part of this commit, add an nvme_strvis() function which borrows
heavily from cam_strvis(). This will a
Author: pfg
Date: Sat Jul 20 03:08:50 2013
New Revision: 253478
URL: http://svnweb.freebsd.org/changeset/base/253478
Log:
Adjust outsizes:
When birthtime was added (r253331) we missed adding the weight
of the new fields in FUSE_COMPAT_ENTRY_OUT_SIZE and
COMPAT_ATTR_OUT_SIZE. Adjust them
Author: pfg
Date: Sat Jul 20 03:55:56 2013
New Revision: 253479
URL: http://svnweb.freebsd.org/changeset/base/253479
Log:
Adjust outsizes:
Recalculate FUSE_COMPAT_ENTRY_OUT_SIZE and COMPAT_ATTR_OUT_SIZE.
These were wrong in the previous commit. They are actually unused
in FreeBSD though
10 matches
Mail list logo