vfs_mountroot.c (bb92cd7bcd16f3f36cdbda18d8193619892715fb) | vfs_mountroot.c (31d1b816fe139f46083f8609c34b7d129a6e2ee0) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2010 Marcel Moolenaar 5 * Copyright (c) 1999-2004 Poul-Henning Kamp 6 * Copyright (c) 1999 Michael Smith 7 * Copyright (c) 1989, 1993 8 * The Regents of the University of California. All rights reserved. --- 50 unchanged lines hidden (view full) --- 59#include <sys/filedesc.h> 60#include <sys/reboot.h> 61#include <sys/sbuf.h> 62#include <sys/stat.h> 63#include <sys/syscallsubr.h> 64#include <sys/sysproto.h> 65#include <sys/sx.h> 66#include <sys/sysctl.h> | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2010 Marcel Moolenaar 5 * Copyright (c) 1999-2004 Poul-Henning Kamp 6 * Copyright (c) 1999 Michael Smith 7 * Copyright (c) 1989, 1993 8 * The Regents of the University of California. All rights reserved. --- 50 unchanged lines hidden (view full) --- 59#include <sys/filedesc.h> 60#include <sys/reboot.h> 61#include <sys/sbuf.h> 62#include <sys/stat.h> 63#include <sys/syscallsubr.h> 64#include <sys/sysproto.h> 65#include <sys/sx.h> 66#include <sys/sysctl.h> |
67#include <sys/sysent.h> | |
68#include <sys/systm.h> 69#include <sys/vnode.h> 70 71#include <geom/geom.h> 72 73/* 74 * The root filesystem is detailed in the kernel environment variable 75 * vfs.root.mountfrom, which is expected to be in the general format --- 1092 unchanged lines hidden --- | 67#include <sys/systm.h> 68#include <sys/vnode.h> 69 70#include <geom/geom.h> 71 72/* 73 * The root filesystem is detailed in the kernel environment variable 74 * vfs.root.mountfrom, which is expected to be in the general format --- 1092 unchanged lines hidden --- |