kernel ELF: Improve OS Release Date handling
authorJohn Marino <draco@marino.st>
Thu, 19 May 2011 22:33:16 +0000 (00:33 +0200)
committerJohn Marino <draco@marino.st>
Thu, 19 May 2011 22:37:15 +0000 (00:37 +0200)
commitf2000797b7851b6d16f7191e0c8ff011ffb15265
treea8b1cb2bc6390cf405662bdd7658b5b03c74bd81
parent99aed3e43ef052664173110d6db3ddf6a62e375b
kernel ELF: Improve OS Release Date handling

This brings in FreeBSD's method of having separate OS Release Date
(osreldate) handling for each brand.  Previously the decoding method
was hardcoded for *BSD, which meant it was broken for the Linux brand.
Now all supported brands (DragonFly, FreeBSD, Linux) are retrieving the
osreldate values correctly.
sys/emulation/linux/i386/linux_sysvec.c
sys/kern/imgact_elf.c
sys/sys/imgact_elf.h