tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
at
rk3128
34 folders
2 files
csu
As a first step in making the gprof profiling subsystem compatible with all of our privsep work, add an ELF note to gcrt0, this means we know which binaries have been compiled with -pg. ok kettenis
10 months ago
libagentx
fix memory leaks in error paths found with cppcheck, ok martijn@
4 months ago
libarch
use O_CLOEXEC; ok guenther
4 weeks ago
libc
pledge(2): access() and open() are no longer special for pledge
2 weeks ago
libcbor
Revert previous (r1.5) now that all platforms support __attribute__((warn_unused_result)).
5 months ago
libcrypto
sync with Mozilla root CA store, ok tb@
3 weeks ago
libcurses
install pkg-config files for *w variants of ncurses and add-on libraries ok tb@
2 months ago
libedit
Fixed a bug where completion candidates were truncated when the input wrapped to a new line. Diff from Yuichiro NAITO through NetBSD Tested asou and yasuoka.
2 months ago
libelf
fix incomplete NAME sections; OK jsg@
10 months ago
libevent
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
9 months ago
libexpat
Update libexpat to version 2.7.5.
3 weeks ago
libfido2
use O_CLOEXEC; ok guenther
4 weeks ago
libform
install pkg-config files for *w variants of ncurses and add-on libraries ok tb@
2 months ago
libfuse
Add description of the valid return values for the fuse_opt_proc_t callback function that is passed to fuse_opt_parse(3).
3 weeks ago
libkeynote
.Lb libkeynote libm libcrypto ; OK tedu@
10 months ago
libkvm
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}.
8 months ago
libl
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
13 years ago
libm
correct articles
5 months ago
libmenu
install pkg-config files for *w variants of ncurses and add-on libraries ok tb@
2 months ago
libossaudio
.Lb libossaudio , and reference sioctl_open(3) properly; OK ratchov@ tedu@
10 months ago
libpanel
install pkg-config files for *w variants of ncurses and add-on libraries ok tb@
2 months ago
libpcap
with DLT_ENC, use the first nibble of the ip to pick the ip version.
5 months ago
libpthread
Update get/setthrname and pthread_get/set_name_np man pages to advise of what buffer sizes to use. After discussion with Theo, _MAXCOMLEN was the best value to use for these non-portable interfaces. Also update for setthrname(2) no longer failing with EINTVAL.
4 months ago
libradius
add ${VERSION_SCRIPT} to CLEANFILES
1 month ago
librpcsvc
spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
3 years ago
librthread
Ensure that we always return a null terminated string if the user passed us a name buffer smaller than the thread name.
4 months ago
libskey
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}.
8 months ago
libsndio
libsndio: Simplify cookie handling
3 weeks ago
libssl
Rename RANK{768,1024} to MLKEM{768,1024}_RANK
3 months ago
libtls
use O_CLOEXEC; ok tb
4 weeks ago
libusbhid
For fopen() use "e" because this descriptor is library private and should be O_CLOEXEC
3 weeks ago
libutil
pass "e" to fopen() to set O_CLOEXEC ok guenther
4 weeks ago
liby
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
13 years ago
libz
zlib: add missing cast to reduce diff between userland and kernel
1 month ago
Makefile
Build libfido2 after all other libraries, as it links against one of the other libraries, so we have to build those first.
4 years ago
check_sym
typo: removed -> removes
1 year ago