summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-07-20oops, spell b_bcount properlydholland
2013-07-20In spec_strategy, if fscow_run() fails, set b_resid along with b_errordholland
2013-07-18PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME...ryo
2013-06-16Hang a warning banner on some nasty code I just found.dholland
2013-06-06Add missing declaration of struct vnode.dholland
2013-05-02Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.riastradh
2013-04-21add missing spec_whiteoutdholland
2013-04-08Remove some set but unused variablesskrll
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2013-02-13Make the spec_node table implementation private to spec_vnops.c.hannken
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-11-25do something reasonable with kernel semaphores.christos
2012-10-10In layer_lookup(), clear *vpp before returning EROFS, as otherwise adholland
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-31Ooopppsss! sysctl nodes created during module load time cannot bepgoyette
2012-05-31When built as module, track sysctl node creations, and destroy them onpgoyette
2012-05-28add a task process subdirectory for emul linuxchristos
2012-05-22don't block on pager map for read-ahead.yamt
2012-05-08Implement a genfs_rename abstraction.riastradh
2012-05-06- match format with the linux map printingchristos
2012-04-30- Replace some malloc(9) uses with kmem(9).rmind
2012-04-29change vflushbuf() to take the full FSYNC_* flags.chs
2012-03-30uid mismatch for file flags changes is expected to fail with EPERM notnjoly
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2012-01-29Remove the extra op argument to VFS_QUOTACTL() - the op is now storeddholland
2012-01-29Introduce struct vfs_quotactl_args. Use it.dholland
2012-01-29Move the proplib-based quota command dispatching (that is, the codedholland
2012-01-29Move the code for iterating over the multiple RPC calls in a quotadholland
2011-12-21only set CANTRCVMORE if no error.christos
2011-12-20- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.christos
2011-12-19don't produce different output if we are super user.christos
2011-12-16provide a root entry if one was not found.christos
2011-12-15PR/45700: use dostatvfs instead of grabbing the latest cached copy ofchristos
2011-12-12Start making fs read(2) fail with EISDIR if the implementation doesnjoly
2011-10-31typo in a commentyamt
2011-10-16VOP_GETATTR() needs a shared lock at least.hannken
2011-10-09Trim unused headers.uebayasi
2011-09-27define PROCFS_MAXNAMLEN and use it.christos
2011-09-27define KERNFS_MAXNAMLEN and use it.`christos
2011-09-27define FDESC_MAXNAMLEN and use it.christos
2011-09-23Fix the build that was broken by struct lwp *updateproc reference inmanu
2011-09-22Restore updateproc because rump uses it until we figure out how to remove itchristos
2011-09-04PR# kern/45021: Please support /emul/linux/proc/versionjmcneill
2011-09-01Use the new UVM_KMF_COLORMATCH flag to get a congruent mappings of the usermatt
2011-08-31genfs_do_directio: acquire the lock of page owner for now and fix PR/45177.rmind
2011-08-31NULL does not need a castplunky
2011-08-28both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32jmcneill