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
fan
35 folders
2 files
csu
Add "bti c" where needed for BTI control flow integrety checks.
3 years ago
libagentx
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
libarch
sys/param.h was only used for PAGE_MASK. use getpagesize() at initialization instead.
4 years ago
libc
Check all chunks in the delayed free list for write-after-free. Should catch more of them and closer (in time) to the WAF. ok tb@
3 years ago
libcbor
Do not use unsupported __attribute__((warn_unused_result)) on gcc3.
3 years ago
libcrypto
A refactoring back in 2016 in which magic numbers where extracted into named constants accidentally dropped an instruction causing detection of eXtended operations (XOP) on AMD hardware to break.
3 years ago
libcsi
Sync function prototypes and declarations to satisfy clang 15.
3 years ago
libcurses
ncurses wide character functions should be available with _XOPEN_SOURCE of 500 or greater and not require _XOPEN_SOURCE_EXTENDED. Bring in changes from upstream ncurses patches 20100403 and 20111030 to take this into account. Reported by Grigory Kirillov via jmc@.
3 years ago
libedit
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
libelf
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
libevent
spelling fixes; from paul tagliamonte ok nicm
3 years ago
libexpat
Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645 #613 #654 #616 #652 #653. No library bump necessary. OK tb@
3 years ago
libfido2
crank libfido2 major version, it depends on libcbor and it just cranked. ok tb@
3 years ago
libform
Also remove tbl files from CLEANFILES now they are not generated.
7 years ago
libfuse
man pages: add missing commas between subordinate and main clauses
4 years ago
libkeynote
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
libkvm
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
libl
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
13 years ago
libm
Use the same inline assembly constraints as for libc fp*(), when operating on the floating-point control register.
3 years ago
libmenu
Also remove tbl files from CLEANFILES now they are not generated.
7 years ago
libossaudio
Makes libossaudio use sndio instead of the kernel mixer(4) interface.
6 years ago
libpanel
convert unbounded sprintf/strcpy (in disabled debug code) to snprintf/strlcpy
6 years ago
libpcap
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
libpthread
Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that's needed.
3 years ago
libradius
.Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze
3 years 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
bump major after syscall removal
3 years ago
libskey
Fix the length check when computing a fake challenge for users not in the S/Key database. If the system hostname is longer than 126 characters this could result in NUL bytes being written past the end of a stack buffer. There is no impact on systems with a hostname 126 characters or less. Found by Qualys. OK deraadt@
3 years ago
libsndio
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
libssl
Crankl libcrypto/libssl/libtls minors after symbol addition
3 years ago
libtls
Crankl libcrypto/libssl/libtls minors after symbol addition
3 years ago
libusbhid
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
libutil
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
liby
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
13 years ago
libz
Revert spelling fixes. Please report them upstream.
3 years 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
By default, put intermediate files in a temp dir and remove it on completion. To leave files in /tmp, use new -k option.
4 years ago