pjd 2006-12-09 19:42:59 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rename.2
Log:
- If the parent directory of the file pointed at by the from argument has its
immutable or append-only flag set, rename(2) returns EPERM.
- If the parent directory of t
pjd 2006-12-09 19:19:47 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rename.2
Log:
When immutable, undeletable or append-only flag is set, rename(2)
return EPERM.
Revision ChangesPath
1.25 +8 -1 src/lib/libc/sys/rename.2
truckman2006-01-22 19:49:37 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rename.2 rmdir.2 undelete.2
Log:
Back out the previous change to rename.2. The previous rename()
behaviour of returning EINVAL when ".." is passed as either argument
has been restored
truckman2006-01-21 20:45:46 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rename.2 rmdir.2 undelete.2
Log:
rename(), rmdir(), and undelete() fail with EPERM if the last component
of the path is "..".
MFC after: 3 days
Revision ChangesPath