summaryrefslogtreecommitdiff
path: root/rtl/bsd
Commit message (Expand)AuthorAgeFilesLines
* + FreeBSD/AArch64 support (patch by Mikaƫl Urankar, mantis #38441)jonas2021-04-103-1/+179
* * Darwin/BSD: fixed StackBottom calculationjonas2021-04-081-3/+17
* * revert r47598: implement TRandomGeneratorondrej2020-11-271-1/+1
* * rtl: implement TRandomGenerator for thread-safe randomondrej2020-11-261-1/+1
* Switch OpenBSD libc version of geterrnolocation from libcerrno lib C variabl...pierre2020-10-231-9/+1
* * Do_IsDevice treats pipes and sockets the same way as character deviceshajny2020-09-131-11/+7
* + introduce TOSTimestampflorian2020-01-251-1/+2
* * more GPL -> GPL with modification.marco2020-01-172-26/+14
* * many syscallh header files had GPL license instead of modified. I owned th...marco2020-01-174-63/+33
* * Darwin now uses Mach VM calls for memory allocation instead of mmap/munmapjonas2019-08-182-0/+6
* + add fpmprotect function to complete fpmmap/fpmunmapsvenbarth2019-06-061-0/+6
* FreeBSD fixes for stat and dirent recordspierre2019-05-011-0/+53
* * separated the OpenBSD version of the stat structure to a separate ifdef block.nickysn2019-04-041-11/+23
* + added some comments to the else/endif directives to make it easier to figurenickysn2019-04-041-2/+2
* * Improvements to the implementation of FpOpenDir for *BSD:nickysn2019-04-021-9/+24
* - removed the FPC_USE_GETDIRENTRIES_SYSCALL define and use_getdirentries_syscallnickysn2019-03-241-16/+1
* - get rid of the FPC_USE_GETDIRENTRIES_I49_SYSCALL define and thenickysn2019-03-241-10/+0
* * cleaned up most of the obsolete OpenBSD syscall numbersnickysn2019-03-231-0/+5
* * use the actual _haltproc procedure, defined in the startup code on OpenBSDnickysn2019-03-211-6/+14
* * Adjust for OpenBSD struct changes in the 'dir' structure. Based on OpenBSDnickysn2019-03-081-0/+6
* * Adjust for OpenBSD struct changes in the 'dirent' structure. Based on OpenBSDnickysn2019-03-081-0/+10
* * refactored the ifdefs around the dirent structurenickysn2019-03-081-15/+13
* * Adjust for OpenBSD struct changes in the 'stat' structure. Based on OpenBSDnickysn2019-03-081-3/+5
* * fixes sysctl also with 3.0.4 as starting compiler.marco2018-02-161-1/+1
* netbsd/m68k: a fuggly fix for FpLseek, so the compiler works natively at leastkaroly2017-07-271-2/+10
* netbsd: try to support syscalls which return 64bit values properly on 68kkaroly2017-07-272-13/+20
* bsd: add support for syscalls on m68k, based on NetBSD/elfkaroly2017-07-232-0/+190
* * Use specific type for TFPSet elementsmichael2017-07-091-1/+2
* * another sysctl fix. Original fixes were done in the assumption that the marco2017-05-101-1/+1
* * fix bootstrapping issue on freebsd x86_64marco2017-05-091-1/+13
* * Fix bug 31555, disbablefile lockingmichael2017-03-171-1/+1
* Fix compilation after commit 35566: change sysctl name parameter type to pcintpierre2017-03-121-1/+1
* * change sysctl name parameter type to pcint as per manpage. Param names alr...marco2017-03-111-3/+3
* * fix typo sysctlNAMEtomib, mantis #31515 by Heikomarco2017-03-091-1/+1
* bsd: fixed the system unit to also include the softpu interface part on m68k,...karoly2017-01-161-2/+2
* * more occured -> occurred spelling fixes.marco2016-12-141-1/+1
* - removed "Set8087CW(Default8087CW)" call from SysEntry:jonas2016-06-151-3/+0
* Use constref instead of const when passing TEntryInformation alongsvenbarth2016-06-111-2/+2
* Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATIO...svenbarth2016-06-111-7/+7
* Merged revision(s) 31929-31931,32547 from branches/svenbarth/packages:svenbarth2016-06-112-1/+39
* * fix for mantis #25931 return error 5 on EBUSY and ENOTDIRmarco2016-03-171-0/+2
* Fix compilation of Mac OS X. Without the cdecl modifier we need the _svenbarth2016-01-301-1/+1
* - get rid of the calling convention modifier for PascalMain as it's generated...svenbarth2016-01-291-1/+1
* * fixed dirent handling for DragonFly BSD (patch by John Marino,jonas2015-12-242-0/+15
* Pipe syscall for DragonFly also uses EAX:EDX for result, like FreeBSDpierre2015-07-141-1/+4
* + Darwin/AArch64 supportjonas2015-02-231-7/+7
* Move DynLibs support to System unit using a manager approach like for Threads...svenbarth2015-02-031-0/+1
* * first dragonfly patch (existing most). Mantis #27091marco2014-12-073-15/+49
* OpenBSD support for OS version specific syscall numberspierre2014-11-232-30/+27
* - RTL: removed InitVariantManager, it was an empty procedure since day 1.sergei2014-11-221-1/+0