fpc/rtl/unix
michael 2a96ad2715 * Check buffer overflow when reading
git-svn-id: trunk@49012 -
2021-03-19 14:25:21 +00:00
..
scripts Fix typo in script comment 2020-10-27 23:11:23 +00:00
aliasctp.inc
aliasptp.inc * added alias for statsfs 2011-02-27 20:14:11 +00:00
baseunix.pp Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined 2014-11-23 21:57:33 +00:00
bunxh.inc + add fpmprotect function to complete fpmmap/fpmunmap 2019-06-06 20:46:01 +00:00
bunxovl.inc * Patch to change numeric constant to symbolic constant for file mode (bug ID 37889) 2020-10-08 12:42:34 +00:00
bunxovlh.inc
classes.pp + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
cthreads.pp * mips and xtensa compilation fixed 2021-03-09 21:07:51 +00:00
ctypes.inc * added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp) 2009-01-26 12:58:20 +00:00
cwstraix.inc + AIX support for cwstring 2012-04-11 18:06:22 +00:00
cwstring.pp * cwstring: open iconv with the transliterate flag if iconvctl is not available 2020-11-29 17:09:19 +00:00
dl.pp * dlinfo call added (bug ID 0036105) 2019-09-29 22:28:47 +00:00
dos.pp * revert r47532, r47527 (use timezone information from fpgettimeofday) because they are not available on all Linux distributions 2020-11-23 15:17:52 +00:00
dynlibs.inc
errors.pp
fpmake.inc + Initial check-in 2005-08-29 07:38:56 +00:00
genfdset.inc * fix for mantis #36229, off by one in bounds check. Only affects invalid input though. 2019-10-29 13:44:24 +00:00
genfunch.inc
genfuncs.inc * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
gensigset.inc
initc.pp * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
lnfogdb.pp
oscdecl.inc
oscdeclh.inc + add declaration of FpSchedGetAffinity when the Linux target is compiled with FPC_USE_LIBC 2021-01-09 15:58:18 +00:00
ports.pp - disable I/O-port-related intrinsic functionality when using LLVM, as the 2018-12-01 20:30:43 +00:00
settimeo.inc
syscall.pp Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined 2014-11-23 21:57:33 +00:00
syscgen.inc
sysdir.inc
sysdlh.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
sysfile.inc * Fixed ftruncate to take 64-bit argument 2015-05-21 07:32:30 +00:00
sysheap.inc * Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap 2019-08-18 15:55:07 +00:00
sysunixh.inc * on targets with indirect main entry argc, argv and envp are provided through the indirect entry information instead of externals 2017-07-08 19:18:20 +00:00
sysutils.pp * statx based Sysutils.FileGetDate with handle fixed 2021-02-07 17:59:28 +00:00
termiosh.inc
timezone.inc * Check buffer overflow when reading 2021-03-19 14:25:21 +00:00
tthread.inc * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +00:00
ttyname.inc
unix.pp * timezones android compilation 2020-11-05 18:39:11 +00:00
unixcp.pp * CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1) 2017-02-04 22:44:36 +00:00
unixtype.pp * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
unixutil.pp * remove the BaseUnix dependency added by mistake 2020-11-04 05:52:58 +00:00
unxdeclh.inc
unxovl.inc
unxovlh.inc
x86.pp