aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
Commit message (Expand)AuthorAge
* rename RETURN-EXIT -> EXIT-CODE-TO-RETVALSean Whitton2022-04-02
* EVAL-IN-{GRANDCHILD,REINVOKED}: convert from macros to functionsSean Whitton2022-04-02
* use higher-numbered codes for change status, 1 for unhandled errorsSean Whitton2021-11-08
* REHOME-CONNECTION: move call to UPLOAD-ALL-PREREQUISITE-DATASean Whitton2021-11-08
* add Linux namespace-entering connectionsSean Whitton2021-11-08
* FORK-CONNECTION POST-FORK: note that must not start up any threadsSean Whitton2021-10-23
* don't fail when stderr from POST-FORK grandchild process is emptySean Whitton2021-08-22
* ensure subdeployment lines properly indentedSean Whitton2021-07-24
* call POST-FORK before WITH-FORK-CONTROLSean Whitton2021-07-24
* new approach to calling fork(2) in remote Lisp imagesSean Whitton2021-07-24
* capture fork child stderr & include in call to FAILED-CHANGESean Whitton2021-07-10
* signal SKIPPED-PROPERTIES & factor out interpreting exit codesSean Whitton2021-07-10
* use AND not IFSean Whitton2021-06-28
* report whether FAILED-CHANGE, :NO-CHANGE or something else at endSean Whitton2021-06-28
* :SBCL connection: propagate :NO-CHANGESean Whitton2021-06-05
* add missing call to FRESH-LINE in fork connection parentSean Whitton2021-05-06
* reflect *MOUNT-BELOW* in OPENED-FILESYSTEM valuesSean Whitton2021-04-30
* chroot connections: set up bind mounts and virtual filesystemsSean Whitton2021-04-30
* add :OPENED-VOLUMES connattrSean Whitton2021-04-30
* CONTINUE-DEPLOY* connections: push a new connection objectSean Whitton2021-04-30
* capture child stdout in case *STANDARD-OUTPUT* has been reboundSean Whitton2021-04-26
* add WITH-THESE-OPEN-VOLUMES macro property combinatorSean Whitton2021-04-16
* add bind mounts TODOSean Whitton2021-04-11
* propagate :NO-CHANGE out of fork subdeploymentsSean Whitton2021-04-01
* replace some (REQUIRE "sb-posix") calls with conditional dependencySean Whitton2021-04-01
* rework fork(2) connectionsSean Whitton2021-03-27
* use trivial-backtrace to get a backtrace for forked process failuresSean Whitton2021-03-25
* add TODO regarding variable captureSean Whitton2021-03-25
* add TODO regarding backtraces from forked processesSean Whitton2021-03-25
* add and call RESET-REMOTE-HOMESean Whitton2021-03-25
* move CAN-PROBABLY-FORK to CONNECTION.FORKSean Whitton2021-03-23
* factor out CONSFIGURATOR.CONNECTION.FORK packageSean Whitton2021-03-23