summaryrefslogtreecommitdiff
path: root/rtl/openbsd
Commit message (Expand)AuthorAgeFilesLines
...
* | * synchronised with trunk till r41976jonas2019-05-022-3/+66
|\ \ | |/
| * Change ssize_t type to clong and specify pthread_once_t_rec recordpierre2019-05-011-3/+6
| * Add simple types and some constantspierre2019-05-011-0/+60
* | * regenerated Makefiles with LLVM bitcode installation supportjonas2019-04-201-5/+7
|/
* * updated the openbsd tstatfs structure to be compatible with the currentlynickysn2019-04-151-25/+32
* + more structures added to the openbsd structure checker file: utimbuf, flock,nickysn2019-04-151-0/+55
* + added pollfd to the openbsd structure checker filenickysn2019-04-151-0/+6
* + added OpenBSD RTL structure checker description file for use with the h2paschknickysn2019-04-151-0/+54
* Fix OpenBSD rtl compilation when using -dFPC_USE_LIBC optionpierre2019-04-032-96/+96
* - removed syscall_nr_getdirentries from the OpenBSD rtl, since this syscall i...nickysn2019-03-242-7/+1
* - removed the FPC_USE_GETDIRENTRIES_SYSCALL define and use_getdirentries_syscallnickysn2019-03-242-4/+0
* - get rid of the FPC_USE_GETDIRENTRIES_I49_SYSCALL define and thenickysn2019-03-242-2/+0
* * cleaned up most of the obsolete OpenBSD syscall numbersnickysn2019-03-232-227/+48
* * switch syscall_nr_kill on OpenBSD to be using the 5.9+ syscall versionnickysn2019-03-231-1/+2
* * updated OpenBSD syscall numbers to version 6.4nickysn2019-03-231-1/+2
* * updated OpenBSD syscall numbers to version 6.3nickysn2019-03-231-1/+1
* * updated OpenBSD syscall numbers for version 6.2nickysn2019-03-231-2/+4
* * updated OpenBSD syscalls for version 6.1nickysn2019-03-231-2/+2
* * updated OpenBSD syscall numbers to version 6.0nickysn2019-03-231-4/+7
* * updated OpenBSD syscall numbers to version 5.9nickysn2019-03-231-4/+10
* * updated OpenBSD syscall numbers for OpenBSD 5.8nickysn2019-03-231-1/+3
* * updated syscall numbers for OpenBSD 5.7nickysn2019-03-231-1/+5
* + added comments about some retired syscall numbers, with the last supportednickysn2019-03-231-12/+12
* - removed FPC 1.0.x bootstrapping compatibility ifdef from OpenBSD RTL Makefilenickysn2019-03-222-14/+0
* + added some missing cdecl declarations to the OpenBSD startup codenickysn2019-03-227-16/+12
* - removed OpenBSD loaders that are not needed for bootstrapping with FPC 3.0.4nickysn2019-03-226-925/+3
* * converted the i386 OpenBSD startup code to Pascalnickysn2019-03-224-0/+265
* * fixed the haltproc for shared libsnickysn2019-03-211-15/+6
* * use the actual _haltproc procedure, defined in the startup code on OpenBSDnickysn2019-03-212-27/+4
* - removed commented out gprof code from si_c.incnickysn2019-03-211-13/+0
* * call _monstartup instead of monstartupnickysn2019-03-211-2/+2
* + added OpenBSD startup units for gprof supportnickysn2019-03-215-5/+150
* - unused local variable removednickysn2019-03-201-2/+0
* * moved some C type declarations to si_intf.incnickysn2019-03-202-5/+10
* * fixed OpenBSD shared library initializationnickysn2019-03-201-55/+6
* + enable weak externals for OpenBSDnickysn2019-03-201-1/+6
* * converted _FPC_proc___start in OpenBSD's si_dll.inc to pascalnickysn2019-03-201-93/+30
* - comment out more unused gprof codenickysn2019-03-191-6/+7
* * call c_exit directly in case PASCALMAIN finishes, to avoid inline asm entirelynickysn2019-03-191-4/+1
* - don't export the ___start symbol in the OpenBSD startup codenickysn2019-03-193-3/+3
* * call the exit() routine from the C libraries in the FPC haltproc on OpenBSDnickysn2019-03-191-18/+5
* - don't call monstartup, because that initializes the gprof profiler and shouldnickysn2019-03-191-4/+4
* * link to crtbegin.o/crtend.o instead of crtbeginS.o/crtendS.o when creatingnickysn2019-03-191-2/+2
* * the OpenBSD x86_64 C library startup code converted to Pascalnickysn2019-03-191-77/+32
* * updated the declarations to externals in the C library in the OpenBSD startupnickysn2019-03-191-4/+9
* * slight change to the OpenBSD startup code, to allow Low(__progname_storage)<>0nickysn2019-03-191-1/+1
* * converted _FPC_proc___start in the OpenBSD x86_64 nonlibc startup code to P...nickysn2019-03-181-79/+29
* + added comments with the parameters of _FPC_proc___start in the OpenBSD x86_...nickysn2019-03-183-15/+15
* + added comment for the parameter, containing the environmentnickysn2019-03-183-3/+3
* * _strrchr in the OpenBSD x86_64 startup code converted to Pascalnickysn2019-03-183-84/+27