Bruce Evans 8e8cac5555 sys/malloc.h:
Order the SYSINIT() for MALLOC_DEFINE() correctly so that malloc()
doesn't have to waste time initializing itself.  The
(SI_SUB_KMEM, SI_ORDER_ANY) order was shared with syscons' SYSINIT()
for scmeminit(), and scmeminit() calls malloc(), so malloc()
initialization was not always complete on the first call to malloc().

kern/kern_malloc.c:
- Removed self-initialization in malloc().
- Removed half-baked sanity check in free().  Trust MALLOC_DEFINE().
2000-06-14 18:31:42 +00:00
..
1999-10-29 18:09:36 +00:00
2000-06-14 18:31:42 +00:00
2000-06-07 18:54:41 +00:00
2000-05-22 17:09:13 +00:00
2000-06-10 19:21:20 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-11-14 13:54:44 +00:00
2000-05-01 20:32:07 +00:00
2000-04-22 15:13:06 +00:00
1999-08-28 01:08:13 +00:00
2000-04-29 11:32:15 +00:00
1999-11-21 19:03:20 +00:00
1999-08-28 01:08:13 +00:00
2000-06-10 07:12:40 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00