summaryrefslogtreecommitdiff
path: root/sys/rump/fs/lib
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2021-10-23Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.hannken
2021-04-15fix reversed commentchristos
2020-09-07remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir buildsmrg
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-16PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries,christos
2020-04-25Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVMbouyer
2020-04-18Extended attribute support for ffsv2, from FreeBSD.christos
2020-04-12remove removed filechristos
2020-04-04remove SMBFS and nsmb(4) - kernel partjdolecek
2020-03-21Suppress spurious address-of-packed error in rump lfs too.riastradh
2019-05-07Cleanup modules "solaris" and "zfs":hannken
2017-01-11Disable a couple of warnings until further investigation.joerg
2016-08-12Add new file to fix the build.martin
2016-06-24Add new fileschristos
2016-06-03Install new header and fix rump to include the corresponding source asjoerg
2016-03-23elide vax compiler bug.christos
2016-02-06Split case folding table into separate source file and add fullmlelstv
2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2015-08-24don't -I imaginary opt directoriespooka
2015-08-21kill now-unnecessary empty opt files (_KERNEL_OPT'ed probably eons ago)pooka
2015-05-31Change lfs from hash table to vcache.hannken
2015-05-10PR/975220: Check return of kthread_createchristos
2015-05-10CID 274829: Check error from fd_getfile to avoid NULL deref immediatelychristos
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
2014-08-10Change hfs from hashlist to vcache.hannken
2014-08-07Change efs from hashlist to vcache.hannken
2014-07-20Change kernfs from hashlist to vcache.hannken
2014-05-16Move lfs_getpages and lfs_putpages to their own file.dholland
2014-05-08Add a global vnode cache:hannken
2014-04-10add aio driver as rump kernel componentpooka
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-13rename component.c -> zfs_component.cpooka
2014-03-13rename component.c -> syspuffs_component.cpooka
2013-07-20why does rump have to have its own private build system?dholland
2013-07-10Oops forgot the rump addition of udf_rename.creinoud
2013-06-08right, why does rump have to have its own copy of all the build information?dholland
2013-06-06Cleanups and hacks to make lfs userland stuff build:dholland
2013-04-30Make hypercall calling conventions consistent: iff a hypercall can fail,pooka
2013-04-29Reduce hypercalls related to reading to essentially an amalgamationpooka
2013-03-10Now that the auto-loading zfs bug has been fixed, the loading failed becausechristos
2012-05-09Adapt ffs, lfs, and ext2fs to use genfs_rename.riastradh
2012-05-09Adapt tmpfs_rename to use genfs_rename.riastradh
2011-07-24v7fs rump supportuch
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-03-10When panicing, at least tell the _real_ reason.wiz