spiegel_podman/cmd/podman/system
Miloslav Trmač 4c3027c149 Make most of libpod, and everything that relies on it, non-darwin
Require (linux || freebsd), because the code already does that, in practice.
This just means macOS users of IDEs aren't hit with thousands of compilation
errors (and then the IDE can open an Linux-specific file and then process it
under the Linux assumption, which works much better).

This commit ONLY replaces
	//go:build !remote
with
	//go:build !remote && (linux || freebsd)

and is split from the rest to allow mechanically verifying that fact,
and focusing a review on the other kinds of changes.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-02-27 22:18:36 +01:00
..
connection enable gofumpt formatter 2025-11-11 12:32:46 +01:00
check.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
connection.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
context.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
df.go Don't use append if not necessary 2026-02-11 11:41:10 -08:00
dial_stdio.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
events.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
info.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
locks.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
migrate.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
prune.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
renumber.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
reset.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
reset_machine.go Provider obfuscation in command line 2025-10-27 08:40:19 -05:00
reset_machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
service.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
service_abi.go system service: remove config reload functionallity 2026-02-16 13:47:56 +01:00
service_abi_common.go Make most of libpod, and everything that relies on it, non-darwin 2026-02-27 22:18:36 +01:00
service_abi_linux.go cmd/podman/system/service_abi_linux.go: Remove Cgroups v1 2025-11-12 15:15:34 -05:00
system.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
unshare.go Remove CNI backend from CLI options and completions 2026-01-27 16:32:38 +05:30
version.go Bump Go version to v6 2025-10-23 11:00:15 -04:00