summaryrefslogtreecommitdiff
path: root/rtl/linux/ptypes.inc
Commit message (Expand)AuthorAgeFilesLines
* Do not set __USE_LARGEFILE64 macro for sparc CPU, as it does not seem to be ...pierre2020-09-161-1/+1
* Define __USE_LARGEFILE64 for sparc-linux, and adapt filed ffree type to that...pierre2020-07-231-1/+9
* * TIOCtlRequest is declared as unsigned long according to man 2 ioctlflorian2019-11-091-4/+0
* Add flags field to TStatfs recordpierre2019-05-021-2/+4
* * TIOCtlRequest is 64 bit on sparc64florian2017-08-201-1/+4
* * some type declarations for sparc64-linux fixedflorian2017-07-091-1/+5
* + Linux/AArch64 RTL support (patch by Edmund Grimley Evans)jonas2015-05-231-3/+13
* * refactored definition of pthread_mutex_t into single locationjonas2015-05-171-20/+5
* - removed commented out MIPS mutex size constantsjonas2015-05-171-11/+0
* Use CPUMIPS instead of MIPS conditionalpierre2012-07-061-23/+23
* * Fix error in last commit for MIPS cpupierre2012-07-061-31/+31
* + Use SIZEOF_PTHREAD_XXX macros for /usr/include/bits/pthreadtypes.h for MIP...pierre2012-07-051-0/+115
* Fix SIG_MAXSIG const for cpumipspierre2012-06-141-4/+8
* * fix size of pthread_rwlock_t. Mantis #21552 Fields are now opaque.marco2012-05-051-8/+9
* - removed "packed" from record types that should/need not be packedjonas2011-11-081-4/+4
* * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp.marco2010-01-091-1/+2
* + add splice and sync_file_range linux-only syscallsmicha2008-11-151-0/+4
* * properly fix the statfs for both 32 and 64bit linuxAlmindor2008-06-141-3/+20
* * Fixed size in StatFS for 64 bitmichael2008-06-141-1/+1
* * fixed 16-bits types tgid/tpid/mode_t removed 1.0 compat ifdefmarco2008-02-021-10/+6
* * fixed wchar_t type (was: widechar, now is cint/cint32/long depending onjonas2007-12-051-1/+13
* * use TIOCtlRequest instead of hard ifdefs to remove warningsAlmindor2007-09-291-0/+2
* * fixed ipc for 32 bit systemsflorian2007-04-071-1/+1
* * fixed several type declarationsflorian2007-04-071-6/+13
* * fixed ipc syscalls and data structures for x86-64, resolves #8616florian2007-04-071-0/+4
* * tv_sec field of timeval is time_t (just for form, the actual typejonas2007-03-041-1/+1
* * Linux 64-bit FS patch from neli for FPC_USE_LIBCmarco2007-02-161-2/+4
* * fix linux/sysutils 64 bit file handling: make off_t 64 bitmicha2006-11-011-6/+2
* + 64 bit file support for linuxmicha2006-10-311-4/+8
* * remove $Logpeter2005-06-071-9/+0
* * log and id tags removedfpc2005-05-211-1/+0
* initial importfpc2005-05-161-0/+253