summaryrefslogtreecommitdiffstats
path: root/sysif.c
Commit message (Expand)AuthorAgeFilesLines
* C++ upkeep: conversions, clashes, warnings.Kaz Kylheku2015-08-071-3/+3
* * sysif.c (w_lstat): If we don't have S_IFLINK, implementKaz Kylheku2015-08-071-0/+4
* Adding support for uid and gid manipulation.Kaz Kylheku2015-08-051-0/+97
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-34/+34
* Support lstat and fstat.Kaz Kylheku2015-08-021-12/+60
* 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