CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/06/22 15:57:51
Modified files: usr.bin/watch : watch.c Log message: rework to use libevent to read child output. this keeps watch responsive while a command is running but not exited. suggestions and ok job