CVS commit: src/lib/libukfs

2018-03-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 12 11:56:34 UTC 2018 Modified Files: src/lib/libukfs: ukfs.3 Log Message: Remove exgtraneous comma To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libukfs/ukfs.3 Please note that diffs are not

CVS commit: src/lib/libukfs

2014-02-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 14 01:11:04 UTC 2014 Modified Files: src/lib/libukfs: ukfs.3 Log Message: some minor updates and reality-checks To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libukfs/ukfs.3 Please note that diffs

CVS commit: src/lib/libukfs

2014-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Feb 14 07:27:37 UTC 2014 Modified Files: src/lib/libukfs: ukfs.3 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libukfs/ukfs.3 Please note that diffs are not public

CVS commit: src/lib/libukfs

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:33:03 UTC 2012 Modified Files: src/lib/libukfs: ukfs.h Log Message: Always initialize part to avoid triggering uninitialized variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libukfs

2012-02-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Feb 10 15:21:53 UTC 2012 Modified Files: src/lib/libukfs: ukfs.3 Log Message: Add missing Fa macro argument. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libukfs/ukfs.3 Please note that diffs are

CVS commit: src/lib/libukfs

2011-02-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 22 15:42:15 UTC 2011 Modified Files: src/lib/libukfs: ukfs.c ukfs_disklabel.c ukfs_int_disklabel.h Log Message: Add support for a byteswapped disklabel so that I can mount NetBSD/sparc anita images on my i386. To

CVS commit: src/lib/libukfs

2010-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 26 11:10:53 UTC 2010 Modified Files: src/lib/libukfs: ukfs.c Log Message: rumpuser should not be included outside of the rump kernel (and rumpuser itself) To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/lib/libukfs

2009-12-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 13 20:52:36 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: Refcount ukfs_part. Otherwise it's not possible to call ukfs_mount() several times with only one ukfs_part_probe(). To generate a diff of this

CVS commit: src/lib/libukfs

2009-12-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 11 16:47:33 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: Init ukfs__part_{na,none} statically instead of at runtime to avoid init-order lossage from p2k/rump_smbfs, as noted by Tron. To generate a diff

CVS commit: src/lib/libukfs

2009-12-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 11 21:20:52 UTC 2009 Modified Files: src/lib/libukfs: Makefile ukfs.c Log Message: Use range locking (fnctl(F_SETLK)) instead of file locking (flock()). This allows to mount multiple (non-overlapping) partitions from the

CVS commit: src/lib/libukfs

2009-12-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 11 21:21:52 UTC 2009 Modified Files: src/lib/libukfs: Makefile Log Message: uncommit accidental changes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libukfs/Makefile Please note that diffs are not

CVS commit: src/lib/libukfs

2009-12-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 12 00:46:04 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: fix error branch To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libukfs/ukfs.c Please note that diffs are not public

CVS commit: src/lib/libukfs

2009-12-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 3 14:23:49 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c ukfs.h ukfs_disklabel.c ukfs_int_disklabel.h Log Message: Improve the ukfs magicpath interface a bit: * rename PART to DISKLABEL * allow to take an OFFSET range

CVS commit: src/lib/libukfs

2009-11-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Nov 22 18:14:49 UTC 2009 Modified Files: src/lib/libukfs: ukfs.3 Log Message: Update. Especially, describe ukfs_mount_disk(), ukfs_release() flags and return value, and remove obsolete info in BUGS. To generate a diff of

CVS commit: src/lib/libukfs

2009-11-16 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 16 17:21:26 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: Add RTLD_LAZY to dlopen call, to make it work on Linux hosts. ok by pooka. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/lib/libukfs

2009-10-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 7 20:53:38 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: fix warning whine To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libukfs/ukfs.c Please note that diffs are not public

CVS commit: src/lib/libukfs

2009-10-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 2 09:32:01 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c ukfs.h Log Message: * allow callers to store a private data pointer behind the ukfs handle * release reference on root vnode before unmounting (and reaquire

CVS commit: src/lib/libukfs

2009-09-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 14 20:54:34 UTC 2009 Modified Files: src/lib/libukfs: ukfs.3 Log Message: fix markup To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libukfs/ukfs.3 Please note that diffs are not public domain; they

CVS commit: src/lib/libukfs

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 12:37:14 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: If opening the device fails, skip etfs registration only if it is because of ENOENT. Otherwise, let the file system handle it. To generate a diff

CVS commit: src/lib/libukfs

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 14:24:58 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: * use new etfs interface + attempt to register only if we can stat() the devpath. this works around e.g. nfs devpath, which is useless to

CVS commit: src/lib/libukfs

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 15:08:37 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: fix errno reporting To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libukfs/ukfs.c Please note that diffs are not public

CVS commit: src/lib/libukfs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 22 21:05:30 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: delint To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libukfs/ukfs.c Please note that diffs are not public domain; they

CVS commit: src/lib/libukfs

2009-05-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 22 08:59:53 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: use compat syscalls if necessary To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libukfs/ukfs.c Please note that diffs are

CVS commit: src/lib/libukfs

2009-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 26 22:23:02 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c ukfs.h Log Message: Provide a stateful mode for readdir/read/write. Using them gives a measurable boost to some fs-utils commands. To generate a diff of this