git: kernel ELF: Improve OS Release Date handling

John Marino marino at crater.dragonflybsd.org
Thu May 19 15:39:29 PDT 2011


commit f2000797b7851b6d16f7191e0c8ff011ffb15265
Author: John Marino <draco at marino.st>
Date:   Fri May 20 00:33:16 2011 +0200

    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.

Summary of changes:
 sys/emulation/linux/i386/linux_sysvec.c |   48 +++++++++++++++++++++++-------
 sys/kern/imgact_elf.c                   |   28 +++++++++++++----
 sys/sys/imgact_elf.h                    |    4 ++-
 3 files changed, 61 insertions(+), 19 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f2000797b7851b6d16f7191e0c8ff011ffb15265


-- 
DragonFly BSD source repository





More information about the Commits mailing list