summaryrefslogtreecommitdiff
path: root/rtl/linux/linux.pp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of linux unit with -dFPC_USE_LIBC optionpierre2021-02-021-2/+2
* * disable new syscalls on androidflorian2021-02-011-5/+9
* * renamed new syscall wrapper in linux to be consist with the othersflorian2021-01-311-17/+17
* + futimens syscallflorian2021-01-311-1/+23
* + linux.fputimensat which properly uses the _tim64 version if needed and av...florian2021-01-311-0/+32
* * fix for Mantis #36895: the new epoll_pwait was missing the size parameter f...svenbarth2020-05-011-1/+1
* * Fix bug 35914: add epoll_pwait, epoll_create1michael2020-04-091-0/+15
* + initial xtensa-linux rtlflorian2020-04-071-1/+1
* + add missing semicolon, resolves #36868florian2020-04-041-1/+1
* * EPoll_Event is packed only on x86-64, not other 64 Bit CPUs, resolves #34416florian2020-02-021-2/+3
* + Linux.fpstatx, resolves #36501florian2020-01-021-1/+75
* * Android: The list of supported syscalls has been auto-generated directly fr...yury2018-09-111-6/+6
* * added O_CLOEXECmichael2018-02-021-0/+3
* * Android: Include list of supported syscalls for each CPU. yury2017-10-171-2/+15
* + Linux/AArch64 RTL support (patch by Edmund Grimley Evans)jonas2015-05-231-0/+15
* * Added setregid and setreuid functions to linux unit (they are not POSIX), b...michael2015-04-171-0/+14
* * fix FPC_USE_LIBC for inotify and clock* functions, and always link librt w...marco2013-12-081-9/+15
* * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumip...pierre2012-06-081-17/+17
* * Patch from Fuxin Zhang: Mips specific MAP_XXX constantspierre2012-06-071-0/+8
* * Added clock_getres, clock_gettime, clock_settime callsmichael2011-12-091-0/+43
* * Added inotify callsmichael2011-12-091-0/+92
* - removed "packed" from record types that should/need not be packedjonas2011-11-081-6/+7
* * fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450)marco2011-07-311-7/+13
* - disabled modify_ldt for non-x86 platforms, since it does not exist therejonas2010-08-171-10/+18
* + Add libc version of futexdaniel2010-08-141-0/+28
* + Add futexdaniel2010-08-081-0/+46
* + Add modify_ldt to linux unitdaniel2010-07-181-39/+16
* * epoll_oneshot constant, mantis 15732marco2010-02-201-0/+1
* * attempt to fix powerpc64-linux sync_file_range compilationmicha2008-11-291-4/+9
* * fix typomicha2008-11-151-1/+1
* * move fdatasync to linux unitmicha2008-11-151-0/+10
* + add splice and sync_file_range linux-only syscallsmicha2008-11-151-8/+32
* * fix x86 -> cpu86 defineAlmindor2007-09-031-4/+14
* * update sysnr.inc for x86 and x86_64 to latest kernelAlmindor2007-09-021-2/+38
* * fixed compilation on 64 bit cpusjonas2007-08-291-0/+3
* * fix typo with [T]SysInfo recordAlmindor2007-08-291-1/+1
* * fix linux sysinfo struct and function (bug 9523)Almindor2007-08-291-19/+20
* + Add setcap/getcapdaniel2007-07-121-8/+167
* * move the FUTEX down so uses doesn't get in the wayAlmindor2007-07-071-5/+7
* * make FUTEX_OP implemented also with FPC_USE_LIBC since it's a macroAlmindor2007-07-071-5/+6
* * fix for 8801. mmap constants inconsistancy. Old constants are aliased for ...marco2007-05-041-0/+6
* * fixed bug in linux.pp / user_desc recordivost2007-03-211-2/+2
* * updated TLS segmentdescriptor definiton (record user_desc)ivost2007-03-091-17/+17
* * disabled Clone syscall in linux.pp, it was completly wrong (I will repl...ivost2007-03-081-93/+40
* * removed inline flag from FUTEX_OP in linux.ppivost2007-03-011-2/+2
* * added futex constants to linux.pp (from futex.h)ivost2007-02-281-0/+39
* * added the new CLONE_* constants from syscall cloneivost2007-02-281-6/+20
* * fixed EPOLLOUT vs EPOLLPRI mixup in constantsAlmindor2006-09-011-2/+2
* * EPOLL_CTL_DEL was flipped with EPOLL_CTL_MODAlmindor2006-08-311-2/+2
* * fix 64bit epoll "special" packingAlmindor2006-07-251-1/+1