summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2016-04-04Split p_xstat (composite wait(2) status code, or signal number dependingchristos
2016-04-04Avoid a race with spec_revoke for the assertion too.hannken
2016-03-28Align /proc/<pid>/statm data with /proc/<pid>/stat andmlelstv
2016-03-26Whhen spec_strategy() extracts v_rdev take care to avoid ahannken
2016-01-05Fix a couple of checks for kernel vm_space, and convert the 'nakedpgoyette
2015-12-23Revert previouspgoyette
2015-12-22If we attempt to autoload a driver module, make sure we return an errorpgoyette
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-12-08unfortunately it is not that easy to get rid of DIOCGPART. DTRT for thechristos
2015-12-05messing with uninitialized structs is a bad thingjnemeth
2015-12-04Use DIOCGMEDIASIZE instead of DIOCGPART so that we are not limited to 2G.christos
2015-07-24Unused inits (harmless).maxv
2015-07-01Unfortunately MFS uses v_data of its anonymous device vnode sohannken
2015-06-30Redo previous again, v_specnode is invariant but not unique.hannken
2015-06-29Use the address of vp->v_specnode as vcache key. It is invarianthannken
2015-06-29Revert previous, and explain why.christos
2015-06-29CID 1308957: Fix wrong sizeof()christos
2015-06-23Add a vfs_newvnode() method to deadfs and use it to createhannken
2015-06-23Use VFS_PROTOS() for deadfs. Rename dead_mount to dead_rootmount.hannken
2015-05-06Remove miscfs/syncfs andhannken
2015-04-20Uncomment the argument struct declarations in deadfs.riastradh
2015-04-20Make VOP_LINK return directory still locked and referenced.riastradh
2015-04-20Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE.riastradh
2015-04-20Make vget always return vnode unlocked.riastradh
2015-04-12Fix UVMHIST build.skrll
2015-04-10Pull VOP_BMAP/VOP_STRATEGY loop from getpages into its own function.riastradh
2015-03-28Remove the 'cred' argument from bread(). Remove a now unused var inmaxv
2014-11-10Do not uselessly include <sys/malloc.h>.maxv
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-10-17Maps don't change that frequently between reads, so don't give up andchristos
2014-10-12Define layerfs as an attribute.uebayasi
2014-10-11Define filesystem attributes with vfs dependency.uebayasi
2014-09-05The comment about toxicity was correct, restore VNON setting code andchristos
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2014-09-04remove debugging.christos
2014-09-04Well, nasty thing happen if you set /dev/tty to VNON too. Disable for now.christos
2014-09-04Fix type of /dev/ttychristos
2014-08-111) 'error' is returned while it does not even hold an error code. Whichmaxv
2014-08-10#include <sys/cpu.h>matt
2014-08-09split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreqrtr
2014-07-27Change procfs from hashlist to vcache.hannken
2014-07-25Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I candholland
2014-07-25Implement spec_fdiscard() using bdev_discard() and cdev_discard().dholland
2014-07-20Change kernfs from hashlist to vcache.hannken
2014-07-20Remove another KAME IPSEC residue, "struct secasvar" and "struct secpolicy".hannken
2014-07-17Finish KAME IPSEC removal:hannken
2014-07-13Change fdesc from hashlist to vcache.hannken
2014-07-12Use kproc2 to provide sensible informations for /proc/<pid>/stat.njoly
2014-06-30Use NZERO instead of hard-coded "20" value.njoly
2014-05-28Change field "layerm_tag" to correct type "enum vtagtype".hannken