Khem Raj ed0915ba70 Get new nptl building on SH4 14 vuotta sitten
..
bits 94f3c30dc2 Assorted fixed to get nptl compiling on ARM 14 vuotta sitten
sys cdeb75380c add timerfd syscall and header 14 vuotta sitten
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 24 vuotta sitten
Makefile ba31c6c463 Remove TOPDIR 18 vuotta sitten
Makefile.in 1f6601af67 x86_64: no waitpid syscall exists, so use wait4 14 vuotta sitten
__rt_sigtimedwait.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
__rt_sigwaitinfo.c 0f3e8be773 whitespace fixes 14 vuotta sitten
__socketcall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
__syscall_fcntl.c 0f3e8be773 whitespace fixes 14 vuotta sitten
__syscall_fcntl64.c 3d6648de14 remove __libc_fcntl[64] 15 vuotta sitten
__syscall_rt_sigaction.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
__syscall_sigaction.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
_exit.c f757db2d31 Merge remote branch 'origin/master' into nptl_merge 14 vuotta sitten
access.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
acct.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
adjtimex.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
alarm.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
arch_prctl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
bdflush.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
brk.c 6ff6eb1350 create arch-generic brk() based on blackfin one 15 vuotta sitten
capget.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
capset.c 0c23badf50 - mark capset() as linux specific 15 vuotta sitten
chdir.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
chmod.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
chown.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
chroot.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
clock_getres.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
clock_gettime.c 1043d24e77 remove two checks for gettimeofday error 14 vuotta sitten
clock_settime.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
close.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 vuotta sitten
cmsg_nxthdr.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
creat.c 74cc326ef4 Update copyright header. 15 vuotta sitten
creat64.c 43ef9c6b3f *: remove some __libc_XXX functions: 15 vuotta sitten
create_module.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
delete_module.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
dl-osinfo.h 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
dup.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
dup2.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
epoll.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
execve.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
faccessat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
fchdir.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
fchmod.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
fchmodat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
fchown.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
fchownat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
fdatasync.c 1c097bc0d1 fdatasync: handle latest alpha syscalls 15 vuotta sitten
flock.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
fork.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
fpu_control.h cf4b06dc8c fix from psm: disable unsupported features 18 vuotta sitten
fstat.c f5773054ef fix breakage in x86_64 defconfig 15 vuotta sitten
fstat64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
fstatat.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts 15 vuotta sitten
fstatat64.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts 15 vuotta sitten
fstatfs.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. 15 vuotta sitten
fsync.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
ftruncate.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
ftruncate64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
futimens.c bd33c42e0f futimens: add missing local prototype 14 vuotta sitten
futimesat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
get_kernel_syms.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
getcwd.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getdents.c f5773054ef fix breakage in x86_64 defconfig 15 vuotta sitten
getdents64.c f5773054ef fix breakage in x86_64 defconfig 15 vuotta sitten
getdirname.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 15 vuotta sitten
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getegid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
geteuid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getgid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getgroups.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getitimer.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
getpagesize.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getpgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
getpgrp.c e835d2bf21 - emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann) 15 vuotta sitten
getpid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getppid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getpriority.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getresgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
getresuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
getrlimit.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getrlimit64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getrusage.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
getsid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
gettimeofday.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
getuid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
hp-timing.h 9c4d060ea4 grab header file from glibc 18 vuotta sitten
init_module.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
inotify.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
ioctl.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
ioperm.c 02b53aad4c ioperm is not used internally, remove hidden_proto 15 vuotta sitten
iopl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
kill.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
klogctl.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
lchown.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
libgcc_s.h a68b6d339b Add missing libgcc_s.h header. 14 vuotta sitten
link.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
linkat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
llseek.c 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic 15 vuotta sitten
longjmp.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
lseek.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 vuotta sitten
lstat.c f5773054ef fix breakage in x86_64 defconfig 15 vuotta sitten
lstat64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
madvise.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
mkdir.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
mkdirat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
mkfifo.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
mkfifoat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
mknod.c 5590ebbd36 mknod: convert to INLINE_SYSCALL() to sync with glibc 15 vuotta sitten
mknodat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
mlock.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
mlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
mmap.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
mmap64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
modify_ldt.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
mount.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
mprotect.c 9889c8791b enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection 15 vuotta sitten
mremap.c 3e8067a627 deal with TODOs left over from libc_hidden_proto removal 15 vuotta sitten
msync.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
munlock.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
munlockall.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
munmap.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
nanosleep.c 0f3e8be773 whitespace fixes 14 vuotta sitten
nice.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
noophooks.c 05e75260d6 Get rid of missing prototype warnings 18 vuotta sitten
not-cancel.h 94f3c30dc2 Assorted fixed to get nptl compiling on ARM 14 vuotta sitten
ntp_gettime.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
open.c e190a24231 Define creat in an independent file 15 vuotta sitten
open64.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
openat.c fc0cc43885 add hidden aliases for openat funcs 15 vuotta sitten
openat64.c fc0cc43885 add hidden aliases for openat funcs 15 vuotta sitten
pause.c ed0915ba70 Get new nptl building on SH4 14 vuotta sitten
personality.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
pipe.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
pivot_root.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
poll.c 0f3e8be773 whitespace fixes 14 vuotta sitten
posix_fadvise.c 8192a60a71 drop last _syscall6 checks 15 vuotta sitten
posix_fadvise64.c 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic 15 vuotta sitten
ppoll.c 6d3ed00a41 ppoll: get NULL from stddef.h 14 vuotta sitten
prctl.c df1580676a prctl: silence shadow warnings 14 vuotta sitten
pread_write.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
pselect.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
query_module.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
quotactl.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
read.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 vuotta sitten
readahead.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
readlink.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
readlinkat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
readv.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
reboot.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
rename.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
renameat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
rmdir.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
sched_get_priority_max.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
sched_get_priority_min.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
sched_getaffinity.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sched_getparam.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sched_getscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sched_rr_get_interval.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sched_setaffinity.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
sched_setparam.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sched_setscheduler.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sched_yield.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
select.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
sendfile.c f5773054ef fix breakage in x86_64 defconfig 15 vuotta sitten
sendfile64.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
setdomainname.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
setegid.c 7aa9c2486c remove a few more empty #if/#endif pairs 15 vuotta sitten
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs 15 vuotta sitten
setfsgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
setfsuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
setgid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
setgroups.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
sethostname.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
setitimer.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setpgid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setpgrp.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setpriority.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setregid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setresgid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setresuid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setreuid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setrlimit.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setrlimit64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setsid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
settimeofday.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
setuid.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sigaltstack.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
signalfd.c 47b2dbaaac - fix copy'n paste error 15 vuotta sitten
sigpending.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
sigprocmask.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
sigqueue.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
sigsuspend.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
splice.c cb97aadebf Last portion of libc_hidden_proto removal. 15 vuotta sitten
ssp-local.c 05e75260d6 Get rid of missing prototype warnings 18 vuotta sitten
ssp.c 7dcd83e8bd x86_64: fix multiple definition of chk functions 14 vuotta sitten
stat.c f5773054ef fix breakage in x86_64 defconfig 15 vuotta sitten
stat64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
statfs.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. 15 vuotta sitten
stime.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
swapoff.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
swapon.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
symlink.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
symlinkat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
sync.c 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic 15 vuotta sitten
sync_file_range.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
syscall.c c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() 15 vuotta sitten
syscalls.h eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other 17 vuotta sitten
sysctl.c 8a2d6677c3 silence warning about implicit decl of sysctl 14 vuotta sitten
sysdep.h 828ba271af nptl: sysdep headers re-factoring 14 vuotta sitten
sysfs.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
sysinfo.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
tee.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
time.c 779c35b7c4 time,times: stop interpreting negative return values ar errors 14 vuotta sitten
timerfd.c cdeb75380c add timerfd syscall and header 14 vuotta sitten
times.c 779c35b7c4 time,times: stop interpreting negative return values ar errors 14 vuotta sitten
truncate.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
truncate64.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
ulimit.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
umask.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
umount.c fc44a577aa - trim superfluous ';'. No objcode changes 15 vuotta sitten
umount2.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
uname.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
unlink.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
unlinkat.c fd72e30425 first pass at implementing *at funcs 15 vuotta sitten
uselib.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
ustat.c 7f5cc205a7 mknod: widen the parameters to match kernel 15 vuotta sitten
utime.c cb965e7690 utime() is obsolescent in SUSv4 14 vuotta sitten
utimensat.c ef85033ac8 futimens: add function 14 vuotta sitten
utimes.c cb965e7690 utime() is obsolescent in SUSv4 14 vuotta sitten
vfork.c 711ad9f92c create real common vfork() function 15 vuotta sitten
vhangup.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
vmsplice.c cb97aadebf Last portion of libc_hidden_proto removal. 15 vuotta sitten
wait.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
wait3.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
wait4.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
waitid.c 21730caa66 trim Experimentally off and uncommented hidden 15 vuotta sitten
waitpid.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
write.c 147041d260 Reinstate __libc_foo's needed for linuxthreads.old. 15 vuotta sitten
writev.c 57e8823548 cancellation support for a large amount of the required syscalls 14 vuotta sitten
xattr.c ae549acff0 - remove superfluous ';'. No objcode changes. 15 vuotta sitten
xstatconv.c 656167d891 fstatat: fix up behavior on 32/64 bit hosts 15 vuotta sitten
xstatconv.h 656167d891 fstatat: fix up behavior on 32/64 bit hosts 15 vuotta sitten