openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OpenBGPD
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
3 days
ago.
Sep 15, 2024 — Sep 15, 2025
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
In pfkey_reply() ensure that any error message is properly discarded.
claudio
More...
6 days ago
Log optional NOTIFICATION data for UPDATE errors if verbose is set
claudio
More...
9 days ago
Bump actions/checkout from 4 to 5
dependabot[bot]
More...
24 days ago
Use the safe idiom from snprintf(3) manpage on how to check for string overflow. OK tb@ millert@
claudio
More...
24 days ago
Remove unused variable. OK tb@
claudio
More...
24 days ago
Fix RDE busy loop around poll because of peer_work_pending misreporting
claudio
More...
27 days ago
Switch peer FSM state early in change_state()
claudio
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.
schwarze
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.
guenther
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}.
yasuoka
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@
miod
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.
schwarze
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().
claudio
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.
schwarze
More...
3 months ago
<uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes care of doing that include.
deraadt
More...
3 months ago
More apt-get update now in codeql-analysis.yaml
Claudio Jeker
More...
3 months ago
Run apt-get update before apt-get install
Claudio Jeker
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@.
schwarze
More...
3 months ago
.Lb libutil ; OK tedu@
schwarze
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."
schwarze
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@
claudio
More...
4 months ago
Switch rde_peer code to use the ibufqueue API instead of handrolling something similar. OK tb@
claudio
More...
4 months ago
Bump minor version because of symbol additions.
claudio
More...
4 months ago
More imsg function additions:
claudio
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@
claudio
More...
4 months ago
Preserve errno in ibuf_free() so we don't have to do it in the callers. OK tb@
claudio
More...
4 months ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree