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