summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2010-04-13Revert my last change, it's not The Right Thing [tm].ahoka
2010-04-13Autoload modules with any class.ahoka
2010-04-11The *_modcmd functions use the module name as prefix.mlelstv
2010-04-11Make module name match MOUNT_NAME. Inspired by PR kern/43110.pooka
2010-04-10Change the nullfs module's actual name to "null", to match the namejld
2010-04-08Call VOP_ABORTOP in genfs_eopnotsupp. This prevents file systempooka
2010-04-02starttime needs to be time_t (Izumi Tsutsui)christos
2010-03-31If msgbuf is not enabled, do not report the node in readdir. Thatpooka
2010-03-29Stop exposing fifofs internals and leave only fifo_vnodeop_p visible.pooka
2010-03-27Access fifoinfo only when it's non-NULL.pooka
2010-03-03You have found a scroll of genocide --More--pooka
2010-01-30Reduce the diff between genfs_getpages() and genfs_do_io(). These should beuebayasi
2010-01-30Slightly more descriptive local variable names.uebayasi
2010-01-29genfs_getpages: Narrow & clarify the context where I/O happens & vmobjlock is...uebayasi
2010-01-29genfs_getpages: Redo previous with a better goto label.uebayasi
2010-01-28Revert part which variable initializations within interleaved gotos.uebayasi
2010-01-28genfs_getpages: More constification & localization.uebayasi
2010-01-28genfs_getpages: Constify 2 variables, move one. No functional changes.uebayasi
2010-01-28genfs_getpages: Constify orignpages. Don't override its meaning by the valueuebayasi
2010-01-28Unbreak modules build.uebayasi
2010-01-28genfs_getpages: Constify & localize more variables.uebayasi
2010-01-28genfs_getpages: Move local variable declarations that are used only for I/Ouebayasi
2010-01-28genfs_getpages: Localize a few more variables.uebayasi
2010-01-28genfs_putpages: Localize a few variables. No functional changes.uebayasi
2010-01-27Use genfs_node_*lock().uebayasi
2010-01-27Don't forget to tell the result of rw_tryenter().uebayasi
2010-01-27Constify some pointers in genfs_getpages() and genfs_do_putpages().uebayasi
2010-01-27Add genfs_node_rdtrylock().uebayasi
2010-01-22Remove unneeded strlen() call in KFShostname case.njoly
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-14gimpy invented PRIxVADDR format specifier.uebayasi
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-30Introduce genfs_statvfs() as pretty much a no-info statvfs andpooka
2009-11-20Allow chown if caller is in the new group.roy
2009-11-20Disallow chown for files the caller does not own.pooka
2009-11-14- Move kauth_init() a little bit higher.elad
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-19Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo.dholland
2009-10-06Factor out a block of code that appears in three places (Veriexec, keylock,elad
2009-10-04Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078:tsutsui
2009-10-02Put procfs policy back in the subsystem.elad
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-07-31Get rid of dependency on M_UFSMNT. Since we need storage only forpooka
2009-07-31Do a name-based search for the ctty major instead of requiring anpooka
2009-07-31Instead of reporting some random "files used/free" figures for thepooka
2009-07-03Where possible, extract the file-system's access() routine to two internalelad
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2009-05-24More changes to improve kern_descrip.c.ad
2009-05-07Extract the open-coded authorization logic for chtimes() from variouselad
2009-04-25Add genfs_can_mount() and use it to prevent some more code duplication ofelad