On 10/16/15 08:21, Bruce Evans wrote:
In addition, making the file contiguous in LBA space doesn't
improve the access times from flash devices because they have no seek
time.
Hi,
This is not exactly true, like Bruce pointed out too. Maybe there should
be a check, that if the block is too sm
On Fri, 16 Oct 2015, Hans Petter Selasky wrote:
On 10/16/15 08:21, Bruce Evans wrote:
[Bruce Evans didn't write:]
In addition, making the file contiguous in LBA space doesn't
improve the access times from flash devices because they have no seek
time.
This is not exactly true, like Bruce poi
Author: mav
Date: Fri Oct 16 08:57:11 2015
New Revision: 289415
URL: https://svnweb.freebsd.org/changeset/base/289415
Log:
Bump version and add notice about incompatibility introduced by resumable
send/receive support in ZFS.
Modified:
head/UPDATING
head/sys/sys/param.h
Modified: head/UP
Author: ed
Date: Fri Oct 16 10:26:15 2015
New Revision: 289417
URL: https://svnweb.freebsd.org/changeset/base/289417
Log:
Use the right variable name.
MACHINE_CPUARCH expands to aarch64 for arm64, whereas MACHINE always
corresponds to the directory name under sys/ that contains the source
Author: des
Date: Fri Oct 16 12:21:44 2015
New Revision: 289419
URL: https://svnweb.freebsd.org/changeset/base/289419
Log:
Fix two bugs in HTTPS tunnelling:
- If the proxy returns a non-200 result, set the error code accordingly
so the caller / user gets a somewhat meaningful error messa
On Thu, Oct 15, 2015 at 01:44:32AM +, Bjoern A. Zeeb wrote:
B> Author: bz
B> Date: Thu Oct 15 01:44:32 2015
B> New Revision: 289350
B> URL: https://svnweb.freebsd.org/changeset/base/289350
B>
B> Log:
B> Hopefully also unbreak VIMAGE kernels replacing the &V_... with
B> &VNET_NAME(...).
B>
Author: des
Date: Fri Oct 16 12:53:22 2015
New Revision: 289420
URL: https://svnweb.freebsd.org/changeset/base/289420
Log:
Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.
PR: 199801
Submitted by: Jukka Ukkonen
MFC after:1 week
Modified:
head/lib/li
On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote:
> Author: imp
> Date: Fri Oct 16 03:06:02 2015
> New Revision: 289405
> URL: https://svnweb.freebsd.org/changeset/base/289405
>
> Log:
> Do not relocate extents to make them contiguous if the underlying drive can
> do
> deletions.
On 10/16/15 03:53, Bruce Evans wrote:
On Fri, 16 Oct 2015, Hans Petter Selasky wrote:
On 10/16/15 08:21, Bruce Evans wrote:
[Bruce Evans didn't write:]
In addition, making the file contiguous in LBA space doesn't
improve the access times from flash devices because they have no seek
time.
Author: cy
Date: Fri Oct 16 14:04:16 2015
New Revision: 289421
URL: https://svnweb.freebsd.org/changeset/base/289421
Log:
Add default leap-seconds file. This should help ntp networks get the
leap second date correct
Updates to the file can be obtained from ftp://time.nist.gov/pub/ or
ft
Author: mav
Date: Fri Oct 16 14:45:21 2015
New Revision: 289422
URL: https://svnweb.freebsd.org/changeset/base/289422
Log:
MFV r289310:
4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Reviewed by: George Wilson
Reviewed by: Prakash Surya
Reviewed by: Saso Kiselko
Author: kib
Date: Fri Oct 16 14:55:39 2015
New Revision: 289423
URL: https://svnweb.freebsd.org/changeset/base/289423
Log:
If falloc_caps() failed, cleanup needs to be performed. This is a bug
in r289026.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_fork.c
Modifi
Author: emaste
Date: Fri Oct 16 15:19:36 2015
New Revision: 289424
URL: https://svnweb.freebsd.org/changeset/base/289424
Log:
newfs_msdos: prefer snprintf to sprintf
Obtained from:NetBSD
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/newfs_msdos/mkfs_msdos.c
Modified
On 16/10/2015 16:45, Alexander Motin wrote:
> Author: mav
> Date: Fri Oct 16 14:45:21 2015
> New Revision: 289422
> URL: https://svnweb.freebsd.org/changeset/base/289422
>
> Log:
> MFV r289310:
> 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
>
> Reviewed by: George W
On 2015-10-16 12:32, Andriy Gapon wrote:
> On 16/10/2015 16:45, Alexander Motin wrote:
>> Author: mav
>> Date: Fri Oct 16 14:45:21 2015
>> New Revision: 289422
>> URL: https://svnweb.freebsd.org/changeset/base/289422
>>
>> Log:
>> MFV r289310:
>> 4185 add new cryptographic checksums to ZFS: SHA
On 16/10/2015 18:41, Allan Jude wrote:
> I am working on a SHA512/256 implementation for FreeBSD, it is almost
> finished. I will get it in ASAP, and I can also handle adding the
> support to our gptzfsboot.
Sounds great. Thank you!
--
Andriy Gapon
__
Author: jkim
Date: Fri Oct 16 17:50:36 2015
New Revision: 289425
URL: https://svnweb.freebsd.org/changeset/base/289425
Log:
Add support for ARM EABI.
MFC after:1 week
Modified:
head/usr.bin/ldd/ldd.c
Modified: head/usr.bin/ldd/ldd.c
==
Author: scottl
Date: Fri Oct 16 17:56:43 2015
New Revision: 289426
URL: https://svnweb.freebsd.org/changeset/base/289426
Log:
Remove _FreeBSD_version check for something that was only an issue with
9-CURRENT.
Obtained from: Netlfix, Inc
MFC after: 3 days
Modified:
head/sys/dev/
On 10/16/2015 1:57 AM, Alexander Motin wrote:
> Author: mav
> Date: Fri Oct 16 08:57:11 2015
> New Revision: 289415
> URL: https://svnweb.freebsd.org/changeset/base/289415
>
> Log:
> Bump version and add notice about incompatibility introduced by resumable
> send/receive support in ZFS.
>
> M
On 16.10.2015 21:17, Bryan Drewery wrote:
> On 10/16/2015 1:57 AM, Alexander Motin wrote:
>> Author: mav
>> Date: Fri Oct 16 08:57:11 2015
>> New Revision: 289415
>> URL: https://svnweb.freebsd.org/changeset/base/289415
>>
>> Log:
>> Bump version and add notice about incompatibility introduced by
> On Oct 16, 2015, at 2:12 AM, Hans Petter Selasky wrote:
>
> On 10/16/15 08:21, Bruce Evans wrote:
>> In addition, making the file contiguous in LBA space doesn't
>> improve the access times from flash devices because they have no seek
>> time.
>
> Hi,
>
> This is not exactly true, like Bruc
> On Oct 16, 2015, at 7:19 AM, Slawa Olhovchenkov wrote:
>
> On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote:
>
>> Author: imp
>> Date: Fri Oct 16 03:06:02 2015
>> New Revision: 289405
>> URL: https://svnweb.freebsd.org/changeset/base/289405
>>
>> Log:
>> Do not relocate extents t
> On Oct 16, 2015, at 8:03 AM, Pedro Giffuni wrote:
>
>
>
> On 10/16/15 03:53, Bruce Evans wrote:
>> On Fri, 16 Oct 2015, Hans Petter Selasky wrote:
>>
>>> On 10/16/15 08:21, Bruce Evans wrote:
[Bruce Evans didn't write:]
In addition, making the file contiguous in LBA space doesn't
Author: scottl
Date: Fri Oct 16 20:18:12 2015
New Revision: 289429
URL: https://svnweb.freebsd.org/changeset/base/289429
Log:
Revert an extra hunk that crept into the last commit.
Submitted by: emax
Obtained from:Netflix, Inc.
MFC after:3 days
Modified:
head/sys/dev/mps/m
On Fri, Oct 16, 2015 at 01:22:44PM -0600, Warner Losh wrote:
>
> > On Oct 16, 2015, at 7:19 AM, Slawa Olhovchenkov wrote:
> >
> > On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote:
> >
> >> Author: imp
> >> Date: Fri Oct 16 03:06:02 2015
> >> New Revision: 289405
> >> URL: https://sv
Author: bdrewery
Date: Fri Oct 16 20:23:04 2015
New Revision: 289430
URL: https://svnweb.freebsd.org/changeset/base/289430
Log:
Remove .MAKE from targets that do more than just run sub-makes, such as
calling rm or mtree.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Author: bdrewery
Date: Fri Oct 16 20:59:03 2015
New Revision: 289432
URL: https://svnweb.freebsd.org/changeset/base/289432
Log:
Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In
that
case 'all' does make sense.
MFC after:2 weeks
X-MFC-With: r289411
Spon
> On Oct 16, 2015, at 2:18 PM, Slawa Olhovchenkov wrote:
>
> On Fri, Oct 16, 2015 at 01:22:44PM -0600, Warner Losh wrote:
>
>>
>>> On Oct 16, 2015, at 7:19 AM, Slawa Olhovchenkov wrote:
>>>
>>> On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote:
>>>
Author: imp
Date: Fri
Author: bdrewery
Date: Fri Oct 16 21:09:15 2015
New Revision: 289433
URL: https://svnweb.freebsd.org/changeset/base/289433
Log:
Correct a bitrotted comment about installworld order requirements.
The case of make(1) using a new /bin/sh issue was fixed in r173219 when ITOOLS
was introduced.
On 10/16/2015 2:09 PM, Bryan Drewery wrote:
> Discussed with: kip and kan (rtld/library ordering)
Ugh, sorry. This was *kib*.
I know a "kip" outside of the community as well that was I talking to
earlier which lead to this.
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP d
On Fri, Oct 16, 2015 at 03:00:50PM -0600, Warner Losh wrote:
> Do not relocate extents to make them contiguous if the underlying drive
> can do
> deletions. Ability to do deletions is a strong indication that this
> optimization will not help performance. It will only generate
Author: bdrewery
Date: Fri Oct 16 22:41:31 2015
New Revision: 289434
URL: https://svnweb.freebsd.org/changeset/base/289434
Log:
Remove lockf as an ITOOL.
It was added in r152006 to handle serializing access of info/dir when
installing INFO files. We no longer support INFO files since r27
Author: bdrewery
Date: Fri Oct 16 23:53:37 2015
New Revision: 289435
URL: https://svnweb.freebsd.org/changeset/base/289435
Log:
Fix adding manpages installed by LOCAL_DIRS to whatis file.
The ordering of 'etc' in the install has a long history dating back to the
first time it was realized
Author: bdrewery
Date: Sat Oct 17 03:51:50 2015
New Revision: 289438
URL: https://svnweb.freebsd.org/changeset/base/289438
Log:
Rework the world subdir build targets to use the standard SUBDIR_PARALLEL
mechanism.
Back in r30113, the 'par-*' targets were added to parallelize portions of
t
Author: bdrewery
Date: Sat Oct 17 04:03:53 2015
New Revision: 289439
URL: https://svnweb.freebsd.org/changeset/base/289439
Log:
Export OSRELDATE so sub-makes don't look it up again.
We pass BOOTSTRAPPING=${OSRELDATE} to some of the sub-makes. Rather than
chase every ${MAKE} invokation, j
On Fri, 16 Oct 2015, Warner Losh wrote:
On Oct 16, 2015, at 2:12 AM, Hans Petter Selasky wrote:
On 10/16/15 08:21, Bruce Evans wrote:
In addition, making the file contiguous in LBA space doesn't
improve the access times from flash devices because they have no seek
time.
This is not exactly
> On Oct 14, 2015, at 13:16, Bryan Drewery wrote:
...
> I think what is being seen here is because I removed 'cleanobj' from
> bsd.progs.mk (in r288201) to let bsd.obj.mk handle it. It sometimes
> recurses clean when needed. If there's an obj dir 'cleanobj' will just
> remove that and avoid 'cl
Author: ngie
Date: Sat Oct 17 04:32:21 2015
New Revision: 289441
URL: https://svnweb.freebsd.org/changeset/base/289441
Log:
Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD
test suite as tests/sys/posixshm
Some other highlights:
- Convert the testcases over t
Author: bdrewery
Date: Sat Oct 17 05:49:07 2015
New Revision: 289442
URL: https://svnweb.freebsd.org/changeset/base/289442
Log:
Do as r289391 did for share/mk and make installing to a non-existent directory
an error.
Most of these do a 'mkdir -p' or 'install -d' before installing, but add
Author: bdrewery
Date: Sat Oct 17 05:55:45 2015
New Revision: 289443
URL: https://svnweb.freebsd.org/changeset/base/289443
Log:
Always export VERSION to the environment to avoid looking it up again in
sub-makes.
Some of the world phases that used plain '${MAKE} -f Makefile.inc1' were not
Author: bdrewery
Date: Sat Oct 17 05:57:29 2015
New Revision: 289444
URL: https://svnweb.freebsd.org/changeset/base/289444
Log:
For 'buildenvvars' show any .exported variables as well to cover recent
exporting of OSRELDATE and VERSION. These already do export to 'buildenv'
fine.
Sponso
41 matches
Mail list logo