summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getenv.c
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2004-08-29 01:02:33 +0000
committeriedowse <iedowse@FreeBSD.org>2004-08-29 01:02:33 +0000
commite97493a743e7df1e7854fbdac61fe77c8d9bc24f (patch)
treeaf42a0e1c00f1573cf3d83dff3bef44bad7bd2d0 /lib/libc/stdlib/getenv.c
parent0d52a8d8ca171566ed4578aaf8dd3343be846472 (diff)
downloadFreeBSD-src-e97493a743e7df1e7854fbdac61fe77c8d9bc24f.zip
FreeBSD-src-e97493a743e7df1e7854fbdac61fe77c8d9bc24f.tar.gz
Prevent vm_page_zero_idle_wakeup() from attempting to wake up the
page zeroing thread before it has been created. It was possible for calls to free() very early in the boot process to panic here because the sleep queues were not yet initialised. Specifically, sysinit_add() running at SI_SUB_KLD would trigger this if the array of pointers became big enough to require uma_large_alloc() allocations. Submitted by: peter
Diffstat (limited to 'lib/libc/stdlib/getenv.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud