summaryrefslogtreecommitdiffstats
path: root/sysif.c
Commit message (Expand)AuthorAgeFilesLines
* Adding poll function.Kaz Kylheku2015-04-281-0/+97
* Adding getenv, setenv and unsetenv.Kaz Kylheku2015-04-181-0/+31
* Adding exit* function which calls _exit.Kaz Kylheku2015-04-161-0/+17
* Add exec and pipe functions.Kaz Kylheku2015-04-161-0/+36
* Adding chmod.Kaz Kylheku2015-04-161-0/+20
* * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2.Kaz Kylheku2015-04-111-2/+2
* Exposing dup and dup2.Kaz Kylheku2015-04-111-0/+8
* Fork and wait support.Kaz Kylheku2015-04-091-0/+98
* * sysif.c (mkdir_nothrow_exists): New static function.Kaz Kylheku2015-03-101-0/+64
* * sysif.c (abort_wrap): New static function.Kaz Kylheku2015-02-061-0/+6
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-2/+2
* Moving system interface functions to separate module out ofKaz Kylheku2014-10-081-0/+487