jehanne/sys/src/lib/posix
Giacomo Tesio 0bc2e60c72 libposix: stub chown family (always returning 0)
I do not expect chown, fchownat and lchown to be much used in
UNIX softwares that we care to port.

We stub the functions in libposix so that we can refer them from
standard C libaries (such as newlib).

We will implement them (parsing /cfg/users to determinate uid and gid)
when it will be actually needed from a software ported to Jehanne.
2017-08-31 00:50:31 +02:00
..
.gitignore libposix: initial draft 2017-04-19 23:48:54 +02:00
build.json libposix: implement gettimeofday 2017-08-25 00:53:10 +02:00
environment.c libposix: initial draft 2017-04-19 23:48:54 +02:00
errors.c libposix: initial draft 2017-04-19 23:48:54 +02:00
files.c libposix: stub chown family (always returning 0) 2017-08-31 00:50:31 +02:00
initlib.c libposix: honor SIG_IGN by doing nothing (DRAFT) 2017-05-29 02:04:48 +02:00
internal.h libposix: honor SIG_IGN by doing nothing (DRAFT) 2017-05-29 02:04:48 +02:00
memory.c libposix: initial draft 2017-04-19 23:48:54 +02:00
others.c libposix: implement gettimeofday 2017-08-25 00:53:10 +02:00
processes.c libposix: implement gettimeofday 2017-08-25 00:53:10 +02:00
sigchlds.c libposix: fix bind #p and POSIX_kill sigrtmin/sigrtmax usage 2017-05-29 01:11:07 +02:00
signals.c libposix: implement gettimeofday 2017-08-25 00:53:10 +02:00
timers.c libposix: POSIX_gettimeofday fails without proper initialization 2017-08-25 23:43:14 +02:00