Add a kenv(2) system call for better handling of the kernel environment.
authorSascha Wildner <saw@online.de>
Sat, 19 Mar 2016 20:49:39 +0000 (21:49 +0100)
committerSascha Wildner <saw@online.de>
Sat, 19 Mar 2016 21:36:55 +0000 (22:36 +0100)
commit3087e737136fc558b5ef9d40ef70b4a251dfd453
tree7190446987eda8dabb84bd9c8b1de519d82834db
parente1545c477fc52b4da47e1a41fed485a2c74a68cd
Add a kenv(2) system call for better handling of the kernel environment.
14 files changed:
include/Makefile
include/kenv.h [new file with mode: 0644]
lib/libc/sys/Makefile.inc
lib/libc/sys/Symbol.map
lib/libc/sys/kenv.2 [new file with mode: 0644]
sys/kern/init_sysent.c
sys/kern/kern_environment.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/kenv.h [new file with mode: 0644]
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h