Commit Graph

13 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
Wildan Mubarok
48eff2e7ac Add zsh to WIP recipe 2025-08-05 21:15:50 +00:00
Ribbon
f1a3e4a02d Update the fish-shell recipe 2024-12-19 23:01:37 +00:00
Ribbon
e51ccc861a Update TODOs 2024-08-05 03:13:49 +00:00
Ribbon
3c4a0d35dd Update recipes 2024-06-18 21:13:11 +00:00
Ribbon
840463bc28 Add recipes 2024-06-18 20:53:24 +00:00
Ribbon
e4bcd46d4d Update recipes 2024-06-12 13:35:36 +00:00
Ribbon
300d83f937 move recipes 2024-02-18 01:29:09 +00:00
Ribbon
26aea3409a move recipes 2024-02-18 01:07:00 +00:00
Ribbon
77cb6456f7 move recipes 2024-02-18 00:04:49 +00:00
Ribbon
931e3caa06 move recipes 2024-02-17 00:39:27 +00:00
Ribbon
40986bf851 move recipes 2024-02-16 22:53:58 +00:00
Ribbon
1fe12a7ede move recipes 2024-02-10 12:12:33 +00:00