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
/
sbin
Age
Commit message (
Expand
)
Author
8 hours
Convert sbin and usr.bin to check for imsgbuf_init failure and add
Claudio Jeker
8 hours
s/ibuf_add_buf/ibuf_add_ibuf/
Claudio Jeker
8 hours
Implement the recv_imsg/read_message function in the correct way.
Claudio Jeker
8 hours
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
8 hours
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
8 hours
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
8 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
8 hours
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
8 hours
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
8 hours
imsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.
Claudio Jeker
11 hours
The block size of HMAC-SHA2-{384,512} must be 128 bytes.
YASUOKA Masahiko
31 hours
pfctl: clear statistic for specified addresses
kirill
10 days
bump the type used to specify traffic queue bandwidth to 64bit.
David Gwynne
10 days
Prevent completely empty interface blocks.
Florian Obser
12 days
sync curly braces markup, fix indent
Klemens Nanni
12 days
usage should fit in a 80-column display.
Igor Sobrado
2024-11-04
Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)
Jeremie Courreges-Anglas
2024-11-04
add a "natt" option that forces negotiation of nat-t (and udpencap).
David Gwynne
2024-11-01
Simplify name/prefix markup, readability tweak and cleanup
Klemens Nanni
2024-10-30
Document /var/db/dhcp6leased/uuid.
Florian Obser
2024-10-23
remove duplicate defines
Jonathan Gray
2024-10-08
apply the CVE-2024-8508 fix from unbound (put a limit on resources used
Stuart Henderson
2024-10-05
Make scaling available for normal mice, too; not just for touchpads.
Christopher Zimmermann
2024-09-29
add some commas, to aid readability;
Jason McIntyre
2024-09-25
Correct an indexing error that may leave stale data in the mousecfg buffer.
Ulf Brosziewski
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-16
Close correct file descriptor.
Florian Obser
2024-09-15
Add handling of "Class" attribute. diff from markus
YASUOKA Masahiko
2024-09-15
remove unused variables
Jonathan Gray
2024-09-11
Fix a typo
YASUOKA Masahiko
2024-09-10
missing "Ar" in previous;
Jason McIntyre
2024-09-09
When accounting start the type attribute was added twice.
YASUOKA Masahiko
2024-09-09
Add triple-dots to synopsis as multiple name[=value] arguments may be given
Klemens Nanni
2024-09-06
Repair build with gcc.
Miod Vallat
2024-09-05
Sync to unbound 1.21.0; heavy lifting by sthen
Florian Obser
2024-09-01
dhcpleased: fix a sizeof for IMSG_REQUEST_REBOOT.
Theo Buehler
2024-08-27
Do not send zero sized vendor or client ids.
Florian Obser
2024-08-26
Use i2s instead of hard coding the imsg type. Suggested by tb.
Florian Obser
2024-08-26
errno is unset, use fatalx(3) instead of fatal(3).
Florian Obser
2024-08-26
Be stricter in what we accept from the main process.
Florian Obser
2024-08-25
Do not peek inside of struct imsg.
Florian Obser
2024-08-25
sin6_to_str and i2s take a single argument.
Florian Obser
2024-08-24
Simplify engine_showinfo_ctl()
Florian Obser
2024-08-24
Stop peeking into struct imsg when relaying control messages.
Florian Obser
2024-08-24
Do not peek inside of struct imsg.
Florian Obser
2024-08-24
Helper function for logging imsg type names.
Florian Obser
2024-08-19
correctly indent a line
Jonathan Gray
2024-08-19
Replace too flexible inet_aton(3) with getaddrinfo(3).
Florian Obser
2024-08-17
Fix some memory leaks in the RADIUS part.
YASUOKA Masahiko
2024-08-11
rework DESCRIPTION for both dhcpleased(8) and slaacd(8) to more accurately
Jason McIntyre
[next]