Bernhard Reutner-Fischer 2167a906ff - add vmsplice, splice, tee (Timo Teräs) 16 лет назад
..
bits 23656d08e2 A patch from our Blackfin repository, originally from Jie Zhang. This fixes 16 лет назад
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 24 лет назад
Makefile ba31c6c463 Remove TOPDIR 19 лет назад
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 18 лет назад
__socketcall.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
__syscall_fcntl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
__syscall_fcntl64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
__syscall_rt_sigaction.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
__syscall_sigaction.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
_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 18 лет назад
acct.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
adjtimex.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
alarm.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
arch_prctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
bdflush.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
capget.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
capset.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
chdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
chmod.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
chown.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
chroot.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
clock_getres.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
clock_gettime.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
clock_settime.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
close.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
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 18 лет назад
dup2.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
epoll.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
execve.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fchdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fchmod.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fchown.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fdatasync.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
flock.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fork.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
fstat64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fstatfs.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
fsync.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
ftruncate.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
getcwd.c 434de2bfe0 michael_d in #1849 writes: The getcwd() implementation in the absence of a getcwd syscall has an off-by-one allocation bug. As a result, sometimes the returned string has garbage at the end. 16 лет назад
getdents.c db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 18 лет назад
getdents64.c db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 18 лет назад
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 18 лет назад
geteuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getgroups.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
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 18 лет назад
getpgrp.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getpid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getppid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getpriority.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getresgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getresuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getrlimit.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
getsid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
gettimeofday.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
getuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
hp-timing.h 9c4d060ea4 grab header file from glibc 19 лет назад
init_module.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
inotify.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
ioctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
ioperm.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
iopl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
kill.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
klogctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
lchown.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
link.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
llseek.c c36fe58f44 Add missing sys/types.h header 18 лет назад
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 18 лет назад
lstat.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
lstat64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
madvise.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mincore.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mkdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mkfifo.c a7f7c3515b sync with glibc 18 лет назад
mknod.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mlock.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mlockall.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mmap.c 0b17a6561e if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just generalizes what Blackfin was already doing) 16 лет назад
mmap64.c b947380b03 Restored indentation. 17 лет назад
modify_ldt.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mount.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mprotect.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
mremap.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
msync.c 434e9e3cba include/sys/mman.h says that msync exists only on MMU. 17 лет назад
munlock.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
munlockall.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
munmap.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
nanosleep.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
nice.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
open64.c 245b4053dc tweak a few syscalls using varargs 18 лет назад
pause.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
personality.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
pipe.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
pivot_root.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
poll.c 7340d67f42 Poll with zero timeout 17 лет назад
posix_fadvise.c 2b178f6024 Atsushi Nemoto writes: 17 лет назад
posix_fadvise64.c 5bb327a1db posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by skinkie in #2194 16 лет назад
ppoll.c 678a887f60 Bernd Schmidt writes: The following patch is needed for libc to be able to emulate poll with ppoll. 17 лет назад
prctl.c 2c3ece881d michael_d writes in [#2064]: fix building on linux-2.0 systems 16 лет назад
pread_write.c 62ed67488c need endian.h for __LONG_LONG_PAIR() macro 18 лет назад
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 18 лет назад
quotactl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
read.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
readahead.c 125208e9cd only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by Miguel Ángel 18 лет назад
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 18 лет назад
reboot.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
remap_file_pages.c f8cf935fe4 Fix remap_file_pages prototype and use mman.h header 16 лет назад
rename.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
rmdir.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
sched_get_priority_min.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sched_getaffinity.c 645002f7e8 this code does not actually rely on INTERNAL_SYSCALL 16 лет назад
sched_getparam.c c36fe58f44 Add missing sys/types.h header 18 лет назад
sched_getscheduler.c c36fe58f44 Add missing sys/types.h header 18 лет назад
sched_rr_get_interval.c c36fe58f44 Add missing sys/types.h header 18 лет назад
sched_setaffinity.c d8761c147d Impl. linux syscalls sched_getaffinity/sched_setaffinity but 17 лет назад
sched_setparam.c c36fe58f44 Add missing sys/types.h header 18 лет назад
sched_setscheduler.c c36fe58f44 Add missing sys/types.h header 18 лет назад
sched_yield.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
select.c f032afc5fd if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6 17 лет назад
sendfile.c 2c3ece881d michael_d writes in [#2064]: fix building on linux-2.0 systems 16 лет назад
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 18 лет назад
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 18 лет назад
setfsuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setgroups.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sethostname.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setitimer.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setpgid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
setregid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setresgid.c 2c3ece881d michael_d writes in [#2064]: fix building on linux-2.0 systems 16 лет назад
setresuid.c 2c3ece881d michael_d writes in [#2064]: fix building on linux-2.0 systems 16 лет назад
setreuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setrlimit.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
settimeofday.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
setuid.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sigaltstack.c 21f79fd580 fix building when __NR_sigalstack does not exist 18 лет назад
sigpending.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sigprocmask.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sigqueue.c 24f8b4932a drop the __sigqueue symbol for now 18 лет назад
sigsuspend.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
splice.c 2167a906ff - add vmsplice, splice, tee (Timo Teräs) 16 лет назад
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 18 лет назад
stat64.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
statfs.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
stime.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
swapoff.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
swapon.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
symlink.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
sysctl.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sysfs.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
sysinfo.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
tee.c 2167a906ff - add vmsplice, splice, tee (Timo Teräs) 16 лет назад
time.c 86de93b89e Experimentally move libc_hidden_proto(time) to time.h. 16 лет назад
times.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
truncate.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
umask.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
umount.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
umount2.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
uname.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
unlink.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
uselib.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
ustat.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
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 18 лет назад
vfork.c f527c08815 dont try and compile if the MMU is disabled 18 лет назад
vhangup.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
vmsplice.c 2167a906ff - add vmsplice, splice, tee (Timo Teräs) 16 лет назад
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 18 лет назад
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 18 лет назад
writev.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
xattr.c ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 18 лет назад
xstatconv.c 12fc619bb7 need string.h for memset() 17 лет назад
xstatconv.h ef449071eb hide __xstatX_conv 19 лет назад