patches and low-level development discussion
 help / color / mirror / code / Atom feed
 messages from 2025-07-18 11:33:43 to 2025-09-08 09:18:33 UTC [more...]

[PATCH 00/20] Many image fixes and systemd integration
 2025-09-08  9:18 UTC  (31+ messages)
` [PATCH 01/20] scripts/make-erofs.sh: Ensure that / is world-readable
` [PATCH 02/20] scripts/make-erofs.sh: Do not read one byte at a time
` [PATCH 03/20] scripts/make-erofs.sh: Avoid unneeded calls to awk and chmod
` [PATCH 04/20] scripts/make-erofs.sh: Validate all paths
` [PATCH 05/20] scripts/make-erofs.sh: Avoid unneeded calls to dirname
` [PATCH 06/20] scripts/make-erofs.sh: Avoid unneeded calls to mkdir
` [PATCH 07/20] scripts/make-erofs.sh: Standardize file modes in images
` [PATCH 08/20] Standardize directories and symlinks "
` [PATCH 09/20] Add os-release file
` [PATCH 10/20] host/rootfs: Set -eu in build
` [PATCH 11/20] Add /dev/fd and /dev/std*
` [PATCH 12/20] host/rootfs: Do not read from /dev/tty1
` [PATCH 13/20] host/rootfs: pass API socket as fd 3, not fd 0
` [PATCH 14/20] host/rootfs: Disable unneeded BusyBox tools
` [PATCH 15/20] host/rootfs: Use real less, not BusyBox less
` [PATCH 16/20] host/rootfs: explicitly set PATH in network add script
` [PATCH 17/20] Use /etc/s6-rc/compiled for compiled s6-rc directory
` [PATCH 18/20] host/rootfs: virtiofsd: Do not use FD 0 as the socket
` [PATCH 19/20] host/rootfs: Disable unneeded busybox stuff
` [PATCH 20/20] host/rootfs: Switch to systemd

[PATCH] tools: add xdp-forwarder
 2025-09-08  7:56 UTC  (5+ messages)

[DO_NOT_APPLY v3 0/3] xdp-forwarder
 2025-09-07  0:08 UTC  (9+ messages)
` [DO_NOT_APPLY v3 1/3] add xdp-forwarder
  ` [DO_NOT_APPLY v3 2/3] integrate xdp-forwarder into net-vm
` [DO_NOT_APPLY v3 3/3] docs/architecture: add paragraph about networking

Arranging groups of services
 2025-09-05 16:49 UTC  (3+ messages)
` [systemd-devel] "

[PATCH 0/4] Generate file lists from a script
 2025-09-04  1:56 UTC  (5+ messages)
` [PATCH 1/4] Move all files for the image into a subdirectory
` [PATCH 2/4] Generate makefile file lists from a script
` [PATCH 3/4] Common make rules for building erofs images
` [PATCH 4/4] Use /etc/s6-rc/compiled for compiled s6-rc directory

Starting programs before udev is running
 2025-09-02 12:25 UTC  (2+ messages)
` [systemd-devel] "

Generating file lists from a script
 2025-09-01 22:14 UTC  (3+ messages)

[DO_NOT_APPLY v2 0/3] xdp-forwarder
 2025-09-01 14:17 UTC  (7+ messages)
` [DO_NOT_APPLY v2 1/3] add xdp-forwarder
` [DO_NOT_APPLY v2 2/3] integrate xdp-forwarder into net-vm
` [DO_NOT_APPLY v2 3/3] docs/architecture: add paragraph about networking

[DO_NOT_APPLY 0/2] xdp-forwarder
 2025-09-01 14:12 UTC  (10+ messages)
` [DO_NOT_APPLY 1/2] integrate xdp-forwarder into net-vm
` [DO_NOT_APPLY 2/2] temporary changes for testing

[PATCH] host/rootfs: add /dev/fd and /dev/std*
 2025-08-31 11:06 UTC  (4+ messages)

'make clean' followed by 'make' in the same Nix shell doesn't work
 2025-08-31 11:01 UTC  (6+ messages)

Speeding up image builds?
 2025-08-31 10:54 UTC  (2+ messages)

Moderate Cybersecurity Concern
 2025-08-29 14:48 UTC  (2+ messages)

Spectrum OS management daemon?
 2025-08-22 13:52 UTC  (4+ messages)

Switching to udev?
 2025-08-20 17:11 UTC  (7+ messages)

Arranging groups of services
 2025-08-20 14:01 UTC  (2+ messages)

[PATCH] vm: do not require KVM to run QEMU
 2025-08-15  7:13 UTC  (5+ messages)
` [PATCH] Use -cpu max instead of -cpu host

[PATCH] Add .envrc files for use with nix-direnv
 2025-08-14 21:17 UTC  (2+ messages)

[PATCH] Add wrapper scripts to run make in a Nix shell
 2025-08-08 18:36 UTC  (6+ messages)

[PATCH] scripts/make-erofs.sh: disable xattr support
 2025-08-08 14:46 UTC  (2+ messages)

[PATCH v4 0/3] Sound support in Spectrum VMs
 2025-08-02  7:54 UTC  (71+ messages)
` [PATCH v4 1/3] Rebuild the root filesystem when the makefile changes
` [PATCH v4 2/3] Fix permissions on /tmp
` [PATCH v4 3/3] Run PipeWire and WirePlumber in the VMs
` [PATCH v5 0/8] Sound support in Spectrum VMs
  ` [PATCH v5 1/8] Revert "img/app: fix permissions on /tmp"
  ` [PATCH v5 2/8] img/app: Use separate service to create directories
  ` [PATCH v5 3/8] img/app: Fix permissions of /tmp/.X11-unix
  ` [PATCH v5 4/8] img/app: Create other X11 directories
  ` [PATCH v5 5/8] img/app: Be explicit about directory modes
  ` [PATCH v5 6/8] img/app: create /run/user and /run/wait very early in boot
  ` [PATCH v5 7/8] host/rootfs: "
  ` [PATCH v5 8/8] img/app: Run PipeWire and WirePlumber in the VMs
  ` [PATCH v6 0/5] Sound support in Spectrum VMs
    ` [PATCH v6 1/5] host/rootfs: Create /run/user and /run/wait via run-image
    ` [PATCH v6 2/5] img/app: "
    ` [PATCH v6 3/5] img/app: tell mount(8) to create directories
    ` [PATCH v6 4/5] img/app: Create needed directories in early boot
    ` [PATCH v6 5/5] img/app: Run PipeWire and WirePlumber in the VMs
    ` [PATCH v7 0/2] Sound support in Spectrum VMs
      ` [PATCH v7 1/2] img/app: Create needed directories in early boot
      ` [PATCH v7 2/2] img/app: Run PipeWire and WirePlumber in the VMs
      ` [PATCH v8 0/2] Sound support in Spectrum VMs
        ` [PATCH v9 "
          ` [PATCH v9 1/2] img/app: Create needed directories in early boot
          ` [PATCH v9 2/2] img/app: Run PipeWire and WirePlumber in the VMs
          ` [PATCH v10] "
            ` [PATCH v11] "
      ` [PATCH v8 1/2] img/app: Create needed directories in early boot
      ` [PATCH v8 2/2] img/app: Run PipeWire and WirePlumber in the VMs

Does Spectrum have a web submission endpoint for b4?
 2025-07-28 23:44 UTC  (6+ messages)

"make run-qemu" gets Wayland protocol error
 2025-07-20 14:38 UTC  (9+ messages)

Mouse cursor losing sync
 2025-07-20  6:50 UTC 

[PATCH v3] Run PipeWire and WirePlumber in the VMs
 2025-07-18 12:16 UTC  (5+ messages)


Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).