git: kernel ELF: Improve OS Release Date handling

看板DFBSD_commit作者時間14年前 (2011/05/20 07:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit f2000797b7851b6d16f7191e0c8ff011ffb15265 Author: John Marino <draco@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
文章代碼(AID): #1DrQ4nUQ (DFBSD_commit)