summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2007-06-05improve post-ubc file overwrite performance in common cases.yamt
2007-05-26In /proc/<pid>/statm, avoid leaking buffer space if the attempt to getagc
2007-05-25Use a bit more common code for the MULTIPROCESSOR and !MULTIPROCESSORagc
2007-05-25Various changes for better Linux emulation:agc
2007-05-24use PRIu64, not llu, to unbork on 64-bit platforms.dogcow
2007-05-24Extend the Linux emulation of /proc to includeagc
2007-05-17Fstrans_start() always returns zero, so change its type to void.hannken
2007-05-13use a cached value of v_size. no functional changes.yamt
2007-04-24Split the VOP interface part of genfs_putpages() from the code. The newperseant
2007-04-16Don't expand RCS id of ancestor file. The id itself is actually copiedenami
2007-04-16define a pager flag PGO_RECLAIM, similar to FSYNC_RECLAIM, and use itchs
2007-04-08Remove now obsolete vn_start_write() and vn_finished_write() andhannken
2007-04-07Remove calls to now obsolete vn_start_write() and vn_finished_write().hannken
2007-04-04Unfortunately, missed procfs_proc_unlock() in previous.rmind
2007-04-04procfs_readlink: Handle a possible fail of fd_getfile(), also, wermind
2007-04-01Instead of reading and writing little by little, allocate memory andchristos
2007-04-01return a page less than the actual top of stack so that linux-java works.christos
2007-03-11Remove useless cast.ad
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-03-03Don't prepend rootvnode to the path in non-NULL case for exe links.salo
2007-02-27Destroy the hash locks on final unmount.ad
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-20Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUGad
2007-02-19When checking for file validity under pid/, do proper proc->lwppooka
2007-02-18procfs_map():ad
2007-02-18Don't check for validity of p in lookup for root nodes, since itpooka
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-16In lookup, when checking for procfs process node validity, target thepooka
2007-02-15Replace some uses of lockmgr() / simplelocks.ad
2007-02-15Need to acquire procp->p_mutex for procfs_dir().ad
2007-02-11Eliminate a couple of reference count and mutex leaks.ad
2007-02-09Merge newlock2 to head.ad
2007-01-29Change fstrans enum types to upper case.hannken
2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-28PR/32877: Geoff C. Wing: mount_procfs(8) doesn't null-terminate cmdlineelad
2006-12-28Revert bogus NULL check introduced in revision 1.96 that generated falseelad
2006-12-28revert previous, after inspection `kfs->kfs_kt' could really not be NULL here.alc
2006-12-28fix comment (forgotten in rev 1.19):alc
2006-12-27remove nqnfs.yamt
2006-12-26CID-3855: check if 'kfs->kfs_kt != NULL' before dereferencing italc
2006-12-25PR/35226: Johann Franz: Problems with permissions inelad
2006-12-24fix permissions on /proc/<pid> node. From elad.christos
2006-12-24Add two comments. No functional change.elad
2006-12-19Some changes to get rid of another KAUTH_GENERIC_ISSUSER usage:elad
2006-12-15put ->K loaned pages on the page queue, so that page loaning doesn'tyamt
2006-12-10Teach deadfs about vm object locking for getpages. This avoidspooka
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs