redox/recipes
Josh Megnauth 0ca65a8415
Fish (builds, runs, hangs on waitpid)
Fish builds and runs! The patch is refreshingly simple:

* mount.h is disabled because we don't have it.
* A recent revision of libc is needed for Redox constants. Types changed
  a bit between releases, so some casts had to be removed or added.
* We don't have pselect, so I had to hack around it by mimicking how it
  works.

Unfortunately, running programs or commands hangs unless part of a
pipeline. So, `ls` hangs but `ls &` works. It seems like a waitpid issue
rather a fork/exec issue.
2025-09-11 02:03:18 -04:00
..
archives Update and promote rsync 2025-09-08 13:31:12 +07:00
artwork Merge branch 'add-pop-wallpapers' into 'master' 2024-09-11 21:19:50 +00:00
core Allow drivers to be compiled with debug profile 2025-08-01 06:05:48 +00:00
demos Clean up compiler flags 2025-09-07 20:53:28 -06:00
dev Fix install failure due to symlink 2025-09-10 17:36:54 +00:00
doc/book Migrate the book recipe to /usr 2024-08-03 04:30:31 +00:00
emulators Clean up compiler flags 2025-09-07 20:53:28 -06:00
fonts Recipe conversion 2025-06-12 11:09:34 -06:00
games Clean up compiler flags 2025-09-07 20:53:28 -06:00
graphics/procedural-wallpapers-rs procedural-wallpapers-rs: fix build 2024-10-15 12:31:12 -06:00
groups Add x11-minimal and x11-full meta-packages 2025-08-01 10:44:19 -06:00
gui Set emus as dynamically linked 2025-08-24 00:57:57 +07:00
icons hicolor-icon-theme: always reconfigure meson 2025-09-07 12:48:36 -06:00
libs libogg: update and drop patch 2025-09-08 21:07:26 -06:00
math/calculator Add new categories, move recipes and update the README 2024-02-19 14:17:38 +00:00
net Update and promote rsync 2025-09-08 13:31:12 +07:00
other Add rustconf 2025 presentation 2025-08-25 15:51:37 -06:00
shells bash: fix recipe 2025-02-28 14:55:05 -07:00
sound Recipe conversion 2025-06-12 11:09:34 -06:00
tests Fix relibc tests 2025-09-02 15:31:26 +00:00
tools Clean up compiler flags 2025-09-07 20:53:28 -06:00
tui Clean up compiler flags 2025-09-07 20:53:28 -06:00
video/sdl-player Clean up compiler flags 2025-09-07 20:53:28 -06:00
web Clean up compiler flags 2025-09-07 20:53:28 -06:00
wip Fish (builds, runs, hangs on waitpid) 2025-09-11 02:03:18 -04:00