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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fix compilation for CPUs without thumb
florian
2021-02-23
1
-1
/
+7
*
* arm-linux: sighnd.inc must check for CPUTHUMB and CPUTHUMB2
florian
2021-02-13
1
-6
/
+6
*
* another FPC_VERSION => FPC_FULLVERSIOn fix
florian
2021-02-10
1
-1
/
+4
*
* FPC_VERSION => FPC_FULLVERSION
florian
2021-02-08
1
-2
/
+2
*
* fixed comments in sysnr.inc files
florian
2020-11-15
1
-1
/
+0
*
arm-linux: enable epoll_pwait syscall number. this fixes the ARM Linux build ...
karoly
2020-04-10
1
-1
/
+1
*
* many syscallh header files had GPL license instead of modified. I owned th...
marco
2020-01-17
1
-16
/
+8
*
* updated linux syscall numbers
florian
2020-01-02
1
-0
/
+68
*
* improved software floating point exception handling in the rtl
florian
2019-10-10
1
-0
/
+1
*
+ support for arm attributes
florian
2019-10-09
1
-1
/
+1
*
Fix compilation with release 3.0.4 ppcarm
pierre
2019-06-05
1
-0
/
+8
*
* properly return from the signal handler on ARM/Linux instead of calling
jonas
2019-06-02
1
-3
/
+55
*
+ abi tag for i386
florian
2018-12-02
5
-60
/
+32
*
Fix arm-android compilation by prepending syscall_nr_ prefix also to __ARM_N...
pierre
2018-11-13
1
-5
/
+5
*
* basic implementation for pure pascal programs to allocate tls space
florian
2018-11-07
2
-1
/
+5
*
* remove deprecated parts linux stat records (FPC 1.0 leftovers)
marco
2018-08-19
1
-24
/
+2
*
linux: an attempt to clean up and fix syscall calling conventions for ftrunca...
karoly
2017-12-12
1
-3
/
+2
*
tabs to spaces. no functional changes
karoly
2017-12-12
1
-94
/
+94
*
* updated FSF address (mantis #30198, patch by Paul Gevers)
jonas
2016-10-02
1
-2
/
+2
*
arm-linux: new gprt0 based on cprt0, plus gmon initialization, so profiling o...
karoly
2014-09-14
1
-58
/
+115
*
* insert it statements for arm thumb2 in syscall assembler procedures
florian
2013-08-23
1
-0
/
+4
*
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
jonas
2013-06-27
3
-5
/
+6
*
* fix parameter handling in FPC_SYSCALL4 to FPC_SYSCALL6
florian
2013-04-07
1
-13
/
+22
*
* load exit code in _haltproc for thumb
florian
2013-04-07
1
-0
/
+3
*
+ linux syscalls for arm thumb
florian
2013-03-24
1
-0
/
+195
*
+ in_edsp_test is only available if FPC_SYSTEM_FPC_MOVE is defined
florian
2013-03-24
1
-0
/
+2
*
+ arm-linux startup code for thumb
florian
2013-03-24
1
-1
/
+44
*
Add a couple of ARM Linux syscalls
masta
2012-07-22
1
-0
/
+5
*
Fix shared library loading and unloading for Linux platforms. Shared library ...
tom_at_work
2011-09-08
2
-9
/
+42
*
* fix compilation of dllprt0.as for older arm assemblers without push support
florian
2011-04-05
1
-1
/
+1
*
Fixed argc/argv/envp for arm/linux shared libraries. They are by default in r...
tom_at_work
2011-02-27
1
-15
/
+8
*
Correctly return to caller in ARM/Linux shared library startup code instead o...
tom_at_work
2011-02-23
1
-18
/
+25
*
Set up environment variables and call Pascal initialization in arm/linux shar...
tom_at_work
2011-02-22
1
-1
/
+33
*
- Revert micro-exe mode for now.
daniel
2010-10-15
1
-38
/
+12
*
+ If no unit is used, no symbol inside the system unit is used,
daniel
2010-10-10
1
-12
/
+38
*
- Remove unused variable fpustate.
daniel
2010-10-10
1
-1
/
+1
*
* replaced the "quick exit" instruction sequences from the syscall variants
jonas
2010-10-01
1
-9
/
+6
*
* minimal implementation by Benjamin 'BeRo' Rosseaux
florian
2010-06-27
1
-0
/
+34
*
* tabs by spaces replaced
florian
2010-06-27
1
-3
/
+3
*
* Patch from Henry Vermaak to fix EABI kernel API for arm.
michael
2009-08-20
1
-3
/
+22
*
* remove the RTL's installed signal handlers at the end of the system
jonas
2009-05-02
1
-1
/
+5
*
* use different haltproc for arm-linux-eabi, this should be cleaned up by usi...
florian
2009-02-27
3
-2
/
+28
*
* mark produced object files as "does not require executable stack" by
jonas
2008-12-12
4
-0
/
+7
*
* fix linux syscall numbers naming consistency #2 (overlooked some)
micha
2008-11-17
1
-1
/
+1
*
* fix linux syscall numbers naming consistency (fixes x86_64 unit linux build)
micha
2008-11-17
1
-102
/
+102
*
* keep stack aligned at 8 byte boundary inside the startup code
florian
2008-10-18
3
-1
/
+8
*
+ arm linux syscalls updated
florian
2008-10-18
1
-0
/
+94
*
* fixed syscall0 for arm eabi
florian
2008-10-18
1
-1
/
+0
*
* removed packed, the stat record should be c packed
florian
2008-10-18
1
-20
/
+21
*
* Fixed comments for EABI syscalls.
yury
2008-06-05
1
-6
/
+6
[next]