index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtl
/
linux
/
ostypes.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ linux implementation of System.GetCPUCount
florian
2021-01-07
1
-0
/
+11
*
* linux: fix some formatting in ostypes.inc, no functional change
karoly
2020-09-09
1
-4
/
+4
*
F_GetLk/SetLk have different values for sparc/sparc64
pierre
2020-07-22
1
-0
/
+9
*
* revert part of r44879: flock must use kernel_off_t: off_t breaks e.g. i386
florian
2020-07-19
1
-2
/
+3
*
* fix O_LARGEFILE for Aarch64, RISC-V 32-bit and RISC-V 64-bit
svenbarth
2020-06-07
1
-2
/
+5
*
* Use off_t type for l_start and l_end fields instead of kernel_off_t
pierre
2020-04-20
1
-2
/
+6
*
+ initial xtensa-linux rtl
florian
2020-04-07
1
-1
/
+1
*
+ Linux.fpstatx, resolves #36501
florian
2020-01-02
1
-1
/
+14
*
Merged riscv_new branch
florian
2018-09-26
1
-1
/
+1
*
Sparc64 uses the same value as sparc for O_APPEND
pierre
2017-07-24
1
-4
/
+4
*
* Use specific type for TFPSet elements
michael
2017-07-09
1
-2
/
+3
*
* change TDIR fields to longint. Should have been abandonned long ago.
marco
2016-06-30
1
-2
/
+2
*
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
jonas
2015-05-23
1
-1
/
+6
*
Fix Fp*Stat calls when compiling with FPC_USE_LIBC for x86_64-linux.
svenbarth
2014-12-09
1
-0
/
+5
*
* increased the size of tdirent to
jonas
2013-11-27
1
-2
/
+14
*
* Fix O_ constants for mips cpu
pierre
2012-06-17
1
-2
/
+16
*
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumip...
pierre
2012-06-08
1
-1
/
+1
*
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumip...
pierre
2012-06-08
1
-1
/
+1
*
* Patch from Fuxin Zhang: Mips specific MAP_XXX constants
pierre
2012-06-07
1
-1
/
+15
*
- removed "packed" from record types that should/need not be packed
jonas
2011-11-08
1
-3
/
+3
*
o fixed several Linux ipc bugs, based on patch by Ruben Chaer/
jonas
2010-11-13
1
-0
/
+10
*
* fixed linux flock type by defining and using a kernel_off_t type
jonas
2009-05-09
1
-2
/
+21
*
* marked domain field of Linux record with "platform" directive. under IFNDE...
marco
2008-12-11
1
-1
/
+1
*
+ add poll support for unix
micha
2008-11-16
1
-0
/
+23
*
* added S_IRWXG and S_IRWXU constants to ostypes.inc of linux (defined in sys...
ivost
2008-09-16
1
-0
/
+2
*
* Remove double definition of O_LARGEFILE for powerpc-linux and give it
daniel
2007-07-22
1
-4
/
+4
*
* proper definition of O_LARGEFILE for all cpu platforms
florian
2007-07-21
1
-6
/
+19
*
* fix for 8801. mmap constants inconsistancy. Old constants are aliased for ...
marco
2007-05-04
1
-0
/
+2
*
* Change dd_nextoff to cardinal to prevent upscaling of calculations to 64-...
daniel
2007-03-23
1
-1
/
+1
*
* fixed type defintion putsname
ivost
2007-03-01
1
-1
/
+1
*
* fixed rtl compilation with -dFPC_USE_LIBC by providing a more generic fpprc...
tom_at_work
2007-01-22
1
-0
/
+12
*
* fix linux/sysutils 64 bit file handling: make off_t 64 bit
micha
2006-11-01
1
-3
/
+3
*
* stat records differ too much: use stat include file
micha
2006-10-31
1
-51
/
+0
*
* fix stat for 64 bit CPUs
micha
2006-10-31
1
-3
/
+10
*
+ 64 bit file support for linux
micha
2006-10-31
1
-51
/
+35
*
* Now right.
daniel
2006-06-05
1
-1
/
+1
*
+ Add S_IRWXU
daniel
2006-06-05
1
-0
/
+1
*
* iovec
marco
2006-02-12
1
-0
/
+7
*
* fdset is now array of unsigned.
marco
2006-01-26
1
-1
/
+2
*
* added CheckInitialStkLen() function which checks whether the given stack si...
tom_at_work
2005-11-11
1
-0
/
+22
*
- fixed TFDSet type for 64 bit compatibility
tom_at_work
2005-11-01
1
-1
/
+1
*
* fixed exception handling for PowerPC64
tom_at_work
2005-10-15
1
-2
/
+8
*
+ *stat wrappers for linux
florian
2005-09-27
1
-0
/
+8
*
* remove $Log
peter
2005-06-07
1
-9
/
+0
*
* log and id tags removed
fpc
2005-05-21
1
-1
/
+0
*
initial import
fpc
2005-05-16
1
-0
/
+313