Date: Mon, 17 May 1999 01:54:37 -0500 From: Jacques Vidrine <n@nectar.cc> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: van.woerkom@netcologne.de, toasty@home.dragondata.com, current@FreeBSD.ORG Subject: Re: -current page fault at 0xdeadc0de Message-ID: <19990517065437.C80061F33@spawn.nectar.cc> In-Reply-To: <544.926851664@critter.freebsd.dk> References: <544.926851664@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16 May 1999 at 12:47, Poul-Henning Kamp <phk@critter.freebsd.dk> wrote: > This is by intention: > > cd /sys/kern > grep -i deadc0de * > kern_malloc.c:#define WEIRD_ADDR 0xdeadc0de For those who like such factoids, AIX uses 0xdeadbeef similarly for uninitialized data. Prior to FreeBSD 2.1.0, we used 0xdeedbeef as well, but that was changed and accompanied by this cute log message: revision 1.11 date: 1995/04/16 11:25:15; author: davidg; state: Exp; lines: +3 -3 Make vegetarian and animal rights people happy and use 0xdeadc0de instead of 0xdeadbeef as the fill pattern. Decreased MAX_COPY to 64 (256 was a bit overzealous in most cases). Jacques Vidrine / n@nectar.cc / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990517065437.C80061F33>