看板 DFBSD_commit 關於我們 聯絡資訊
commit 64fce751acfda11e21846e900fc774e88f32f52e Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sat Oct 17 14:05:08 2009 +0200 core dumps: don't claim we are FreeBSD Our elf core dump format (slightly) changed before, and we could only convince gdb to work nicely by changing gdb's FreeBSD support. Now fix it the right way by not claiming that we are FreeBSD. At the same time, change the way tids are stored in the elf notes. This is actually like FreeBSD does it. Summary of changes: sys/kern/imgact_elf.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/64fce751acfda11e21846e900fc774e88f32f52e -- DragonFly BSD source repository