]> Zhao Yanbai Git Server - minix.git/commit
Start using sysctl(3) throughout userland 47/3247/2
authorDavid van Moolenbroek <david@minix3.org>
Wed, 28 Oct 2015 15:06:03 +0000 (15:06 +0000)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 13 Jan 2016 19:32:45 +0000 (20:32 +0100)
commitd2532d3d42d764c9ef9816851cdb17eda7e08d36
treef0e4d94886e8c7846a25c38384f6ab145c8190b5
parent25d39513e7c757eb8ae5ac9f6f9c43db7138235f
Start using sysctl(3) throughout userland

This patch mostly removes MINIX3-specific workarounds for missing
sysctl support.

Change-Id: I21e35e887359619ba72c252aa43d9017301a46ac
23 files changed:
bin/sh/eval.c
etc/usr/rc
include/stdlib.h
lib/libc/gen/Makefile.inc
lib/libc/gen/sysconf.c
libexec/ld.elf_so/expand.c
minix/lib/libc/gen/getdomainname.c [deleted file]
minix/lib/libc/gen/gethostname.c [deleted file]
minix/lib/libc/gen/getloadavg.c [deleted file]
minix/lib/libc/gen/getpagesize.c [deleted file]
minix/lib/libc/gen/sethostname.c [deleted file]
minix/lib/libc/gen/sysconf.c [deleted file]
minix/lib/libc/gen/uname.c [deleted file]
minix/lib/libc/sys/getrlimit.c
minix/usr.bin/w/minix_proc.c
minix/usr.bin/w/minix_proc.h
sbin/init/init.c
sbin/mknod/mknod.c
usr.bin/make/main.c
usr.bin/uname/uname.c
usr.bin/w/w.c
usr.bin/whereis/whereis.c
usr.sbin/syslogd/syslogd.c