kernel ELF: Implement AT_OSRELDATE aux vector
authorJohn Marino <draco@marino.st>
Fri, 20 May 2011 11:17:03 +0000 (13:17 +0200)
committerJohn Marino <draco@marino.st>
Fri, 20 May 2011 11:26:59 +0000 (13:26 +0200)
commit88303370a64a3788a27e8cda29e3193f9245cfb0
treea782b743d26940ee8385cb854849767b83002060
parenteb70d94704a42668110755a5f7ade223d8176b9e
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.
sys/cpu/i386/include/elf.h
sys/cpu/x86_64/include/elf.h
sys/kern/imgact_elf.c