| .. |
|
aarch64
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
arm
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
i386
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
m68k
|
* changed copyright to Sven since he is the first one with an implementation.
|
2020-01-17 17:51:20 +00:00 |
|
mips
|
* updated linux syscall numbers
|
2020-01-02 11:08:40 +00:00 |
|
mipsel
|
|
|
|
powerpc
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
powerpc64
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
riscv32
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
riscv64
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
sparc
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
sparc64
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
sparcgen
|
* duplicate syscall number removed, resolves #36508
|
2020-01-03 10:44:57 +00:00 |
|
x86_64
|
* many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified
|
2020-01-17 12:07:50 +00:00 |
|
xtensa
|
+ xtensa-linux: OS specific system unit header files
|
2020-04-05 21:12:13 +00:00 |
|
buildrtl.lpi
|
* improved build unit lazarus project for linux
|
2019-12-01 08:41:26 +00:00 |
|
buildrtl.pp
|
* improved build unit lazarus project for linux
|
2019-12-01 08:41:26 +00:00 |
|
bunxsysc.inc
|
* fplstat needs to pass AT_SYMLINK_NOFOLLOW if the newfstatat syscall is used, reported by bald zhang, resolves #36528
|
2020-01-06 21:35:13 +00:00 |
|
errno-mips.inc
|
|
|
|
errno-sparc.inc
|
|
|
|
errno.inc
|
|
|
|
errnostr.inc
|
|
|
|
fpcylix.pp
|
|
|
|
fpmake.inc
|
|
|
|
linux.pp
|
+ add missing semicolon, resolves #36868
|
2020-04-04 20:04:01 +00:00 |
|
linuxvcs.pp
|
* Fix bug ID #0035596: better detection of vcs device
|
2019-08-23 06:45:11 +00:00 |
|
Makefile
|
+ xtensa-linux support for the rtl makefile
|
2020-04-04 20:01:13 +00:00 |
|
Makefile.fpc
|
+ xtensa-linux support for the rtl makefile
|
2020-04-04 20:01:13 +00:00 |
|
osdefs.inc
|
* more GPL -> GPL with modification.
|
2020-01-17 15:01:23 +00:00 |
|
osmacro.inc
|
* more GPL -> GPL with modification.
|
2020-01-17 15:01:23 +00:00 |
|
ossysc.inc
|
* mmap2 expects that offset is divided by 4096
|
2020-02-16 20:14:28 +00:00 |
|
ostypes.inc
|
+ Linux.fpstatx, resolves #36501
|
2020-01-02 14:10:31 +00:00 |
|
pmutext.inc
|
* some type declarations for sparc64-linux fixed
|
2017-07-09 20:28:30 +00:00 |
|
pthread.inc
|
* patch by Benjamin Rosseaux: TEvent.WaitFor on *nix uses Monotonic Clock now
|
2019-11-25 20:58:18 +00:00 |
|
ptypes.inc
|
* TIOCtlRequest is declared as unsigned long according to man 2 ioctl
|
2019-11-09 18:27:21 +00:00 |
|
rtldefs.inc
|
|
|
|
si_c21.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_c21g.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_c.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_dll.pp
|
Force PIC usage for sparc64 CPU
|
2017-07-26 14:46:41 +00:00 |
|
si_g.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_impl.inc
|
+ tls support for x86_64-linux (not yet enabled by default)
|
2019-01-27 09:37:25 +00:00 |
|
si_intf.inc
|
* prepare Linux RTL for a platform-by-platform switch to indirect entry information, including the capability to bootstrap a direct entry target to an indirect one while using the assembly startup files of the indirect one
|
2017-07-08 20:37:43 +00:00 |
|
si_prc.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_uc.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
signal.inc
|
* sparc64 uses the same different signal numbers as sparc32 on linux
|
2017-07-22 13:26:48 +00:00 |
|
suuid.inc
|
* Fix bug #31555, disbablefile locking
|
2017-03-17 07:58:59 +00:00 |
|
sysnr-gen.inc
|
* updated linux syscall numbers
|
2020-01-02 11:08:40 +00:00 |
|
sysos.inc
|
sparc64 also uses 0245408 TCGETS constant
|
2017-07-13 22:01:28 +00:00 |
|
sysosh.inc
|
+ introduce TOSTimestamp
|
2020-01-25 14:14:41 +00:00 |
|
system.pp
|
* get paramstr(0) only if really needed
|
2020-01-09 20:35:37 +00:00 |
|
t_linux.h2paschk
|
Add first linux RTL compliance test file t_linux.h2paschk
|
2019-05-06 21:13:42 +00:00 |
|
termio.pp
|
|
|
|
termios.inc
|
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
2018-07-20 08:21:15 +00:00 |
|
termiosproc.inc
|
Use TIOCtlRequest type for local variable nr inside TCSetAttr function
|
2019-05-10 07:23:31 +00:00 |
|
unxconst.inc
|
|
|
|
unxfunc.inc
|
|
|
|
unxsysc.inc
|
* Android: Include list of supported syscalls for each CPU.
|
2017-10-17 18:15:02 +00:00 |
|
unxsysch.inc
|
|
|