| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -35/+23 |
* | Use temporary variable to avoid double expansion of macro with side effects. | phk | 2003-05-31 | 1 | -1/+3 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -1/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -2/+2 |
* | umap_sync is empty and is identical to vfs_stdsync. Remove it and | kan | 2002-10-19 | 1 | -16/+1 |
* | style(9) | kan | 2002-10-19 | 1 | -4/+7 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | Yet another 64 bits warning fix: s/u_int/size_t/. | mux | 2002-10-06 | 1 | -1/+1 |
* | Plug memoryleaks detected by FlexeLint. | phk | 2002-10-05 | 1 | -2/+8 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -1/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -2/+3 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 4 | -38/+38 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -3/+4 |
* | Assert that a ucred is unshared before we remap its ids. | jhb | 2001-10-20 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 3 | -40/+40 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+6 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 1 | -1/+1 |
* | mount_umap(8) -> mount_umapfs(8). | ru | 2001-05-24 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 3 | -4/+4 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -15/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 3 | -7/+14 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -5/+7 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+0 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -2/+2 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -2/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+18 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+2 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -6/+17 |
* | Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTIC | bde | 1999-09-04 | 2 | -5/+3 |
* | Converted the silly SAFTEY option into a new-style option by renaming it to | bde | 1999-08-30 | 1 | -2/+2 |
* | Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG | bde | 1999-08-29 | 3 | -41/+43 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | phk | 1999-07-02 | 1 | -3/+1 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -47/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Don't allow anyone except root to mount file systems that map uids. | imp | 1999-03-12 | 1 | -1/+7 |
* | Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken | bde | 1999-01-01 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |
* | "fix" a warning that has been bugging me for ages. Eliminate a couple | peter | 1998-11-09 | 1 | -11/+10 |