cvs commit: src/lib/libc/sys chmod.2

2007-01-16 Thread Pawel Jakub Dawidek
pjd 2007-01-16 15:17:27 UTC FreeBSD src repository Modified files: lib/libc/sys chmod.2 Log: When we try to set set-gid bit with chmod(2) on a file, which we own, but our effective group ID (and any of our group) doesn't match the group ID of the file, we get EPER

Re: cvs commit: src/lib/libc/sys chmod.2

2006-12-13 Thread Bruce Evans
On Wed, 13 Dec 2006, Pawel Jakub Dawidek wrote: pjd 2006-12-13 13:22:58 UTC FreeBSD src repository Modified files: lib/libc/sys chmod.2 Log: Append-only flag also denies chmod(2). Is this correct behaviour? I don't like it, but it follows from a literal interpretation

Re: cvs commit: src/lib/libc/sys chmod.2

2006-12-13 Thread Pawel Jakub Dawidek
On Wed, Dec 13, 2006 at 01:46:01PM +, Pawel Jakub Dawidek wrote: > pjd 2006-12-13 13:46:01 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sys chmod.2 > Log: > Much more correct EFTYPE description. Obtained from: NetBSD -- Pawel Jakub Dawidek

cvs commit: src/lib/libc/sys chmod.2

2006-12-13 Thread Pawel Jakub Dawidek
pjd 2006-12-13 13:46:01 UTC FreeBSD src repository Modified files: lib/libc/sys chmod.2 Log: Much more correct EFTYPE description. Revision ChangesPath 1.35 +3 -1 src/lib/libc/sys/chmod.2 ___ cvs-all@fr

cvs commit: src/lib/libc/sys chmod.2

2006-12-13 Thread Pawel Jakub Dawidek
pjd 2006-12-13 13:22:58 UTC FreeBSD src repository Modified files: lib/libc/sys chmod.2 Log: Append-only flag also denies chmod(2). Is this correct behaviour? Revision ChangesPath 1.34 +1 -1 src/lib/libc/sys/chmod.2 __

cvs commit: src/lib/libc/sys chmod.2

2006-12-09 Thread Pawel Jakub Dawidek
pjd 2006-12-09 22:41:02 UTC FreeBSD src repository Modified files: lib/libc/sys chmod.2 Log: If the named file has its immutable flag set, chmod(2) returns EPERM. Revision ChangesPath 1.33 +6 -1 src/lib/libc/sys/chmod.2 __