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