summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* #if 0 out pfs_null() to silence the warning about it not being referenced.des2001-06-151-0/+2
* Fix warning: 568: warning: `portal_badop' defined but not usedpeter2001-06-151-13/+0
* Fix warning (exposed NetBSD code):peter2001-06-151-1/+1
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):peter2001-06-151-2/+2
* Fix warning: 552: warning: `fdesc_badop' defined but not usedpeter2001-06-151-12/+0
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'peter2001-06-151-1/+0
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.bp2001-06-141-0/+3
* the last argument to copyinstr is of t ype size_t, not u_intmjacob2001-06-131-3/+3
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-134-7/+0
* For some reason, though the module builds just fine without <sys/lock.h>,des2001-06-113-0/+3
* Bail out if the fill function failed.des2001-06-101-0/+10
* Whoops, some of my test code snuck in here.des2001-06-101-1/+1
* Argh. Fix braino in previous commit.des2001-06-101-1/+1
* Add a 'flags' argument to the PFS_PROCDIR macro.des2001-06-101-2/+2
* Add support for process-dependent directories. This means that save fordes2001-06-106-147/+195
* Blah, not my day. This file needs <sys/mutex.h> now.des2001-06-101-0/+1
* Remember to unlock the process pfind() returns.des2001-06-101-1/+5
* Add missing #include of <sys/mutex.h>.des2001-06-103-0/+3
* Catch up with the change in sbuf_new's prototype.des2001-06-101-8/+8
* The kq write filter was hooked up to the wrong socket, and thus wasjlemon2001-06-061-4/+11
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
* Now works again and as a module and with devfs.shafeeq2001-06-053-9/+73
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.brian2001-06-011-1/+2
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
* Don't copy the trailing zero in readlink, it confuses namei().phk2001-05-261-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-2612-41/+41
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-252-6/+5
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-256-27/+27
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-244-4/+4
* mount_umap(8) -> mount_umapfs(8).ru2001-05-241-1/+1
* mount_null(8) -> mount_nullfs(8).ru2001-05-241-4/+4
* Don't acquire/release Giant around some of the places that need it injhb2001-05-231-2/+1
* Change the way deletes are managed in DEVFS.phk2001-05-232-42/+114
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-2328-29/+29
* Sort includes from previous commit.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-195-1/+18
* Currently there is no way to tell if write operation invoked viabp2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-173-60/+60
* Do not leave an extra reference on vnode.bp2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-1613-143/+31
* After a successfull poll of the cloning functions, match on thephk2001-05-141-14/+6
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-133-5/+8
* GC prototype for procfs_bmap() missed during a previous commit.jhb2001-05-111-1/+0
* Remove unneeded devfs_badop()phk2001-05-061-10/+0
* Convert vnode_pager_freepage() to vm_free_page().bp2001-05-031-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-0110-161/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0132-123/+186
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.phk2001-04-301-10/+4
OpenPOWER on IntegriCloud