Peter S. Mazinger f74f77b155 fcntl: add cancellation to fcntl64, use cancel.h пре 13 година
..
bits 5415f7aa53 getopt.h: cleanup header, remove anything already in cdefs.h пре 12 година
sys 7dc2d2ddee update acct.h пре 12 година
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix пре 24 година
Makefile ba31c6c463 Remove TOPDIR пре 19 година
Makefile.in 19dd090a0f libc: flesh out linux scheduler functions пре 13 година
__rt_sigtimedwait.c 5fce95b146 no need for hidden sigtimedwait пре 12 година
__rt_sigwaitinfo.c 3c3f899b6d remove unneeded hidden sigwaitinfo пре 12 година
__socketcall.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
__syscall_fcntl.c f74f77b155 fcntl: add cancellation to fcntl64, use cancel.h пре 12 година
__syscall_fcntl64.c f74f77b155 fcntl: add cancellation to fcntl64, use cancel.h пре 12 година
__syscall_rt_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place пре 12 година
__syscall_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place пре 12 година
_exit.c 11430a8e3c _exit.c: add ABORT_INSTRUCTION пре 12 година
access.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
alarm.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
arch_prctl.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
bdflush.c 73d5955414 unify stub logic пре 13 година
brk.c d5f8c6ddc4 brk.c: remove libc_hidden_proto, always_inline syscall пре 12 година
capget.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
capset.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
chdir.c f0e0d954f2 chdir.c: simplify code пре 12 година
chmod.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
chown.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
clock_getres.c f486c8ba61 clock_getres.c: include unistd.h unless syscall is defined пре 12 година
clock_gettime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup пре 12 година
clock_settime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup пре 12 година
close.c 9df9c60aa9 add cancellation for read, write, close пре 12 година
cmsg_nxthdr.c 1533e2876b remove __FORCE_GLIBC пре 12 година
creat.c f9af28c64e creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by open) пре 12 година
creat64.c f9af28c64e creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by open) пре 12 година
create_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup пре 12 година
delete_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup пре 12 година
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers пре 12 година
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
dup2.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
epoll.c 64572a51b0 add epoll_pwait() пре 12 година
eventfd.c e118373cbb eventfd: Implement eventfd2 and fix eventfd пре 12 година
execve.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
faccessat.c fd72e30425 first pass at implementing *at funcs пре 15 година
fchdir.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
fchmodat.c 577c6ee118 fchmodat: fix handling of flags пре 12 година
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
fchownat.c fd72e30425 first pass at implementing *at funcs пре 15 година
fdatasync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h пре 12 година
flock.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
fork.c e4b5997fc1 fork: provide __libc_fork only if THREADS are enabled пре 12 година
fpu_control.h cf4b06dc8c fix from psm: disable unsupported features пре 18 година
fstat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available пре 12 година
fstat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
fstatat.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts пре 15 година
fstatat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
fstatfs.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. пре 16 година
fsync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h пре 12 година
ftruncate.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
ftruncate64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
futimens.c bd33c42e0f futimens: add missing local prototype пре 14 година
futimesat.c fd72e30425 first pass at implementing *at funcs пре 15 година
get_kernel_syms.c f2401c418b get_kernel_syms.c: reorganize, no need for attribute_unused in prototype пре 12 година
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path пре 13 година
getdents.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
getdents64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
getdirname.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes пре 15 година
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
getegid.c 83c1854b97 remove error handling from some syscalls пре 13 година
geteuid.c 83c1854b97 remove error handling from some syscalls пре 13 година
getgid.c 83c1854b97 remove error handling from some syscalls пре 13 година
getgroups.c ca89d7e1fb getgroups.c: reorganize, include param.h instead of defining MIN пре 12 година
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
getpagesize.c fee4034763 getpagesize.c, unistd.h: hide __pagesize пре 12 година
getpgid.c 2d276198b4 libc: Provide both getpgid and __getpgid symbols пре 14 година
getpgrp.c 9f096becc4 getpgrp: fix fallback handling пре 12 година
getpid.c 83c1854b97 remove error handling from some syscalls пре 13 година
getppid.c 83c1854b97 remove error handling from some syscalls пре 13 година
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
getrlimit.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
getrlimit64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
getrusage.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
getsid.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
gettimeofday.c 34c0112854 gettimeofday.c: use the same type as in header пре 12 година
getuid.c 83c1854b97 remove error handling from some syscalls пре 13 година
hp-timing.h 9c4d060ea4 grab header file from glibc пре 19 година
init_module.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
inotify.c 0f45e8a279 inotify_rm_watch: Change second argument to int пре 12 година
ioctl.c 57e8823548 cancellation support for a large amount of the required syscalls пре 15 година
ioperm.c 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm пре 12 година
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) пре 12 година
kill.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
lchown.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. пре 14 година
link.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
linkat.c fd72e30425 first pass at implementing *at funcs пре 15 година
llseek.c 67b8585dea llseek.c: use off64_t instead of loff_t as in header пре 12 година
longjmp.c 8f86b8a197 move *longjmp related prototypes to setjmp.h пре 12 година
lseek.c 29a778aa19 avoid circular dependency in lseek and llseek, providing a stub lseek пре 12 година
lstat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available пре 12 година
lstat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
lutimes.c 251f2266bf lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined пре 13 година
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
mkdir.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
mkdirat.c fd72e30425 first pass at implementing *at funcs пре 15 година
mkfifo.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
mkfifoat.c fd72e30425 first pass at implementing *at funcs пре 15 година
mknod.c 5590ebbd36 mknod: convert to INLINE_SYSCALL() to sync with glibc пре 15 година
mknodat.c fd72e30425 first pass at implementing *at funcs пре 15 година
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
mmap.c 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs пре 12 година
mmap64.c f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen пре 12 година
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
mount.c c6dcc660d3 mount.c: whitespace only пре 12 година
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection пре 15 година
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal пре 16 година
msync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h пре 12 година
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
munmap.c a0fa1f8acf munmap.c: do not include unistd.h пре 12 година
nanosleep.c 2668ea217f nanosleep.c, fsync.c: do not inline syscall, it is used twice пре 12 година
nice.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
noophooks.c 5d39c1ed76 do not include libc-internal.h пре 12 година
not-cancel.h 94f3c30dc2 Assorted fixed to get nptl compiling on ARM пре 14 година
ntp_gettime.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
open.c c4b9ff234e open.c: add cancellation using cancel.h пре 12 година
open64.c 15f25e33d9 open64.c: no need for separate cancellation, open handles it already пре 12 година
openat.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped пре 12 година
openat64.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped пре 12 година
pause.c 2d9054b39a pause.c: use cancel.h, provide __libc_pause only for LT_OLD пре 12 година
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
pipe.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
pipe2.c d3ddb92ea0 add pipe2() пре 13 година
pivot_root.c 7c966f5242 pivot_root.c: move prototype into guard пре 12 година
poll.c 6b3453a651 poll.c: do not inline syscall пре 12 година
posix_fadvise.c 9e74047542 posix_fadvise: make posix_fadvise[64] similar on all archs пре 12 година
posix_fadvise64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
ppoll.c 06419c7f9c ppoll: no need for hidden version пре 12 година
prctl.c f95e1b4c61 prctl.c: no need to include stdarg.h and extern пре 12 година
pread_write.c 80c9bfc466 pread/pwrite: drop fallback funcs пре 12 година
pselect.c 57e8823548 cancellation support for a large amount of the required syscalls пре 15 година
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
query_module.c 73d5955414 unify stub logic пре 13 година
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
read.c 9df9c60aa9 add cancellation for read, write, close пре 12 година
readahead.c 0265be6d43 readahead.c: add correct guards пре 12 година
readlink.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
readlinkat.c fd72e30425 first pass at implementing *at funcs пре 15 година
readv.c 0500402162 readv, writev: rewrite to use cancel.h пре 12 година
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
rename.c af58093c14 rename.c: simplify code, include only necessary headers пре 12 година
renameat.c fd72e30425 first pass at implementing *at funcs пре 15 година
rmdir.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
sched_cpucount.c 19dd090a0f libc: flesh out linux scheduler functions пре 13 година
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
sched_getaffinity.c 87be6cadfc sched_getaffinity.c: mark syscall as __always_inline пре 12 година
sched_getcpu.c 19dd090a0f libc: flesh out linux scheduler functions пре 13 година
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
sched_setaffinity.c 29ba11d605 sched_setaffinity.c: make use of the syscall пре 12 година
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
select.c 6c7c4fb8e1 select: adapt cancelation to use cancel.h пре 12 година
sendfile.c 6507c3b84d correct sendfile for 32/64 bit archs пре 12 година
sendfile64.c 6507c3b84d correct sendfile for 32/64 bit archs пре 12 година
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
setegid.c 2f88f917c2 setegid: use setresgid conditionally пре 13 година
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs пре 15 година
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
setgroups.c 0a18b6589d setgroups.c: move around some headers, always_inline syscall пре 12 година
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setpgrp.c 39e02af41f setpgrp.c: remove unneeded header пре 12 година
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setregid.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setresgid.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setresuid.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setreuid.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
setrlimit.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
setrlimit64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
setsid.c a55acdf73a setsid.c: whitespace only пре 12 година
settimeofday.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available пре 12 година
setuid.c a30f4f75a3 setuid.c: always_inline syscall пре 12 година
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
signalfd.c 73d5955414 unify stub logic пре 13 година
sigpending.c fc44a577aa - trim superfluous ';'. No objcode changes пре 16 година
sigprocmask.c 57e8823548 cancellation support for a large amount of the required syscalls пре 15 година
sigqueue.c 21730caa66 trim Experimentally off and uncommented hidden пре 15 година
sigsuspend.c 29f2e0cd6d sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is defined пре 12 година
splice.c a2dc2ddbb5 splice,sync_file_range: mark them as GNU extensions пре 12 година
ssp-local.c 631049ff3a ssp-local.c: make sure that -fstack-protector is not enabled when compiling file пре 12 година
ssp.c 5c7e1909e1 ssp: rework, sync messages with the ones in glibc пре 12 година
stat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available пре 12 година
stat64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
statfs.c 0f85b228aa nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled пре 14 година
stime.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available пре 12 година
stubs.c e118373cbb eventfd: Implement eventfd2 and fix eventfd пре 12 година
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
symlink.c c292baef29 symlink.c: Compile only if syscall is available пре 12 година
symlinkat.c fd72e30425 first pass at implementing *at funcs пре 15 година
sync.c 6b1fe09331 sync.c: simplify code пре 12 година
sync_file_range.c a2dc2ddbb5 splice,sync_file_range: mark them as GNU extensions пре 12 година
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() пре 15 година
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl пре 14 година
sysdep.h be88a80858 nptl:arm: add a wrapper for .cfi_sections pseudo-ops пре 13 година
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
sysinfo.c 823b22d7c3 provide sysinfo stub пре 12 година
tee.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions пре 12 година
time.c 78b0d99085 time.c: move included header for fallback case пре 12 година
timerfd.c cdeb75380c add timerfd syscall and header пре 15 година
times.c 84dd1527aa times.c: whitespace only пре 12 година
truncate.c c28cabb179 Reorder includes and include only what is necessary пре 12 година
truncate64.c e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard пре 12 година
ulimit.c 1b6c5c4f32 libc: do not rely upon ulimit kernel syscall. пре 13 година
umask.c 1fcbd1764e umask.c: umask always succeeds, use _syscall_noerr1 пре 12 година
umount.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC пре 12 година
umount2.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC пре 12 година
uname.c b10190983a uname.c,unlink.c: whitespace only пре 12 година
unlink.c b10190983a uname.c,unlink.c: whitespace only пре 12 година
unlinkat.c fd72e30425 first pass at implementing *at funcs пре 15 година
unshare.c 19dd090a0f libc: flesh out linux scheduler functions пре 13 година
unwind.h 71d63ed756 unwind.h: Move to libc/sysdeps from nptl sysdeps пре 13 година
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
ustat.c 4dcfe3b269 ustat.c: always_inline syscall пре 12 година
utime.c 917176e71e utime[s]: avoid circular dependency пре 12 година
utimensat.c ef85033ac8 futimens: add function пре 15 година
utimes.c 917176e71e utime[s]: avoid circular dependency пре 12 година
vfork.c 0a043c30ee vfork: make all archs consistent пре 12 година
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. пре 16 година
vmsplice.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions пре 12 година
wait.c 13433395f2 silence some warnings about missing prototypes пре 14 година
wait3.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards пре 12 година
wait4.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards пре 12 година
waitid.c 6a78127da4 waitid.c: use cancel.h пре 12 година
waitpid.c 08b258aeb9 waitpid.c: provide __waitpid_nocancel, use cancel.h пре 12 година
write.c 9df9c60aa9 add cancellation for read, write, close пре 12 година
writev.c 0500402162 readv, writev: rewrite to use cancel.h пре 12 година
xattr.c 73d5955414 unify stub logic пре 13 година
xstatconv.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts пре 15 година
xstatconv.h 656167d891 fstatat: fix up behavior on 32/64 bit hosts пре 15 година