git: kernel ELF: Implement AT_OSRELDATE aux vector

John Marino marino at crater.dragonflybsd.org
Fri May 20 04:29:17 PDT 2011


commit 88303370a64a3788a27e8cda29e3193f9245cfb0
Author: John Marino <draco at 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





More information about the Commits mailing list