Todd C. Miller
Todd C. Miller
Fixes a bug where calling yyless() to unput all the chars before a newline would not reset the beginning of line marker. Otherwise, flex won't match rules that start with...
If present, and the non-underscore versions don't exist, define to b64_pton and b64_ntop. These functions are usually defined in resolv.h, which nsd does not include, so use the prototype in...
It is possible for stop_cont_sighandler() to be called more than once before terminal_thread can act on the command. For example, if mpv receives multiple SIGTSTP, it will suspend and when...