summaryrefslogtreecommitdiff
path: root/rtl/unix/sysutils.pp
Commit message (Expand)AuthorAgeFilesLines
* + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-101-0/+41
* * statx based Sysutils.FileGetDate with handle fixedflorian2021-02-071-1/+3
* * make statx based Sysutils.FileAge working with relative pathesflorian2021-02-071-1/+1
* * renamed new syscall wrapper in linux to be consist with the othersflorian2021-01-311-11/+11
* * linux: FileGetDate makes use of statx if neededflorian2021-01-311-7/+15
* * sysutils on linux uses only the new syscalls if the system has no suitabl...florian2021-01-311-5/+8
* * fallback to fputime if fputimensat fails as not being availableflorian2021-01-311-7/+9
* * Y2K38 problem for linux in sysutils.findfirst/findnext should be solvedflorian2021-01-311-13/+71
* + futimens syscallflorian2021-01-311-2/+15
* + make use of the fputimensat syscall on linux to enable always times beyon...florian2021-01-311-5/+19
* * linux: make use of statx in Sysutils.FileAge if availableflorian2021-01-301-0/+18
* * revert r47532, r47527 (use timezone information from fpgettimeofday) becaus...ondrej2020-11-231-16/+11
* * GetLocalTimeOffset: use timezone information from fpgettimeofdayondrej2020-11-221-1/+4
* * use timezone information from fpgettimeofday for getting local datetimeondrej2020-11-221-10/+12
* * Optimized DiskAdd/DiskFree/AddDisk, bug ID 37523michael2020-11-091-22/+34
* * unix timezone optimizationsondrej2020-11-051-15/+8
* * thread-safe time zone info read/writeondrej2020-11-041-3/+4
* * introduce NowUTC() and GetUniversalTime()ondrej2020-11-041-0/+19
* GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloadsondrej2020-11-031-2/+5
* LocalToEpoch, EpochToLocal: fix for arbitrary datetimeondrej2020-11-031-51/+1
* GetLocalTimeOffset: DateTime-aware overloads for Unix. Issue 35710ondrej2020-11-031-1/+19
* GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a To...ondrej2020-10-261-0/+6
* * Avoid doing a syscall with a nil parameter in fileexistsjoost2020-02-021-0/+3
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-4/+4
* * implement FileSymLinkGetTarget for *nix systemssvenbarth2019-10-031-27/+42
* * implement FollowLink=False handling for DirectoryExists and FileExists on *...svenbarth2019-10-031-2/+16
* * fix FileExists on *nix systems returning True for directoriessvenbarth2019-10-031-0/+6
* * follow up to r42457: FreeTerminateProcs needs to be called before DoneExcep...svenbarth2019-07-201-1/+1
* * fix for Mantis #35862: free the list of functions added with AddTerminatePr...svenbarth2019-07-191-0/+1
* * Fixed crash in DiskFree() and DiskSize() on Unices due to out of bound read...yury2018-10-061-2/+2
* * Fixed UnhookSignal when RTL_SIGDEFAULT is passed. The bug have caused crash...yury2018-10-051-1/+1
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-0/+6
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-2/+2
* * initial fileflush, mantis #15824marco2017-09-031-0/+7
* * FileOpen should not open directories (Windows compatible) Bug ID 30766michael2016-12-041-3/+19
* * android: Try to get the package files directory for any shared library. If ...yury2016-11-201-13/+11
* * android: Create app files dir if needed.yury2016-08-201-1/+4
* * android: yury2016-08-191-7/+32
* * android: Fixed GetAppConfigDir, GetAppConfigFile, GetUserDir, GetTempDir to...yury2016-08-191-15/+72
* * SearchAttr needs more bits (faSymlink=$400), bug ID 29870michael2016-03-271-1/+1
* * unicode executeprocess from work during Lazarus convention in IJsselsteinmarco2016-03-191-11/+18
* * Type helpers, compatible to Delphi XE 8michael2015-11-071-0/+2
* * Removed unused vars in RTL.yury2015-09-171-1/+0
* * Use /data/local/tmp/ as a fallback temp dir on Android.yury2015-09-161-1/+8
* * fmShareDenyNone should also take a shared lock (+ test)jonas2015-05-171-3/+2
* * when creating a file with an exclusive sharing mode on Unix, first checkjonas2015-05-151-4/+27
* * factored out the check for whether we have to generate dotted functionjonas2015-03-141-5/+6
* * fixed uninitialized function result in r30048 (mantis #27586)jonas2015-03-021-5/+4
* * converted matching UTF-8 filenames in findfirst/findnext to usejonas2015-03-011-77/+14
* * support for clock_gettime(), patch by Graeme.marco2014-09-051-2/+4