Waldemar Brodkorb 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc 3 meses atrás
..
bits 811cd361e1 add memfd_create syscall wrapper 3 meses atrás
sys fd4df4b1ec getrandom: remove __USE_GNU / add GRND_INSECURE 3 meses atrás
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 24 anos atrás
Makefile ba31c6c463 Remove TOPDIR 19 anos atrás
Makefile.in 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc 3 meses atrás
__rt_sigtimedwait.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
__rt_sigwaitinfo.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
__socketcall.c 52df983934 remove editor hints for vi 7 anos atrás
__syscall_fcntl.c 52df983934 remove editor hints for vi 7 anos atrás
__syscall_fcntl64.c 7b1c4fa9bd several patches for uclibc ng 6 anos atrás
__syscall_rt_sigaction.c 52df983934 remove editor hints for vi 7 anos atrás
__syscall_sigaction.c 52df983934 remove editor hints for vi 7 anos atrás
_exit.c 52df983934 remove editor hints for vi 7 anos atrás
access.c 52df983934 remove editor hints for vi 7 anos atrás
acct.c 52df983934 remove editor hints for vi 7 anos atrás
adjtimex.c 48591e2a25 Provide fixups for riscv32. 7 meses atrás
alarm.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
arch_prctl.c 52df983934 remove editor hints for vi 7 anos atrás
bdflush.c 52df983934 remove editor hints for vi 7 anos atrás
brk.c d5f8c6ddc4 brk.c: remove libc_hidden_proto, always_inline syscall 12 anos atrás
capget.c 52df983934 remove editor hints for vi 7 anos atrás
capset.c 52df983934 remove editor hints for vi 7 anos atrás
chdir.c 52df983934 remove editor hints for vi 7 anos atrás
chmod.c 52df983934 remove editor hints for vi 7 anos atrás
chown.c 52df983934 remove editor hints for vi 7 anos atrás
chroot.c 52df983934 remove editor hints for vi 7 anos atrás
clock_adjtime.c 8ea0140d5f Introduce time64 support. 9 meses atrás
clock_getres.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
clock_gettime.c 3a36a3100a Fix vDSO support for all supported architectures. 7 meses atrás
clock_settime.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
close.c 52df983934 remove editor hints for vi 7 anos atrás
cmsg_nxthdr.c 1e2e4ac619 socket.h: pull socket_type.h from eglibc 12 anos atrás
creat.c 52df983934 remove editor hints for vi 7 anos atrás
creat64.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
dl-osinfo.h b534100aaa dl-osinfo.h: include needed headers 12 anos atrás
dup.c 52df983934 remove editor hints for vi 7 anos atrás
dup2.c 52df983934 remove editor hints for vi 7 anos atrás
dup3.c 52df983934 remove editor hints for vi 7 anos atrás
epoll.c 52df983934 remove editor hints for vi 7 anos atrás
epoll_create.c 7efe10ec5f libc: split multi-source epoll.c 10 anos atrás
epoll_ctl.c 7efe10ec5f libc: split multi-source epoll.c 10 anos atrás
epoll_pwait.c 7efe10ec5f libc: split multi-source epoll.c 10 anos atrás
epoll_wait.c 7efe10ec5f libc: split multi-source epoll.c 10 anos atrás
euidaccess.c cc22effd6d Suppress warning "_GNU_SOURCE" redefined 8 anos atrás
eventfd.c 52df983934 remove editor hints for vi 7 anos atrás
eventfd_read.c 628943bcfd Add eventfd_read() and eventfd_write() 10 anos atrás
eventfd_write.c 628943bcfd Add eventfd_read() and eventfd_write() 10 anos atrás
execve.c 52df983934 remove editor hints for vi 7 anos atrás
faccessat.c 695e274cf7 access: Use faccessat if arch does not have the access syscall 11 anos atrás
fallocate.c 52df983934 remove editor hints for vi 7 anos atrás
fallocate64.c 52df983934 remove editor hints for vi 7 anos atrás
fanotify.c 52df983934 remove editor hints for vi 7 anos atrás
fchdir.c 52df983934 remove editor hints for vi 7 anos atrás
fchmod.c 52df983934 remove editor hints for vi 7 anos atrás
fchmodat.c 82cab37865 chmod: Use fchmodat if arch does not have the chmod syscall 11 anos atrás
fchown.c 52df983934 remove editor hints for vi 7 anos atrás
fchownat.c c4c78fc5f3 chown: Use fchownat if arch does not have the chown syscall 11 anos atrás
fdatasync.c 52df983934 remove editor hints for vi 7 anos atrás
fexecve.c 858ffad217 implement fexecve from glibc 5 anos atrás
flock.c 52df983934 remove editor hints for vi 7 anos atrás
fork.c 52df983934 remove editor hints for vi 7 anos atrás
fpu_control.h 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
fstat.c ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. 8 meses atrás
fstat64.c 839bae66a3 Fix compilation with 4.x kernel headers 4 meses atrás
fstatat.c ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. 8 meses atrás
fstatat64.c 839bae66a3 Fix compilation with 4.x kernel headers 4 meses atrás
fstatfs.c 8a73a967e1 statfs.h: sync generic header with glibc 6 anos atrás
fsync.c 52df983934 remove editor hints for vi 7 anos atrás
ftruncate.c 7b1c4fa9bd several patches for uclibc ng 6 anos atrás
ftruncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR 11 anos atrás
futimens.c 48591e2a25 Provide fixups for riscv32. 7 meses atrás
futimesat.c 4bcf25e75d futimesat: add missing header 6 meses atrás
getcwd.c b08d5b5cac simplify and fix getcwd 6 anos atrás
getdents.c 74ca8d6f5d remove UCLIBC_HAS_LFS 8 anos atrás
getdents64.c 74ca8d6f5d remove UCLIBC_HAS_LFS 8 anos atrás
getdirname.c 52df983934 remove editor hints for vi 7 anos atrás
getdomainname.c 21730caa66 trim Experimentally off and uncommented hidden 15 anos atrás
getdtablesize.c 21730caa66 trim Experimentally off and uncommented hidden 15 anos atrás
getegid.c 52df983934 remove editor hints for vi 7 anos atrás
geteuid.c 52df983934 remove editor hints for vi 7 anos atrás
getgid.c 52df983934 remove editor hints for vi 7 anos atrás
getgroups.c 52df983934 remove editor hints for vi 7 anos atrás
gethostname.c 21730caa66 trim Experimentally off and uncommented hidden 15 anos atrás
getitimer.c 52df983934 remove editor hints for vi 7 anos atrás
getpagesize.c 7df0fc1ed8 simplify getpagesize, do not depend on kernel macros 8 anos atrás
getpgid.c 52df983934 remove editor hints for vi 7 anos atrás
getpgrp.c 52df983934 remove editor hints for vi 7 anos atrás
getpid.c 52df983934 remove editor hints for vi 7 anos atrás
getppid.c 52df983934 remove editor hints for vi 7 anos atrás
getpriority.c 52df983934 remove editor hints for vi 7 anos atrás
getrandom.c 52df983934 remove editor hints for vi 7 anos atrás
getresgid.c 52df983934 remove editor hints for vi 7 anos atrás
getresuid.c 52df983934 remove editor hints for vi 7 anos atrás
getrlimit.c 8c2f6218f8 setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs 1 ano atrás
getrlimit64.c 8c2f6218f8 setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs 1 ano atrás
getrusage.c 52df983934 remove editor hints for vi 7 anos atrás
getsid.c 52df983934 remove editor hints for vi 7 anos atrás
gettimeofday.c 3a36a3100a Fix vDSO support for all supported architectures. 7 meses atrás
getuid.c 52df983934 remove editor hints for vi 7 anos atrás
inotify.c 52df983934 remove editor hints for vi 7 anos atrás
internal-signals.h 71b3a63b64 librt: fix broken posix_spawn 7 anos atrás
ioctl.c 52df983934 remove editor hints for vi 7 anos atrás
ioperm.c 52df983934 remove editor hints for vi 7 anos atrás
iopl.c 52df983934 remove editor hints for vi 7 anos atrás
jmpbuf-offsets.h 0078a92e39 add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) 12 anos atrás
kill.c 52df983934 remove editor hints for vi 7 anos atrás
klogctl.c 52df983934 remove editor hints for vi 7 anos atrás
lchown.c 52df983934 remove editor hints for vi 7 anos atrás
libgcc_s.h 23bb649090 m68k: add NPTL/TLS support 6 anos atrás
link.c 52df983934 remove editor hints for vi 7 anos atrás
linkat.c 82fc713658 link: Use linkat if arch does not have the link syscall 11 anos atrás
llseek.c 52df983934 remove editor hints for vi 7 anos atrás
longjmp.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
lseek.c d3f81bd1dc lseek: allow SEEK_DATA/SEEK_HOLE to be used 3 meses atrás
lstat.c ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. 8 meses atrás
lstat64.c 8a6af75fca libc: always redirect *stat() family to statx() with time64 enabled. 8 meses atrás
lutimes.c 52df983934 remove editor hints for vi 7 anos atrás
madvise.c 52df983934 remove editor hints for vi 7 anos atrás
makedev.c 75d9bf2dc5 include: silence __leaf warning 9 anos atrás
memfd_create.c 811cd361e1 add memfd_create syscall wrapper 3 meses atrás
mincore.c ae549acff0 - remove superfluous ';'. No objcode changes. 16 anos atrás
mkdir.c 52df983934 remove editor hints for vi 7 anos atrás
mkdirat.c ecb2be2c0a mkdir: Use mkdirat if arch does not have the mkdir syscall 11 anos atrás
mkfifo.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
mkfifoat.c fd72e30425 first pass at implementing *at funcs 15 anos atrás
mknod.c 52df983934 remove editor hints for vi 7 anos atrás
mknodat.c fd72e30425 first pass at implementing *at funcs 15 anos atrás
mlock.c 52df983934 remove editor hints for vi 7 anos atrás
mlockall.c 52df983934 remove editor hints for vi 7 anos atrás
mmap.c 041cdc2769 sparc64: add basic support 7 anos atrás
mmap64.c f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen 12 anos atrás
modify_ldt.c 52df983934 remove editor hints for vi 7 anos atrás
module.c 03884934b3 add init_module/delete_module syscall wrappers 8 anos atrás
mount.c 52df983934 remove editor hints for vi 7 anos atrás
mprotect.c 52df983934 remove editor hints for vi 7 anos atrás
mremap.c 52df983934 remove editor hints for vi 7 anos atrás
msync.c 52df983934 remove editor hints for vi 7 anos atrás
munlock.c 52df983934 remove editor hints for vi 7 anos atrás
munlockall.c 52df983934 remove editor hints for vi 7 anos atrás
munmap.c 52df983934 remove editor hints for vi 7 anos atrás
name_to_handle_at.c 8bc41f131b Add {name, open}_to_handle_at() implementation 4 anos atrás
nanosleep.c 8ea0140d5f Introduce time64 support. 9 meses atrás
nice.c 52df983934 remove editor hints for vi 7 anos atrás
noophooks.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
not-cancel.h 1b9e6f067d Fix riscv32 build with gcc-14. 6 meses atrás
ntp_gettime.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
open.c 221f2898b9 open: Add support for O_TMPFILE 3 anos atrás
open64.c 221f2898b9 open: Add support for O_TMPFILE 3 anos atrás
open_by_handle_at.c 8bc41f131b Add {name, open}_to_handle_at() implementation 4 anos atrás
openat.c 7b1c4fa9bd several patches for uclibc ng 6 anos atrás
openat64.c 373a21c2df Fix some warnings due to type issues 2 anos atrás
pause.c 52df983934 remove editor hints for vi 7 anos atrás
personality.c 52df983934 remove editor hints for vi 7 anos atrás
pipe.c 52df983934 remove editor hints for vi 7 anos atrás
pipe2.c 52df983934 remove editor hints for vi 7 anos atrás
pivot_root.c 52df983934 remove editor hints for vi 7 anos atrás
poll.c 24681d328c poll: avoid calling select with empty sets which hangs the process 4 anos atrás
posix_fadvise.c 2fcffe26e8 csky: port to uclibc-ng 7 anos atrás
posix_fadvise64.c 2fcffe26e8 csky: port to uclibc-ng 7 anos atrás
posix_fallocate.c 52df983934 remove editor hints for vi 7 anos atrás
posix_fallocate64.c 52df983934 remove editor hints for vi 7 anos atrás
posix_madvise.c 52df983934 remove editor hints for vi 7 anos atrás
ppoll.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
prctl.c 52df983934 remove editor hints for vi 7 anos atrás
pread_write.c 52df983934 remove editor hints for vi 7 anos atrás
preadv.c 423e49023e preadv/pwritev: fix offset argument type 5 anos atrás
prlimit.c 4bf3912213 prlimit: add name redirection and fix incorrect parameters to syscall 1 ano atrás
prlimit64.c 8c2f6218f8 setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs 1 ano atrás
process_vm_readv.c 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc 3 meses atrás
process_vm_writev.c 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc 3 meses atrás
pselect.c 48591e2a25 Provide fixups for riscv32. 7 meses atrás
ptrace.c fc44a577aa - trim superfluous ';'. No objcode changes 16 anos atrás
pwritev.c 423e49023e preadv/pwritev: fix offset argument type 5 anos atrás
quotactl.c 52df983934 remove editor hints for vi 7 anos atrás
read.c 52df983934 remove editor hints for vi 7 anos atrás
readahead.c 74ca8d6f5d remove UCLIBC_HAS_LFS 8 anos atrás
readlink.c 52df983934 remove editor hints for vi 7 anos atrás
readlinkat.c e07db64b78 readlink: Use readlinkat if arch does not have the readlink syscall 11 anos atrás
readv.c 52df983934 remove editor hints for vi 7 anos atrás
reboot.c 52df983934 remove editor hints for vi 7 anos atrás
remap_file_pages.c ae549acff0 - remove superfluous ';'. No objcode changes. 16 anos atrás
rename.c e550b5c085 bugfix renameat2 wrong implement. 6 anos atrás
renameat.c aca82e0eba use renameat2 syscall, when renameat isn't available 3 anos atrás
rmdir.c 52df983934 remove editor hints for vi 7 anos atrás
sbrk.c 21730caa66 trim Experimentally off and uncommented hidden 15 anos atrás
sched_cpucount.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
sched_get_priority_max.c 52df983934 remove editor hints for vi 7 anos atrás
sched_get_priority_min.c 52df983934 remove editor hints for vi 7 anos atrás
sched_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
sched_getcpu.c 52df983934 remove editor hints for vi 7 anos atrás
sched_getparam.c 52df983934 remove editor hints for vi 7 anos atrás
sched_getscheduler.c 52df983934 remove editor hints for vi 7 anos atrás
sched_rr_get_interval.c 8ea0140d5f Introduce time64 support. 9 meses atrás
sched_setaffinity.c 85baf42330 sched_setaffinity: use the same style with glibc's 6 anos atrás
sched_setparam.c 52df983934 remove editor hints for vi 7 anos atrás
sched_setscheduler.c 52df983934 remove editor hints for vi 7 anos atrás
sched_yield.c 52df983934 remove editor hints for vi 7 anos atrás
select.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
sendfile.c 343fb004d9 common/sendfile.c: bugfix can't support offset is NULL 6 anos atrás
sendfile64.c a83ea57a50 sendfile: Use sendfile64 if arch does not have the sendfile syscall 11 anos atrás
setdomainname.c 52df983934 remove editor hints for vi 7 anos atrás
setegid.c 2f88f917c2 setegid: use setresgid conditionally 13 anos atrás
seteuid.c 7aa9c2486c remove a few more empty #if/#endif pairs 15 anos atrás
setfsgid.c 52df983934 remove editor hints for vi 7 anos atrás
setfsuid.c 52df983934 remove editor hints for vi 7 anos atrás
setgid.c 52df983934 remove editor hints for vi 7 anos atrás
setgroups.c 52df983934 remove editor hints for vi 7 anos atrás
sethostname.c 52df983934 remove editor hints for vi 7 anos atrás
setitimer.c 8ea0140d5f Introduce time64 support. 9 meses atrás
setns.c 52df983934 remove editor hints for vi 7 anos atrás
setpgid.c 52df983934 remove editor hints for vi 7 anos atrás
setpgrp.c 39e02af41f setpgrp.c: remove unneeded header 12 anos atrás
setpriority.c 52df983934 remove editor hints for vi 7 anos atrás
setregid.c 52df983934 remove editor hints for vi 7 anos atrás
setresgid.c 52df983934 remove editor hints for vi 7 anos atrás
setresuid.c 52df983934 remove editor hints for vi 7 anos atrás
setreuid.c 52df983934 remove editor hints for vi 7 anos atrás
setrlimit.c 8c2f6218f8 setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs 1 ano atrás
setrlimit64.c 8c2f6218f8 setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs 1 ano atrás
setsid.c 52df983934 remove editor hints for vi 7 anos atrás
settimeofday.c 8ea0140d5f Introduce time64 support. 9 meses atrás
setuid.c 52df983934 remove editor hints for vi 7 anos atrás
sigaltstack.c 52df983934 remove editor hints for vi 7 anos atrás
signalfd.c 52df983934 remove editor hints for vi 7 anos atrás
sigpending.c 52df983934 remove editor hints for vi 7 anos atrás
sigprocmask.c 52df983934 remove editor hints for vi 7 anos atrás
sigqueue.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
sigsuspend.c 52df983934 remove editor hints for vi 7 anos atrás
splice.c 52df983934 remove editor hints for vi 7 anos atrás
ssp-local.c 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
ssp.c a745c4bfc8 remove unused FORTIFY code fragments 7 anos atrás
stat.c ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. 8 meses atrás
stat64.c 8a6af75fca libc: always redirect *stat() family to statx() with time64 enabled. 8 meses atrás
statfs.c 8a73a967e1 statfs.h: sync generic header with glibc 6 anos atrás
statx_cp.c ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. 8 meses atrás
statx_cp.h 8a04c4d84c csky: add statx conditionals 4 anos atrás
stime.c 52df983934 remove editor hints for vi 7 anos atrás
stubs.c 170619adce fork: generate stub on no-MMU systems 1 ano atrás
swapoff.c 52df983934 remove editor hints for vi 7 anos atrás
swapon.c 52df983934 remove editor hints for vi 7 anos atrás
symlink.c 52df983934 remove editor hints for vi 7 anos atrás
symlinkat.c 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall 11 anos atrás
sync.c 52df983934 remove editor hints for vi 7 anos atrás
sync_file_range.c fef474b437 csky: bugfix libc sync_file_range.c for csky. 6 anos atrás
syncfs.c 52df983934 remove editor hints for vi 7 anos atrás
syscall.c c55cb0c0bc syscall: Make common implementation match unistd.h 6 anos atrás
sysctl.c 93277314f0 Rename __unused struct members to include a namespace 4 anos atrás
sysdep.h bda630857e libc/sysdeps: commonize ret_ERRVAL 11 anos atrás
sysfs.c 52df983934 remove editor hints for vi 7 anos atrás
sysinfo.c 52df983934 remove editor hints for vi 7 anos atrás
tee.c 52df983934 remove editor hints for vi 7 anos atrás
time.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
timerfd.c 81ed334f67 Add support for using time64 on big-endian machines. 9 meses atrás
times.c 52df983934 remove editor hints for vi 7 anos atrás
truncate.c 52df983934 remove editor hints for vi 7 anos atrás
truncate64.c 6f3f843335 linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR 11 anos atrás
ulimit.c 52df983934 remove editor hints for vi 7 anos atrás
umask.c 52df983934 remove editor hints for vi 7 anos atrás
umount.c 52df983934 remove editor hints for vi 7 anos atrás
umount2.c 008687f5f6 fix umount2 compilation for alpha on Linux 5.x 3 anos atrás
uname.c 52df983934 remove editor hints for vi 7 anos atrás
unlink.c 52df983934 remove editor hints for vi 7 anos atrás
unlinkat.c 09a387a0fc unlink: Use unlinkat if arch does not have the unlink syscall 11 anos atrás
unshare.c 52df983934 remove editor hints for vi 7 anos atrás
unwind.h 266bdc1f62 Replace FSF snail mail address with URLs 12 anos atrás
uselib.c 52df983934 remove editor hints for vi 7 anos atrás
ustat.c 52df983934 remove editor hints for vi 7 anos atrás
utime.c ca9049c9db libc/sysdeps/linux/common/utime.c: fix riscv32 build 6 meses atrás
utimensat.c 1e704165de Correct uClibc compilation. 6 meses atrás
utimes.c 48591e2a25 Provide fixups for riscv32. 7 meses atrás
vfork.c f9ea885024 vfork: fix clone based version 10 anos atrás
vhangup.c 52df983934 remove editor hints for vi 7 anos atrás
vmsplice.c 52df983934 remove editor hints for vi 7 anos atrás
wait.c 613b0fabf0 wait.c: use cancel.h 12 anos atrás
wait3.c a92060fe16 wait4.c: provide hidden __wait4_nocancel independent of any guards 12 anos atrás
wait4.c 48591e2a25 Provide fixups for riscv32. 7 meses atrás
waitid.c 52df983934 remove editor hints for vi 7 anos atrás
waitpid.c 52df983934 remove editor hints for vi 7 anos atrás
write.c 52df983934 remove editor hints for vi 7 anos atrás
writev.c 52df983934 remove editor hints for vi 7 anos atrás
xattr.c 73d5955414 unify stub logic 13 anos atrás
xstatconv.c 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. 8 meses atrás
xstatconv.h 74ca8d6f5d remove UCLIBC_HAS_LFS 8 anos atrás