git: kernel ELF: Implement AT_OSRELDATE aux vector

看板DFBSD_commit作者時間14年前 (2011/05/20 19:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 88303370a64a3788a27e8cda29e3193f9245cfb0 Author: John Marino <draco@marino.st> Date: Fri May 20 13:17:03 2011 +0200 kernel ELF: Implement AT_OSRELDATE aux vector We have several unimplemented non-standard enumerations of the ELF aux vectors brought in with a recent sync with FreeBSD. In general they won't be implemented because of philosophical reasons or lack of necessity. In the case of AT_OSRELDATE, it makes sense to provide this simple update as the release date comes directly from the ELF binary and it's already available thanks to recent comments regarding osreldate. Summary of changes: sys/cpu/i386/include/elf.h | 2 +- sys/cpu/x86_64/include/elf.h | 2 +- sys/kern/imgact_elf.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88303370a64a3788a27e8cda29e3193f9245cfb0 -- DragonFly BSD source repository
文章代碼(AID): #1Drb4vTa (DFBSD_commit)