]> Zhao Yanbai Git Server - minix.git/commit
AT_SUN_EXECNAME support
authorBen Gras <ben@minix3.org>
Wed, 18 Apr 2012 14:32:38 +0000 (16:32 +0200)
committerBen Gras <ben@minix3.org>
Thu, 26 Apr 2012 11:32:39 +0000 (13:32 +0200)
commit755102d67f1952e540c56a4651cc13f03c94973a
treea723c4ddc1739f1cd8d350e9a7c339d466055c5a
parentb41df2eb0ded35fec1f5c8ee7228ef1ed1747f65
AT_SUN_EXECNAME support

. vfs: pass execname in aux vectors
. ld.elf_so: use this to expand $ORIGIN
. this requires the executable to reserve more
  space at exec() calling time
include/minix/com.h
lib/libc/sys-minix/execve.c
libexec/ld.elf_so/expand.c
servers/vfs/exec.c
servers/vfs/exec.h
servers/vfs/main.c