index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtl
/
openbsd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
* synchronised with trunk till r41976
jonas
2019-05-02
2
-3
/
+66
|
\
\
|
|
/
|
*
Change ssize_t type to clong and specify pthread_once_t_rec record
pierre
2019-05-01
1
-3
/
+6
|
*
Add simple types and some constants
pierre
2019-05-01
1
-0
/
+60
*
|
* regenerated Makefiles with LLVM bitcode installation support
jonas
2019-04-20
1
-5
/
+7
|
/
*
* updated the openbsd tstatfs structure to be compatible with the currently
nickysn
2019-04-15
1
-25
/
+32
*
+ more structures added to the openbsd structure checker file: utimbuf, flock,
nickysn
2019-04-15
1
-0
/
+55
*
+ added pollfd to the openbsd structure checker file
nickysn
2019-04-15
1
-0
/
+6
*
+ added OpenBSD RTL structure checker description file for use with the h2paschk
nickysn
2019-04-15
1
-0
/
+54
*
Fix OpenBSD rtl compilation when using -dFPC_USE_LIBC option
pierre
2019-04-03
2
-96
/
+96
*
- removed syscall_nr_getdirentries from the OpenBSD rtl, since this syscall i...
nickysn
2019-03-24
2
-7
/
+1
*
- removed the FPC_USE_GETDIRENTRIES_SYSCALL define and use_getdirentries_syscall
nickysn
2019-03-24
2
-4
/
+0
*
- get rid of the FPC_USE_GETDIRENTRIES_I49_SYSCALL define and the
nickysn
2019-03-24
2
-2
/
+0
*
* cleaned up most of the obsolete OpenBSD syscall numbers
nickysn
2019-03-23
2
-227
/
+48
*
* switch syscall_nr_kill on OpenBSD to be using the 5.9+ syscall version
nickysn
2019-03-23
1
-1
/
+2
*
* updated OpenBSD syscall numbers to version 6.4
nickysn
2019-03-23
1
-1
/
+2
*
* updated OpenBSD syscall numbers to version 6.3
nickysn
2019-03-23
1
-1
/
+1
*
* updated OpenBSD syscall numbers for version 6.2
nickysn
2019-03-23
1
-2
/
+4
*
* updated OpenBSD syscalls for version 6.1
nickysn
2019-03-23
1
-2
/
+2
*
* updated OpenBSD syscall numbers to version 6.0
nickysn
2019-03-23
1
-4
/
+7
*
* updated OpenBSD syscall numbers to version 5.9
nickysn
2019-03-23
1
-4
/
+10
*
* updated OpenBSD syscall numbers for OpenBSD 5.8
nickysn
2019-03-23
1
-1
/
+3
*
* updated syscall numbers for OpenBSD 5.7
nickysn
2019-03-23
1
-1
/
+5
*
+ added comments about some retired syscall numbers, with the last supported
nickysn
2019-03-23
1
-12
/
+12
*
- removed FPC 1.0.x bootstrapping compatibility ifdef from OpenBSD RTL Makefile
nickysn
2019-03-22
2
-14
/
+0
*
+ added some missing cdecl declarations to the OpenBSD startup code
nickysn
2019-03-22
7
-16
/
+12
*
- removed OpenBSD loaders that are not needed for bootstrapping with FPC 3.0.4
nickysn
2019-03-22
6
-925
/
+3
*
* converted the i386 OpenBSD startup code to Pascal
nickysn
2019-03-22
4
-0
/
+265
*
* fixed the haltproc for shared libs
nickysn
2019-03-21
1
-15
/
+6
*
* use the actual _haltproc procedure, defined in the startup code on OpenBSD
nickysn
2019-03-21
2
-27
/
+4
*
- removed commented out gprof code from si_c.inc
nickysn
2019-03-21
1
-13
/
+0
*
* call _monstartup instead of monstartup
nickysn
2019-03-21
1
-2
/
+2
*
+ added OpenBSD startup units for gprof support
nickysn
2019-03-21
5
-5
/
+150
*
- unused local variable removed
nickysn
2019-03-20
1
-2
/
+0
*
* moved some C type declarations to si_intf.inc
nickysn
2019-03-20
2
-5
/
+10
*
* fixed OpenBSD shared library initialization
nickysn
2019-03-20
1
-55
/
+6
*
+ enable weak externals for OpenBSD
nickysn
2019-03-20
1
-1
/
+6
*
* converted _FPC_proc___start in OpenBSD's si_dll.inc to pascal
nickysn
2019-03-20
1
-93
/
+30
*
- comment out more unused gprof code
nickysn
2019-03-19
1
-6
/
+7
*
* call c_exit directly in case PASCALMAIN finishes, to avoid inline asm entirely
nickysn
2019-03-19
1
-4
/
+1
*
- don't export the ___start symbol in the OpenBSD startup code
nickysn
2019-03-19
3
-3
/
+3
*
* call the exit() routine from the C libraries in the FPC haltproc on OpenBSD
nickysn
2019-03-19
1
-18
/
+5
*
- don't call monstartup, because that initializes the gprof profiler and should
nickysn
2019-03-19
1
-4
/
+4
*
* link to crtbegin.o/crtend.o instead of crtbeginS.o/crtendS.o when creating
nickysn
2019-03-19
1
-2
/
+2
*
* the OpenBSD x86_64 C library startup code converted to Pascal
nickysn
2019-03-19
1
-77
/
+32
*
* updated the declarations to externals in the C library in the OpenBSD startup
nickysn
2019-03-19
1
-4
/
+9
*
* slight change to the OpenBSD startup code, to allow Low(__progname_storage)<>0
nickysn
2019-03-19
1
-1
/
+1
*
* converted _FPC_proc___start in the OpenBSD x86_64 nonlibc startup code to P...
nickysn
2019-03-18
1
-79
/
+29
*
+ added comments with the parameters of _FPC_proc___start in the OpenBSD x86_...
nickysn
2019-03-18
3
-15
/
+15
*
+ added comment for the parameter, containing the environment
nickysn
2019-03-18
3
-3
/
+3
*
* _strrchr in the OpenBSD x86_64 startup code converted to Pascal
nickysn
2019-03-18
3
-84
/
+27
[prev]
[next]