Eric Andersen 1478c2de05 Major cleanup of internal mutex locking. Be more consistant in how we do 18 anni fa
..
bits 1478c2de05 Major cleanup of internal mutex locking. Be more consistant in how we do 18 anni fa
sys 6cac930878 Austin Morgan writes in #917: add support for inotify 18 anni fa
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 24 anni fa
Makefile ba31c6c463 Remove TOPDIR 19 anni fa
Makefile.in a29eb4f241 DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db] as well, don't try on slow box 19 anni fa
__rt_sigtimedwait.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
__socketcall.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
__syscall_fcntl.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
__syscall_fcntl64.c 245b4053dc tweak a few syscalls using varargs 18 anni fa
__syscall_ipc.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
__syscall_rt_sigaction.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
__syscall_sigaction.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
_exit.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
access.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
acct.c 64b8d39133 Mark some functions as BSD only 18 anni fa
adjtimex.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
alarm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
arch_prctl.c ed92e90941 create local prototype 19 anni fa
bdflush.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
capget.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
capset.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
chdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
chmod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
chown.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
chroot.c 64b8d39133 Mark some functions as BSD only 18 anni fa
clock_getres.c 3f13b12507 Allow the res argument to clock_getres() to be NULL. 18 anni fa
clock_gettime.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
clock_settime.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
close.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
cmsg_nxthdr.c a7f7c3515b sync with glibc 18 anni fa
creat64.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
create_module.c 73c811263c fixup my copyright notice, trim stale remnants of older notices which 18 anni fa
delete_module.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
dl-osinfo.h af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 19 anni fa
dup.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
dup2.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
epoll.c c0eafa7e95 simplify epoll code 18 anni fa
execve.c 6bc17e607f get rid of pass through func 19 anni fa
fchdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
fchmod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
fchown.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
fdatasync.c 9f3eba863e get rid of arch specific checks 19 anni fa
flock.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
fork.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
fpu_control.h cf4b06dc8c fix from psm: disable unsupported features 18 anni fa
fstat.c 43da001e78 fix building on 64bit hosts 19 anni fa
fstat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
fstatfs.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
fsync.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
ftruncate.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
ftruncate64.c 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 19 anni fa
get_kernel_syms.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
getcwd.c 6855667fef sync change from glibc for larger path max 18 anni fa
getdents.c db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 18 anni fa
getdents64.c db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 18 anni fa
getdirname.c 72e271600e get_current_dir_name is GNU extension as well 19 anni fa
getdnnm.c 64b8d39133 Mark some functions as BSD only 18 anni fa
getdtablesize.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
getegid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 19 anni fa
geteuid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 19 anni fa
getgid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
getgroups.c c7dec4ce77 add support for newer [sg]etgroups function and make the function a simple passthrough on 64bit arches (should fix the getgroup crashes in ltp) 19 anni fa
gethstnm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
getitimer.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
getpagesize.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back 18 anni fa
getpgid.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
getpgrp.c 08dec285fa update license 18 anni fa
getpid.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
getppid.c 08dec285fa update license 18 anni fa
getpriority.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
getresgid.c c444a965e2 Mark some as GNU extensions 19 anni fa
getresuid.c c444a965e2 Mark some as GNU extensions 19 anni fa
getrlimit.c e8f50b1894 fix my always_inline typo to fix building on most arches 19 anni fa
getrlimit64.c 3115acd52e Move _lfs_64.h to include and adapt files 18 anni fa
getrusage.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
getsid.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
gettimeofday.c d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist 18 anni fa
getuid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
hp-timing.h 9c4d060ea4 grab header file from glibc 19 anni fa
init_module.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
inotify.c 6cac930878 Austin Morgan writes in #917: add support for inotify 18 anni fa
ioctl.c 245b4053dc tweak a few syscalls using varargs 18 anni fa
ioperm.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
iopl.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
kill.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
klogctl.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
lchown.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
link.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
llseek.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
longjmp.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
lseek.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
lstat.c 43da001e78 fix building on 64bit hosts 19 anni fa
lstat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
madvise.c 64b8d39133 Mark some functions as BSD only 18 anni fa
mincore.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
mkdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
mkfifo.c a7f7c3515b sync with glibc 18 anni fa
mknod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
mlock.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
mlockall.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
mmap.c 16816bb7b4 use the 6-arg version of mmap where available 19 anni fa
mmap64.c 3115acd52e Move _lfs_64.h to include and adapt files 18 anni fa
modify_ldt.c 5e901f9e6b The ltp testsuite fails on x86 without the modify_ldt syscall 18 anni fa
mount.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
mprotect.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
mremap.c 6202dc4683 need local prototype to make things happy 18 anni fa
msync.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
munlock.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
munlockall.c 010301e968 tweak the idea between having a MMU and actually using it 19 anni fa
munmap.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
nanosleep.c 9e2b0f0f80 even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks 19 anni fa
nice.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
noophooks.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
ntp_gettime.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 19 anni fa
open.c 967639a59c Made it compile again. 18 anni fa
open64.c 245b4053dc tweak a few syscalls using varargs 18 anni fa
pause.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
personality.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
pipe.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
pivot_root.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
poll.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
posix_fadvise.c 2a623a604c fix building on 64bit hosts 19 anni fa
posix_fadvise64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
prctl.c 6d85734a6e fix prototype for 64bit hosts 19 anni fa
pread_write.c eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other 18 anni fa
pselect.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
ptrace.c 245b4053dc tweak a few syscalls using varargs 18 anni fa
query_module.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
quotactl.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
read.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
readahead.c 125208e9cd only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by Miguel Ángel 18 anni fa
readlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
readv.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
reboot.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
rename.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
rmdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sbrk.c 2a20207a2e merge from psm: hide more brk 18 anni fa
sched_get_priority_max.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_get_priority_min.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_getparam.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_getscheduler.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_rr_get_interval.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_setparam.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_setscheduler.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sched_yield.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
select.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
sendfile.c 5b3c9900ea Solve sendfile64 conflict if __NR_sendfile64 does not exist 18 anni fa
sendfile64.c a1d98e054e cleanup and use the style of other *64 funcs 19 anni fa
setdomainname.c 64b8d39133 Mark some functions as BSD only 18 anni fa
setegid.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 18 anni fa
seteuid.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 18 anni fa
setfsgid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
setfsuid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
setgid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
setgroups.c 64b8d39133 Mark some functions as BSD only 18 anni fa
sethostname.c 64b8d39133 Mark some functions as BSD only 18 anni fa
setitimer.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
setpgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
setpgrp.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 19 anni fa
setpriority.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
setregid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
setresgid.c c444a965e2 Mark some as GNU extensions 19 anni fa
setresuid.c c444a965e2 Mark some as GNU extensions 19 anni fa
setreuid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
setrlimit.c e8f50b1894 fix my always_inline typo to fix building on most arches 19 anni fa
setrlimit64.c 3115acd52e Move _lfs_64.h to include and adapt files 18 anni fa
setsid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
settimeofday.c 64b8d39133 Mark some functions as BSD only 18 anni fa
setuid.c 8006438996 implement support for the rest of the 32bit uid syscalls 18 anni fa
sigaltstack.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sigpending.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sigprocmask.c 1478c2de05 Major cleanup of internal mutex locking. Be more consistant in how we do 18 anni fa
sigqueue.c 24f8b4932a drop the __sigqueue symbol for now 18 anni fa
sigsuspend.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
ssp-local.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
ssp.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
stat.c 43da001e78 fix building on 64bit hosts 19 anni fa
stat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
statfs.c 4630734862 dont bother with a pass through call 19 anni fa
stime.c d126b4a3fb Mark SVID functions 18 anni fa
swapoff.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
swapon.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
symlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
sync.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
syscalls.h eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other 18 anni fa
sysctl.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
sysfs.c c0997b097e kill off sysfs() 18 anni fa
sysinfo.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
time.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
times.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
truncate.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
truncate64.c 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 19 anni fa
ulimit.c 28db421a4b create local prototypes to shutup warnings 19 anni fa
umask.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
umount.c 9588159bf4 include sys/mount.h for everyone 18 anni fa
umount2.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
uname.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
unlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
uselib.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
ustat.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
utime.c ecee0e19a8 Do NOT hide 'utime'. When building binutils for the target using buildroot 18 anni fa
utimes.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
vfork.c b908ff0456 Weaken all internal vfork versions in asm code, wondering why only some of the archs fail 19 anni fa
vhangup.c 64b8d39133 Mark some functions as BSD only 18 anni fa
wait.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
wait3.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 19 anni fa
wait4.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 19 anni fa
waitpid.c c914c8e6d0 Whitespace and tab cleaning. 18 anni fa
write.c 22826bcb41 Weaken all that I remember being used in libpthread 19 anni fa
writev.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 anni fa
xattr.c 05e75260d6 Get rid of missing prototype warnings 19 anni fa
xstatconv.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 19 anni fa
xstatconv.h ef449071eb hide __xstatX_conv 19 anni fa