New commits:
commit 93625421b2d5a9e67e3c1b413ed0517d394a84f1
Merge: c8ec10286e 29853546c9
Author: Andrew Cagney <[email protected]>
Date:   Fri Feb 13 07:40:13 2026 -0500

    Merge server: implement server_run() using server_runve_io() ...
    
    and not popen(); per popen() documentation it passes /bin/sh -c
    to execv(); still needs to pass down envp[].
    
    see #2613 replace popen() with execvep(/bin/sh -c cmd, environ) when 
invoking updown

commit 29853546c9852eb06d52878fcf6389d3533ca876
Author: Andrew Cagney <[email protected]>
Date:   Thu Feb 12 18:03:09 2026 -0500

    testing: update logs from sub programs

commit c2391747374f6f99486a1669108f26f967231c6b
Author: Andrew Cagney <[email protected]>
Date:   Tue Feb 10 17:05:39 2026 -0500

    server: implement server_run() using server_runve_io(/bin/sh, -c, cmd)
    
    replace popen() call
    
    see #2613 replace popen() with execvep(/bin/sh -c cmd, environ) when 
invoking updown

commit f80003b282e4c5b9c87b49665c57de32f690162a
Author: Andrew Cagney <[email protected]>
Date:   Thu Feb 12 13:16:18 2026 -0500

    testing: update output from sub-commands

commit 84c5a9c99711013846fb1cc26d7bbde5be1e16f2
Author: Andrew Cagney <[email protected]>
Date:   Wed Feb 11 22:03:09 2026 -0500

    server: rework server_runve_io()
    
    - when output is is being saved, don't also llog() output
    - when there's no input, close both ends of input stream
      (popen()) does this
    - only log exit status when "interesting"
    - log command when COMMAND_STREAM

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to