core dumps: don't claim we are FreeBSD
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 17 Oct 2009 12:05:08 +0000 (14:05 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Mon, 19 Oct 2009 10:47:45 +0000 (12:47 +0200)
commit64fce751acfda11e21846e900fc774e88f32f52e
treea318cbcde72213ca8cc5826c81b15194d620fafb
parente2624a299cd1858e0a04301d42b946851c336c37
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.
sys/kern/imgact_elf.c