William Pitcock 7ae07d4f02 libm: implement a generic sincos(). 12 anni fa
..
bits 7ae07d4f02 libm: implement a generic sincos(). 12 anni fa
sys 9ed163dc0e Add eventfd support. 12 anni fa
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 23 anni fa
Makefile ba31c6c463 Remove TOPDIR 18 anni fa
Makefile.in d36bc81bb4 stubs: handle linux module functions 12 anni fa
__rt_sigtimedwait.c 73d5955414 unify stub logic 13 anni fa
__rt_sigwaitinfo.c 73d5955414 unify stub logic 13 anni fa
__socketcall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
__syscall_fcntl.c 5ebef43369 provide internal hidden version of __fcntl_nocancel 13 anni fa
__syscall_fcntl64.c 3d6648de14 remove __libc_fcntl[64] 15 anni fa
__syscall_rt_sigaction.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
__syscall_sigaction.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
_exit.c f757db2d31 Merge remote branch 'origin/master' into nptl_merge 14 anni fa
access.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
alarm.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
arch_prctl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
bdflush.c 73d5955414 unify stub logic 13 anni fa
brk.c 6ff6eb1350 create arch-generic brk() based on blackfin one 15 anni fa
capget.c 73d5955414 unify stub logic 13 anni fa
capset.c 73d5955414 unify stub logic 13 anni fa
chdir.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
chmod.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
chown.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
clock_getres.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
clock_gettime.c 1043d24e77 remove two checks for gettimeofday error 14 anni fa
clock_settime.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
close.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 anni fa
cmsg_nxthdr.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
creat.c 74cc326ef4 Update copyright header. 15 anni fa
creat64.c 43ef9c6b3f *: remove some __libc_XXX functions: 15 anni fa
create_module.c 73d5955414 unify stub logic 13 anni fa
delete_module.c 73d5955414 unify stub logic 13 anni fa
dl-osinfo.h 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
dup2.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
epoll.c 8245f3b463 Fix __libc_epoll_pwait compile failure on x86 13 anni fa
eventfd.c 9ed163dc0e Add eventfd support. 12 anni fa
execve.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
faccessat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
fchdir.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
fchmodat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
fchownat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
fdatasync.c 73d5955414 unify stub logic 13 anni fa
flock.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
fork.c 73d5955414 unify stub logic 13 anni fa
fpu_control.h cf4b06dc8c fix from psm: disable unsupported features 17 anni fa
fstat.c f5773054ef fix breakage in x86_64 defconfig 15 anni fa
fstat64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
fstatat.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts 14 anni fa
fstatat64.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts 14 anni fa
fstatfs.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. 15 anni fa
fsync.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
ftruncate.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
ftruncate64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
futimens.c bd33c42e0f futimens: add missing local prototype 14 anni fa
futimesat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
get_kernel_syms.c 73d5955414 unify stub logic 13 anni fa
getcwd.c e48bd60ce9 getcwd: Fix memory-leak in error path 13 anni fa
getdents.c fd826c72f8 new helper funcs for alloca/malloc with mmu/nommu 14 anni fa
getdents64.c fd826c72f8 new helper funcs for alloca/malloc with mmu/nommu 14 anni fa
getdirname.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 anni fa
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getegid.c 83c1854b97 remove error handling from some syscalls 13 anni fa
geteuid.c 83c1854b97 remove error handling from some syscalls 13 anni fa
getgid.c 83c1854b97 remove error handling from some syscalls 13 anni fa
getgroups.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
getpagesize.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getpgid.c 2d276198b4 libc: Provide both getpgid and __getpgid symbols 13 anni fa
getpgrp.c 83c1854b97 remove error handling from some syscalls 13 anni fa
getpid.c 83c1854b97 remove error handling from some syscalls 13 anni fa
getppid.c 83c1854b97 remove error handling from some syscalls 13 anni fa
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
getrlimit.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getrlimit64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getrusage.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
getsid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
gettimeofday.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
getuid.c 83c1854b97 remove error handling from some syscalls 13 anni fa
hp-timing.h 9c4d060ea4 grab header file from glibc 18 anni fa
init_module.c 73d5955414 unify stub logic 13 anni fa
inotify.c a2e5630af4 inotify: add inotify_init1 system call support 14 anni fa
ioctl.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
ioperm.c 02b53aad4c ioperm is not used internally, remove hidden_proto 15 anni fa
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
kill.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
lchown.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. 14 anni fa
link.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
linkat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
llseek.c 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic 15 anni fa
longjmp.c 204c784902 libc: make common longjmp usable with NPTL 13 anni fa
lseek.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 anni fa
lstat.c f5773054ef fix breakage in x86_64 defconfig 15 anni fa
lstat64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
lutimes.c 251f2266bf lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined 13 anni fa
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
mkdir.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
mkdirat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
mkfifo.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
mkfifoat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
mknod.c 5590ebbd36 mknod: convert to INLINE_SYSCALL() to sync with glibc 15 anni fa
mknodat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
mmap.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
mmap64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
mount.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection 15 anni fa
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal 15 anni fa
msync.c 57e1e47345 msync: skip if syscall is missing 14 anni fa
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
munmap.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
nanosleep.c fcde46eae5 nanosleep.c: remove duplicated libc_hidden_proto 13 anni fa
nice.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
noophooks.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
not-cancel.h 94f3c30dc2 Assorted fixed to get nptl compiling on ARM 14 anni fa
ntp_gettime.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
open.c e190a24231 Define creat in an independent file 15 anni fa
open64.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
openat.c fc0cc43885 add hidden aliases for openat funcs 15 anni fa
openat64.c fc0cc43885 add hidden aliases for openat funcs 15 anni fa
pause.c 162cfaea20 *: inline constant __sig{add,del}set and __sigismember 13 anni fa
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
pipe.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
pipe2.c d3ddb92ea0 add pipe2() 13 anni fa
pivot_root.c 73d5955414 unify stub logic 13 anni fa
poll.c ba3aaf137c poll.c: fix incorrect merge 14 anni fa
posix_fadvise.c 73d5955414 unify stub logic 13 anni fa
posix_fadvise64.c 73d5955414 unify stub logic 13 anni fa
ppoll.c 4b88e6e858 libc: Fix cancellation handling in some C functions 13 anni fa
prctl.c df1580676a prctl: silence shadow warnings 14 anni fa
pread_write.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
pselect.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
query_module.c 73d5955414 unify stub logic 13 anni fa
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
read.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 anni fa
readahead.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
readlink.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
readlinkat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
readv.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
rename.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
renameat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
rmdir.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
sched_getaffinity.c 73d5955414 unify stub logic 13 anni fa
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sched_setaffinity.c 73d5955414 unify stub logic 13 anni fa
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
select.c 13433395f2 silence some warnings about missing prototypes 14 anni fa
sendfile.c f5773054ef fix breakage in x86_64 defconfig 15 anni fa
sendfile64.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
setegid.c 2f88f917c2 setegid: use setresgid conditionally 12 anni fa
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 anni fa
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
setgroups.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setpgrp.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setregid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setresgid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setresuid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setreuid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setrlimit.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setrlimit64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setsid.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
settimeofday.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
setuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
signalfd.c 73d5955414 unify stub logic 13 anni fa
sigpending.c fc44a577aa - trim superfluous ';'. No objcode changes 15 anni fa
sigprocmask.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
sigqueue.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
sigsuspend.c 1dd9275091 remove trailing ';' from _syscallX() 13 anni fa
splice.c 73d5955414 unify stub logic 13 anni fa
ssp-local.c 05e75260d6 Get rid of missing prototype warnings 18 anni fa
ssp.c 82098ab9b8 guard *_chk() related stuff with UCLIBC_HAS_FORTIFY 13 anni fa
stat.c f5773054ef fix breakage in x86_64 defconfig 15 anni fa
stat64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
statfs.c 0f85b228aa nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled 13 anni fa
stime.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
stubs.c 3dbeeb8395 stubs: remove leftover undefs 12 anni fa
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
symlink.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
symlinkat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
sync.c 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic 15 anni fa
sync_file_range.c 73d5955414 unify stub logic 13 anni fa
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() 15 anni fa
syscalls.h eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other 17 anni fa
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl 14 anni fa
sysdep.h be88a80858 nptl:arm: add a wrapper for .cfi_sections pseudo-ops 13 anni fa
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
sysinfo.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
tee.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
time.c 779c35b7c4 time,times: stop interpreting negative return values ar errors 14 anni fa
timerfd.c cdeb75380c add timerfd syscall and header 14 anni fa
times.c 779c35b7c4 time,times: stop interpreting negative return values ar errors 14 anni fa
truncate.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
truncate64.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
ulimit.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
umask.c 83c1854b97 remove error handling from some syscalls 13 anni fa
umount.c 73d5955414 unify stub logic 13 anni fa
umount2.c 73d5955414 unify stub logic 13 anni fa
uname.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
unlink.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
unlinkat.c fd72e30425 first pass at implementing *at funcs 15 anni fa
unwind.h 71d63ed756 unwind.h: Move to libc/sysdeps from nptl sysdeps 13 anni fa
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
ustat.c 7f5cc205a7 mknod: widen the parameters to match kernel 15 anni fa
utime.c cb965e7690 utime() is obsolescent in SUSv4 14 anni fa
utimensat.c ef85033ac8 futimens: add function 14 anni fa
utimes.c cb965e7690 utime() is obsolescent in SUSv4 14 anni fa
vfork.c 711ad9f92c create real common vfork() function 15 anni fa
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 anni fa
vmsplice.c 73d5955414 unify stub logic 13 anni fa
wait.c 13433395f2 silence some warnings about missing prototypes 14 anni fa
wait3.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
wait4.c 21730caa66 trim Experimentally off and uncommented hidden 14 anni fa
waitid.c 4b88e6e858 libc: Fix cancellation handling in some C functions 13 anni fa
waitpid.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
write.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 anni fa
writev.c 57e8823548 cancellation support for a large amount of the required syscalls 14 anni fa
xattr.c 73d5955414 unify stub logic 13 anni fa
xstatconv.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts 14 anni fa
xstatconv.h 656167d891 fstatat: fix up behavior on 32/64 bit hosts 14 anni fa