Historial de Commits

Autor SHA1 Mensaje Fecha
  Markos Chandras faa3bc7b7c not-cancel.h: Use openat if arch does not have the open syscall hace 13 años
  Markos Chandras 585ee9c4e7 open64: Use openat if arch does not have the open syscall hace 13 años
  Markos Chandras d62c716242 fcntl: Use fcntl64 is arch does not have the fcntl syscall hace 13 años
  Markos Chandras e87a63c1d8 fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs hace 13 años
  Markos Chandras 09e782b088 fstatfs: Add __libc_fstatfs wrapper hace 13 años
  Markos Chandras 13f56c443b stat: Use fstatat64 if arch does not have the stat syscall hace 13 años
  Markos Chandras aec10d8647 ustat: Add ustat stub for arches that don't have the ustat system call hace 13 años
  Markos Chandras 789e2402f3 lstat64: Use fstatat64 if arch does not have the lstat64 syscall hace 13 años
  Markos Chandras 677adae2b0 lstat: Use fstatat64 if arch does not have the lstat syscall hace 13 años
  Markos Chandras 36b3c53f92 stat64: Use fstatat64 if arch does not have the stat64 syscall hace 13 años
  Markos Chandras 82fd359bcc fstatat{64}: No conversion code is needed for new architectures hace 13 años
  Markos Chandras cb529f08cf fstatat64: Use newfstatat only for 64-bit operations hace 13 años
  Markos Chandras 758a4fe9ce fstatat: Use newfstatat only for 64-bit operations hace 13 años
  Markos Chandras b34c8a4698 fstat: Use fstat64 if arch does not have the fstat syscall hace 13 años
  Markos Chandras 08f8dd1e58 libc/statfs64: Skip conversion code for new architectures hace 13 años
  Markos Chandras a1a76682c4 statfs: Use statfs64 if arch does not have the statfs syscall hace 13 años
  Markos Chandras 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall hace 13 años
  Markos Chandras 524744db1f lseek: Use lseek64 is arch does not have the lseek syscall hace 13 años
  Markos Chandras a83ea57a50 sendfile: Use sendfile64 if arch does not have the sendfile syscall hace 13 años
  Markos Chandras f7bead5ada truncate: Use truncate64 if arch does not have the truncate syscall hace 13 años
  Markos Chandras bad1b218da ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall hace 13 años
  Markos Chandras 11372c665a fork: Use clone if arch does not have the fork syscall hace 13 años
  Markos Chandras 58570fc8e1 vfork: Use clone if arch does not have the vfork syscall hace 13 años
  Markos Chandras c7d36adfc2 utime: Use utimensat if arch does not have the utime syscall hace 13 años
  Markos Chandras af63ec925e inotify_init: Use inotify_init1 if inotify_init syscall is not defined hace 13 años
  Markos Chandras 3db05793b7 epoll: Use epoll_pwait if arch does not have the epoll_wait syscall hace 13 años
  Markos Chandras 257323e525 epoll: Use epoll_create1 if arch does not have the epoll_create syscall hace 13 años
  Markos Chandras dde074b390 pipe: Use pipe2 if arch does not have the pipe syscall hace 13 años
  Markos Chandras 80dc2ed052 utimes: Use utimensat if arch does not have the utimes syscall hace 13 años
  Markos Chandras 81b480369b symlink: Use symlinkat if arch does not have the symlink syscall hace 13 años