On Wed, 13 Dec 2006, Pawel Jakub Dawidek wrote:
On Wed, Dec 13, 2006 at 01:57:01PM +1100, Bruce Evans wrote:
On Tue, 12 Dec 2006, Pawel Jakub Dawidek wrote:
pjd 2006-12-12 20:05:04 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
symlink(2) return EAC
On Wed, Dec 13, 2006 at 01:57:01PM +1100, Bruce Evans wrote:
> On Tue, 12 Dec 2006, Pawel Jakub Dawidek wrote:
>
> >pjd 2006-12-12 20:05:04 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > lib/libc/sys symlink.2
> > Log:
> > symlink(2) return EACCES if a component o
On Tue, 12 Dec 2006, Pawel Jakub Dawidek wrote:
pjd 2006-12-12 20:05:04 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
symlink(2) return EACCES if a component of the name2 path prefix denies
write permission.
Isn't that a bog in symlink(2)? PO
pjd 2006-12-12 20:06:52 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
Be more specific when ELOOP can be returned.
Revision ChangesPath
1.20 +3 -1 src/lib/libc/sys/symlink.2
___
pjd 2006-12-12 20:05:04 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
symlink(2) return EACCES if a component of the name2 path prefix denies
write permission.
Revision ChangesPath
1.19 +4 -0 src/lib/libc/sys/symlink.2
pjd 2006-12-12 19:57:17 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
Correct ENOENT description.
Revision ChangesPath
1.18 +4 -2 src/lib/libc/sys/symlink.2
___
cvs-all@freebsd.
pjd 2006-12-12 19:48:15 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
The 'name1' argument to symlink(2) is only limited to 1023 characters,
its components are not checked.
Revision ChangesPath
1.17 +3 -1 src/lib/libc/s
pjd 2006-12-09 23:01:38 UTC
FreeBSD src repository
Modified files:
lib/libc/sys symlink.2
Log:
If the parent directory of the destination file has its immutable flag set,
symlink(2) returns EPERM.
Revision ChangesPath
1.16 +8 -1 src/lib/libc/sy