summaryrefslogtreecommitdiff
path: root/lib/libukfs
AgeCommit message (Expand)Author
2022-04-19lib: remove CONSTCOND commentrillig
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2021-09-16fix typos in word "successful".andvar
2018-03-12Remove exgtraneous commapgoyette
2018-02-08Typos.dholland
2016-01-25Don't include <rump/rumpvnode_if.h> from rump.h. It's not neededpooka
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-17fix error messageschristos
2014-02-14New sentence, new line.wiz
2014-02-14some minor updates and reality-checkspooka
2013-09-11If a library needs a symbol from another library, pull that library injoerg
2013-07-20Use Mt for email addresses.wiz
2012-07-19Always initialize part to avoid triggering uninitialized variablejoerg
2012-03-21These directories default to WARNS=2matt
2012-02-10Add missing Fa macro argument.njoly
2011-02-22Add support for a byteswapped disklabel so that I can mountpooka
2011-01-02rump_lwproc_newproc -> rump_lwproc_rforkpooka
2010-11-26rumpuser should not be included outside of the rump kernel (andpooka
2010-09-07Migrate from rump private interfaces to syscalls.pooka
2010-09-01update to new rump proc/lwp interfacespooka
2010-07-19convert to newstyle automagic rump compat syscallspooka
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-04-14Some _t purification. no functional change.pooka
2010-03-08mfs is a bit off in the sense that mount(2) doesn't return sincepooka
2010-03-05Update to use newstyle rump_module interfaces.pooka
2009-12-13Refcount ukfs_part. Otherwise it's not possible to call ukfs_mount()pooka
2009-12-12fix error branchpooka
2009-12-11uncommit accidental changespooka
2009-12-11Use range locking (fnctl(F_SETLK)) instead of file locking (flock()).pooka
2009-12-11Init ukfs__part_{na,none} statically instead of at runtime to avoidpooka
2009-12-03Improve the ukfs magicpath interface a bit:pooka
2009-11-22Update. Especially, describe ukfs_mount_disk(), ukfs_release() flagspooka
2009-11-16Add RTLD_LAZY to dlopen call, to make it work on Linux hosts.njoly
2009-11-05default to UKFS_PARTITION_NONE in argvprobepooka
2009-10-15use newstyle rump lwp interfacespooka
2009-10-14Adjust names of external rump control interfaces to match thepooka
2009-10-07fix warning whinepooka
2009-10-07Add what is essentially disklabel support. All disk-based filepooka
2009-10-02* allow callers to store a private data pointer behind the ukfs handlepooka
2009-09-29Give rump_sys_unmount() in ukfs_release() a curlwp context. Thispooka
2009-09-14fix markuppooka
2009-08-04If opening the device fails, skip etfs registration only if it ispooka
2009-08-03fix errno reportingpooka
2009-08-03* use new etfs interfacepooka
2009-07-23return proper errno from mountpooka
2009-07-22delintpooka
2009-07-22Since rump rootfs now supports creating directories, mount ukfspooka
2009-07-21Can't see any reason to stat() the .so before dlopen(), so get ridpooka
2009-05-22use compat syscalls if necessarypooka
2009-05-15Fix calls to rump syscalls now that the padding argument is nopooka