Re: CVS commit: src/lib/libperfuse

2014-09-08 Thread Emmanuel Dreyfus
David Holland wrote: > If you're sure that all the cases match ffs (which we believe to be > correct on this stuff, modulo any kauth glitches) then I have no > objection. It's just that most fs-level permission failures are > supposed to be EACCES so I was alarmed. > > > Please Cc: me for the r

Re: CVS commit: src/lib/libperfuse

2014-09-08 Thread David Holland
On Fri, Sep 05, 2014 at 01:57:19PM +, Emmanuel Dreyfus wrote: > > > Modified Files: > > > src/lib/libperfuse: ops.c perfuse.c > > > > > > Log Message: > > > Improve POSIX compliance of FUSE filesystems through PERUSE > > > - access denied is EPERM and not EACCES > > > > wai

Re: C++ keyword/scope/&c. changes

2014-09-08 Thread David Holland
On Mon, Sep 08, 2014 at 03:02:42PM +, Taylor R Campbell wrote: > Why the sudden spate of changes in the kernel to change keywords, move > struct and enum definitions, insert pointless casts, &c.? Was this > discussed anywhere? Beats me, and not that I saw, respectively. -- David A. Holla

Re: CVS commit: src/lib/libc/gen

2014-09-08 Thread Christos Zoulas
In article <20140908174838.ga25...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Mon, Sep 08, 2014 at 01:35:01PM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Mon Sep 8 17:35:01 UTC 2014 >> >> Modified Files: >> src/lib/libc/

Re: CVS commit: src/lib/libc/gen

2014-09-08 Thread Joerg Sonnenberger
On Mon, Sep 08, 2014 at 01:35:01PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Sep 8 17:35:01 UTC 2014 > > Modified Files: > src/lib/libc/gen: vis.c > > Log Message: > get rid of MB_STRZ as suggested by joerg. Thanks. Can the NULL pointer

Re: CVS commit: src/lib/libc/gen

2014-09-08 Thread Joerg Sonnenberger
On Mon, Sep 08, 2014 at 12:42:09PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Sep 8 16:42:09 UTC 2014 > > Modified Files: > src/lib/libc/gen: vis.c > > Log Message: > PR/49185: Conrad Meyer: strvisx: Handle zero-length input strings grace

C++ keyword/scope/&c. changes

2014-09-08 Thread Taylor R Campbell
Why the sudden spate of changes in the kernel to change keywords, move struct and enum definitions, insert pointless casts, &c.? Was this discussed anywhere?