Eric Andersen 73c811263c fixup my copyright notice, trim stale remnants of older notices which 19 жил өмнө
..
bits 0423bfc820 sync with glibc 19 жил өмнө
sys 6cac930878 Austin Morgan writes in #917: add support for inotify 19 жил өмнө
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 25 жил өмнө
Makefile ba31c6c463 Remove TOPDIR 20 жил өмнө
Makefile.in a29eb4f241 DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db] as well, don't try on slow box 19 жил өмнө
__rt_sigtimedwait.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
__socketcall.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
__syscall_fcntl.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
__syscall_fcntl64.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
__syscall_ipc.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
__syscall_rt_sigaction.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
__syscall_sigaction.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
_exit.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
access.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
acct.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
adjtimex.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
alarm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
arch_prctl.c ed92e90941 create local prototype 20 жил өмнө
bdflush.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
capget.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
capset.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
chdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
chmod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
chown.c 2abbba9a08 Make execle() and chown() available again (corrects commit 15179). 19 жил өмнө
chroot.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
clock_getres.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
clock_gettime.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
clock_settime.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
close.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
cmsg_nxthdr.c a7f7c3515b sync with glibc 19 жил өмнө
creat64.c 3115acd52e Move _lfs_64.h to include and adapt files 19 жил өмнө
create_module.c 73c811263c fixup my copyright notice, trim stale remnants of older notices which 19 жил өмнө
delete_module.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
dl-osinfo.h af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 20 жил өмнө
dup.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
dup2.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
epoll.c c0eafa7e95 simplify epoll code 19 жил өмнө
execve.c 6bc17e607f get rid of pass through func 19 жил өмнө
fchdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
fchmod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
fchown.c 08dec285fa update license 19 жил өмнө
fdatasync.c 9f3eba863e get rid of arch specific checks 20 жил өмнө
flock.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
fork.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
fpu_control.h 027d12aeef Patch from Atsushi Nemoto (with some additions): 22 жил өмнө
fstat.c 43da001e78 fix building on 64bit hosts 20 жил өмнө
fstat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
fstatfs.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
fsync.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
ftruncate.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
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 20 жил өмнө
get_kernel_syms.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
getcwd.c 6855667fef sync change from glibc for larger path max 19 жил өмнө
getdents.c e8b1c6749b Atsushi Nemoto writes: Some archs (such as mips64) do not have getdents64 syscall but have getdents syscall. Define alias for it. 19 жил өмнө
getdents64.c a0f9202936 Kill 2 signedness warnings 19 жил өмнө
getdirname.c 72e271600e get_current_dir_name is GNU extension as well 19 жил өмнө
getdnnm.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
getdtablesize.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
getegid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 20 жил өмнө
geteuid.c 831219203b use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all) 20 жил өмнө
getgid.c eeb2918922 Make gcc4 happy as well 20 жил өмнө
getgroups.c c7dec4ce77 add support for newer [sg]etgroups function and make the function a simple passthrough on 64bit arches (should fix the getgroup crashes in ltp) 19 жил өмнө
gethstnm.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
getitimer.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
getpagesize.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back 19 жил өмнө
getpgid.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
getpgrp.c 08dec285fa update license 19 жил өмнө
getpid.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
getppid.c 08dec285fa update license 19 жил өмнө
getpriority.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
getresgid.c c444a965e2 Mark some as GNU extensions 19 жил өмнө
getresuid.c c444a965e2 Mark some as GNU extensions 19 жил өмнө
getrlimit.c e8f50b1894 fix my always_inline typo to fix building on most arches 19 жил өмнө
getrlimit64.c 3115acd52e Move _lfs_64.h to include and adapt files 19 жил өмнө
getrusage.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
getsid.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
gettimeofday.c d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist 19 жил өмнө
getuid.c 9f3eba863e get rid of arch specific checks 20 жил өмнө
hp-timing.h 9c4d060ea4 grab header file from glibc 20 жил өмнө
init_module.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
inotify.c 6cac930878 Austin Morgan writes in #917: add support for inotify 19 жил өмнө
ioctl.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
ioperm.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
iopl.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
kill.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
klogctl.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
lchown.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
link.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
llseek.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
longjmp.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
lseek.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
lstat.c 43da001e78 fix building on 64bit hosts 20 жил өмнө
lstat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
madvise.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
mincore.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
mkdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
mkfifo.c a7f7c3515b sync with glibc 19 жил өмнө
mknod.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
mlock.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
mlockall.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
mmap.c 16816bb7b4 use the 6-arg version of mmap where available 20 жил өмнө
mmap64.c 3115acd52e Move _lfs_64.h to include and adapt files 19 жил өмнө
modify_ldt.c 5e901f9e6b The ltp testsuite fails on x86 without the modify_ldt syscall 19 жил өмнө
mount.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
mprotect.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
mremap.c 6202dc4683 need local prototype to make things happy 19 жил өмнө
msync.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
munlock.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
munlockall.c 010301e968 tweak the idea between having a MMU and actually using it 19 жил өмнө
munmap.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
nanosleep.c 9e2b0f0f80 even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks 20 жил өмнө
nice.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
noophooks.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
ntp_gettime.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 20 жил өмнө
open.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
open64.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
pause.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
personality.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
pipe.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
pivot_root.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
poll.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
posix_fadvise.c 2a623a604c fix building on 64bit hosts 20 жил өмнө
posix_fadvise64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
prctl.c 6d85734a6e fix prototype for 64bit hosts 20 жил өмнө
pread_write.c 2c9f6cd6e7 Move lseek64 into LFS guarded place 19 жил өмнө
pselect.c d3ad15ac54 grab pselect from glibc 19 жил өмнө
ptrace.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
query_module.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
quotactl.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
read.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
readlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
readv.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
reboot.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
rename.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
rmdir.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sbrk.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back 19 жил өмнө
sched_get_priority_max.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_get_priority_min.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_getparam.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_getscheduler.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_rr_get_interval.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_setparam.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_setscheduler.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sched_yield.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
select.c d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist 19 жил өмнө
sendfile.c 5b3c9900ea Solve sendfile64 conflict if __NR_sendfile64 does not exist 19 жил өмнө
sendfile64.c a1d98e054e cleanup and use the style of other *64 funcs 20 жил өмнө
setdomainname.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
setegid.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 19 жил өмнө
seteuid.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 19 жил өмнө
setfsgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setfsuid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setgroups.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
sethostname.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
setitimer.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setpgid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setpgrp.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 20 жил өмнө
setpriority.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setregid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setresgid.c c444a965e2 Mark some as GNU extensions 19 жил өмнө
setresuid.c c444a965e2 Mark some as GNU extensions 19 жил өмнө
setreuid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
setrlimit.c e8f50b1894 fix my always_inline typo to fix building on most arches 19 жил өмнө
setrlimit64.c 3115acd52e Move _lfs_64.h to include and adapt files 19 жил өмнө
setsid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
settimeofday.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
setuid.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sigaltstack.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sigpending.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sigprocmask.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sigqueue.c 24f8b4932a drop the __sigqueue symbol for now 19 жил өмнө
sigsuspend.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
ssp-local.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
ssp.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
stat.c 43da001e78 fix building on 64bit hosts 20 жил өмнө
stat64.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
statfs.c 4630734862 dont bother with a pass through call 19 жил өмнө
stime.c d126b4a3fb Mark SVID functions 19 жил өмнө
swapoff.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
swapon.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
symlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
sync.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
syscalls.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
sysctl.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
sysfs.c c0997b097e kill off sysfs() 19 жил өмнө
sysinfo.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
time.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
times.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
truncate.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
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 20 жил өмнө
ulimit.c 28db421a4b create local prototypes to shutup warnings 20 жил өмнө
umask.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
umount.c 9588159bf4 include sys/mount.h for everyone 19 жил өмнө
umount2.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
uname.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
unlink.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
uselib.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
ustat.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
utime.c ecee0e19a8 Do NOT hide 'utime'. When building binutils for the target using buildroot 19 жил өмнө
utimes.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
vfork.c b908ff0456 Weaken all internal vfork versions in asm code, wondering why only some of the archs fail 19 жил өмнө
vhangup.c 64b8d39133 Mark some functions as BSD only 19 жил өмнө
wait.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
wait3.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 20 жил өмнө
wait4.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
waitpid.c c914c8e6d0 Whitespace and tab cleaning. 19 жил өмнө
write.c 22826bcb41 Weaken all that I remember being used in libpthread 19 жил өмнө
writev.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 жил өмнө
xattr.c 05e75260d6 Get rid of missing prototype warnings 20 жил өмнө
xstatconv.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 20 жил өмнө
xstatconv.h ef449071eb hide __xstatX_conv 20 жил өмнө