aboutsummaryrefslogtreecommitdiff
path: root/src/image.lisp
Commit message (Expand)AuthorAge
* rename %DUMP-CONSFIGURATOR-IN-GRANDCHILD now there is only oneSean Whitton2022-04-02
* eliminate unneeded indirection via DUMP-CONSFIGURATOR-IN-GRANDCHILDSean Whitton2022-04-02
* EVAL-IN-{GRANDCHILD,REINVOKED}: convert from macros to functionsSean Whitton2022-04-02
* MAPC-OPEN-{INPUT,OUTPUT}-STREAMS: don't use &restSean Whitton2022-03-12
* rename DEFINE-PRINT-OBJECT-FOR-STRUCTLIKE & REINIT-STRUCTLIKESean Whitton2022-03-12
* rename MEMSTRING= -> MEMSTR=Sean Whitton2022-03-09
* CONTINUE-DEPLOY*-PROGRAM: initialise special variablesSean Whitton2021-12-03
* EVAL-IN-REINVOKED: use a more descriptive name for the dumped imageSean Whitton2021-11-28
* fixes to permit dumping and reinvoking and then dumping againSean Whitton2021-11-14
* *US*: use SB-EXT:*RUNTIME-PATHNAME* not SB-EXT:*CORE-PATHNAME*Sean Whitton2021-11-14
* use higher-numbered codes for change status, 1 for unhandled errorsSean Whitton2021-11-08
* add Linux namespace-entering connectionsSean Whitton2021-11-08
* :SETUID: pass target uid to POSIX-LOGIN-ENVIRONMENT for correct PATHSean Whitton2021-11-01
* IMAGE-DUMPED: also abort if shlibs not readableSean Whitton2021-10-28
* discuss limitations which apply to dumping images with IMAGE-DUMPEDSean Whitton2021-10-28
* IMAGE-DUMPED: support skipping when same build of SBCL unavailableSean Whitton2021-10-28
* HANDLE-FORK-REQUEST: use return values of BT:JOIN-THREADSean Whitton2021-10-23
* HANDLE-FORK-REQUEST: immediately begin reading from out & err pipesSean Whitton2021-10-23
* rename :XDG-CACHE-HOME connattr to :XDG_CACHE_HOMESean Whitton2021-10-23
* make *FORK-CONTROL* contents survive reloads of src/image.lispSean Whitton2021-10-23
* IMAGE-DUMPED: fix call to OSICAT-POSIX:CHMODSean Whitton2021-09-12
* also redirect *DEBUG-IO* output when compiling and loading systemsSean Whitton2021-09-09
* expand notes on alternative to forkingSean Whitton2021-09-09
* use CFFI, mostly via Osicat, for all syscalls/libc except fork(2)Sean Whitton2021-09-09
* use UIOP:XDG-CACHE-HOMESean Whitton2021-08-31
* cache XDG_CACHE_HOME as a connattrSean Whitton2021-08-31
* fix XDG_CONFIG_HOME -> XDG_CACHE_HOME as intendedSean Whitton2021-08-31
* upload Lisp systems as tarballs, not concatenated sourceSean Whitton2021-08-22
* fix exit code of remote Lisp image when fail to compile and/or loadSean Whitton2021-07-24
* EVAL-IN-GRANDCHILD: call POSIX-LOGIN-ENVIRONMENT before PREREQUESTSean Whitton2021-07-24
* call POST-FORK before WITH-FORK-CONTROLSean Whitton2021-07-24
* add IMAGE-DUMPED and CRON:RUNS-CONSFIGURATORSean Whitton2021-07-24
* new approach to calling fork(2) in remote Lisp imagesSean Whitton2021-07-24
* move remote Lisp images part of data.lisp to its own fileSean Whitton2021-07-23