Commit Graph

3 Commits

Author SHA1 Message Date
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
Ribbon
f1a3e4a02d Update the fish-shell recipe 2024-12-19 23:01:37 +00:00
Ribbon
1fe12a7ede move recipes 2024-02-10 12:12:33 +00:00