1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In pfkey_reply() ensure that any error message is properly discarded. More... 6 days ago
Log optional NOTIFICATION data for UPDATE errors if verbose is set More... 9 days ago
Bump actions/checkout from 4 to 5 More... 24 days ago
Use the safe idiom from snprintf(3) manpage on how to check for string overflow. OK tb@ millert@ More... 24 days ago
Remove unused variable. OK tb@ More... 24 days ago
Fix RDE busy loop around poll because of peer_work_pending misreporting More... 27 days ago
Switch peer FSM state early in change_state() More... 28 days ago
Remove the buypass example as they cease free ACME DV certification services
job
More... about 1 month ago
Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS. Sort HISTORY chronologically. No text change. More... about 1 month ago
Implement the POSIX-2024 close-on-fork flag, but modified to be reset on exec as preserving it across exec is not necessary for its original purpose and has security and usability concerns. More... about 2 months ago
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}. More... 2 months ago
remove unneeded whitespace at eol
jsg
More... 2 months ago
Add missing inter-library dependencies to LDADD and DPADD. ok tb@ deraadt@ More... 2 months ago
In the manual pages for configuration files based on parse.y, describe the syntax of both defining and using macros, rather than exclusively relying on examples, which some of the pages do not even provide. In those pages containing tables of content, also clarify that the "Macros" section contains *definitions* of variables. Both changes were already committed to vm.conf(5) earlier. More... 2 months ago
make the argument to ether_ntoa const.
dlg
More... 3 months ago
Set the initial imsg header len to 0 in imsg_create(). More... 3 months ago
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. More... 3 months ago
<uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes care of doing that include. More... 3 months ago
More apt-get update now in codeql-analysis.yaml More... 3 months ago
Run apt-get update before apt-get install More... 3 months ago
fpclassify(3) and isgreater(3) are the last two pages living in src/lib/libc that require <math.h>, which implies that POSIX allows them to be in libm. While -lm is not currently required on OpenBSD, which POSIX is also fine with, providing -lm for these may help portability elsewhere. Requested by guenther@ and tedu@. More... 3 months ago
.Lb libutil ; OK tedu@ More... 3 months ago
While we have fabs(3), frexp(3), ldexp(3), and modf(3) in libc, we have their eight *f and *l variants in libm, so add .Lb libm as suggested by tedu@: "A little extra -lm won't hurt anyone." More... 3 months ago
Add back #include <sys/types.h> for pid_t
tb
More... 3 months ago
Rewrite rde_update code to not use imsg_compose_ibuf anymore. OK tb@ More... 4 months ago
Switch rde_peer code to use the ibufqueue API instead of handrolling something similar. OK tb@ More... 4 months ago
Bump minor version because of symbol additions. More... 4 months ago
More imsg function additions: More... 4 months ago
Kill internal use of imsg_add() and use ibuf_add() instead. Also ibuf_free() now preserves the errno so no need for any extra dance. OK tb@ More... 4 months ago
Preserve errno in ibuf_free() so we don't have to do it in the callers. OK tb@ More... 4 months ago