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
2021-04-08
Switch logic from != to ==. Makes the code easier to read.
Claudio Jeker
2021-04-08
Change the order of the poll loop to first process active http connections
Claudio Jeker
2021-04-08
Shuffle deck chairs so that the order is more logical (at least for me).
Claudio Jeker
2021-04-08
Prevent a use-after-free access in case of a http redirect by also clearing
Claudio Jeker
2021-04-08
More cleanup of the main function. Use a loop to collect all childs with
Claudio Jeker
2021-04-08
Missing setproctitle("rrdp") noticed by deraadt@
Claudio Jeker
2021-04-08
Log the key written to the terminal as well as tmux's idea of what it
Nicholas Marriott
2021-04-08
reword manpage on -n
job
2021-04-08
The path with the *highest* local weight is selected
Daniel Jakots
2021-04-08
fix SEE ALSO, and tidy up the text a little;
Jason McIntyre
2021-04-08
tidy up AUTHORS with -nosplit;
Jason McIntyre
2021-04-07
Avoid clobbering the error code when sending an alert
Theo Buehler
2021-04-07
Use ERR_print_error_fp() to avoid leaking a BIO in fatal()
Theo Buehler
2021-04-07
graphaudio(4)
Mark Kettenis
2021-04-07
Add graphaudio(4), a driver to support linking together audio components
Mark Kettenis
2021-04-07
In some cases the http process terminates and Theo's and my theory is that
Claudio Jeker
2021-04-07
Add support for the fractional dividers for the i2s clocks.
Mark Kettenis
2021-04-07
Free the parser then close the file. Seems like the better order.
Claudio Jeker
2021-04-07
"oldlladddr" -> "oldlladdr" in fatal() verbiage.
Kenneth R Westerback
2021-04-07
minor KNF found while hunting for a bug
Theo de Raadt
2021-04-07
Restore previous behaviour so that C-X remains the same as C-x. Instead,
Nicholas Marriott
2021-04-07
Handle bind() failure like connect() or socket() failure and try next
Claudio Jeker
2021-04-07
When merging a repo even files to delete can be part of the temporary
Claudio Jeker
2021-04-07
Add a current_file format for the config file being parsed. Originally
Nicholas Marriott
2021-04-07
When display-message used in config file, show the message after the
Nicholas Marriott
2021-04-07
Check function return value in openssl(1) x509.c
Kinichiro Inoguchi
2021-04-07
Avoid leak in error path
Kinichiro Inoguchi
2021-04-07
Fixes for extended keys: 1) allow C-x and C-X to be bound separately
Nicholas Marriott
2021-04-07
back out r1.22, ie, don't blindly trim the FCS on rxed packets.
David Gwynne
2021-04-07
disable POOL_DEBUG for release
Jonathan Gray
2021-04-06
Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsed
Darren Tucker
2021-04-06
include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292
Damien Miller
2021-04-06
handle_client() doesn't need to return a value
Jeremie Courreges-Anglas
2021-04-06
Missing indentation, ok kn@
Jeremie Courreges-Anglas
2021-04-06
Bump APMD_VNO, for the size of struct apm_reply has changed
Jeremie Courreges-Anglas
2021-04-06
Make apm(8) report apmd(8) failure
kn
2021-04-06
Shared semaphores are not supported
kn
2021-04-06
convert UTF-8 to plain ascii, spotted by florian
Stuart Henderson
2021-04-06
merge NSD 4.3.6
Stuart Henderson
2021-04-06
merge NSD 4.3.6
Stuart Henderson
2021-04-06
Do not return when a hash check failed in rrdp_data_handler() instead
Claudio Jeker
2021-04-06
uppercase "HTTP";
Jason McIntyre
2021-04-06
use errx() instead of err()
Theo Buehler
2021-04-06
spaces -> tabs
Theo Buehler
2021-04-06
Mention the http client in two places.
Theo Buehler
2021-04-06
minor style tweaks
Theo Buehler
2021-04-06
Print all mount(2) flags in ddb's "show all mounts"
kn
2021-04-06
Cleanup http_connect() and make it look more like the example in
Claudio Jeker
2021-04-06
Move the http_fail() call out of http_free(). Doing the error reporting
Claudio Jeker
2021-04-06
Kill unused globals and swap the POLLIN and POLLOUT handler for the
Claudio Jeker
[next]