summaryrefslogtreecommitdiff
path: root/rtl/linux
Commit message (Expand)AuthorAgeFilesLines
* * fixes broken compilation after mergingflorian2018-09-261-5/+2
* Merged riscv_new branchflorian2018-09-2629-5/+2253
* * Re-generated lists of android syscalls by a new script. The lists are more ...yury2018-09-121-1/+1
* * Android: The list of supported syscalls has been auto-generated directly fr...yury2018-09-115-43/+18
* * Add PAGESIZE local constant.pierre2018-09-111-1/+13
* Add FPC_SOFT_FPUX80 and FPC_SOFT_FPU128 define handlingpierre2018-09-111-4/+16
* * deprecations, remove oldlinux.marco2018-08-231-5948/+0
* * another stat file cleanup.marco2018-08-201-48/+3
* * remove deprecated parts linux stat records (FPC 1.0 leftovers)marco2018-08-196-224/+15
* * regenned makefile without date/rev components for easier merging.marco2018-08-181-1/+1
* Improve detect_linuxvcs to allow parsing of /proc/PID/stat even with spaces ...pierre2018-08-061-12/+39
* * updated dependencies of unit ports (objpas and x86 is no longer required onnickysn2018-07-042-3/+3
* Regenerated Makefile's after addition of ppas and ppaslink script removal in ...pierre2018-04-121-4/+28
* * x86_64-linux uses now pascal init codeflorian2018-03-042-3/+1
* * partly reverted #38320, the code was correctflorian2018-03-032-52/+51
* * ensure that the stack is aligned after haltproc, should resolve #33311florian2018-03-032-0/+2
* * keep stack aligned when using profiler stubsflorian2018-02-232-0/+4
* * added O_CLOEXECmichael2018-02-021-0/+3
* Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of sy...pierre2018-01-022-3/+3
* * fpcmake.inc and Makefiles renerated after last commitflorian2017-12-271-1/+1
* linux: an attempt to clean up and fix syscall calling conventions for ftrunca...karoly2017-12-128-49/+34
* linux: removed some old junk which was commented out over a decade agokaroly2017-12-121-13/+0
* tabs to spaces. no functional changeskaroly2017-12-121-94/+94
* * Android: Include list of supported syscalls for each CPU. yury2017-10-175-6/+69
* * Fixed version of FpSysCall() with 6 params for Linux with PIC.yury2017-10-171-1/+5
* * regenerate Makefile after r37337svenbarth2017-09-271-4/+8
* * fix parallel compilation of Linux RTL: the software FPU units require the O...svenbarth2017-09-271-3/+3
* Fix loading of argc field (longint type) of TEntryInformation.OS recordpierre2017-09-262-2/+4
* Add units softfpu, sfpux80, sfpu128, ufloatx80 and ufloat128 to list of unit...pierre2017-09-192-151/+131
* * TIOCtlRequest is 64 bit on sparc64florian2017-08-201-1/+4
* Fix PIC codepierre2017-07-261-15/+17
* Fix PIC codepierre2017-07-261-12/+14
* Force PIC usage for sparc64 CPUpierre2017-07-261-0/+5
* Add -KPIC to ASSHAREDOPT for sparc and sparc64pierre2017-07-252-0/+4
* Sparc64 uses the same value as sparc for O_APPENDpierre2017-07-241-4/+4
* * sparc64 uses the same different signal numbers as sparc32 on linuxflorian2017-07-221-3/+3
* * sparc64-linux has to use syscall_nr_gettimeofday instead of syscall_nr_time...florian2017-07-211-0/+5
* * fixed fppipe for sparc64-linuxflorian2017-07-211-7/+6
* sparc64 also uses 0245408 TCGETS constantpierre2017-07-131-2/+2
* * some type declarations for sparc64-linux fixedflorian2017-07-092-4/+8
* * cosmeticsflorian2017-07-091-1/+1
* * Use specific type for TFPSet elementsmichael2017-07-091-2/+3
* * forgot to correctly enable bootstrapping from direct to indirect entry for ...svenbarth2017-07-081-2/+2
* * switch x86_64-linux to indirect entry, essentially allowing for the use of ...svenbarth2017-07-088-59/+365
* * prepare Linux RTL for a platform-by-platform switch to indirect entry infor...svenbarth2017-07-084-3/+128
* * fix Fpfstat as Fpstat has been fixed in r36664, sparc64 needs explictly an ...florian2017-07-071-2/+2
* * initial implementation of c startup code for sparc64-linuxflorian2017-07-071-4/+75
* * revert r36666 as it interferes with r36664florian2017-07-071-8/+6
* Try to get a correct stat record pierre2017-07-071-6/+8
* * force usage of stat64 on sparc64florian2017-07-072-3/+4