2
0
Fork 0
Commit Graph

79 Commits

Author SHA1 Message Date
Emery Hemingway 48ac203acb Move Genode flake input into overlay 2020-12-20 14:31:01 +01:00
Emery Hemingway 74b4c0df69 cached_fs_rom: fix off-by-one in symlink copy_cstring 2020-12-20 13:20:06 +01:00
Emery Hemingway f7b990a6ca libc: patch to remove odd O_NOFOLLOW behavior 2020-12-20 13:20:06 +01:00
Emery Hemingway f7b2688611 packages/vfs: patch to fix session directory creation 2020-12-20 13:20:06 +01:00
Emery Hemingway 3215190568 nixos: add jitter_sponge entropy source
Share an entropy generator amount the systemd services. Would be nice to
have that virtio_rng driver.
2020-12-20 13:20:06 +01:00
Emery Hemingway bb08952553 packages/genodelabs: support for building ports from world repo 2020-12-20 13:20:06 +01:00
Emery Hemingway df948cc6d8 libc: patch in more missing features 2020-12-10 20:25:02 +01:00
Emery Hemingway 6a177ba62b update libc argv patch 2020-11-28 18:56:21 +01:00
Emery Hemingway 066a91bd31 Update ROM diagnostic patches 2020-11-28 18:55:45 +01:00
Emery Hemingway 77e0aa3e05 Update Genode Labs sources 2020-11-27 15:03:29 +01:00
Emery Hemingway 143c0c5551 genodePackages: symlink *.lib.so to lib*.so in depot outputs
This less about linking to lib*.so and more about the Bintools package
detecting that these actually are directories containing libraries.
2020-11-27 11:45:16 +01:00
Emery Hemingway 1348a45b8e libc: always set argv and envp to valid addresses 2020-11-27 11:45:16 +01:00
Emery Hemingway 28ed464f13 packages: list some portInputs for depot packages 2020-11-24 11:13:03 +01:00
Emery Hemingway f3071fbbcf Add all Genode Labs depot packages to target list
This is to make it possible to refer to any of the depot packages
externally via the flake. Not everything will build, but what should
build can be enumerated now. Some packages are missing a required
"portInputs" attribute, and in some cases those ports will be missing.
2020-11-17 11:36:37 +01:00
Emery Hemingway c1c5f4f852 genodeSources: patch ld to load read-only segments 2020-11-16 00:38:21 +01:00
Emery Hemingway f74b789840 nixos: lxip support in hardware.nix 2020-11-13 15:21:04 +01:00
Emery Hemingway a7ef650679 packages/genodelabs: move all those patches to a subdir 2020-11-13 15:21:04 +01:00
Emery Hemingway 7822090e58 packages: add the rest of the nic_* utilities 2020-11-13 15:21:04 +01:00
Emery Hemingway 6e37206cb3 Patch Virtio PCI net driver to log message before dying 2020-11-13 15:03:33 +01:00
Emery Hemingway 2925af0c89 Patch the x86 platform driver to assign devices by index 2020-11-13 15:03:33 +01:00
Emery Hemingway e9286cd9fa vfs_lwip: patch to reorder log messages 2020-11-13 15:03:33 +01:00
Emery Hemingway a2a152b68a tests: add Bash test
Test Bash and Coretuils from the Genode Labs ports.
2020-11-13 15:03:33 +01:00
Emery Hemingway a1f9effb3c genodeSources: patch to detect session_label failures
Throw an exception if destructive truncation is detected in Session_label.
2020-11-13 15:03:33 +01:00
Emery Hemingway e9407c3e5d core: patch to log ROM when diag is set 2020-11-13 15:03:33 +01:00
Emery Hemingway df5be1d6dc Simplify packages layout 2020-11-13 15:03:32 +01:00
Emery Hemingway ddc65a8087 Refactor routing
Patch init to simplify routing. Update Dhall library and NixOS modules
accordingly.
2020-11-13 14:47:24 +01:00
Emery Hemingway 8dd6e9c248 cached_fs_rom: path for symlink traversal 2020-11-13 14:47:23 +01:00
Emery Hemingway 2132b41ab9 init: patch to log error when configuration cannot be parsed 2020-11-08 16:10:30 +01:00
Emery Hemingway b0cd6b04fc Fix dde_bsd ports hash 2020-11-01 20:29:19 +01:00
Emery Hemingway ebf3606705 Port NixOS module system
Convert the tests to use the module system from NixOS.
2020-11-01 20:29:19 +01:00
Emery Hemingway a48dc08001 Return to *.lib.so library naming convention 2020-11-01 20:12:04 +01:00
Emery Hemingway 839f66e2de Prepare ports using x86_64-linux nixpkgs 2020-10-23 10:16:24 +02:00
Emery Hemingway 1168611109 Update Genode sources to latest master 2020-10-20 00:08:35 +02:00
Emery Hemingway a60ccd13e2 Update nixpkgs input to release-20.09 2020-09-18 12:53:46 +02:00
Emery Hemingway c3385aedd0 genodeSources: 20.05 -> 20.08 2020-09-02 13:01:53 +02:00
Emery Hemingway 1f53f25419 Relicense as MIT 2020-08-27 17:15:09 +02:00
Emery Hemingway 1735376f48 cleanup apps 2020-08-17 14:10:24 +02:00
Emery Hemingway f9958ba64b genodeSources: arch-independent ports
Do not apply the fixup phase to ports, patching script shebangs is
infecting the ports with the packages used to prepare the port.

Do not import the package versions from the genodeSources
derivation, this breaks "nix flake list".

Make the selection of packages from buildPackages more explicit.
2020-08-15 18:37:43 +02:00
Emery Hemingway 4f74ff9452 Documentation and cleanup 2020-08-02 16:46:34 +02:00
Emery Hemingway 44184862cc Target overrides for linux hybrid depot packages 2020-06-20 22:12:45 +05:30
Emery Hemingway c91449cf4e libc: add newlocale and freelocale dummies 2020-06-11 11:10:39 +05:30
Emery Hemingway 8134e9bd13 vbox: remove iasl patch 2020-06-11 11:10:39 +05:30
Emery Hemingway 0b160f488b vfs_import: log each copy and the completion of import 2020-06-11 11:10:39 +05:30
Emery Hemingway 60473079e8 ports: extract port version from the Genode sources 2020-06-11 11:10:39 +05:30
Emery Hemingway 559f4aa3c0 Add aarch64 platform
Add the hw-virt_qemu platform to tests, rename hw to hw-pc.
2020-06-03 16:56:33 +05:30
Emery Hemingway 3f646b6fa6 Add rtc-dummy driver 2020-06-03 16:56:06 +05:30
Emery Hemingway 0dc02f60e5 Lighttpd can be built from Nixpkgs 2020-05-31 12:44:52 +05:30
Emery Hemingway 7dc432ce33 Increase binary labels strings to accomodate store paths 2020-05-30 17:31:12 +05:30
Emery Hemingway c1457bf140 cached_fs_rom: session diagnostics 2020-05-30 17:31:12 +05:30
Emery Hemingway bf7c80502e Fix execve mapping of special libraries 2020-05-30 17:31:12 +05:30