Peter S. Mazinger f418f52701 errno, h_errno: correct them for non-TLS il y a 13 ans
..
bits f418f52701 errno, h_errno: correct them for non-TLS il y a 12 ans
sys 64572a51b0 add epoll_pwait() il y a 12 ans
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix il y a 24 ans
Makefile ba31c6c463 Remove TOPDIR il y a 19 ans
Makefile.in 19dd090a0f libc: flesh out linux scheduler functions il y a 13 ans
__rt_sigtimedwait.c 5fce95b146 no need for hidden sigtimedwait il y a 12 ans
__rt_sigwaitinfo.c 3c3f899b6d remove unneeded hidden sigwaitinfo il y a 12 ans
__socketcall.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
__syscall_fcntl.c 5ebef43369 provide internal hidden version of __fcntl_nocancel il y a 13 ans
__syscall_fcntl64.c 3d6648de14 remove __libc_fcntl[64] il y a 16 ans
__syscall_rt_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place il y a 12 ans
__syscall_sigaction.c 27fbcf79bc signal.h: move prototypes for __syscall_[rt_]sigaction to common place il y a 12 ans
_exit.c f757db2d31 Merge remote branch 'origin/master' into nptl_merge il y a 15 ans
access.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
alarm.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
arch_prctl.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
bdflush.c 73d5955414 unify stub logic il y a 13 ans
brk.c 6ff6eb1350 create arch-generic brk() based on blackfin one il y a 16 ans
capget.c 73d5955414 unify stub logic il y a 13 ans
capset.c 73d5955414 unify stub logic il y a 13 ans
chdir.c f0e0d954f2 chdir.c: simplify code il y a 12 ans
chmod.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
chown.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
clock_getres.c f486c8ba61 clock_getres.c: include unistd.h unless syscall is defined il y a 12 ans
clock_gettime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup il y a 12 ans
clock_settime.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup il y a 12 ans
close.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. il y a 15 ans
cmsg_nxthdr.c 1533e2876b remove __FORCE_GLIBC il y a 12 ans
creat.c 74cc326ef4 Update copyright header. il y a 15 ans
creat64.c 43ef9c6b3f *: remove some __libc_XXX functions: il y a 16 ans
create_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup il y a 12 ans
delete_module.c 95b2df38cb clock_{g,s}ettime.c,{create,delete}_module.c: cleanup il y a 12 ans
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers il y a 12 ans
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
dup2.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
epoll.c 64572a51b0 add epoll_pwait() il y a 12 ans
eventfd.c e118373cbb eventfd: Implement eventfd2 and fix eventfd il y a 12 ans
execve.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
faccessat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
fchdir.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
fchmodat.c 577c6ee118 fchmodat: fix handling of flags il y a 12 ans
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
fchownat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
fdatasync.c 73d5955414 unify stub logic il y a 13 ans
flock.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
fork.c b91a7f431d cleanup fork() il y a 12 ans
fpu_control.h cf4b06dc8c fix from psm: disable unsupported features il y a 18 ans
fstat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available il y a 12 ans
fstat64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
fstatat.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts il y a 15 ans
fstatat64.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts il y a 15 ans
fstatfs.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. il y a 16 ans
fsync.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
ftruncate.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
ftruncate64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
futimens.c bd33c42e0f futimens: add missing local prototype il y a 14 ans
futimesat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
get_kernel_syms.c 73d5955414 unify stub logic il y a 13 ans
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path il y a 13 ans
getdents.c 329befa261 dirent.h: use __ssize_t instead of ssize_t il y a 12 ans
getdents64.c 329befa261 dirent.h: use __ssize_t instead of ssize_t il y a 12 ans
getdirname.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes il y a 15 ans
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
getegid.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
geteuid.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
getgid.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
getgroups.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
getpagesize.c fee4034763 getpagesize.c, unistd.h: hide __pagesize il y a 12 ans
getpgid.c 2d276198b4 libc: Provide both getpgid and __getpgid symbols il y a 14 ans
getpgrp.c 9f096becc4 getpgrp: fix fallback handling il y a 12 ans
getpid.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
getppid.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
getrlimit.c 916229f02c __xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped il y a 12 ans
getrlimit64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
getrusage.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
getsid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
gettimeofday.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
getuid.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
hp-timing.h 9c4d060ea4 grab header file from glibc il y a 19 ans
init_module.c 73d5955414 unify stub logic il y a 13 ans
inotify.c 0f45e8a279 inotify_rm_watch: Change second argument to int il y a 12 ans
ioctl.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
ioperm.c 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm il y a 12 ans
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) il y a 12 ans
kill.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
lchown.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. il y a 14 ans
link.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
linkat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
llseek.c 7bad8cf68b llseek: support __NR_llseek syscall il y a 12 ans
longjmp.c 8f86b8a197 move *longjmp related prototypes to setjmp.h il y a 12 ans
lseek.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. il y a 15 ans
lstat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available il y a 12 ans
lstat64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
lutimes.c 251f2266bf lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined il y a 13 ans
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
mkdir.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
mkdirat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
mkfifo.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
mkfifoat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
mknod.c 5590ebbd36 mknod: convert to INLINE_SYSCALL() to sync with glibc il y a 15 ans
mknodat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
mmap.c 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs il y a 12 ans
mmap64.c b713a0b26f mmap64: Use correct type for offset parameter il y a 12 ans
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
mount.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection il y a 15 ans
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal il y a 16 ans
msync.c 57e1e47345 msync: skip if syscall is missing il y a 14 ans
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
munmap.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
nanosleep.c fcde46eae5 nanosleep.c: remove duplicated libc_hidden_proto il y a 13 ans
nice.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
noophooks.c 5d39c1ed76 do not include libc-internal.h il y a 12 ans
not-cancel.h 94f3c30dc2 Assorted fixed to get nptl compiling on ARM il y a 14 ans
ntp_gettime.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
open.c e190a24231 Define creat in an independent file il y a 15 ans
open64.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
openat.c fc0cc43885 add hidden aliases for openat funcs il y a 15 ans
openat64.c fc0cc43885 add hidden aliases for openat funcs il y a 15 ans
pause.c 162cfaea20 *: inline constant __sig{add,del}set and __sigismember il y a 14 ans
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
pipe.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
pipe2.c d3ddb92ea0 add pipe2() il y a 13 ans
pivot_root.c 73d5955414 unify stub logic il y a 13 ans
poll.c ba3aaf137c poll.c: fix incorrect merge il y a 14 ans
posix_fadvise.c 899a273126 stubs: unified from future il y a 12 ans
posix_fadvise64.c 899a273126 stubs: unified from future il y a 12 ans
ppoll.c 4b88e6e858 libc: Fix cancellation handling in some C functions il y a 14 ans
prctl.c df1580676a prctl: silence shadow warnings il y a 14 ans
pread_write.c 80c9bfc466 pread/pwrite: drop fallback funcs il y a 12 ans
pselect.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
query_module.c 73d5955414 unify stub logic il y a 13 ans
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
read.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. il y a 15 ans
readahead.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
readlink.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
readlinkat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
readv.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
rename.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
renameat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
rmdir.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
sched_cpucount.c 19dd090a0f libc: flesh out linux scheduler functions il y a 13 ans
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
sched_getaffinity.c 73d5955414 unify stub logic il y a 13 ans
sched_getcpu.c 19dd090a0f libc: flesh out linux scheduler functions il y a 13 ans
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sched_setaffinity.c 73d5955414 unify stub logic il y a 13 ans
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
select.c 13433395f2 silence some warnings about missing prototypes il y a 14 ans
sendfile.c f5773054ef fix breakage in x86_64 defconfig il y a 15 ans
sendfile64.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
setegid.c 2f88f917c2 setegid: use setresgid conditionally il y a 13 ans
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs il y a 15 ans
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
setgroups.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setpgrp.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setregid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setresgid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setresuid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setreuid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setrlimit.c 916229f02c __xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped il y a 12 ans
setrlimit64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setsid.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
settimeofday.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
setuid.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
signalfd.c 73d5955414 unify stub logic il y a 13 ans
sigpending.c fc44a577aa - trim superfluous ';'. No objcode changes il y a 16 ans
sigprocmask.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
sigqueue.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
sigsuspend.c 1dd9275091 remove trailing ';' from _syscallX() il y a 13 ans
splice.c 73d5955414 unify stub logic il y a 13 ans
ssp-local.c 0dd1ccafa7 libc-internal.h: use a consistent prototype for __stack_chk_fail il y a 12 ans
ssp.c 0dd1ccafa7 libc-internal.h: use a consistent prototype for __stack_chk_fail il y a 12 ans
stat.c ae0e6225db lstat/stat/fstat: Use 64bit version of syscall if available il y a 12 ans
stat64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
statfs.c 0f85b228aa nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled il y a 14 ans
stime.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
stubs.c e118373cbb eventfd: Implement eventfd2 and fix eventfd il y a 12 ans
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
symlink.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
symlinkat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
sync.c 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic il y a 15 ans
sync_file_range.c 73d5955414 unify stub logic il y a 13 ans
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() il y a 15 ans
syscalls.h eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other il y a 18 ans
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl il y a 14 ans
sysdep.h be88a80858 nptl:arm: add a wrapper for .cfi_sections pseudo-ops il y a 13 ans
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
sysinfo.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
tee.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
time.c 779c35b7c4 time,times: stop interpreting negative return values ar errors il y a 14 ans
timerfd.c cdeb75380c add timerfd syscall and header il y a 15 ans
times.c 779c35b7c4 time,times: stop interpreting negative return values ar errors il y a 14 ans
truncate.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
truncate64.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
ulimit.c 1b6c5c4f32 libc: do not rely upon ulimit kernel syscall. il y a 13 ans
umask.c 83c1854b97 remove error handling from some syscalls il y a 13 ans
umount.c 73d5955414 unify stub logic il y a 13 ans
umount2.c 73d5955414 unify stub logic il y a 13 ans
uname.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
unlink.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
unlinkat.c fd72e30425 first pass at implementing *at funcs il y a 15 ans
unshare.c 19dd090a0f libc: flesh out linux scheduler functions il y a 13 ans
unwind.h 71d63ed756 unwind.h: Move to libc/sysdeps from nptl sysdeps il y a 13 ans
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
ustat.c 7f5cc205a7 mknod: widen the parameters to match kernel il y a 15 ans
utime.c 8f1ba5cd4f utime.c,utimes.c: include headers only when needed il y a 12 ans
utimensat.c ef85033ac8 futimens: add function il y a 15 ans
utimes.c 8f1ba5cd4f utime.c,utimes.c: include headers only when needed il y a 12 ans
vfork.c 711ad9f92c create real common vfork() function il y a 15 ans
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. il y a 16 ans
vmsplice.c 73d5955414 unify stub logic il y a 13 ans
wait.c 13433395f2 silence some warnings about missing prototypes il y a 14 ans
wait3.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
wait4.c 21730caa66 trim Experimentally off and uncommented hidden il y a 15 ans
waitid.c 4b88e6e858 libc: Fix cancellation handling in some C functions il y a 14 ans
waitpid.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
write.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. il y a 15 ans
writev.c 57e8823548 cancellation support for a large amount of the required syscalls il y a 15 ans
xattr.c 73d5955414 unify stub logic il y a 13 ans
xstatconv.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts il y a 15 ans
xstatconv.h 656167d891 fstatat: fix up behavior on 32/64 bit hosts il y a 15 ans