Historique des commits

Auteur SHA1 Message Date
  michael 0bdccfa2b0 * Added clock_getres, clock_gettime, clock_settime calls il y a 14 ans
  michael 2d7dbacee0 * Added inotify calls il y a 14 ans
  Jonas Maebe 715c819ff7 - removed "packed" from record types that should/need not be packed il y a 14 ans
  marco 2c00a2a0b3 * fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450) il y a 14 ans
  Jonas Maebe d8032f6366 - disabled modify_ldt for non-x86 platforms, since it does not exist there il y a 15 ans
  daniel da77c0c190 + Add libc version of futex il y a 15 ans
  daniel 6f2b097d63 + Add futex il y a 15 ans
  daniel 1009a84e25 + Add modify_ldt to linux unit il y a 15 ans
  marco 30207d73ea * epoll_oneshot constant, mantis 15732 il y a 15 ans
  micha aa38b10011 * attempt to fix powerpc64-linux sync_file_range compilation il y a 17 ans
  micha 1b418875b3 * fix typo il y a 17 ans
  micha 28e614c237 * move fdatasync to linux unit il y a 17 ans
  micha d7e90f9e48 + add splice and sync_file_range linux-only syscalls il y a 17 ans
  Almindor b8c3dc960d * fix x86 -> cpu86 define il y a 18 ans
  Almindor 6fd901181a * update sysnr.inc for x86 and x86_64 to latest kernel il y a 18 ans
  Jonas Maebe cce61fa602 * fixed compilation on 64 bit cpus il y a 18 ans
  Almindor 6a327799f8 * fix typo with [T]SysInfo record il y a 18 ans
  Almindor 89eeb8aa63 * fix linux sysinfo struct and function (bug 9523) il y a 18 ans
  daniel 9a8aa52cc5 + Add setcap/getcap il y a 18 ans
  Almindor f71c886752 * move the FUTEX down so uses doesn't get in the way il y a 18 ans
  Almindor 1fa4e17c87 * make FUTEX_OP implemented also with FPC_USE_LIBC since it's a macro il y a 18 ans
  marco fd6f6cf7e9 * fix for 8801. mmap constants inconsistancy. Old constants are aliased for compat. non portable moved to OS specific units (merge) il y a 18 ans
  ivost de36c38282 * fixed bug in linux.pp / user_desc record il y a 18 ans
  ivost faf3b065f8 * updated TLS segmentdescriptor definiton (record user_desc) il y a 18 ans
  ivost fc0f2f3de6 * disabled Clone syscall in linux.pp, it was completly wrong (I will replace it) il y a 18 ans
  ivost 025b57815f * removed inline flag from FUTEX_OP in linux.pp il y a 18 ans
  ivost 9161a2967a * added futex constants to linux.pp (from futex.h) il y a 18 ans
  ivost 1a7f06aa7d * added the new CLONE_* constants from syscall clone il y a 18 ans
  Almindor 2c8c5800bc * fixed EPOLLOUT vs EPOLLPRI mixup in constants il y a 19 ans
  Almindor b8975e8fd4 * EPOLL_CTL_DEL was flipped with EPOLL_CTL_MOD il y a 19 ans