Bernhard Reutner-Fischer 0676373756 unistd: allow to turn off getopt_long há 9 anos atrás
..
bits 0676373756 unistd: allow to turn off getopt_long há 9 anos atrás
sys fd355bc1db eventfd.h: Use new "bits/" scheme for arch-specific flags há 11 anos atrás
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix há 23 anos atrás
Makefile ba31c6c463 Remove TOPDIR há 18 anos atrás
Makefile.in 41537a770b buildsys: fix IS_IN_lib* há 9 anos atrás
__rt_sigtimedwait.c d1e5115772 libc: switch several users to unlikely() há 11 anos atrás
__rt_sigwaitinfo.c b72b0b14d0 rework cancellation for sigwait, sigtimedwait and sigwaitinfo há 12 anos atrás
__socketcall.c 19607f1113 socketcalls.c: rewrite to use cancel.h há 12 anos atrás
__syscall_fcntl.c d62c716242 fcntl: Use fcntl64 is arch does not have the fcntl syscall há 11 anos atrás
__syscall_fcntl64.c a586f419f5 LT.old: reinstate build há 11 anos atrás
__syscall_rt_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place há 12 anos atrás
__syscall_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place há 12 anos atrás
_exit.c 11430a8e3c _exit.c: add ABORT_INSTRUCTION há 12 anos atrás
access.c 695e274cf7 access: Use faccessat if arch does not have the access syscall há 11 anos atrás
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
alarm.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
arch_prctl.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
bdflush.c 73d5955414 unify stub logic há 13 anos atrás
brk.c d5f8c6ddc4 brk.c: remove libc_hidden_proto, always_inline syscall há 12 anos atrás
capget.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
capset.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
chdir.c f0e0d954f2 chdir.c: simplify code há 12 anos atrás
chmod.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall há 11 anos atrás
chown.c c4c78fc5f3 chown: Use fchownat if arch does not have the chown syscall há 11 anos atrás
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
clock_adjtime.c 5128015145 Add clock_adjtime syscall há 9 anos atrás
clock_getres.c f486c8ba61 clock_getres.c: include unistd.h unless syscall is defined há 12 anos atrás
clock_gettime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup há 12 anos atrás
clock_settime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup há 12 anos atrás
close.c 9df9c60aa9 add cancellation for read, write, close há 12 anos atrás
cmsg_nxthdr.c 1e2e4ac619 socket.h: pull socket_type.h from eglibc há 11 anos atrás
creat.c f9af28c64e creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by open) há 12 anos atrás
creat64.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
create_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup há 12 anos atrás
delete_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup há 12 anos atrás
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers há 12 anos atrás
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
dup2.c 90accddebe dup2: Use dup3 if arch does not have the dup2 syscall há 11 anos atrás
dup3.c 90accddebe dup2: Use dup3 if arch does not have the dup2 syscall há 11 anos atrás
epoll.c 7efe10ec5f libc: split multi-source epoll.c há 9 anos atrás
epoll_create.c 7efe10ec5f libc: split multi-source epoll.c há 9 anos atrás
epoll_ctl.c 7efe10ec5f libc: split multi-source epoll.c há 9 anos atrás
epoll_pwait.c 7efe10ec5f libc: split multi-source epoll.c há 9 anos atrás
epoll_wait.c 7efe10ec5f libc: split multi-source epoll.c há 9 anos atrás
eventfd.c e118373cbb eventfd: Implement eventfd2 and fix eventfd há 12 anos atrás
execve.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
faccessat.c 695e274cf7 access: Use faccessat if arch does not have the access syscall há 11 anos atrás
fallocate.c 33a12b5540 libc: add fallocate() and fallocate64() há 9 anos atrás
fallocate64.c 33a12b5540 libc: add fallocate() and fallocate64() há 9 anos atrás
fchdir.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
fchmodat.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall há 11 anos atrás
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
fchownat.c c4c78fc5f3 chown: Use fchownat if arch does not have the chown syscall há 11 anos atrás
fdatasync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h há 12 anos atrás
flock.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
fork.c 11372c665a fork: Use clone if arch does not have the fork syscall há 11 anos atrás
fpu_control.h 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
fstat.c b34c8a4698 fstat: Use fstat64 if arch does not have the fstat syscall há 11 anos atrás
fstat64.c b34c8a4698 fstat: Use fstat64 if arch does not have the fstat syscall há 11 anos atrás
fstatat.c 13f56c443b stat: Use fstatat64 if arch does not have the stat syscall há 11 anos atrás
fstatat64.c 36b3c53f92 stat64: Use fstatat64 if arch does not have the stat64 syscall há 11 anos atrás
fstatfs.c 09e782b088 fstatfs: Add __libc_fstatfs wrapper há 11 anos atrás
fsync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h há 12 anos atrás
ftruncate.c bad1b218da ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall há 11 anos atrás
ftruncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR há 11 anos atrás
futimens.c 290e19f814 drop support for pre ISO-C compilers há 11 anos atrás
futimesat.c fd72e30425 first pass at implementing *at funcs há 15 anos atrás
get_kernel_syms.c f2401c418b get_kernel_syms.c: reorganize, no need for attribute_unused in prototype há 12 anos atrás
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path há 13 anos atrás
getdents.c 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall há 11 anos atrás
getdents64.c 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall há 11 anos atrás
getdirname.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
getegid.c 83c1854b97 remove error handling from some syscalls há 13 anos atrás
geteuid.c 83c1854b97 remove error handling from some syscalls há 13 anos atrás
getgid.c 83c1854b97 remove error handling from some syscalls há 13 anos atrás
getgroups.c ca89d7e1fb getgroups.c: reorganize, include param.h instead of defining MIN há 12 anos atrás
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
getpagesize.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
getpgid.c 2d276198b4 libc: Provide both getpgid and __getpgid symbols há 13 anos atrás
getpgrp.c 9f096becc4 getpgrp: fix fallback handling há 12 anos atrás
getpid.c 83c1854b97 remove error handling from some syscalls há 13 anos atrás
getppid.c 83c1854b97 remove error handling from some syscalls há 13 anos atrás
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
getrlimit.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
getrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
getrusage.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
getsid.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
gettimeofday.c 34c0112854 gettimeofday.c: use the same type as in header há 12 anos atrás
getuid.c 83c1854b97 remove error handling from some syscalls há 13 anos atrás
hp-timing.h 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
init_module.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
inotify.c af63ec925e inotify_init: Use inotify_init1 if inotify_init syscall is not defined há 11 anos atrás
ioctl.c 733810682b ioctl.c: use cancel.h há 12 anos atrás
ioperm.c 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm há 12 anos atrás
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) há 12 anos atrás
kill.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
lchown.c d8386ad5e7 lchown: Use fchownat if arch does not have the lchown syscall há 11 anos atrás
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. há 14 anos atrás
link.c 82fc713658 link: Use linkat if arch does not have the link syscall há 11 anos atrás
linkat.c 82fc713658 link: Use linkat if arch does not have the link syscall há 11 anos atrás
llseek.c 24edbbd53a lseek, lseek64: add cancellation for all THREADS há 12 anos atrás
longjmp.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
lseek.c 361285886a lseek: Correct order of offset arguments há 9 anos atrás
lstat.c 677adae2b0 lstat: Use fstatat64 if arch does not have the lstat syscall há 11 anos atrás
lstat64.c 789e2402f3 lstat64: Use fstatat64 if arch does not have the lstat64 syscall há 11 anos atrás
lutimes.c 251f2266bf lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined há 13 anos atrás
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
mkdir.c ecb2be2c0a mkdir: Use mkdirat if arch does not have the mkdir syscall há 11 anos atrás
mkdirat.c ecb2be2c0a mkdir: Use mkdirat if arch does not have the mkdir syscall há 11 anos atrás
mkfifo.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
mkfifoat.c fd72e30425 first pass at implementing *at funcs há 15 anos atrás
mknod.c 6589e886e0 mknod: Use mknodat if arch does not have the mknod syscall há 11 anos atrás
mknodat.c fd72e30425 first pass at implementing *at funcs há 15 anos atrás
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
mmap.c 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs há 12 anos atrás
mmap64.c f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen há 12 anos atrás
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
mount.c c6dcc660d3 mount.c: whitespace only há 12 anos atrás
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection há 15 anos atrás
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal há 15 anos atrás
msync.c 2c917b0305 adapt fdatasync, fsync, msync to use cancel.h há 12 anos atrás
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
munmap.c a0fa1f8acf munmap.c: do not include unistd.h há 12 anos atrás
nanosleep.c d3b81557ec nanosleep.c: use cancel.h há 12 anos atrás
nice.c 79cd5fb435 nice: fix overflow checking in int_add_no_wrap() há 11 anos atrás
noophooks.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
not-cancel.h 49d3f93362 libc/pause: Enable pause_nocancel for arches without __NR_pause há 11 anos atrás
ntp_gettime.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
open.c 9f44c4ca56 open: Use openat if arch does not have the open syscall há 11 anos atrás
open64.c 7e829db6ae open64: ensure that openat check works há 10 anos atrás
openat.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped há 12 anos atrás
openat64.c a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped há 12 anos atrás
pause.c 49d3f93362 libc/pause: Enable pause_nocancel for arches without __NR_pause há 11 anos atrás
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
pipe.c dde074b390 pipe: Use pipe2 if arch does not have the pipe syscall há 11 anos atrás
pipe2.c d3ddb92ea0 add pipe2() há 13 anos atrás
pivot_root.c 7c966f5242 pivot_root.c: move prototype into guard há 12 anos atrás
poll.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
posix_fadvise.c 95ec1755ef libc: posix_fadvise: Fix build breakage for !LFS há 9 anos atrás
posix_fadvise64.c ee84b8b400 linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT há 11 anos atrás
posix_fallocate.c 33a12b5540 libc: add fallocate() and fallocate64() há 9 anos atrás
posix_fallocate64.c 33a12b5540 libc: add fallocate() and fallocate64() há 9 anos atrás
posix_madvise.c 9d101732ad add posix_madvise.c há 12 anos atrás
ppoll.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
prctl.c 3a3ad3dfc1 prctl: fix system call wrapper há 10 anos atrás
pread_write.c 458076d59e linux: pread/write: fix 64bit handling há 11 anos atrás
pselect.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
query_module.c 73d5955414 unify stub logic há 13 anos atrás
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
read.c 9df9c60aa9 add cancellation for read, write, close há 12 anos atrás
readahead.c 81c9eaafec linux: readahead: convert to SYSCALL_ALIGN_64BIT há 11 anos atrás
readlink.c e07db64b78 readlink: Use readlinkat if arch does not have the readlink syscall há 11 anos atrás
readlinkat.c e07db64b78 readlink: Use readlinkat if arch does not have the readlink syscall há 11 anos atrás
readv.c 0500402162 readv, writev: rewrite to use cancel.h há 12 anos atrás
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
rename.c 3a5be53a84 rename: Use renameat if arch does not have the rename syscall há 11 anos atrás
renameat.c 3a5be53a84 rename: Use renameat if arch does not have the rename syscall há 11 anos atrás
rmdir.c 98f53c5760 rmdir: Use unlinkat if arch does not have the rmdir syscall há 11 anos atrás
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
sched_cpucount.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
sched_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
sched_getcpu.c 19dd090a0f libc: flesh out linux scheduler functions há 12 anos atrás
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
sched_setaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
select.c 6c7c4fb8e1 select: adapt cancelation to use cancel.h há 12 anos atrás
sendfile.c 905775f198 libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibility há 11 anos atrás
sendfile64.c a83ea57a50 sendfile: Use sendfile64 if arch does not have the sendfile syscall há 11 anos atrás
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
setegid.c 2f88f917c2 setegid: use setresgid conditionally há 12 anos atrás
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs há 14 anos atrás
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
setgroups.c 0a18b6589d setgroups.c: move around some headers, always_inline syscall há 12 anos atrás
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setpgrp.c 39e02af41f setpgrp.c: remove unneeded header há 12 anos atrás
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setregid.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setresgid.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setresuid.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setreuid.c 21730caa66 trim Experimentally off and uncommented hidden há 14 anos atrás
setrlimit.c c28cabb179 Reorder includes and include only what is necessary há 12 anos atrás
setrlimit64.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
setsid.c a55acdf73a setsid.c: whitespace only há 12 anos atrás
settimeofday.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available há 12 anos atrás
setuid.c a30f4f75a3 setuid.c: always_inline syscall há 12 anos atrás
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
signalfd.c 028183a24d change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code há 12 anos atrás
sigpending.c 028183a24d change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code há 12 anos atrás
sigprocmask.c d1e5115772 libc: switch several users to unlikely() há 11 anos atrás
sigqueue.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
sigsuspend.c fae8e7e498 sigsuspend.c: add cancellation support independently of rt_sigsuspend há 12 anos atrás
splice.c a2dc2ddbb5 splice,sync_file_range: mark them as GNU extensions há 12 anos atrás
ssp-local.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
ssp.c 5c7e1909e1 ssp: rework, sync messages with the ones in glibc há 12 anos atrás
stat.c 13f56c443b stat: Use fstatat64 if arch does not have the stat syscall há 11 anos atrás
stat64.c 36b3c53f92 stat64: Use fstatat64 if arch does not have the stat64 syscall há 11 anos atrás
statfs.c 8c57a5d9c2 statfs: fix compile error when UCLIBC_LINUX_SPECIFIC is not set há 9 anos atrás
stime.c 1b11d19b60 provide stime and settimeofday functions if at least one of the syscalls is available há 12 anos atrás
stubs.c 5866897566 utimes: Export utimensat based utimes há 11 anos atrás
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
symlink.c 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall há 11 anos atrás
symlinkat.c 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall há 11 anos atrás
sync.c 6b1fe09331 sync.c: simplify code há 12 anos atrás
sync_file_range.c 4721ac5f83 libc: Fix sync_file_range.c for MIPS64 N32 ABI há 10 anos atrás
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() há 15 anos atrás
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl há 14 anos atrás
sysdep.h bda630857e libc/sysdeps: commonize ret_ERRVAL há 10 anos atrás
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
sysinfo.c 823b22d7c3 provide sysinfo stub há 12 anos atrás
tee.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions há 12 anos atrás
time.c 78b0d99085 time.c: move included header for fallback case há 12 anos atrás
timerfd.c cdeb75380c add timerfd syscall and header há 14 anos atrás
times.c 84dd1527aa times.c: whitespace only há 12 anos atrás
truncate.c e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 11 anos atrás
truncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR há 11 anos atrás
ulimit.c 1b6c5c4f32 libc: do not rely upon ulimit kernel syscall. há 12 anos atrás
umask.c 1fcbd1764e umask.c: umask always succeeds, use _syscall_noerr1 há 12 anos atrás
umount.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC há 12 anos atrás
umount2.c 5046a84d82 umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC há 12 anos atrás
uname.c b10190983a uname.c,unlink.c: whitespace only há 12 anos atrás
unlink.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall há 11 anos atrás
unlinkat.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall há 11 anos atrás
unshare.c 19dd090a0f libc: flesh out linux scheduler functions há 12 anos atrás
unwind.h 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
ustat.c aec10d8647 ustat: Add ustat stub for arches that don't have the ustat system call há 11 anos atrás
utime.c c7d36adfc2 utime: Use utimensat if arch does not have the utime syscall há 11 anos atrás
utimensat.c ef85033ac8 futimens: add function há 14 anos atrás
utimes.c 5866897566 utimes: Export utimensat based utimes há 11 anos atrás
vfork.c f9ea885024 vfork: fix clone based version há 10 anos atrás
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. há 15 anos atrás
vmsplice.c fc4b1388b3 tee,vmsplice: mark them as GNU extensions há 12 anos atrás
wait.c 613b0fabf0 wait.c: use cancel.h há 12 anos atrás
wait3.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards há 12 anos atrás
wait4.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards há 12 anos atrás
waitid.c 6a78127da4 waitid.c: use cancel.h há 12 anos atrás
waitpid.c 08b258aeb9 waitpid.c: provide __waitpid_nocancel, use cancel.h há 12 anos atrás
write.c 9df9c60aa9 add cancellation for read, write, close há 12 anos atrás
writev.c 0500402162 readv, writev: rewrite to use cancel.h há 12 anos atrás
xattr.c 73d5955414 unify stub logic há 13 anos atrás
xstatconv.c 266bdc1f62 Replace FSF snail mail address with URLs há 11 anos atrás
xstatconv.h 1b1133555e fstat64: Fix Build warnings with common-generic ABI build há 11 anos atrás