You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Felker
9ca1f62b0c
make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors
on newer kernels, fchdir and fstat work anyway. this same fix should
be applied to any other syscalls that are similarly affected.
with this change, the current definitions of O_SEARCH and O_EXEC as
O_PATH are mostly conforming to POSIX requirements. the main remaining
issue is that O_NOFOLLOW has different semantics.
13 years ago
..
__fxstat.c
add LSB ABI __xstat, etc. junk
14 years ago
__fxstatat.c
add LSB ABI __xstat, etc. junk
14 years ago
__lxstat.c
add LSB ABI __xstat, etc. junk
14 years ago
__xstat.c
add LSB ABI __xstat, etc. junk
14 years ago
chmod.c
global cleanup to use the new syscall interface
15 years ago
fchmod.c
make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors
13 years ago
fchmodat.c
debloat code that depends on /proc/self/fd/%d with shared function
13 years ago
fstat.c
make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors
13 years ago
fstatat.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
futimens.c
implement futimens and utimensat
15 years ago
futimesat.c
add obsolete futimesat()
14 years ago
lchmod.c
add portable lchown (trivial to support and a few ancient things want it..)
15 years ago
lstat.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
mkdir.c
global cleanup to use the new syscall interface
15 years ago
mkdirat.c
global cleanup to use the new syscall interface
15 years ago
mkfifo.c
initial check-in, version 0.5.0
15 years ago
mkfifoat.c
initial check-in, version 0.5.0
15 years ago
mknod.c
fix mknod and mknodat to accept large dev_t values
13 years ago
mknodat.c
fix mknod and mknodat to accept large dev_t values
13 years ago
stat.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
statvfs.c
improve [f]stat[v]fs functions, and possibly work around old kernels
13 years ago
umask.c
global cleanup to use the new syscall interface
15 years ago
utimensat.c
global cleanup to use the new syscall interface
15 years ago