Andreas Kling
|
9d05f6b7a7
|
Make bash-2.05b build with minimal changes.
This is really neat. :^)
|
2018-11-17 00:14:07 +01:00 |
|
Andreas Kling
|
c99f8af66d
|
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
|
2018-11-16 13:13:50 +01:00 |
|
Andreas Kling
|
f1404aa948
|
Add primitive FIFO and hook it up to sys$pipe().
It's now possible to do this in bash:
cat kernel.map | fgrep List
This is very cool! :^)
|
2018-11-12 01:28:46 +01:00 |
|
Andreas Kling
|
18e3ddf605
|
Add a naive /bin/fgrep for testing pipes.
|
2018-11-11 20:42:41 +01:00 |
|
Andreas Kling
|
d5d45d1088
|
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
2018-11-11 15:38:07 +01:00 |
|
Andreas Kling
|
82f84bab11
|
More random compat hacking towards getting bash to build.
I'm now at the build stage where it complains about a bajillion missing
symbols. This is a good place to be!
|
2018-11-05 18:21:42 +01:00 |
|