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
/
system.pp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS...
svenbarth
2021-01-09
1
-0
/
+10
*
+ linux implementation of System.GetCPUCount
florian
2021-01-07
1
-0
/
+20
*
* revert r47598: implement TRandomGenerator
ondrej
2020-11-27
1
-1
/
+1
*
* rtl: implement TRandomGenerator for thread-safe random
ondrej
2020-11-26
1
-1
/
+1
*
+ initial xtensa-linux rtl
florian
2020-04-07
1
-2
/
+2
*
* get paramstr(0) only if really needed
florian
2020-01-09
1
-15
/
+14
*
+ Enable FPU exception handling for m68k processor
pierre
2020-01-08
1
-0
/
+3
*
* android: Fixed stdio redirection for threads.
yury
2019-02-20
1
-0
/
+3
*
+ tls support for x86_64-linux (not yet enabled by default)
florian
2019-01-27
1
-134
/
+207
*
+ abi tag for i386
florian
2018-12-02
1
-0
/
+6
*
* properly initialize phdr and phnum
florian
2018-12-02
1
-0
/
+2
*
Fix arm-android compilation by prepending syscall_nr_ prefix also to __ARM_N...
pierre
2018-11-13
1
-1
/
+1
*
+ support for tlsm_general on i386-linux
florian
2018-11-11
1
-6
/
+19
*
+ i386-linux support for tls-based threadvars
florian
2018-11-07
1
-6
/
+56
*
* basic implementation for pure pascal programs to allocate tls space
florian
2018-11-07
1
-0
/
+69
*
* Fixed warnings.
yury
2018-11-02
1
-1
/
+1
*
* fixes broken compilation after merging
florian
2018-09-26
1
-5
/
+2
*
Merged riscv_new branch
florian
2018-09-26
1
-1
/
+5
*
* Add PAGESIZE local constant.
pierre
2018-09-11
1
-1
/
+13
*
Add FPC_SOFT_FPUX80 and FPC_SOFT_FPU128 define handling
pierre
2018-09-11
1
-4
/
+16
*
* forgot to correctly enable bootstrapping from direct to indirect entry for ...
svenbarth
2017-07-08
1
-2
/
+2
*
* prepare Linux RTL for a platform-by-platform switch to indirect entry infor...
svenbarth
2017-07-08
1
-3
/
+69
*
linux/m68k: enable inlining and compiler mul32to64 in the softfpu
karoly
2017-06-12
1
-0
/
+4
*
* Reallocmem uses installed memory manager
michael
2016-09-10
1
-2
/
+7
*
* Fix bug 30310
michael
2016-09-10
1
-5
/
+6
*
* android:
yury
2016-08-19
1
-0
/
+3
*
* android: Added functions GetSystemProperty() and SystemApiLevel().
yury
2016-08-19
1
-1
/
+5
*
* android: Fixed crash when using writeln during shared library finalization ...
yury
2015-10-12
1
-0
/
+4
*
Move DynLibs support to System unit using a manager approach like for Threads...
svenbarth
2015-02-03
1
-0
/
+2
*
- RTL: removed InitVariantManager, it was an empty procedure since day 1.
sergei
2014-11-22
1
-1
/
+0
*
- Don't include softfpu code on SPARC, unless bootstrapping with 2.6.
sergei
2014-03-20
1
-4
/
+4
*
* Removed SysInitFPU/SysResetFPU from (remaining) system units initialization...
sergei
2014-03-17
1
-3
/
+0
*
* Since StackTop=StackBottom+StackLength, any two variables are sufficient to...
sergei
2014-03-12
1
-2
/
+1
*
- Linux RTL: MIPS no longer needs the softfloat code, don't compile it.
sergei
2013-10-30
1
-4
/
+4
*
* fixed the stack traces under linux (StackTop wasn't initialized)
nickysn
2013-10-27
1
-1
/
+2
*
* Added new unit unixcp. It contains stuff from winiconv.inc - a table to map...
yury
2013-02-28
1
-2
/
+2
*
Enabled signal handlers
svenbarth
2012-10-18
1
-5
/
+0
*
Various adjustments to the RTL for m68k:
svenbarth
2012-10-18
1
-0
/
+4
*
rtl: set DefaultSystemCodePage on linux without cwstrings
paul
2012-09-17
1
-2
/
+2
*
* fixed null termination of cmdline (based on patch by C Western,
jonas
2012-08-30
1
-1
/
+1
*
Merge of rev21558-59-60 by Foxsen
pierre
2012-06-13
1
-4
/
+4
*
rtl: init widestring and unitcodestring managers before initialization of Sta...
paul
2011-10-25
1
-5
/
+1
*
* use generic first_int_to_real 64 bit values on sparc
florian
2011-09-03
1
-4
/
+4
*
* fix for 19114. Deal with empty arguments more graciously by quoting them.
marco
2011-04-08
1
-3
/
+7
*
- Revert micro-exe mode for now.
daniel
2010-10-15
1
-38
/
+7
*
+ If no unit is used, no symbol inside the system unit is used,
daniel
2010-10-10
1
-7
/
+38
*
* moved ugetrlimit to the implementation (as linux specific call it shouldn'...
marco
2009-10-16
1
-0
/
+7
*
* Patch from Henry Vermaak to fix EABI kernel API for arm.
michael
2009-08-20
1
-0
/
+2
*
* moved a linux specific call to the implementation of system, where
marco
2009-07-23
1
-0
/
+4
*
* remove the RTL's installed signal handlers at the end of the system
jonas
2009-05-02
1
-7
/
+28
[next]