aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* linux ls fails on DEVFS /dev because linux_getdents fails becausePoul-Henning Kamp2001-08-141-4/+22
* Remove dangling prototype for the now defunct procfs_kmemaccess()Robert Watson2001-08-031-3/+0
* Collapse a Pmem case in with the other debugging files case for procfs,Robert Watson2001-08-031-5/+2
* Remove read permission for group on the /proc/*/mem file, since kmemRobert Watson2001-08-031-2/+1
* Prior to support for almost all ps activity via sysctl, ps used procfs,Robert Watson2001-08-033-42/+9
* remove support for creating files and directories from msdosfs_mknodAssar Westerlund2001-07-191-14/+1
* Grab the process lock around psignal().John Baldwin2001-07-181-0/+2
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-057-15/+15
* - Update the vmmeter statistics for vnode pageins and pageouts inJohn Baldwin2001-07-041-2/+7
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-043-17/+7
* Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-281-2/+3
* Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-282-4/+19
* #if 0 out pfs_null() to silence the warning about it not being referenced.Dag-Erling Smørgrav2001-06-151-0/+2
* Fix warning: 568: warning: `portal_badop' defined but not usedPeter Wemm2001-06-151-13/+0
* Fix warning (exposed NetBSD code):Peter Wemm2001-06-151-1/+1
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):Peter Wemm2001-06-151-2/+2
* Fix warning: 552: warning: `fdesc_badop' defined but not usedPeter Wemm2001-06-151-12/+0
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'Peter Wemm2001-06-151-1/+0
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.Boris Popov2001-06-141-0/+3
* the last argument to copyinstr is of t ype size_t, not u_intMatt Jacob2001-06-131-3/+3
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-134-7/+0
* For some reason, though the module builds just fine without <sys/lock.h>,Dag-Erling Smørgrav2001-06-113-0/+3
* Bail out if the fill function failed.Dag-Erling Smørgrav2001-06-101-0/+10
* Whoops, some of my test code snuck in here.Dag-Erling Smørgrav2001-06-101-1/+1
* Argh. Fix braino in previous commit.Dag-Erling Smørgrav2001-06-101-1/+1
* Add a 'flags' argument to the PFS_PROCDIR macro.Dag-Erling Smørgrav2001-06-101-2/+2
* Add support for process-dependent directories. This means that save forDag-Erling Smørgrav2001-06-106-147/+195
* Blah, not my day. This file needs <sys/mutex.h> now.Dag-Erling Smørgrav2001-06-101-0/+1
* Remember to unlock the process pfind() returns.Dag-Erling Smørgrav2001-06-101-1/+5
* Add missing #include of <sys/mutex.h>.Dag-Erling Smørgrav2001-06-103-0/+3
* Catch up with the change in sbuf_new's prototype.Dag-Erling Smørgrav2001-06-101-8/+8
* The kq write filter was hooked up to the wrong socket, and thus wasJonathan Lemon2001-06-061-4/+11
* Lock VM Giant prior to locking a vm map.Seigo Tanimura2001-06-061-0/+7
* Now works again and as a module and with devfs.Shafeeq Sinnamohideen2001-06-053-9/+73
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.Brian Somers2001-06-011-1/+2
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1
* Don't copy the trailing zero in readlink, it confuses namei().Poul-Henning Kamp2001-05-261-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-2612-41/+41
* Create a general facility for making dev_t's depend on anotherPoul-Henning Kamp2001-05-261-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-252-6/+5
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-256-27/+27
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.Ruslan Ermilov2001-05-244-4/+4
* mount_umap(8) -> mount_umapfs(8).Ruslan Ermilov2001-05-241-1/+1
* mount_null(8) -> mount_nullfs(8).Ruslan Ermilov2001-05-241-4/+4
* Don't acquire/release Giant around some of the places that need it inJohn Baldwin2001-05-231-2/+1
* Change the way deletes are managed in DEVFS.Poul-Henning Kamp2001-05-232-42/+114
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-2328-29/+29
* Sort includes from previous commit.John Baldwin2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-195-1/+18
* Currently there is no way to tell if write operation invoked viaBoris Popov2001-05-181-1/+1