CVS commit: othersrc/lib/libfsu_mount

2009-03-24 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Tue Mar 24 09:04:15 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: Allowed command line mount options to override env var FSU_MNTOPTS To generate a diff of this commit: cvs rdiff -u -r1.1 -r1

CVS commit: othersrc/lib/libfsu_mount

2009-03-24 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Tue Mar 24 16:06:52 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c fsu_mount.h Log Message: Don't warn() about invalid usage. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 othersrc/lib/libfsu_m

CVS commit: othersrc/lib/libfsu_mount

2009-04-01 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Wed Apr 1 16:01:40 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: Makefile fsu_mount.c Log Message: * make option WITH_SYSPUFFS -> FSU_WITH_SYSPUFFS * fix compilation with said option To generate a diff of this commit:

CVS commit: othersrc/lib/libfsu_mount

2009-04-09 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Thu Apr 9 10:37:04 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: Makefile fsu_mount.c Added Files: othersrc/lib/libfsu_mount: mount_sysvbfs.c mount_sysvbfs.h Log Message: support sysvbfs To generate a diff of

CVS commit: othersrc/lib/libfsu_mount

2009-04-09 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Thu Apr 9 10:57:31 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: Removed tmpfs from the autodetect list. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 othersrc/lib/libfsu_moun

CVS commit: othersrc/lib/libfsu_mount

2009-04-14 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Tue Apr 14 23:20:48 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: Makefile Log Message: LIBDIR gets set to /usr/lib if it is not defined before including bsd.own.mk. Workaround problem. To generate a diff of this comm

CVS commit: othersrc/lib/libfsu_mount

2009-04-15 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Wed Apr 15 08:37:08 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: rump_syspuffs.c Log Message: fix WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/lib/libfsu_mount/rump_syspuffs.c Please n

CVS commit: othersrc/lib/libfsu_mount

2009-07-08 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Wed Jul 8 15:32:31 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fattr.c Log Message: Fixed a_mask to actually use its argument To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/lib/libfsu_mount/

CVS commit: othersrc/lib/libfsu_mount

2009-07-08 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Wed Jul 8 15:36:46 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: Makefile fsu_mount.c Added Files: othersrc/lib/libfsu_mount: getnfsargs.c getnfsargs_small.c iodesc.h mount_nfs.c mount_nfs.h udp_xf

CVS commit: othersrc/lib/libfsu_mount

2009-07-13 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Mon Jul 13 16:03:54 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: ifdef nfs to avoid undefined reference To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 othersrc/lib/libfsu_mount

CVS commit: othersrc/lib/libfsu_mount

2009-12-03 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Thu Dec 3 15:00:38 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: Makefile fsu_mount.c Log Message: Make compile with new ukfs_part interfaces (doesn't use them, though). To generate a diff of this commit: cvs rdiff -u

CVS commit: othersrc/lib/libfsu_mount

2009-12-09 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Wed Dec 9 16:33:02 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c fsu_mount.h Log Message: Removed useless strdup and global vars To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 othersrc/li

CVS commit: othersrc/lib/libfsu_mount

2009-12-13 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Sun Dec 13 20:33:39 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: Initialize fsdevice and fstype before use. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 othersrc/lib/libfsu_mo

CVS commit: othersrc/lib/libfsu_mount

2009-12-13 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Sun Dec 13 20:35:14 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: do previous with style To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 othersrc/lib/libfsu_mount/fsu_mount.c Ple

CVS commit: othersrc/lib/libfsu_mount

2009-12-13 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Sun Dec 13 20:53:33 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: Support ukfs magic paths. For example, this works now: golem> fsu_ls wd0.img%DISKLABEL:a% -l To generate a diff of this commit

CVS commit: othersrc/lib/libfsu_mount

2009-12-13 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Sun Dec 13 20:57:25 UTC 2009 Modified Files: othersrc/lib/libfsu_mount: filesystems.h fsu_mount.c Log Message: Use macro to determine disk-based file systems. No functional change. To generate a diff of this commit: cvs rdi

CVS commit: othersrc/lib/libfsu_mount

2011-02-09 Thread Antti Kantee
Module Name:othersrc Committed By: pooka Date: Wed Feb 9 16:47:14 UTC 2011 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: In case the gentle ukfs_release() fails, do it again mit KRAFT ... err, with FORCE. This decreases the chance the file system wi