index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libutil
Age
Commit message (
Expand
)
Author
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-08-26
Replace recallocarray() with a realloc() + memset() combo.
Claudio Jeker
2023-12-29
Cleanup required headers form imsg.h.
Claudio Jeker
2023-12-13
filedescriptor -> file descriptor
Jonathan Gray
2023-12-12
Move ibuf API from imsg_init.3 to ibuf_add.3
Claudio Jeker
2023-12-12
Extend imsg and ibuf API with useful getter methods
Claudio Jeker
2023-11-18
Rename internal function imsg_get_fd() to imsg_dequeue_fd().
Claudio Jeker
2023-11-17
The term peerid originated from bgpd. It is time to generalize this and
Claudio Jeker
2023-11-17
rename struct imsgbuf *ibuf to *imsgbuf since ibuf is too close to
Claudio Jeker
2023-11-10
Give ober_printf_elements() a ber_element array, similar to
Martijn van Duren
2023-10-24
Require callers to use ibuf_fd_get() to extract the passed fd from an ibuf.
Claudio Jeker
2023-09-28
add a missing .Fa macro
Ingo Schwarze
2023-09-28
fix two wrong function names in the description;
Ingo Schwarze
2023-08-22
Don't fail in ober_scanf_elements() when encountering empty sequences.
Gerhard Roth
2023-06-20
responsibilty -> responsibility
Jonathan Gray
2023-06-20
- filedescriptor -> file descriptor, as per the rest of the page
Jason McIntyre
2023-06-19
Improve the ibuf API by adding these functions:
Claudio Jeker
2023-05-23
Avoid calling malloc with a zero length argument.
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-01-04
Christos Zoulas agreed to rescind clause 3 and 4 in
Jonathan Gray
2022-12-27
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-03
When decoding a sequence/set, make sure that:
Martijn van Duren
2022-08-26
Backout "Only return file descriptors to block or character devices"
Klemens Nanni
2022-08-25
Only return file descriptors to block or character devices
Klemens Nanni
2022-05-19
Document that imsg_add(3) frees its msg argument on failure.
Stefan Sperling
2022-05-11
Mark pw_error as __dead in prototype to match the function definition.
Todd C. Miller
2022-04-23
Verify sizes before arithmetic operations
Tobias Stoeckmann
2022-04-20
Use glob to expand wildcards in "other device" paths rather than a
Joshua Stein
2022-04-20
Make the termp and winp arguments for openpty, et al. const.
Todd C. Miller
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-11
Revert previous commit. The problem it was attempting to fix was already
Darren Tucker
2022-03-11
Check for underflow as well as overflow when scaling negative numbers.
Darren Tucker
2022-02-18
Avoid gendered language in man pages when not referring to a specific
Jonathan Gray
2022-01-28
Only memcpy() into imsg->data if datalen is not 0. Passing a NULL pointer
Claudio Jeker
2021-10-31
bump major after struct size change
Theo Buehler
2021-10-31
Bump BER_MAX_OID_LEN to 128
Theo Buehler
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-10-21
Sync ober_oid_cmp with ax_oid_cmp from libagentx.
Martijn van Duren
2021-08-29
fix an obvious mixup regarding the order of lines in the SYNOPSIS,
Ingo Schwarze
2021-08-29
Add ober_dup. Needed for upcoming SNMPv3 support for trap receiver in
Martijn van Duren
2021-06-20
scan_scaled: fix rescaling for negative numbers
Theo Buehler
2021-03-31
tweak column widths of a .Bl -column table
Ingo Schwarze
2021-03-31
change the barrier so that fd's are always passed and received with
Eric Faurot
2021-03-12
fix previous
Jonathan Gray
2021-03-12
spelling
Jonathan Gray
2021-03-05
Stop abusing display blocks under the authors section in order to
anton
2021-03-03
s/byte/character
Martijn van Duren
2021-02-22
Make the ober_get_* set of function to accept a NULL-pointer.
Martijn van Duren
2021-01-28
Add '$' to ober_scanf_elements().
Martijn van Duren
2021-01-22
Gracefully handle any erroneous closing bracket/brace trailers in
rob
[next]