Commit Briefs

Omar Polo

rewrite subst in perl


Omar Polo

spacing


Omar Polo

site: add menu on the www site


Omar Polo

site: small tweaks



Omar Polo

improve and add pages




Omar Polo

typo. spotted by cage, thanks!



Omar Polo

kamid: fix main_shutdown

close the pipe with the listener process and wait for children to die.


Omar Polo

retire now unused IMSG_CONTROLFD


Omar Polo

listener: handle IMSG_CTL_LOG_VERBOSE

adjust the logging level and forward it to every client process so they can do so too.


Omar Polo

move control to the main process

We may want to be able to run multiple listener process eventually, so the first step is to drop IMSG_CONTROLFD and keep the ctl stuff in the main process.


Omar Polo

don't install kamirepl

it's possibly a really useful tool to debug 9p servers, as it allows to manually craft messages, but it's just not there and I'd like to tag a 0.1 "soonish".