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 pu

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 d

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

2012-07-18 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 src/lib/l

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 not

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 generate

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 src/

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 com

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 domain

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: 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 sa

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 of

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 t

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 thi

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 src/lib/l

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 domai

CVS commit: src/lib/libukfs

2009-10-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 7 20:51:00 UTC 2009 Modified Files: src/lib/libukfs: Makefile ukfs.c ukfs.h Added Files: src/lib/libukfs: ukfs_disklabel.c ukfs_int_disklabel.h Log Message: Add what is essentially disklabel support. All disk-base

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 the

CVS commit: src/lib/libukfs

2009-09-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 29 11:17:00 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: Give rump_sys_unmount() in ukfs_release() a curlwp context. This prevents use-after-free and should fix crashy cases reported by Arnaud Ysmal. To

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 a

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 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 dom

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 regi

CVS commit: src/lib/libukfs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 23 01:01:31 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: return proper errno from mount To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libukfs/ukfs.c Please note that diffs are not

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 are

CVS commit: src/lib/libukfs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 22 20:46:34 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c ukfs.h Log Message: Since rump rootfs now supports creating directories, mount ukfs mounts at the requested mountpoint instead of as the rump kernel rootfs. Whil

CVS commit: src/lib/libukfs

2009-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 21 00:19:57 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: Can't see any reason to stat() the .so before dlopen(), so get rid of that call. uses normal ldlib paths now To generate a diff of this commit: cv

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 n

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 c

CVS commit: src/lib/libukfs

2009-04-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 11 16:44:01 UTC 2009 Modified Files: src/lib/libukfs: ukfs.3 Log Message: Use .Bl -ohang instead of physical markup. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libukfs/ukfs.3 Please note that dif

CVS commit: src/lib/libukfs

2009-04-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 6 12:03:50 UTC 2009 Modified Files: src/lib/libukfs: ukfs.3 Log Message: MNT_SOFTDEP -> MNT_LOG in example. pointed out by mrg. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libukfs/ukfs.3 Please

CVS commit: src/lib/libukfs

2009-04-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 6 03:27:39 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: release root vnode at unmount To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libukfs/ukfs.c Please note that diffs are not