| Commit message (Expand) | Author | Age | Files | Lines |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 12 | -41/+41 |
* | Create a general facility for making dev_t's depend on another | phk | 2001-05-26 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -6/+5 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 6 | -27/+27 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 4 | -4/+4 |
* | mount_umap(8) -> mount_umapfs(8). | ru | 2001-05-24 | 1 | -1/+1 |
* | mount_null(8) -> mount_nullfs(8). | ru | 2001-05-24 | 1 | -4/+4 |
* | Don't acquire/release Giant around some of the places that need it in | jhb | 2001-05-23 | 1 | -2/+1 |
* | Change the way deletes are managed in DEVFS. | phk | 2001-05-23 | 2 | -42/+114 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 28 | -29/+29 |
* | Sort includes from previous commit. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 5 | -1/+18 |
* | Currently there is no way to tell if write operation invoked via | bp | 2001-05-18 | 1 | -1/+1 |
* | VOP getwritemount() can be invoked on vnodes with VFREE flag set (used in | bp | 2001-05-17 | 1 | -4/+12 |
* | Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. | bp | 2001-05-17 | 3 | -60/+60 |
* | Do not leave an extra reference on vnode. | bp | 2001-05-17 | 1 | -6/+2 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 13 | -143/+31 |
* | After a successfull poll of the cloning functions, match on the | phk | 2001-05-14 | 1 | -14/+6 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 3 | -5/+8 |
* | GC prototype for procfs_bmap() missed during a previous commit. | jhb | 2001-05-11 | 1 | -1/+0 |
* | Remove unneeded devfs_badop() | phk | 2001-05-06 | 1 | -10/+0 |
* | Convert vnode_pager_freepage() to vm_free_page(). | bp | 2001-05-03 | 1 | -2/+2 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 10 | -161/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 32 | -123/+186 |
* | Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY. | phk | 2001-04-30 | 1 | -10/+4 |
* | Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY. | phk | 2001-04-30 | 1 | -6/+6 |
* | Backed out previous commit. It cause massive filesystem corruption, | bde | 2001-04-30 | 1 | -0/+1 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 10 | -168/+3 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 15 | -30/+0 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 8 | -73/+22 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 6 | -55/+50 |
* | fix it so it compiles again | mjacob | 2001-04-23 | 6 | -0/+12 |
* | add this ridiculous include foo so it will compile again | mjacob | 2001-04-23 | 2 | -0/+4 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 9 | -0/+18 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 7 | -0/+14 |
* | vnode_pager_freepage() is really vm_page_free() in disguise, | alfred | 2001-04-19 | 1 | -2/+2 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 3 | -3/+0 |
* | Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK. | bp | 2001-04-13 | 1 | -7/+0 |
* | Import kernel part of SMB/CIFS requester. | bp | 2001-04-10 | 9 | -0/+4938 |
* | Let pseudofs into the warmth of the FreeBSD CVS repo. | des | 2001-04-07 | 6 | -0/+1289 |
* | - Various style fixes. | jhb | 2001-03-29 | 1 | -7/+3 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 2 | -13/+14 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 3 | -0/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Add dependancy on libmchain module. | bp | 2001-03-22 | 1 | -0/+1 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 2 | -10/+15 |
* | Add missed MODULE_VERSION() call, so loading of unicode conversion routine | sobomax | 2001-03-11 | 1 | -0/+1 |
* | Do not kill vnodes after rename. This can cause deadlocks in the deadfs. | bp | 2001-03-11 | 1 | -6/+2 |
* | Add a mount time option which slightly relaxes checks for valid Joilet | bp | 2001-03-11 | 2 | -1/+3 |
* | Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected | bp | 2001-03-10 | 6 | -51/+45 |