| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix compilation of linux unit with -dFPC_USE_LIBC option | pierre | 2021-02-02 | 1 | -2/+2 |
| * | * disable new syscalls on android | florian | 2021-02-01 | 1 | -5/+9 |
| * | * renamed new syscall wrapper in linux to be consist with the others | florian | 2021-01-31 | 1 | -17/+17 |
| * | + futimens syscall | florian | 2021-01-31 | 1 | -1/+23 |
| * | + linux.fputimensat which properly uses the _tim64 version if needed and av... | florian | 2021-01-31 | 1 | -0/+32 |
| * | * fix for Mantis #36895: the new epoll_pwait was missing the size parameter f... | svenbarth | 2020-05-01 | 1 | -1/+1 |
| * | * Fix bug 35914: add epoll_pwait, epoll_create1 | michael | 2020-04-09 | 1 | -0/+15 |
| * | + initial xtensa-linux rtl | florian | 2020-04-07 | 1 | -1/+1 |
| * | + add missing semicolon, resolves #36868 | florian | 2020-04-04 | 1 | -1/+1 |
| * | * EPoll_Event is packed only on x86-64, not other 64 Bit CPUs, resolves #34416 | florian | 2020-02-02 | 1 | -2/+3 |
| * | + Linux.fpstatx, resolves #36501 | florian | 2020-01-02 | 1 | -1/+75 |
| * | * Android: The list of supported syscalls has been auto-generated directly fr... | yury | 2018-09-11 | 1 | -6/+6 |
| * | * added O_CLOEXEC | michael | 2018-02-02 | 1 | -0/+3 |
| * | * Android: Include list of supported syscalls for each CPU. | yury | 2017-10-17 | 1 | -2/+15 |
| * | + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) | jonas | 2015-05-23 | 1 | -0/+15 |
| * | * Added setregid and setreuid functions to linux unit (they are not POSIX), b... | michael | 2015-04-17 | 1 | -0/+14 |
| * | * fix FPC_USE_LIBC for inotify and clock* functions, and always link librt w... | marco | 2013-12-08 | 1 | -9/+15 |
| * | * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumip... | pierre | 2012-06-08 | 1 | -17/+17 |
| * | * Patch from Fuxin Zhang: Mips specific MAP_XXX constants | pierre | 2012-06-07 | 1 | -0/+8 |
| * | * Added clock_getres, clock_gettime, clock_settime calls | michael | 2011-12-09 | 1 | -0/+43 |
| * | * Added inotify calls | michael | 2011-12-09 | 1 | -0/+92 |
| * | - removed "packed" from record types that should/need not be packed | jonas | 2011-11-08 | 1 | -6/+7 |
| * | * fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450) | marco | 2011-07-31 | 1 | -7/+13 |
| * | - disabled modify_ldt for non-x86 platforms, since it does not exist there | jonas | 2010-08-17 | 1 | -10/+18 |
| * | + Add libc version of futex | daniel | 2010-08-14 | 1 | -0/+28 |
| * | + Add futex | daniel | 2010-08-08 | 1 | -0/+46 |
| * | + Add modify_ldt to linux unit | daniel | 2010-07-18 | 1 | -39/+16 |
| * | * epoll_oneshot constant, mantis 15732 | marco | 2010-02-20 | 1 | -0/+1 |
| * | * attempt to fix powerpc64-linux sync_file_range compilation | micha | 2008-11-29 | 1 | -4/+9 |
| * | * fix typo | micha | 2008-11-15 | 1 | -1/+1 |
| * | * move fdatasync to linux unit | micha | 2008-11-15 | 1 | -0/+10 |
| * | + add splice and sync_file_range linux-only syscalls | micha | 2008-11-15 | 1 | -8/+32 |
| * | * fix x86 -> cpu86 define | Almindor | 2007-09-03 | 1 | -4/+14 |
| * | * update sysnr.inc for x86 and x86_64 to latest kernel | Almindor | 2007-09-02 | 1 | -2/+38 |
| * | * fixed compilation on 64 bit cpus | jonas | 2007-08-29 | 1 | -0/+3 |
| * | * fix typo with [T]SysInfo record | Almindor | 2007-08-29 | 1 | -1/+1 |
| * | * fix linux sysinfo struct and function (bug 9523) | Almindor | 2007-08-29 | 1 | -19/+20 |
| * | + Add setcap/getcap | daniel | 2007-07-12 | 1 | -8/+167 |
| * | * move the FUTEX down so uses doesn't get in the way | Almindor | 2007-07-07 | 1 | -5/+7 |
| * | * make FUTEX_OP implemented also with FPC_USE_LIBC since it's a macro | Almindor | 2007-07-07 | 1 | -5/+6 |
| * | * fix for 8801. mmap constants inconsistancy. Old constants are aliased for ... | marco | 2007-05-04 | 1 | -0/+6 |
| * | * fixed bug in linux.pp / user_desc record | ivost | 2007-03-21 | 1 | -2/+2 |
| * | * updated TLS segmentdescriptor definiton (record user_desc) | ivost | 2007-03-09 | 1 | -17/+17 |
| * | * disabled Clone syscall in linux.pp, it was completly wrong (I will repl... | ivost | 2007-03-08 | 1 | -93/+40 |
| * | * removed inline flag from FUTEX_OP in linux.pp | ivost | 2007-03-01 | 1 | -2/+2 |
| * | * added futex constants to linux.pp (from futex.h) | ivost | 2007-02-28 | 1 | -0/+39 |
| * | * added the new CLONE_* constants from syscall clone | ivost | 2007-02-28 | 1 | -6/+20 |
| * | * fixed EPOLLOUT vs EPOLLPRI mixup in constants | Almindor | 2006-09-01 | 1 | -2/+2 |
| * | * EPOLL_CTL_DEL was flipped with EPOLL_CTL_MOD | Almindor | 2006-08-31 | 1 | -2/+2 |
| * | * fix 64bit epoll "special" packing | Almindor | 2006-07-25 | 1 | -1/+1 |