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 18 年之前
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 18 年之前
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 年之前