summaryrefslogtreecommitdiff
path: root/rtl/linux/ostypes.inc
Commit message (Expand)AuthorAgeFilesLines
* + linux implementation of System.GetCPUCountflorian2021-01-071-0/+11
* * linux: fix some formatting in ostypes.inc, no functional changekaroly2020-09-091-4/+4
* F_GetLk/SetLk have different values for sparc/sparc64pierre2020-07-221-0/+9
* * revert part of r44879: flock must use kernel_off_t: off_t breaks e.g. i386florian2020-07-191-2/+3
* * fix O_LARGEFILE for Aarch64, RISC-V 32-bit and RISC-V 64-bitsvenbarth2020-06-071-2/+5
* * Use off_t type for l_start and l_end fields instead of kernel_off_tpierre2020-04-201-2/+6
* + initial xtensa-linux rtlflorian2020-04-071-1/+1
* + Linux.fpstatx, resolves #36501florian2020-01-021-1/+14
* Merged riscv_new branchflorian2018-09-261-1/+1
* Sparc64 uses the same value as sparc for O_APPENDpierre2017-07-241-4/+4
* * Use specific type for TFPSet elementsmichael2017-07-091-2/+3
* * change TDIR fields to longint. Should have been abandonned long ago.marco2016-06-301-2/+2
* + Linux/AArch64 RTL support (patch by Edmund Grimley Evans)jonas2015-05-231-1/+6
* Fix Fp*Stat calls when compiling with FPC_USE_LIBC for x86_64-linux.svenbarth2014-12-091-0/+5
* * increased the size of tdirent tojonas2013-11-271-2/+14
* * Fix O_ constants for mips cpupierre2012-06-171-2/+16
* * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumip...pierre2012-06-081-1/+1
* * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumip...pierre2012-06-081-1/+1
* * Patch from Fuxin Zhang: Mips specific MAP_XXX constantspierre2012-06-071-1/+15
* - removed "packed" from record types that should/need not be packedjonas2011-11-081-3/+3
* o fixed several Linux ipc bugs, based on patch by Ruben Chaer/jonas2010-11-131-0/+10
* * fixed linux flock type by defining and using a kernel_off_t typejonas2009-05-091-2/+21
* * marked domain field of Linux record with "platform" directive. under IFNDE...marco2008-12-111-1/+1
* + add poll support for unixmicha2008-11-161-0/+23
* * added S_IRWXG and S_IRWXU constants to ostypes.inc of linux (defined in sys...ivost2008-09-161-0/+2
* * Remove double definition of O_LARGEFILE for powerpc-linux and give itdaniel2007-07-221-4/+4
* * proper definition of O_LARGEFILE for all cpu platformsflorian2007-07-211-6/+19
* * fix for 8801. mmap constants inconsistancy. Old constants are aliased for ...marco2007-05-041-0/+2
* * Change dd_nextoff to cardinal to prevent upscaling of calculations to 64-...daniel2007-03-231-1/+1
* * fixed type defintion putsnameivost2007-03-011-1/+1
* * fixed rtl compilation with -dFPC_USE_LIBC by providing a more generic fpprc...tom_at_work2007-01-221-0/+12
* * fix linux/sysutils 64 bit file handling: make off_t 64 bitmicha2006-11-011-3/+3
* * stat records differ too much: use stat include filemicha2006-10-311-51/+0
* * fix stat for 64 bit CPUsmicha2006-10-311-3/+10
* + 64 bit file support for linuxmicha2006-10-311-51/+35
* * Now right.daniel2006-06-051-1/+1
* + Add S_IRWXUdaniel2006-06-051-0/+1
* * iovecmarco2006-02-121-0/+7
* * fdset is now array of unsigned.marco2006-01-261-1/+2
* * added CheckInitialStkLen() function which checks whether the given stack si...tom_at_work2005-11-111-0/+22
* - fixed TFDSet type for 64 bit compatibilitytom_at_work2005-11-011-1/+1
* * fixed exception handling for PowerPC64tom_at_work2005-10-151-2/+8
* + *stat wrappers for linuxflorian2005-09-271-0/+8
* * remove $Logpeter2005-06-071-9/+0
* * log and id tags removedfpc2005-05-211-1/+0
* initial importfpc2005-05-161-0/+313