aboutsummaryrefslogtreecommitdiff
path: root/src/connection/chroot.lisp
Commit message (Expand)AuthorAge
* replace ESCAPE-SH-TOKEN and ESCAPE-SH-COMMAND with new SH-ESCAPESean Whitton2022-03-11
* add "local" and "remote" to the names of some exported symbolsSean Whitton2022-03-09
* add LXC properties, :LXC{,-UNPRIV-ATTACH} connections, WITH-HOMEDIRSean Whitton2021-11-08
* add & propagate :NO-SERVICES connattr and respect in LIBVIRT:STARTEDSean Whitton2021-10-29
* rename :XDG-CACHE-HOME connattr to :XDG_CACHE_HOMESean Whitton2021-10-23
* :CHROOT.FORK: unshare mount namespace before making temporary mountsSean Whitton2021-10-23
* add DEFINE-ERROR-RETVAL-CFUN, CHROOT, CLEARENVSean Whitton2021-10-21
* use CFFI, mostly via Osicat, for all syscalls/libc except fork(2)Sean Whitton2021-09-09
* add dep on Anaphora and use APROG1, ALET & AAND in various placesSean Whitton2021-09-08
* cache XDG_CACHE_HOME as a connattrSean Whitton2021-08-31
* return type in FOREIGN-FUNCALL of geteuid(2) is unsignedSean Whitton2021-07-24
* UNWIND-PROTECT-IN-PARENT -> UNWIND-PROTECTSean Whitton2021-07-24
* new approach to calling fork(2) in remote Lisp imagesSean Whitton2021-07-24
* factor out MOUNTPOINTPSean Whitton2021-07-10
* move /run out from MOUNT:*STANDARD-LINUX-VFS*Sean Whitton2021-07-10
* chroot connections: unmount lazilySean Whitton2021-07-10
* fix manpage sections for mount(8), umount(8) and findmnt(8)Sean Whitton2021-07-06
* factor out MOUNT:*{STANDARD-LINUX,LINUX-EFIVARS}-VFS*Sean Whitton2021-07-06
* chroot mounts: assert that /dev is udev devtmpfsSean Whitton2021-07-06
* restore STRIPLN when finding the datadir inside chrootSean Whitton2021-05-31
* drop two unnecessary package name qualificationsSean Whitton2021-05-25
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* fix finding the data cache in chrootsSean Whitton2021-05-10
* reflect *MOUNT-BELOW* in OPENED-FILESYSTEM valuesSean Whitton2021-04-30
* chroot connections: set up bind mounts and virtual filesystemsSean Whitton2021-04-30
* one package for :CHROOT, :CHROOT.FORK and :CHROOT.SHELLSean Whitton2021-04-30
* move CAN-PROBABLY-FORK to CONNECTION.FORKSean Whitton2021-03-23
* untabifySean Whitton2021-03-22
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* fix check for other threads on SBCLSean Whitton2021-03-19
* add :CHROOT and :CHROOT.SHELL connection typesSean Whitton2021-02-27