| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding poll function. | Kaz Kylheku | 2015-04-28 | 1 | -0/+97 |
* | Adding getenv, setenv and unsetenv. | Kaz Kylheku | 2015-04-18 | 1 | -0/+31 |
* | Adding exit* function which calls _exit. | Kaz Kylheku | 2015-04-16 | 1 | -0/+17 |
* | Add exec and pipe functions. | Kaz Kylheku | 2015-04-16 | 1 | -0/+36 |
* | Adding chmod. | Kaz Kylheku | 2015-04-16 | 1 | -0/+20 |
* | * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2. | Kaz Kylheku | 2015-04-11 | 1 | -2/+2 |
* | Exposing dup and dup2. | Kaz Kylheku | 2015-04-11 | 1 | -0/+8 |
* | Fork and wait support. | Kaz Kylheku | 2015-04-09 | 1 | -0/+98 |
* | * sysif.c (mkdir_nothrow_exists): New static function. | Kaz Kylheku | 2015-03-10 | 1 | -0/+64 |
* | * sysif.c (abort_wrap): New static function. | Kaz Kylheku | 2015-02-06 | 1 | -0/+6 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -2/+2 |
* | Moving system interface functions to separate module out of | Kaz Kylheku | 2014-10-08 | 1 | -0/+487 |