search for: swap_fs

Displaying 3 results from an estimated 3 matches for "swap_fs".

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(-) -------------- next part -------------- Index: klibc/usr/kinit/fstype/fstype.c =================================================================== --- klibc.orig/usr/kinit/fstype/fstype.c 2006-02-05 11:09:31.000000000...
2008 Mar 25
2
bunch of small fixes
...[klibc] .gitingore: move havesyscall.h entry to top .gitignore .gitignore | 3 +++ scripts/Kbuild.install | 8 ++++---- usr/include/klibc/.gitignore | 1 - usr/kinit/do_mounts_md.c | 4 ++++ usr/kinit/fstype/fstype.c | 4 +++- usr/kinit/fstype/swap_fs.h | 5 +++++ usr/utils/mount_main.c | 10 ++++++++-- usr/utils/umount.c | 8 ++++++-- 8 files changed, 33 insertions(+), 10 deletions(-) delete mode 100644 usr/include/klibc/.gitignore commit 16196c58c8d78b3cb286c6a407a3cc802025e58e Author: Colin Watson <cjwatson at...
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: