[Bug 223440] world needs review and adjustment for the disabling of fallocate for zfs (-r325320), lld included

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223440

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Sun Nov 12 09:09:35 UTC 2017
New revision: 454025
URL: https://svnweb.freebsd.org/changeset/ports/454025

Log:
  Merge from src:

  lld: accept EINVAL to indicate posix_fallocate is unsupported

  As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
  indicate that the operation is not supported. (I think this is a strange
  choice of errno on the part of POSIX.)

  PR:   223383, 223440
  Reported by:  Mark Millard

Changes:
  head/devel/llvm50/Makefile
  head/devel/llvm50/files/patch-lib_Support_Unix_Path.inc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

--- Comment #9 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Sun Nov 12 09:09:35 UTC 2017
New revision: 454025
URL: https://svnweb.freebsd.org/changeset/ports/454025

Log:
  Merge from src:

  lld: accept EINVAL to indicate posix_fallocate is unsupported

  As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
  indicate that the operation is not supported. (I think this is a strange
  choice of errno on the part of POSIX.)

  PR:   223383, 223440
  Reported by:  Mark Millard

Changes:
  head/devel/llvm50/Makefile
  head/devel/llvm50/files/patch-lib_Support_Unix_Path.inc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

--- Comment #10 from Andriy Gapon  ---
(In reply to commit-hook from comment #9)
Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 222632] connect(2) not available in capability mode

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222632

--- Comment #18 from Jan Kokemüller  ---
Created attachment 187942
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187942&action=edit
Disallow connectat/bindat AT_FDCWD in capabilities mode

Here is a patch that disables connectat/bindat in capabilities mode when called
with the AT_FDCWD parameter.

It also:
 - adds documentation that connect and connectat(AT_FDCWD,...) are equivalent
and therefore connectat is not restricted to AF_UNIX sockets. Same for bindat.
 - adds documentation that CAP_BIND and CAP_CONNECT are useless in cap mode
 - adds some tests

Maybe there is still a use case for CAP_CONNECT/CAP_BIND: I think those rights
can be used to lock down a raw, privileged socket created by a helper process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Download FreeBSD Empty @ 12-Nov-2017 10:15 PDT

2017-11-12 Thread Conrad T. Pino
Links on https://www.freebsd.org/where.html page show empty directory or 404 
error code.

Link navigation works but all there is just a directory tree without any files.

Observations suggest the infrastructure is working but all files were deleted.

Best regards,
Conrad T. Pino

___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: Download FreeBSD Empty @ 12-Nov-2017 10:15 PDT

2017-11-12 Thread Polytropon
On Sun, 12 Nov 2017 10:18:01 -0800, Conrad T. Pino wrote:
> Links on https://www.freebsd.org/where.html page show empty directory
> or 404 error code.
> 
> Link navigation works but all there is just a directory tree without
> any files.

I could confirm this observation, but it seems to be working again now
(22:30 CET). For example:

https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/11.1/

This contains a file listing.

The "corresponding" FTP site also has the files:

ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/11.1/



> Observations suggest the infrastructure is working but all files were deleted.

Or something related to permissions, or how the web server generates
the pages...


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


RE: Download FreeBSD Empty @ 12-Nov-2017 10:15 PDT

2017-11-12 Thread Conrad T. Pino
Thank you for reporting content return which I confirm at 14:30 PDT.

Best regards,
Conrad T. Pino 

-Original Message-
From: owner-freebsd-b...@freebsd.org [mailto:owner-freebsd-b...@freebsd.org] On
Behalf Of Polytropon
Sent: Sunday, November 12, 2017 13:33
To: Conrad T. Pino
Cc: freebsd-bugs@freebsd.org
Subject: Re: Download FreeBSD Empty @ 12-Nov-2017 10:15 PDT

On Sun, 12 Nov 2017 10:18:01 -0800, Conrad T. Pino wrote:
> Links on https://www.freebsd.org/where.html page show empty directory 
> or 404 error code.
> 
> Link navigation works but all there is just a directory tree without 
> any files.

I could confirm this observation, but it seems to be working again now (22:30
CET). For example:

https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/11.1/

This contains a file listing.

The "corresponding" FTP site also has the files:

ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/11.1/



> Observations suggest the infrastructure is working but all files were deleted.

Or something related to permissions, or how the web server generates the
pages...


--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...

___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


RE: Download FreeBSD Empty @ 12-Nov-2017 10:15 PDT

2017-11-12 Thread Conrad T. Pino
I must agree we have progress but issues remain; for example:

11.1-RELEASE Virtial Machine Images will download
https://download.freebsd.org/ftp/releases/VM-IMAGES/11.1-RELEASE/amd64/Latest/

but 11.1-STABLE shows content links which return 404 error code
https://download.freebsd.org/ftp/snapshots/VM-IMAGES/11.1-STABLE/amd64/Latest/

I'm guessing something is in progress which has yet to complete.

Perhaps an infrastructure administator will chime in soon.

Conrad T. Pino

___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

--- Comment #11 from Mark Millard  ---
(In reply to commit-hook from comment #9)

Note: I reported devel/llvm50 but I do not have
devel/llvm40 or earlier installed to test.

I'd not be surprised if a large range of:

devel/llvm*

were broken on zfs after the fallocate fix for
zfs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 183579] freebsd-update(8) executes $PAGER unnecessarily

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183579

--- Comment #1 from Rebecca Cran  ---
This issue is still present in FreeBSD 11.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

--- Comment #12 from Ed Maste  ---
devel/llvm40 could probably make effective use of the change (if the issue also
exists there).  On earlier versions LLD is probably not usable enough to worry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223440] world needs review and adjustment for the disabling of fallocate for zfs (-r325320), lld included

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223440

--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Mon Nov 13 01:45:13 UTC 2017
New revision: 454093
URL: https://svnweb.freebsd.org/changeset/ports/454093

Log:
  Merge from src and upstream LLVM:

  lld: accept EINVAL to indicate posix_fallocate is unsupported

  As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
  indicate that the operation is not supported. (I think this is a strange
  choice of errno on the part of POSIX.)

  PR:   223383, 223440
  Reported by:  Mark Millard

Changes:
  head/devel/llvm40/Makefile
  head/devel/llvm40/files/patch-lib_Support_Unix_Path.inc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

--- Comment #13 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Mon Nov 13 01:45:13 UTC 2017
New revision: 454093
URL: https://svnweb.freebsd.org/changeset/ports/454093

Log:
  Merge from src and upstream LLVM:

  lld: accept EINVAL to indicate posix_fallocate is unsupported

  As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
  indicate that the operation is not supported. (I think this is a strange
  choice of errno on the part of POSIX.)

  PR:   223383, 223440
  Reported by:  Mark Millard

Changes:
  head/devel/llvm40/Makefile
  head/devel/llvm40/files/patch-lib_Support_Unix_Path.inc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

Brooks Davis  changed:

   What|Removed |Added

 CC||bro...@freebsd.org

--- Comment #14 from Brooks Davis  ---
llvm40 and llvm50 had the issue.  llvm39 does not include posix_fallocate() use
and I assume earlier versions do not as well.  I'll be updating llvm-devel to
pick up the fix from upstream and patching llvm-cheri* soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: Download FreeBSD Empty @ 12-Nov-2017 10:15 PDT

2017-11-12 Thread Polytropon
On Sun, 12 Nov 2017 14:35:02 -0800, Conrad T. Pino wrote:
> I must agree we have progress but issues remain; for example:
> 
> 11.1-RELEASE Virtial Machine Images will download
> https://download.freebsd.org/ftp/releases/VM-IMAGES/11.1-RELEASE/amd64/Latest/
> 
> but 11.1-STABLE shows content links which return 404 error code
> https://download.freebsd.org/ftp/snapshots/VM-IMAGES/11.1-STABLE/amd64/Latest/

Now - 03:23 CET - those downloads seem to work again.



> I'm guessing something is in progress which has yet to complete.

Yes, looks like it.



> Perhaps an infrastructure administator will chime in soon.

That would be interesting to know. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223440] world needs review and adjustment for the disabling of fallocate for zfs (-r325320), lld included

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223440

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Mon Nov 13 02:47:52 UTC 2017
New revision: 454097
URL: https://svnweb.freebsd.org/changeset/ports/454097

Log:
  Update to a new snapshot.

  This includes the fix for posix_fallocate not being supported on ZFS.

  PR:   223383, 223440
  Reported by:  Mark Millard

Changes:
  head/devel/llvm-devel/Makefile
  head/devel/llvm-devel/Makefile.snapshot
  head/devel/llvm-devel/distinfo
  head/devel/llvm-devel/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223383] pathconf querying for posix_falloc not supported on freebsd

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223383

--- Comment #15 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brooks
Date: Mon Nov 13 02:47:52 UTC 2017
New revision: 454097
URL: https://svnweb.freebsd.org/changeset/ports/454097

Log:
  Update to a new snapshot.

  This includes the fix for posix_fallocate not being supported on ZFS.

  PR:   223383, 223440
  Reported by:  Mark Millard

Changes:
  head/devel/llvm-devel/Makefile
  head/devel/llvm-devel/Makefile.snapshot
  head/devel/llvm-devel/distinfo
  head/devel/llvm-devel/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223392] [patch] Correct blist_free() comment

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223392

--- Comment #5 from o...@j.email.ne.jp ---
Created attachment 187951
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187951&action=edit
Removed few empty lines after D12635

Let's see what I can do...

I registered at https://reviews.freebsd.org.
I don't see a way I can send a diff there.

I adjusted the empty line removals with head +
https://reviews.freebsd.org/D12635 and created another diff.
I will try commenting from the review site.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223640] [patch] inline swp_pager_isondev() and replaced to call it

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223640

Bug ID: 223640
   Summary: [patch] inline swp_pager_isondev() and replaced to
call it
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Keywords: patch
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: o...@j.email.ne.jp
  Keywords: patch

Created attachment 187952
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187952&action=edit
inline swp_pager_isondev and call from 2 places

Improve code reuse.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223640] [patch] inline swp_pager_isondev() and replaced to call it

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223640

--- Comment #1 from o...@j.email.ne.jp ---
I created and tested this patch against 11-CURRENT.
I only confirmed the patch applies okay on the head.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 223641] [patch] ANSIfy sys/libkern

2017-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223641

Bug ID: 223641
   Summary: [patch] ANSIfy sys/libkern
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Keywords: patch
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: o...@j.email.ne.jp
  Keywords: patch

Created attachment 187953
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187953&action=edit
ANSY prototypes for sys/libkern files

Convert to ANSI prototype style for sys/libkern files.
I created on 12-CURRENT.
I excluded libz file as it looked a clone of external library.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"