summaryrefslogtreecommitdiff
path: root/rtl/unix
Commit message (Expand)AuthorAgeFilesLines
* define iconv_is_in_libc by default for netbsd OS (can be disabled by adding ...pierre2018-09-241-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
* * use include files in the unix ports unit as wellnickysn2018-07-091-89/+2
* + use the x86 inline intrinsics for port access in the unix ports unit as wellnickysn2018-07-041-24/+35
* * use the new x86 port access intrinsics in the x86 unit for unixnickysn2018-07-031-169/+54
* fix typo in comment. no functional change.karoly2017-11-071-1/+1
* Also disable pthread_attr_setinheritsched call for BeOSpierre2017-09-201-1/+1
* Disable FpSigTimedWait also for BeOSpierre2017-09-201-2/+2
* * initial fileflush, mantis #15824marco2017-09-031-0/+7
* * change external name of wait to wait instead of waitpid. Reportedmarco2017-08-081-1/+1
* * Use specific type for TFPSet elementsmichael2017-07-091-5/+6
* * properly align threadvars for sparc64florian2017-07-081-0/+4
* * on targets with indirect main entry argc, argv and envp are provided throug...svenbarth2017-07-081-0/+6
* * empty lines removedflorian2017-06-191-3/+0
* * make webtbs/tw30535 also working on OSes using cthreadsflorian2017-03-121-5/+11
* * CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1)jonas2017-02-041-2/+2
* * 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
* * converted for-loop to while-loop, because its loop count is used on exitjonas2016-11-011-3/+7
* * don't index past the end of the transitions array (mantis #30829)jonas2016-11-011-1/+1
* - Cleaned out thread manager semaphore support which was ever implemented onl...sergei2016-09-201-189/+0
* * link always excplicitly against libc on linux when using the dl unit soflorian2016-08-221-4/+4
* * corrected r34366 (powerpc -> cpupowerpc)florian2016-08-221-1/+1
* * excplicitly link against libc in the unit dl, so the correct startup files ...florian2016-08-221-2/+3
* * 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
* * android: Use ICU to get timezone information if running on an Android versi...yury2016-08-191-1/+5
* * android: Properly initialize time zone information.yury2016-08-181-0/+12
* * fixed (harmless) range error in 64 bit BSD-based RTLsjonas2016-05-211-1/+1
* * SearchAttr needs more bits (faSymlink=$400), bug ID 29870michael2016-03-271-1/+1
* * unicode executeprocess from work during Lazarus convention in IJsselsteinmarco2016-03-196-59/+95
* * deprecated dt routines in unixutils. Julian routines already were marco2015-11-201-4/+4
* * Observe TZ and TZDir when determining timezonemichael2015-11-191-10/+31
* * Fix bug 28987, fpfd_clr, and fpfdfillset using cardinal instead of correctl...michael2015-11-151-2/+2
* * Type helpers, compatible to Delphi XE 8michael2015-11-072-16/+35
* * remove some deprecated functions. Most have alternatives since at least 2....marco2015-11-062-75/+1
* * avoid threadvar memory leaks for external hooked threads if the tlskeyjonas2015-10-271-2/+14
* * Return a real base address for ELF executables by GetModuleByAddr() instead...yury2015-10-131-0/+2
* * Removed unused vars in RTL.yury2015-09-172-2/+0
* * Use /data/local/tmp/ as a fallback temp dir on Android.yury2015-09-161-1/+8
* * Use mbrlen instead of mblen under Haiku like on other Unix like platforms.jonas2015-08-251-16/+16
* * Haiku use UTF-8 from day one, so it make sense to use the correspondingjonas2015-08-161-1/+1
* * Modify CODESET value according to the corresponding declaration injonas2015-08-161-2/+3
* * Fixed ftruncate to take 64-bit argumentmichael2015-05-211-1/+1
* * 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
* * Patch from Bernd to fix SedDateTime (wrong tv_usec values, bug ID 27969)michael2015-04-261-1/+4
* * Fix bug ID 27617, heap messed up due to not resetting pointermichael2015-03-291-6/+11