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