index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-11-22
Fix NULL deref in msgbuf_free()
Theo Buehler
2024-11-22
Garbage collect the now unused totalnum
Theo Buehler
2024-11-22
Move wNAF[], wNAF_len[], wsize[] to the stack
Theo Buehler
2024-11-22
Change 0 - digit to -digit
Theo Buehler
2024-11-22
Rename val_sub[] into row[] and move it to the stack
Theo Buehler
2024-11-21
During IP deliver, propagate correct address family.
Alexander Bluhm
2024-11-21
omit preceding flag from command/modifier lists to get tags; OK jmc
Klemens Nanni
2024-11-21
ec_wNAF_mul(): lose two levels of indentation
Theo Buehler
2024-11-21
ec_wNAF_mul(): remove r_is_at_infinity silliness
Theo Buehler
2024-11-21
sync libutil bump
Claudio Jeker
2024-11-21
Bump libutil major
Claudio Jeker
2024-11-21
Handle radiusd and npppd, they are different but nothing stands out.
Claudio Jeker
2024-11-21
sasyncd is another unexpected imsg user that is in the end not that special
Claudio Jeker
2024-11-21
In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c
Claudio Jeker
2024-11-21
Convert vmd over to check for imsgbuf_init failure and sprinkle a lot of
Claudio Jeker
2024-11-21
ldapd is also different to other imsg daemons.
Claudio Jeker
2024-11-21
Convert various reyk proc.c daemons over to new imsgbuf_init and
Claudio Jeker
2024-11-21
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
2024-11-21
Convert sbin and usr.bin to check for imsgbuf_init failure and add
Claudio Jeker
2024-11-21
At least make this rotting version of lpd compile again.
Claudio Jeker
2024-11-21
Convert session.c to use the new msgbuf reader API.
Claudio Jeker
2024-11-21
Teach mrt_dump_bgp_msg() to use ibufs
Claudio Jeker
2024-11-21
Pass the message to bgp_fsm as argument instead of stashing it in rptr.
Claudio Jeker
2024-11-21
Kill the bgp_msg struct and instead pass the type to session_sendmsg()
Claudio Jeker
2024-11-21
Convert rtr_proto to use new msgbuf reader API.
Claudio Jeker
2024-11-21
Rewrite the rpki-client io read handling using the new ibuf_read API.
Claudio Jeker
2024-11-21
Remove the imsgbuf_read_nofd() hack since the imsgbuf API
Claudio Jeker
2024-11-21
Replace imsgbuf_read_nofd() hack with the new imsgbuf API.
Claudio Jeker
2024-11-21
Adjust rpki-client regress to new msgbuf API
Claudio Jeker
2024-11-21
Adjust rpki-client to new msgbuf API
Claudio Jeker
2024-11-21
Adjust bgpd to the new msgbuf API
Claudio Jeker
2024-11-21
Adjust ldpd to the msgbuf change that turns the struct opaque
Claudio Jeker
2024-11-21
Adjust rpki-client to the new msgbuf_write api
Claudio Jeker
2024-11-21
Adjust bgpd to the new msgbuf_write / ibuf_write API
Claudio Jeker
2024-11-21
Adjust to new msgbuf_write/ibuf_write API and use ibuf_write since
Claudio Jeker
2024-11-21
Do not abuse struct ibuf_read instead define local struct with the same fields.
Claudio Jeker
2024-11-21
Do not abuse struct ibuf_read for internal bits. Just define an own struct.
Claudio Jeker
2024-11-21
s/ibuf_add_buf/ibuf_add_ibuf/
Claudio Jeker
2024-11-21
Unify error reporting in various control programs.
Claudio Jeker
2024-11-21
Only ldapd tried to handle fd exhaustion during imsg fd passing.
Claudio Jeker
2024-11-21
Convert vmd over to new imsgbuf_read behaviour and fix some lurking
Claudio Jeker
2024-11-21
Try to handle the dumpster fire called constraint.c a bit better.
Claudio Jeker
2024-11-21
Simple bits of converting ntpd over to the new imsgbuf_read behaviour.
Claudio Jeker
2024-11-21
Implement the recv_imsg/read_message function in the correct way.
Claudio Jeker
2024-11-21
Convert radiusd to new imsgbuf_read behaviour.
Claudio Jeker
2024-11-21
Convert npppd and npppctl over to new imsgbuf_read behaviour.
Claudio Jeker
2024-11-21
No need to handle EAGAIN anymore.
Claudio Jeker
2024-11-21
bgpd and smtpd include their own imsgbuf_read_nofd() implementation.
Claudio Jeker
2024-11-21
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
2024-11-21
Just use the new better imsg API
Claudio Jeker
[prev]
[next]