Commit Briefs


Omar Polo

use serial ids and drop usage of arc4random

it's not so useful here and not (directly) used anywhere else.


Omar Polo

listener: correctly swap config after reload

and don't forget to free the current config!



Omar Polo

fix the restart of the main process

delete useless functions such as merge_config and config_clear while here.


Omar Polo

implement clear_config for real



Omar Polo

export clear_config from parse.y



Omar Polo

only memcpy into imsg->data if datalen is not zero

Passing a NULL pointer to memcpy is UB no matter if len is 0 (commit by claudio@, backporting for kamid.)


Omar Polo

add draft of a tutorial


Omar Polo

typo


Omar Polo

site: tweak 9p rfc link text



Omar Polo

rewrite subst in perl