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