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
/
usr.sbin
Age
Commit message (
Expand
)
Author
10 days
Try to handle the dumpster fire called constraint.c a bit better.
Claudio Jeker
10 days
Simple bits of converting ntpd over to the new imsgbuf_read behaviour.
Claudio Jeker
10 days
Convert radiusd to new imsgbuf_read behaviour.
Claudio Jeker
10 days
Convert npppd and npppctl over to new imsgbuf_read behaviour.
Claudio Jeker
10 days
No need to handle EAGAIN anymore.
Claudio Jeker
10 days
bgpd and smtpd include their own imsgbuf_read_nofd() implementation.
Claudio Jeker
10 days
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
10 days
Use msgbuf_queuelen() where approriate
Claudio Jeker
10 days
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
10 days
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
10 days
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
10 days
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
10 days
Convert ibuf_write() callers to new simplified return logic.
Claudio Jeker
10 days
Convert msgbuf_write() callers to the new return logic.
Claudio Jeker
10 days
Use ibuf_write() to send BGP messages to peers instead of msgbuf_write().
Claudio Jeker
10 days
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
10 days
Use imsg_flush() instead of implementing the same by hand.
Claudio Jeker
10 days
imsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.
Claudio Jeker
10 days
ibuf_get_string() was added to the ibuf API, remove local version
Claudio Jeker
2024-11-14
rpki-client: use macros for skipping rather than hardcoded numbers
Theo Buehler
2024-11-13
Take into account how long the dns probe takes before decding to
Otto Moerbeek
2024-11-13
Second sweep of foosz -> num_foos and friends
Theo Buehler
2024-11-12
Rename ips/as and ipsz/asz to ips/ases, num_ips/num_ases
Theo Buehler
2024-11-09
sync curly braces markup, fix indent
Klemens Nanni
2024-11-09
Remove unnecessary variable
Andrew Fresh
2024-11-09
Add a -l flag to list drivers or files
Andrew Fresh
2024-11-08
Only install a second copy of the bootloader if the EFI System Partition
Mark Kettenis
2024-11-07
The comparator of the RBtree for the IP addresses was broken.
YASUOKA Masahiko
2024-11-07
Move syslogd(8) TLS handshake callback from read to write handler.
Alexander Bluhm
2024-11-07
Add multi-line strings support to the bt(5) script parser.
Martin Pieuchot
2024-11-07
Log the username when rejecting by ipcp.
YASUOKA Masahiko
2024-11-06
Fix vmd(8) logging to syslog(3) from child process.
Alexander Bluhm
2024-11-06
vmd(8) logs psp(4) firmware version.
Alexander Bluhm
2024-11-06
Add -g option to get the index of the current virtual terminal.
Miod Vallat
2024-11-06
Fix broken vmd(8) build on arm64 due to missing psp_setup().
Alexander Bluhm
2024-11-06
Reference SendHoldTimer RFC in bgpd(8)
Job Snijders
2024-11-05
vmd(8) resets psp(4)
Alexander Bluhm
2024-11-05
mark up fix; from jesper wallin
Jason McIntyre
2024-11-05
Check for pfxsz, not the pointer
lucas
2024-11-05
Avoid zero-sized allocations
Theo Buehler
2024-11-05
ncomplete is set but never used. Noticed by cc
Claudio Jeker
2024-11-05
rpki-client: check validity time in filemode
Theo Buehler
2024-11-04
Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)
Jeremie Courreges-Anglas
2024-11-04
Update reference
Job Snijders
2024-11-04
Some atoi -> strtonum conversions; ok denis
Theo de Raadt
2024-11-04
Allow downloading firmware without root
Andrew Fresh
2024-11-04
Make fw_update -p consistent
Andrew Fresh
2024-11-02
Improve detection of gaps in Manifestissuance
Job Snijders
2024-10-31
Use imsg_get_fd() to extract the fd from an imsg.
Claudio Jeker
2024-10-30
Install a copy of the UEFI bootloader in /efi/openbsd on the EFI system
Mark Kettenis
[next]