Displaying 20 results from an estimated 200 matches similar to: "Probe ext2 and ext3 before minix"
2006 Jul 05
0
[PATCH] Do LUKS detection later in fstype
Similarly to the fix which was applied earlier which moved LVM detection
to the bottom of the list in fstype, we also need to move luks detection
to the end of the list since a LUKS signature leftover could co-exist
with a regular fs.
Regards,
David
-------------- next part --------------
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index cea219e..89203e1 100644
---
2006 Feb 05
1
Add swap support to fstype, second version
This patch adds support for swap detection to fstype (to be applied on
top of the previous luks patch).
The patch is now against klibc's git tree instead of klibc-1.2.
Signed-off-by: David H?rdeman <david@2gen.com>
--
fstype.c | 42 ++++++++++++++++++++++++++++++------------
swap_fs.h | 18 ++++++++++++++++++
2 files changed, 48 insertions(+), 12 deletions(-)
--------------
2006 Apr 18
0
[patch] fstype fix ext3 <-> lvm2 detection
From: David H?rdeman <david@2gen.com>
if a partition has been used as lvm2 and has not been cleared with
pvremove, fstype would recognise the ext3 partition as lvm2.
workaround that by detection lvm2 after ext3.
Bonuspoint remove long fs list as this one just generates conflicts.
Signed-off-by: David H?rdeman <david@2gen.com>
Signed-off-by: maximilian attems
2006 Sep 13
0
[patch] add iso9660 detection to fstype
The attached patch adds iso9660 detection support to fstype.
Signed-off-by: David H?rdeman <david at hardeman.nu>
--
fstype.c | 17 +++++++++++++++++
iso9660_sb.h | 24 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
-------------- next part --------------
diff -Nru klibc/usr/kinit/fstype/fstype.c klibc-hack/usr/kinit/fstype/fstype.c
---
2007 Aug 15
0
[git patch] fstype support + minor stuff
hello hpa,
rebased my branch, please pull latest
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
for the following shortlog
maximilian attems (6):
fstype: add squashfs v3 support
reiser4_fs.h: add attribute packed to reiser4_master_sb
fstype: add ext4 support
.gitignore: add subdir specific entries
usr/klibc/Kbuild: beautify klibc build
fstype:
2006 Mar 22
0
[patch] Add LVM2 detection to fstype
The attached patch adds the ability to fstype to detect lvm2 physical
volumes (PV's).
Signed-off-by: David H?rdeman <david@2gen.com>
-------------- next part --------------
diff -Nur klibc-orig/usr/kinit/fstype/fstype.c klibc/usr/kinit/fstype/fstype.c
--- klibc-orig/usr/kinit/fstype/fstype.c 2006-03-22 21:28:31.000000000 +0100
+++ klibc/usr/kinit/fstype/fstype.c 2006-03-23
2006 Feb 05
0
Add LUKS support to fstype, second version
The attached patch adds support for detecting LUKS partitions (Linux
Unified Key Setup - http://luks.endorphin.org/) to fstype. This makes it
easier to automatically detect and activate encrypted (root) partitions
from an initramfs image.
The patch is now against klibc's git tree instead of klibc-1.2.
Signed-off-by: David H?rdeman <david@2gen.com>
--
fstype.c | 17
2010 Apr 03
1
[PATCH] btrfs support
Hi,
As I use btrfs as root FS, I wanted fstype to be able to recognize it.
The following patch add support for this FS.
Regards,
benjamin
Signed-off-by: Benjamin Cama <benoar at free.fr>
---
diff --git a/usr/kinit/fstype/btrfs_fs.h b/usr/kinit/fstype/btrfs_fs.h
new file mode 100644
index 0000000..e1f933e
--- /dev/null
+++ b/usr/kinit/fstype/btrfs_fs.h
@@ -0,0 +1,51 @@
+#ifndef
2008 Mar 03
0
[PATCH] nilfs2 support for fstype
[please note that I'm not subscribed to the list]
Hi again,
this patch adds support for the NILFS2 (http://www.nilfs.org/)
filesystem to fstype (on top of 1.5.7 from the debian package).
Please let me know what you think.
(please note that I'm not affiliated to nilfs in any way).
diff -Nur klibc-1.5.7.orig/usr/kinit/fstype/fstype.c klibc-1.5.7/usr/kinit/fstype/fstype.c
---
2014 Feb 24
0
[PATCH] fstype: f2fs support
This patch adds support for the F2FS filesystem to fstype.
Signed-off-by: Marc Dietrich <marvin24 at gmx.de>
---
usr/kinit/fstype/f2fs_fs.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
usr/kinit/fstype/fstype.c | 14 ++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 usr/kinit/fstype/f2fs_fs.h
diff --git a/usr/kinit/fstype/f2fs_fs.h b/usr/kinit/fstype/f2fs_fs.h
2007 Aug 21
1
[git patch] dmesg + fstype ocfs2
hello hpa,
please pull
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
for those changes:
Kyle McMartin (1):
klibc-utils: add dmesg
maximilian attems (2):
klibc comment fix
fstype: add ocfs2 support
with the following diffstat
README | 2
usr/Kbuild | 2
usr/kinit/fstype/fstype.c | 15 +++++++
2008 Oct 11
1
[PATCH] fstype: Fix ext4/ext4dev probing
Enhance fstype so it properly takes into account whether or not the
ext4 and/or ext4dev filesystems are present, and properly handles the
test_fs flag. The old code also has some really buggy checks --- for
example, where it compared the set of supported ro_compat features
against the incompat feature bitmask:
(sb->s_feature_incompat & __cpu_to_le32(EXT3_FEATURE_RO_COMPAT_SUPP)
I
2019 Oct 07
0
[klibc:master] fstype: Drop obsolete support for "ext4dev"
Commit-ID: 52251e210c7a21068063fe16a3874903d3f1aa14
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=52251e210c7a21068063fe16a3874903d3f1aa14
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Mon, 7 Oct 2019 20:39:46 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Tue, 8 Oct 2019 00:13:20 +0100
[klibc] fstype: Drop obsolete
2008 Mar 25
2
bunch of small fixes
hello hpa,
nothing particular stands out,
just syncing with latest Debian upload and subsequent patch emails.
please review merge or nack.
thanks :)
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
Aaron Griffin (1):
[klibc] kinit: skip md assembly if mdX exists
Colin Watson (1):
[klibc] mount/umount FUSE support
Harald Jenny (1):
[klibc] fstype:
2011 Jul 27
0
[LLVMdev] [Minix-office] Re: Minix support in googletest
All,
Jay - and Kees -, thank you for notifying us of this move. Yes, as
Kees wrote we certainly are using llvm/gtest, but are prepared to
submit our changes to gtest directly if they haven't taken them
yet. I'll take it up with my GSOC student, who is working on
submitting many other minix-specific patches to maintainers of
packages in our third-party package repository.
=Ben
2007 Oct 05
0
Minix doesn''t boot on XEN HVM but works with Qemu
Hi,
I tried to boot both Minix 2.0.4 and Minix 3.1.2 on a XEN HVM DomU.
In both cases the system will not boot. The last messages which appears
on the screen is
Hit a key as follows:
1 Regular Minix 3 ...
2 Small Minix 3 ...
I used the following configuration.
kernel = "/usr/lib/xen/boot/hvmloader"
builder=''hvm''
memory = 128
name = "Minix"
2011 Jul 27
3
[LLVMdev] Minix support in googletest
Hi Kees,
You added some support for Minix to LLVM's copy of googletest:
http://llvm.org/viewvc/llvm-project?view=rev&revision=100895
Is it still being used? If so, would you mind pushing these patches
upstream to the googletest project:
http://code.google.com/p/googletest/
Otherwise we may drop them, because it makes it harder to import new
releases of googletest into the LLVM
2011 Jul 27
0
[LLVMdev] Minix support in googletest
On 27 July 2011 11:20, dr. ir. Kees van Reeuwijk <reeuwijk at few.vu.nl> wrote:
> At the time I submitted those patches I also submitted them to googletest. As far as I know they got accepted, although I didn't verify that.
OK, I see from this thread:
http://groups.google.com/group/googletestframework/browse_thread/thread/3081a14965764366/332ce9869f4bbe31
... that rather than add
2012 Jan 05
0
[LLVMdev] [PATCH] [compiler-rt] Minix (w.r.t. svn r147606)
Dear all,
I hope this is the right list :). I'd like to submit the attached patch for
committing.
The attached patch are the only required changes to make the latest
compiler-rt build and pass tests (except for 2 currently ignored tests..)
on Minix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Mar 08
0
Openssh for minix
Hello.
I'm interested in the implement the Openssh for Minix.
Can you confirm me if this topic was implemented?
Sorry for my english, but it ins't my native language.
Thanks in advance, Myriam from Argentina.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020308/fc926248/attachment.html