summaryrefslogtreecommitdiff
path: root/rtl/unix
Commit message (Expand)AuthorAgeFilesLines
* --- Merging r30300 into '.':marco2015-06-181-6/+11
* --- Merging r30728 into '.':marco2015-06-181-1/+4
* --- Merging r30892 into '.':marco2015-06-171-1/+1
* --- Merging r29401 into '.':marco2015-01-051-3/+4
* * fixed CharLengthPChar() implementation and added comment (from Windowsjonas2015-01-031-3/+7
* * fall back to UTF-8 for darwin in unixcp.GetSystemCodePage if no LC_*/LANGjonas2014-12-112-10/+32
* * first dragonfly patch (existing most). Mantis #27091marco2014-12-073-2/+8
* Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is d...pierre2014-11-232-0/+16
* * Reset filerec mode field to fmClosed if the system call to open the file f...pierre2014-11-231-1/+4
* Call Errno2noutres if system call to close the handle fails in do_close for ...pierre2014-11-201-0/+2
* Also use PHTREAD_INHERIT_SCHED in pthread_attr_setinheritedsched for NetBSD ...pierre2014-11-101-1/+1
* Use ptruint instead of longint cast for self address for WRITE_DEBUGpierre2014-11-101-1/+1
* * replaced use of semaphores in Unix version of TThread for suspend/resumejonas2014-11-021-15/+13
* * throw an error if RTLEventCreate() fails on Unixjonas2014-11-021-2/+13
* - removed no longer used tthread.FSuspendedExternaljonas2014-11-021-10/+1
* * support for clock_gettime(), patch by Graeme.marco2014-09-051-2/+4
* * save original widestring manager on entry and restore it on exit, so thatjonas2014-06-011-1/+8
* * Fix for bug ID 18551michael2014-05-111-21/+0
* * Added plain calls for semaphore-related functionality, this removes need to...sergei2014-04-261-33/+8
* - Removed call to FlushThread, it is redundant since r17798. SysFlushStdio is...sergei2014-04-261-4/+0
* * clock_gettime uses timespec, not timevalmichael2014-04-021-3/+11
* * Use clock_gettime when availablemichael2014-04-021-1/+8
* * clocale moved to rtl-extra.marco2014-03-301-358/+0
* * moved units ipc for *BSD, darwin/iphonesim and linux. The others aremarco2014-03-302-848/+0
* * moved unit terminfo to rtl-consolemarco2014-03-291-744/+0
* * printer unit moved. Amiga unit also moved but it is not actively used.marco2014-03-291-270/+0
* * serial to rtl-extramarco2014-03-291-391/+0
* * Init threading when setting C thread managermichael2014-03-291-18/+23
* * Patch from Mark Morgan LLoyd, adding some functions (part 2)michael2014-02-231-1/+131
* * Patch from Mark Morgan LLoyd, adding some functionsmichael2014-02-231-4/+51
* * Patch from Petr-K to take into account modifier - for short date format (bu...michael2014-02-181-6/+29
* * winsock(and -2), sockets and gpm to rtl-extra.marco2014-01-112-118/+0
* * Initial active version of marco2014-01-051-38/+0
* * declare the code page names as ansistring instead of rawbytestring andjonas2014-01-051-2/+2
* * rtl-console initial version.marco2014-01-035-5235/+0
* * remove accidentally inserted BOM, as reported by M. Ring.marco2014-01-021-1/+1
* * Clean out of $i textrec and filerec includes that are redundant now that c...marco2014-01-027-22/+2
* * fix memleak pthread_attr, Mantis #25416 by Henry Vermaak.marco2013-12-111-0/+1
* * fixed formattingjonas2013-11-271-2/+4
* * also allow 'cpXXXX' in addition to 'CPXXXX' code page names (mantis #15169)jonas2013-11-271-0/+10
* * changed return value in case of failure in ThreadManager.SemaphoreInitjonas2013-11-132-4/+10
* Fix for Mantis #25041 . Correctly set CurrentThreadVar for those tthread.inc ...svenbarth2013-09-171-0/+2
* * fixed compilation of unit crt on linuxnickysn2013-09-171-1/+0
* * CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, i...nickysn2013-09-171-10/+5
* * SystemOldNAme -> SystemOldNamejonas2013-08-191-1/+1
* * rawbytestring/unicodestring versions of findfirst/findnext/findclosejonas2013-08-191-112/+288
* * synchronised with trunk up to r25167 (fixes glib compilation via r25164,jonas2013-07-243-83/+100
|\
| * * ordered the declarations the same was as in bunxh.inc, so it's easierjonas2013-07-241-79/+99
| * - Removed unused variablessergei2013-06-282-4/+1
* | + defaultfilesystemcodepage support for dynlibsjonas2013-07-221-6/+8