Joakim Tjernlund d8761c147d Impl. linux syscalls sched_getaffinity/sched_setaffinity but 17 rokov pred
..
bits c64e7777b3 Make sure struct stat is identical to struct stat64 if 17 rokov pred
sys 6cac930878 Austin Morgan writes in #917: add support for inotify 18 rokov pred
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 23 rokov pred
Makefile ba31c6c463 Remove TOPDIR 18 rokov pred
Makefile.in a29eb4f241 DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db] as well, don't try on slow box 18 rokov pred
__rt_sigtimedwait.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
__socketcall.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
__syscall_fcntl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
__syscall_fcntl64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
__syscall_ipc.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
__syscall_rt_sigaction.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
__syscall_sigaction.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
_exit.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 rokov pred
access.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
acct.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
adjtimex.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
alarm.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
arch_prctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
bdflush.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
capget.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
capset.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
chdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
chmod.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
chown.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
chroot.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
clock_getres.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
clock_gettime.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
clock_settime.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
close.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
cmsg_nxthdr.c a7f7c3515b sync with glibc 18 rokov pred
creat64.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 rokov pred
create_module.c 73c811263c fixup my copyright notice, trim stale remnants of older notices which 18 rokov pred
delete_module.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
dl-osinfo.h af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 rokov pred
dup.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
dup2.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
epoll.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
execve.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fchdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fchmod.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fchown.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fdatasync.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
flock.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fork.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fpu_control.h cf4b06dc8c fix from psm: disable unsupported features 18 rokov pred
fstat.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fstat64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fstatfs.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
fsync.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
ftruncate.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
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 18 rokov pred
get_kernel_syms.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getcwd.c 6855667fef sync change from glibc for larger path max 18 rokov pred
getdents.c db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 17 rokov pred
getdents64.c db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 17 rokov pred
getdirname.c 72e271600e get_current_dir_name is GNU extension as well 18 rokov pred
getdnnm.c 64b8d39133 Mark some functions as BSD only 18 rokov pred
getdtablesize.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 rokov pred
getegid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
geteuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getgroups.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
gethstnm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 rokov pred
getitimer.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getpagesize.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back 18 rokov pred
getpgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getpgrp.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getpid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getppid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getpriority.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getresgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getresuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getrlimit.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getrlimit64.c 3115acd52e Move _lfs_64.h to include and adapt files 18 rokov pred
getrusage.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getsid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
gettimeofday.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
getuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
hp-timing.h 9c4d060ea4 grab header file from glibc 18 rokov pred
init_module.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
inotify.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
ioctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
ioperm.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
iopl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
kill.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
klogctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
lchown.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
link.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
llseek.c c36fe58f44 Add missing sys/types.h header 17 rokov pred
longjmp.c 05e75260d6 Get rid of missing prototype warnings 18 rokov pred
lseek.c 707608fef0 if __NR_lseek is not defined, then we fall back to calling the 64bit lseek 17 rokov pred
lstat.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
lstat64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
madvise.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mincore.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mkdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mkfifo.c a7f7c3515b sync with glibc 18 rokov pred
mknod.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mlock.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mlockall.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mmap.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mmap64.c 3115acd52e Move _lfs_64.h to include and adapt files 18 rokov pred
modify_ldt.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mount.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mprotect.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
mremap.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
msync.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
munlock.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
munlockall.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
munmap.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
nanosleep.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
nice.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
noophooks.c 05e75260d6 Get rid of missing prototype warnings 18 rokov pred
ntp_gettime.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 rokov pred
open.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
open64.c 245b4053dc tweak a few syscalls using varargs 18 rokov pred
pause.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
personality.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
pipe.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
pivot_root.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
poll.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
posix_fadvise.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
posix_fadvise64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 rokov pred
prctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
pread_write.c 62ed67488c need endian.h for __LONG_LONG_PAIR() macro 17 rokov pred
pselect.c b4a09d83d1 psm updates: add __libc symbols for signal cancellation 18 rokov pred
ptrace.c 245b4053dc tweak a few syscalls using varargs 18 rokov pred
query_module.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
quotactl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
read.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
readahead.c 125208e9cd only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by Miguel Ángel 17 rokov pred
readlink.c 36c53e8e4f sync with glibc as pointed out by Bernhard Fischer 17 rokov pred
readv.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
reboot.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
rename.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
rmdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sbrk.c 2a20207a2e merge from psm: hide more brk 18 rokov pred
sched_get_priority_max.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sched_get_priority_min.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sched_getaffinity.c d8761c147d Impl. linux syscalls sched_getaffinity/sched_setaffinity but 17 rokov pred
sched_getparam.c c36fe58f44 Add missing sys/types.h header 17 rokov pred
sched_getscheduler.c c36fe58f44 Add missing sys/types.h header 17 rokov pred
sched_rr_get_interval.c c36fe58f44 Add missing sys/types.h header 17 rokov pred
sched_setaffinity.c d8761c147d Impl. linux syscalls sched_getaffinity/sched_setaffinity but 17 rokov pred
sched_setparam.c c36fe58f44 Add missing sys/types.h header 17 rokov pred
sched_setscheduler.c c36fe58f44 Add missing sys/types.h header 17 rokov pred
sched_yield.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
select.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sendfile.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sendfile64.c a1d98e054e cleanup and use the style of other *64 funcs 18 rokov pred
setdomainname.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setegid.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 18 rokov pred
seteuid.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 18 rokov pred
setfsgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setfsuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setgroups.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sethostname.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setitimer.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setpgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setpgrp.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 rokov pred
setpriority.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setregid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setresgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setresuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setreuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setrlimit.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setrlimit64.c 3115acd52e Move _lfs_64.h to include and adapt files 18 rokov pred
setsid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
settimeofday.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
setuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sigaltstack.c 21f79fd580 fix building when __NR_sigalstack does not exist 17 rokov pred
sigpending.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sigprocmask.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sigqueue.c 24f8b4932a drop the __sigqueue symbol for now 18 rokov pred
sigsuspend.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
ssp-local.c 05e75260d6 Get rid of missing prototype warnings 18 rokov pred
ssp.c 05e75260d6 Get rid of missing prototype warnings 18 rokov pred
stat.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
stat64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
statfs.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
stime.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
swapoff.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
swapon.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
symlink.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sync.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 rokov pred
syscalls.h eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other 17 rokov pred
sysctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sysfs.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
sysinfo.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
time.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
times.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
truncate.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
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 18 rokov pred
ulimit.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
umask.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
umount.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
umount2.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
uname.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
unlink.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
uselib.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
ustat.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
utime.c f57dbfbd37 fix from blackfin repo: Jie Zhang writes: Passing NULL as the second argument to utimes () if the second argument to utime () is NULL as the kernel will take care of getting/setting current time 17 rokov pred
utimes.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
vfork.c f527c08815 dont try and compile if the MMU is disabled 17 rokov pred
vhangup.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
wait.c 05e75260d6 Get rid of missing prototype warnings 18 rokov pred
wait3.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 rokov pred
wait4.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
waitid.c 5d74c674fd initial waitid() implementation 17 rokov pred
waitpid.c c914c8e6d0 Whitespace and tab cleaning. 18 rokov pred
write.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
writev.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
xattr.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 rokov pred
xstatconv.c 12fc619bb7 need string.h for memset() 17 rokov pred
xstatconv.h ef449071eb hide __xstatX_conv 18 rokov pred