d6ef4849a9
Now that the environment strings are stored as an array of strings, they can be passed from the application via char **environ, which is really defined as a function call to get_environ_ptr(). This works as is for flat build, but protected mode and kernel mode require a call gate, which is added here. |
||
---|---|---|
.. | ||
boardctl.h | ||
custom_file.h | ||
epoll.h | ||
eventfd.h | ||
file.h | ||
ioctl.h | ||
ipc.h | ||
mman.h | ||
mount.h | ||
param.h | ||
poll.h | ||
prctl.h | ||
random.h | ||
resource.h | ||
select.h | ||
sendfile.h | ||
shm.h | ||
socket.h | ||
sockio.h | ||
stat.h | ||
statfs.h | ||
statvfs.h | ||
syscall_lookup.h | ||
syscall.h | ||
sysinfo.h | ||
time.h | ||
timerfd.h | ||
times.h | ||
types.h | ||
uio.h | ||
un.h | ||
utsname.h | ||
vfs.h | ||
wait.h |