search for: do_mounts_mtd

Displaying 15 results from an estimated 15 matches for "do_mounts_mtd".

Did you mean: do_mounts_md
2019 Jan 20
0
[klibc:master] Build and install kinit and sh without ".shared" suffix
...programs in sub-directories (resume et al) lib-y := name_to_dev.o devname.o getarg.o capabilities.o # use lib for kinit -kinit-y := lib.a +static/kinit-y := lib.a -kinit-y += kinit.o do_mounts.o ramdisk_load.o initrd.o -kinit-y += getintfile.o readfile.o xpio.o -kinit-y += do_mounts_md.o do_mounts_mtd.o nfsroot.o +static/kinit-y += kinit.o do_mounts.o ramdisk_load.o initrd.o +static/kinit-y += getintfile.o readfile.o xpio.o +static/kinit-y += do_mounts_md.o do_mounts_mtd.o nfsroot.o -kinit-y += ipconfig/ -kinit-y += nfsmount/ -kinit-y += run-init/ -kinit-y += fstype/ -kinit-y += resume...
2006 Jul 11
0
[rfc] standalone kinit/resume
...sr/kinit/Kbuild @@ -2,19 +2,21 @@ # # Kbuild file for kinit # -static-y := kinit +static-y := kinit static/resume kinit-y := kinit.o do_mounts.o ramdisk_load.o initrd.o kinit-y += name_to_dev.o devname.o kinit-y += getarg.o getintfile.o open.o readfile.o xpio.o -kinit-y += do_mounts_md.o do_mounts_mtd.o nfsroot.o resume.o +kinit-y += do_mounts_md.o do_mounts_mtd.o nfsroot.o resumelib.o kinit-y += ipconfig/ kinit-y += nfsmount/ kinit-y += run-init/ kinit-y += fstype/ -shared-y := kinit.shared +shared-y := kinit.shared shared/resume kinit.shared-y := $(kinit-y) +static/resume-y := re...
2012 May 04
2
[PATCH] run-init: add drop_capabilities support
...ectories (resume et al) -lib-y := name_to_dev.o devname.o getarg.o +lib-y := name_to_dev.o devname.o getarg.o capabilities.o # use lib for kinit kinit-y := lib.a kinit-y += kinit.o do_mounts.o ramdisk_load.o initrd.o kinit-y += getintfile.o readfile.o xpio.o kinit-y += do_mounts_md.o do_mounts_mtd.o nfsroot.o -kinit-y += capabilities.o kinit-y += ipconfig/ kinit-y += nfsmount/ diff --git a/usr/kinit/capabilities.h b/usr/kinit/capabilities.h new file mode 100644 index 0000000..a32a66a --- /dev/null +++ b/usr/kinit/capabilities.h @@ -0,0 +1,10 @@ +/* + * capabilities.h + */ + +#ifndef K...
2011 Aug 03
1
[PATCH v2] kinit: Add drop_capabilities support.
...lities.c diff --git a/usr/kinit/Kbuild b/usr/kinit/Kbuild index ff1d449..8f6d08e 100644 --- a/usr/kinit/Kbuild +++ b/usr/kinit/Kbuild @@ -10,6 +10,7 @@ kinit-y := lib.a kinit-y += kinit.o do_mounts.o ramdisk_load.o initrd.o kinit-y += getintfile.o readfile.o xpio.o kinit-y += do_mounts_md.o do_mounts_mtd.o nfsroot.o +kinit-y += capabilities.o kinit-y += ipconfig/ kinit-y += nfsmount/ diff --git a/usr/kinit/capabilities.c b/usr/kinit/capabilities.c new file mode 100644 index 0000000..ad4d6ea --- /dev/null +++ b/usr/kinit/capabilities.c @@ -0,0 +1,237 @@ +/* + * Copyright 2011 Google Inc. All...
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...r/dash/trap.h | 2 +- usr/dash/var.c | 46 ++-- usr/dash/var.h | 5 +- usr/include/unistd.h | 2 +- usr/kinit/do_mounts.c | 22 +- usr/kinit/do_mounts_mtd.c | 4 +- usr/kinit/fstype/btrfs.h | 57 +++++ usr/kinit/fstype/fstype.c | 22 +- usr/kinit/initrd.c | 24 +- usr/kinit/ipconfig/{README => README.ipconfig} | 0 usr/kinit/ipconfig/bootp_proto...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...sr/dash/trap.h | 2 +- usr/dash/var.c | 46 ++-- usr/dash/var.h | 5 +- usr/include/unistd.h | 1 - usr/kinit/do_mounts.c | 22 +- usr/kinit/do_mounts_mtd.c | 4 +- usr/kinit/fstype/btrfs.h | 57 +++++ usr/kinit/fstype/fstype.c | 22 +- usr/kinit/initrd.c | 24 +- usr/kinit/ipconfig/{README => README.ipconfig} | 0 usr/kinit/ipconfig/bootp_proto...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
.../dash/trap.c | 29 ++- usr/dash/trap.h | 2 +- usr/dash/var.c | 46 ++-- usr/dash/var.h | 5 +- usr/kinit/do_mounts.c | 22 +- usr/kinit/do_mounts_mtd.c | 4 +- usr/kinit/fstype/btrfs.h | 57 +++++ usr/kinit/fstype/fstype.c | 22 +- usr/kinit/initrd.c | 24 +- usr/kinit/ipconfig/{README => README.ipconfig} | 0 usr/kinit/ipconfig/bootp_proto...
2011 Aug 02
6
[PATCH v2 0/4] Support drop directories directly from kinit
This patchset applies to klibc mainline. This patchset introduces the ability to kinit to execute scripts or executable files present in in the initramfs before switching over to the root filesystem. It is implemented by first implementing scandir() and alphasort() as present in POSIX.1-2008 in klibc itself, and then using that as the basis for iterating and executing files via a run_scripts()
2010 Mar 22
1
[git pull] dash, sh4, README's
hello hpa, pushed out new patch queue :) It contains the sync with latest dash git, renaming of some README's to ease their packaging, sparc32 socket test and a sh4 fix by Debian porters (numbers of changes is huge, but mostly contained in dash). git pull git://git.debian.org/users/maks/klibc.git maks initramfs-tools seems happy with that version of dash, saw no regression on boot test with
2011 Jul 29
3
[PATCH 1/3] klibc: Add scandir() and alphasort() support.
Add support for scandir() and alphasort() as defined in POSIX.1-2008. Signed-off-by: Mike Waychison <mikew at google.com> --- usr/include/dirent.h | 7 +++++ usr/klibc/Kbuild | 2 + usr/klibc/scandir.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+), 1 deletions(-) create mode 100644 usr/klibc/scandir.c diff --git
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
This fixes a long standing issue where it was not possible to do "make usr/klibc/arch/x86_64/longjmp.o" in the kernel. The principle is that all .o files to be part of klibc are listed with klib-y. For each directory a klib.list file is made that specify all .o file and the final AR then adds all .o files to create libc.a. This patch introduce the infrastructure and converts x86_64 to
2011 Jul 13
9
[PATCH 0/8] switch_root() enhancements
On a train ride to Bruxelles, brought out my axe and directly attacked run_init(8). run_init(8) is dead, long live switch_root(8). The next run on switch_root(8) involves fdopendir, so another push for the upcoming stdio 1.6 branch. The following is boot tested with initramfs-tools, kinit(8) tests would very much be appreciated!? Michal Suchanek (1): [klibc] switch_root: Fix single file
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...klibc-2.0.2/usr/kinit/ipconfig -I/root/ofs/trunk/packages/klibc-2.0.2/usr/kinit/nfsmount -I/root/ofs/trunk/packages/klibc-2.0.2/usr/kinit/resume -I/root/ofs/trunk/packages/klibc-2.0.2/usr/kinit/run-init -c -o usr/kinit/do_mounts_md.o usr/kinit/do_mounts_md.c ppc-linux-gcc -Wp,-MD,usr/kinit/.do_mounts_mtd.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/tr...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: