| Commit message (Expand) | Author | Age | Files | Lines |
| * | The kq write filter was hooked up to the wrong socket, and thus was | Jonathan Lemon | 2001-06-06 | 1 | -4/+11 |
| * | Lock VM Giant prior to locking a vm map. | Seigo Tanimura | 2001-06-06 | 1 | -0/+7 |
| * | Now works again and as a module and with devfs. | Shafeeq Sinnamohideen | 2001-06-05 | 3 | -9/+73 |
| * | Support /dev/tun cloning. Ansify if_tun.c while I'm there. | Brian Somers | 2001-06-01 | 1 | -1/+2 |
| * | - VFS_SET(msdos) -> VFS_SET(msdosfs) | Ruslan Ermilov | 2001-06-01 | 1 | -1/+1 |
| * | Don't copy the trailing zero in readlink, it confuses namei(). | Poul-Henning Kamp | 2001-05-26 | 1 | -1/+1 |
| * | - sys/n[tw]fs moved to sys/fs/n[tw]fs | Ruslan Ermilov | 2001-05-26 | 12 | -41/+41 |
| * | Create a general facility for making dev_t's depend on another | Poul-Henning Kamp | 2001-05-26 | 1 | -1/+1 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 2 | -6/+5 |
| * | - sys/msdosfs moved to sys/fs/msdosfs | Ruslan Ermilov | 2001-05-25 | 6 | -27/+27 |
| * | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | Ruslan Ermilov | 2001-05-24 | 4 | -4/+4 |
| * | mount_umap(8) -> mount_umapfs(8). | Ruslan Ermilov | 2001-05-24 | 1 | -1/+1 |
| * | mount_null(8) -> mount_nullfs(8). | Ruslan Ermilov | 2001-05-24 | 1 | -4/+4 |
| * | Don't acquire/release Giant around some of the places that need it in | John Baldwin | 2001-05-23 | 1 | -2/+1 |
| * | Change the way deletes are managed in DEVFS. | Poul-Henning Kamp | 2001-05-23 | 2 | -42/+114 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 28 | -29/+29 |
| * | Sort includes from previous commit. | John Baldwin | 2001-05-21 | 1 | -1/+1 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 5 | -1/+18 |
| * | Currently there is no way to tell if write operation invoked via | Boris Popov | 2001-05-18 | 1 | -1/+1 |
| * | VOP getwritemount() can be invoked on vnodes with VFREE flag set (used in | Boris Popov | 2001-05-17 | 1 | -4/+12 |
| * | Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. | Boris Popov | 2001-05-17 | 3 | -60/+60 |
| * | Do not leave an extra reference on vnode. | Boris Popov | 2001-05-17 | 1 | -6/+2 |
| * | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 13 | -143/+31 |
| * | After a successfull poll of the cloning functions, match on the | Poul-Henning Kamp | 2001-05-14 | 1 | -14/+6 |
| * | Convert DEVFS from an "opt-in" to an "opt-out" option. | Poul-Henning Kamp | 2001-05-13 | 3 | -5/+8 |
| * | GC prototype for procfs_bmap() missed during a previous commit. | John Baldwin | 2001-05-11 | 1 | -1/+0 |
| * | Remove unneeded devfs_badop() | Poul-Henning Kamp | 2001-05-06 | 1 | -10/+0 |
| * | Convert vnode_pager_freepage() to vm_free_page(). | Boris Popov | 2001-05-03 | 1 | -2/+2 |
| * | Implement vop_std{get|put}pages() and add them to the default vop[]. | Poul-Henning Kamp | 2001-05-01 | 10 | -161/+8 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 32 | -123/+186 |
| * | Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY. | Poul-Henning Kamp | 2001-04-30 | 1 | -10/+4 |
| * | Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY. | Poul-Henning Kamp | 2001-04-30 | 1 | -6/+6 |
| * | Backed out previous commit. It cause massive filesystem corruption, | Bruce Evans | 2001-04-30 | 1 | -0/+1 |
| * | Add a vop_stdbmap(), and make it part of the default vop vector. | Poul-Henning Kamp | 2001-04-29 | 10 | -168/+3 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 15 | -30/+0 |
| * | Move the netexport structure from the fs-specific mountstructure | Poul-Henning Kamp | 2001-04-25 | 8 | -73/+22 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 6 | -55/+50 |
| * | fix it so it compiles again | Matt Jacob | 2001-04-23 | 6 | -0/+12 |
| * | add this ridiculous include foo so it will compile again | Matt Jacob | 2001-04-23 | 2 | -0/+4 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 9 | -0/+18 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 7 | -0/+14 |
| * | vnode_pager_freepage() is really vm_page_free() in disguise, | Alfred Perlstein | 2001-04-19 | 1 | -2/+2 |
| * | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 3 | -3/+0 |
| * | Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK. | Boris Popov | 2001-04-13 | 1 | -7/+0 |
| * | Import kernel part of SMB/CIFS requester. | Boris Popov | 2001-04-10 | 9 | -0/+4938 |
| * | Let pseudofs into the warmth of the FreeBSD CVS repo. | Dag-Erling Smørgrav | 2001-04-07 | 6 | -0/+1289 |
| * | - Various style fixes. | John Baldwin | 2001-03-29 | 1 | -7/+3 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 2 | -13/+14 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 3 | -0/+3 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |