OpenBSD release(s):
1.3 (79 78),
1.2 (77 76 75 74 73 72 71 70),
Tags:
None
revision 1.3/
(Download) -
annotate -
Wed, 16 Jul 2025 15:33:05 UTC by yasuoka
OpenBSD release(s): 79 78
Changes since 1.2:
+1 -1
(diff)
Make the FILE object opaque. Move the __sFILE definition into
libc/hidden/_stdio.h. All programs that refer to the internal
structure of the FILE object can't be compiled from now on.
std{in,out,err} doesn't refer __sF[] now, but the hidden __sF along
with __srget and __swbuf symbols are kept temporarily to make our
transition easier. But those symbols will be deleted soon. The shared
library versions are bumped for libc and all the other libraries that
refer to std{in,out,err}.
diff from guenther, tweak by me, tested by many
ok sthen tb
revision 1.2/
(Download) -
annotate -
Thu, 10 Jun 2021 23:43:45 UTC by jca
OpenBSD release(s): 77 76 75 74 73 72 71 70
Changes since 1.1:
+0 -1
(diff)
No RCS IDs in shlib_version files
ok mortimer@
revision 1.1/
(Download) -
annotate -
Wed, 09 Jun 2021 19:37:43 UTC by mortimer
Add libexecinfo.
Based on NetBSD implementation, without the libelf dependency. Architectures
which have libunwind use libunwind, and others use a stub implementation
that does nothing since __builtin methods are unreliable.
Much feedback and help from jca@.
ok kettenis@ sthen@