Markos Chandras 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall před 12 roky
..
bits 5643900913 libc: add posix_fallocate() před 11 roky
sys ff352060fe update ptrace.h to latest from glibc před 11 roky
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix před 24 roky
Makefile ba31c6c463 Remove TOPDIR před 19 roky
Makefile.in ad68946e28 Makefile.in: Use non-legacy interfaces for new architectures před 11 roky
__rt_sigtimedwait.c 93002a29bc include pthreadP.h for SIGCANCEL před 12 roky
__rt_sigwaitinfo.c b72b0b14d0 rework cancellation for sigwait, sigtimedwait and sigwaitinfo před 12 roky
__socketcall.c 19607f1113 socketcalls.c: rewrite to use cancel.h před 12 roky
__syscall_fcntl.c f74f77b155 fcntl: add cancellation to fcntl64, use cancel.h před 12 roky
__syscall_fcntl64.c a586f419f5 LT.old: reinstate build před 11 roky
__syscall_rt_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place před 12 roky
__syscall_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place před 12 roky
_exit.c 11430a8e3c _exit.c: add ABORT_INSTRUCTION před 12 roky
access.c 695e274cf7 access: Use faccessat if arch does not have the access syscall před 11 roky
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
alarm.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
arch_prctl.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
bdflush.c 73d5955414 unify stub logic před 13 roky
brk.c d5f8c6ddc4 brk.c: remove libc_hidden_proto, always_inline syscall před 12 roky
capget.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
capset.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
chdir.c f0e0d954f2 chdir.c: simplify code před 12 roky
chmod.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall před 11 roky
chown.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
clock_getres.c f486c8ba61 clock_getres.c: include unistd.h unless syscall is defined před 12 roky
clock_gettime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup před 12 roky
clock_settime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup před 12 roky
close.c 9df9c60aa9 add cancellation for read, write, close před 12 roky
cmsg_nxthdr.c 1e2e4ac619 socket.h: pull socket_type.h from eglibc před 11 roky
creat.c f9af28c64e creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by open) před 12 roky
creat64.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
create_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup před 12 roky
delete_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup před 12 roky
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers před 12 roky
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
dup2.c 90accddebe dup2: Use dup3 if arch does not have the dup2 syscall před 11 roky
dup3.c 90accddebe dup2: Use dup3 if arch does not have the dup2 syscall před 11 roky
epoll.c 290e19f814 drop support for pre ISO-C compilers před 12 roky
eventfd.c e118373cbb eventfd: Implement eventfd2 and fix eventfd před 12 roky
execve.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
faccessat.c 695e274cf7 access: Use faccessat if arch does not have the access syscall před 11 roky
fchdir.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
fchmodat.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall před 11 roky
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
fchownat.c fd72e30425 first pass at implementing *at funcs před 15 roky
fdatasync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h před 12 roky
flock.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
fork.c e4b5997fc1 fork: provide __libc_fork only if THREADS are enabled před 12 roky
fpu_control.h 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
fstat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available před 12 roky
fstat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
fstatat.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts před 15 roky
fstatat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
fstatfs.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. před 16 roky
fsync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h před 12 roky
ftruncate.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
ftruncate64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
futimens.c 290e19f814 drop support for pre ISO-C compilers před 12 roky
futimesat.c fd72e30425 first pass at implementing *at funcs před 15 roky
get_kernel_syms.c f2401c418b get_kernel_syms.c: reorganize, no need for attribute_unused in prototype před 12 roky
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path před 13 roky
getdents.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
getdents64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
getdirname.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
getegid.c 83c1854b97 remove error handling from some syscalls před 13 roky
geteuid.c 83c1854b97 remove error handling from some syscalls před 13 roky
getgid.c 83c1854b97 remove error handling from some syscalls před 13 roky
getgroups.c ca89d7e1fb getgroups.c: reorganize, include param.h instead of defining MIN před 12 roky
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
getpagesize.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
getpgid.c 2d276198b4 libc: Provide both getpgid and __getpgid symbols před 14 roky
getpgrp.c 9f096becc4 getpgrp: fix fallback handling před 12 roky
getpid.c 83c1854b97 remove error handling from some syscalls před 13 roky
getppid.c 83c1854b97 remove error handling from some syscalls před 13 roky
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
getrlimit.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
getrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
getrusage.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
getsid.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
gettimeofday.c 34c0112854 gettimeofday.c: use the same type as in header před 12 roky
getuid.c 83c1854b97 remove error handling from some syscalls před 13 roky
hp-timing.h 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
init_module.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
inotify.c 0f45e8a279 inotify_rm_watch: Change second argument to int před 12 roky
ioctl.c 733810682b ioctl.c: use cancel.h před 12 roky
ioperm.c 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm před 12 roky
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) před 12 roky
kill.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
lchown.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. před 14 roky
link.c 82fc713658 link: Use linkat if arch does not have the link syscall před 11 roky
linkat.c 82fc713658 link: Use linkat if arch does not have the link syscall před 11 roky
llseek.c 24edbbd53a lseek, lseek64: add cancellation for all THREADS před 12 roky
longjmp.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
lseek.c a586f419f5 LT.old: reinstate build před 11 roky
lstat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available před 12 roky
lstat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
lutimes.c 251f2266bf lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined před 13 roky
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
mkdir.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
mkdirat.c fd72e30425 first pass at implementing *at funcs před 15 roky
mkfifo.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
mkfifoat.c fd72e30425 first pass at implementing *at funcs před 15 roky
mknod.c 5590ebbd36 mknod: convert to INLINE_SYSCALL() to sync with glibc před 15 roky
mknodat.c fd72e30425 first pass at implementing *at funcs před 15 roky
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
mmap.c 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs před 12 roky
mmap64.c f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen před 12 roky
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
mount.c c6dcc660d3 mount.c: whitespace only před 12 roky
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection před 15 roky
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal před 16 roky
msync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h před 12 roky
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
munmap.c a0fa1f8acf munmap.c: do not include unistd.h před 12 roky
nanosleep.c d3b81557ec nanosleep.c: use cancel.h před 12 roky
nice.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
noophooks.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
not-cancel.h 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
ntp_gettime.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
open.c c4b9ff234e open.c: add cancellation using cancel.h před 12 roky
open64.c 15f25e33d9 open64.c: no need for separate cancellation, open handles it already před 12 roky
openat.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped před 12 roky
openat64.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped před 12 roky
pause.c 62c208d68f pause.c: add back usage of pause syscall před 12 roky
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
pipe.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
pipe2.c d3ddb92ea0 add pipe2() před 13 roky
pivot_root.c 7c966f5242 pivot_root.c: move prototype into guard před 12 roky
poll.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
posix_fadvise.c 9e74047542 posix_fadvise: make posix_fadvise[64] similar on all archs před 12 roky
posix_fadvise64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
posix_fallocate.c 5643900913 libc: add posix_fallocate() před 11 roky
posix_fallocate64.c 5643900913 libc: add posix_fallocate() před 11 roky
posix_madvise.c 9d101732ad add posix_madvise.c před 12 roky
ppoll.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
prctl.c f95e1b4c61 prctl.c: no need to include stdarg.h and extern před 12 roky
pread_write.c a586f419f5 LT.old: reinstate build před 11 roky
pselect.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
query_module.c 73d5955414 unify stub logic před 13 roky
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
read.c 9df9c60aa9 add cancellation for read, write, close před 12 roky
readahead.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
readlink.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
readlinkat.c fd72e30425 first pass at implementing *at funcs před 15 roky
readv.c 0500402162 readv, writev: rewrite to use cancel.h před 12 roky
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
rename.c af58093c14 rename.c: simplify code, include only necessary headers před 12 roky
renameat.c fd72e30425 first pass at implementing *at funcs před 15 roky
rmdir.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
sched_cpucount.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
sched_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
sched_getcpu.c 19dd090a0f libc: flesh out linux scheduler functions před 13 roky
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
sched_setaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
select.c 6c7c4fb8e1 select: adapt cancelation to use cancel.h před 12 roky
sendfile.c 6507c3b84d correct sendfile for 32/64 bit archs před 12 roky
sendfile64.c 6507c3b84d correct sendfile for 32/64 bit archs před 12 roky
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
setegid.c 2f88f917c2 setegid: use setresgid conditionally před 13 roky
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs před 15 roky
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes před 16 roky
setgroups.c 0a18b6589d setgroups.c: move around some headers, always_inline syscall před 12 roky
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setpgrp.c 39e02af41f setpgrp.c: remove unneeded header před 12 roky
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setregid.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setresgid.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setresuid.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setreuid.c 21730caa66 trim Experimentally off and uncommented hidden před 15 roky
setrlimit.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
setrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
setsid.c a55acdf73a setsid.c: whitespace only před 12 roky
settimeofday.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available před 12 roky
setuid.c a30f4f75a3 setuid.c: always_inline syscall před 12 roky
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
signalfd.c 028183a24d change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code před 12 roky
sigpending.c 028183a24d change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code před 12 roky
sigprocmask.c 93002a29bc include pthreadP.h for SIGCANCEL před 12 roky
sigqueue.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
sigsuspend.c fae8e7e498 sigsuspend.c: add cancellation support independently of rt_sigsuspend před 12 roky
splice.c a2dc2ddbb5 splice,sync_file_range: mark them as GNU extensions před 12 roky
ssp-local.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
ssp.c 5c7e1909e1 ssp: rework, sync messages with the ones in glibc před 12 roky
stat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available před 12 roky
stat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
statfs.c 0f85b228aa nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled před 14 roky
stime.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available před 12 roky
stubs.c e118373cbb eventfd: Implement eventfd2 and fix eventfd před 12 roky
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
symlink.c c292baef29 symlink.c: Compile only if syscall is available před 12 roky
symlinkat.c fd72e30425 first pass at implementing *at funcs před 15 roky
sync.c 6b1fe09331 sync.c: simplify code před 12 roky
sync_file_range.c ff6efa4488 libc: handle sync_file_range před 11 roky
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() před 15 roky
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl před 14 roky
sysdep.h 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
sysinfo.c 823b22d7c3 provide sysinfo stub před 12 roky
tee.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions před 12 roky
time.c 78b0d99085 time.c: move included header for fallback case před 12 roky
timerfd.c cdeb75380c add timerfd syscall and header před 15 roky
times.c 84dd1527aa times.c: whitespace only před 12 roky
truncate.c c28cabb179 Reorder includes and include only what is necessary před 12 roky
truncate64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard před 12 roky
ulimit.c 1b6c5c4f32 libc: do not rely upon ulimit kernel syscall. před 13 roky
umask.c 1fcbd1764e umask.c: umask always succeeds, use _syscall_noerr1 před 12 roky
umount.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC před 12 roky
umount2.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC před 12 roky
uname.c b10190983a uname.c,unlink.c: whitespace only před 12 roky
unlink.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall před 11 roky
unlinkat.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall před 11 roky
unshare.c 19dd090a0f libc: flesh out linux scheduler functions před 13 roky
unwind.h 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
ustat.c 4dcfe3b269 ustat.c: always_inline syscall před 12 roky
utime.c 917176e71e utime[s]: avoid circular dependency před 12 roky
utimensat.c ef85033ac8 futimens: add function před 15 roky
utimes.c 917176e71e utime[s]: avoid circular dependency před 12 roky
vfork.c 0a043c30ee vfork: make all archs consistent před 12 roky
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
vmsplice.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions před 12 roky
wait.c 613b0fabf0 wait.c: use cancel.h před 12 roky
wait3.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards před 12 roky
wait4.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards před 12 roky
waitid.c 6a78127da4 waitid.c: use cancel.h před 12 roky
waitpid.c 08b258aeb9 waitpid.c: provide __waitpid_nocancel, use cancel.h před 12 roky
write.c 9df9c60aa9 add cancellation for read, write, close před 12 roky
writev.c 0500402162 readv, writev: rewrite to use cancel.h před 12 roky
xattr.c 73d5955414 unify stub logic před 13 roky
xstatconv.c 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky
xstatconv.h 266bdc1f62 Replace FSF snail mail address with URLs před 12 roky