This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2025-03-13 00:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
include
History
Stephen Heumann
62d8398fcf
Fix to assign valid pgrps to child processes. On GNO, we can't just use the pid as a pgrp; we must call tcnewpgrp instead.
2014-11-20 17:53:33 -06:00
..
appltmetadata.h
…
autoconf.h
Add code to get the path of the current executable, which we need to re-execute the shell.
2014-11-07 23:06:34 -06:00
busybox.h
Set things up so hush can be build with debug code turned on.
2014-11-06 11:42:17 -06:00
libbb.h
Fixes for environment variable handling on GNO:
2014-11-20 13:21:23 -06:00
NUM.APPLETS.h
…
platform.h
Fix to assign valid pgrps to child processes. On GNO, we can't just use the pid as a pgrp; we must call tcnewpgrp instead.
2014-11-20 17:53:33 -06:00
poll.h
Add an implementation of poll() written in terms of select(), to work around the lack of poll() on GNO.
2014-11-03 12:26:43 -06:00
unicode.h
…
xatonum.h
Address some link errors with various small changes.
2014-11-03 23:29:34 -06:00