Pierre Muller
|
3b45e9c5bb
Change libc statx function to weakexternal
|
vor 2 Jahren |
pierre
|
61059435dd
Fix compilation of linux unit with -dFPC_USE_LIBC option
|
vor 4 Jahren |
florian
|
2e750c3f1c
+ add missing semicolon, resolves #36868
|
vor 5 Jahren |
florian
|
b1f6be15e9
* disable new syscalls on android
|
vor 4 Jahren |
florian
|
dcde27b8c6
* renamed new syscall wrapper in linux to be consist with the others
|
vor 4 Jahren |
florian
|
5ea32418d8
+ futimens syscall
|
vor 4 Jahren |
florian
|
8be1d885e8
+ linux.fputimensat which properly uses the _tim64 version if needed and available
|
vor 4 Jahren |
florian
|
d4a7e0c8c7
+ Linux.fpstatx, resolves #36501
|
vor 5 Jahren |
michael
|
23a9a30bb7
* Undo 46567, missing dependencies
|
vor 4 Jahren |
michael
|
61ae4eea1f
* Merging revisions r44666 from trunk:
|
vor 4 Jahren |
marco
|
7201fbe85e
# revisions: 43880,44093
|
vor 5 Jahren |
yury
|
0654857ce1
Merged aarch64-android, x86_64-android targets and fixes for the Android target.
|
vor 6 Jahren |
michael
|
94b6fe6ad3
* added O_CLOEXEC
|
vor 7 Jahren |
yury
|
af0fdea815
* Android: Include list of supported syscalls for each CPU.
|
vor 7 Jahren |
Jonas Maebe
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
vor 10 Jahren |
michael
|
dd6f45d1d0
* Added setregid and setreuid functions to linux unit (they are not POSIX), bug ID #25403
|
vor 10 Jahren |
marco
|
a8671e550e
* fix FPC_USE_LIBC for inotify and clock* functions, and always link librt when this unit is used under FPC_USE_LIBC.
|
vor 11 Jahren |
pierre
|
651589c9a4
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore
|
vor 13 Jahren |
pierre
|
160037eb9d
* Patch from Fuxin Zhang: Mips specific MAP_XXX constants
|
vor 13 Jahren |
michael
|
0bdccfa2b0
* Added clock_getres, clock_gettime, clock_settime calls
|
vor 13 Jahren |
michael
|
2d7dbacee0
* Added inotify calls
|
vor 13 Jahren |
Jonas Maebe
|
715c819ff7
- removed "packed" from record types that should/need not be packed
|
vor 13 Jahren |
marco
|
2c00a2a0b3
* fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450)
|
vor 14 Jahren |
Jonas Maebe
|
d8032f6366
- disabled modify_ldt for non-x86 platforms, since it does not exist there
|
vor 15 Jahren |
daniel
|
da77c0c190
+ Add libc version of futex
|
vor 15 Jahren |
daniel
|
6f2b097d63
+ Add futex
|
vor 15 Jahren |
daniel
|
1009a84e25
+ Add modify_ldt to linux unit
|
vor 15 Jahren |
marco
|
30207d73ea
* epoll_oneshot constant, mantis 15732
|
vor 15 Jahren |
micha
|
aa38b10011
* attempt to fix powerpc64-linux sync_file_range compilation
|
vor 16 Jahren |
micha
|
1b418875b3
* fix typo
|
vor 16 Jahren |