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
jcs
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
.Lb libarm ; OK tedu@
10 months ago
libc
the advice about using sysconf(_SC_PAGESIZE) is nuts, noone should actively go about changing existing code in such a pointless way. also, remove the archaic reference to sbrk. discussion with enh @ google
2 months ago
libcbor
Revert previous (r1.5) now that all platforms support __attribute__((warn_unused_result)).
5 months ago
libcrypto
a_bitstr.c: fix includes
1 month 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.4.
2 months ago
libfido2
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
libform
install pkg-config files for *w variants of ncurses and add-on libraries ok tb@
2 months ago
libfuse
Some content improvements: * Describe more precisely how the FUSE open() operation works instead of vaguely hinting that there are differences to other operating systems. * Move the sentence about O_CREAT and O_TRUNC after the flags argument has been introduced, and mark it up properly. * Describe the symlink() operation more clearly.
2 months 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
.Lb libradius ; OK yasuoka@ tedu@
10 months 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: Increase the length of display strings and control names
2 months ago
libssl
Rename RANK{768,1024} to MLKEM{768,1024}_RANK
3 months ago
libtls
bump lib{crypto,ssl,tls} minors after symbol addition
5 months ago
libusbhid
fix multiple small markup issues and add .Lb libusbhid ; OK anton@ tedu@
10 months ago
libutil
In login_fbtab(3) do first chown(2) then chmod(2)
4 months ago
liby
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
13 years ago
libz
.Lb libz ; OK tb@ tedu@
10 months 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