| Commit message (Expand) | Author | Age | Files | Lines |
* | In VOP_LOOKUP, don't deny DELETE and RENAME operations | mux | 2002-10-26 | 1 | -1/+2 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -17/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -2/+2 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+1 |
* | - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safe | jeff | 2002-07-09 | 1 | -3/+6 |
* | Convert fdescfs to nmount. | mux | 2002-05-02 | 1 | -6/+5 |
* | Remove __P. | alfred | 2002-03-19 | 3 | -19/+19 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -7/+3 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 2 | -0/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 2 | -7/+21 |
* | Backed out vestiges of the quick fixes for the transient breakage of | bde | 2001-10-13 | 2 | -2/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 3 | -41/+41 |
* | Fix warning: 552: warning: `fdesc_badop' defined but not used | peter | 2001-06-15 | 1 | -12/+0 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 2 | -2/+2 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -12/+4 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 2 | -14/+16 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -1/+0 |
* | fix it so it compiles again | mjacob | 2001-04-23 | 2 | -0/+4 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -3/+0 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | o Move from Alfred Perstein's "exclusion" technique of handling special | chris | 2000-10-09 | 3 | -78/+58 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -2/+7 |
* | fdesc_getattr: | chris | 2000-06-28 | 1 | -6/+2 |
* | by changing the logic here we can support dynamic additions of new | alfred | 2000-06-27 | 1 | -19/+12 |
* | if there are leading zeros fail the lookup | alfred | 2000-06-27 | 1 | -0/+5 |
* | Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so | chris | 2000-06-20 | 1 | -3/+3 |
* | Remove unused include <sys/socketvar.h>. | chris | 2000-06-15 | 1 | -1/+0 |
* | Replace vattr_null() with VATTR_NULL() and do not explicity set vattr | chris | 2000-06-15 | 1 | -4/+2 |
* | Instead of completely disallowing VOP_SETATTR, just do it where there is | chris | 2000-06-06 | 1 | -2/+6 |
* | Update the comment for fdesc_setattr to reflect that we no longer | chris | 2000-06-02 | 1 | -1/+1 |
* | - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused | chris | 2000-06-02 | 2 | -6/+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 |
* | Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and | chris | 2000-05-11 | 2 | -439/+155 |
* | 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/+2 |
* | Remove unused #includes. | phk | 1999-12-08 | 1 | -1/+0 |
* | Fix a warning. | peter | 1999-11-18 | 1 | -0/+3 |
* | Update for fileops.fo_stat() addition. Note, this would panic if | peter | 1999-11-08 | 1 | -2/+3 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -0/+1 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -39/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | phk | 1999-07-02 | 1 | -2/+1 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 2 | -4/+4 |
* | Remove declarations for undefined functions and a couple of unused | eivind | 1999-01-12 | 1 | -9/+1 |
* | Cleanup uninitialized-possibly-used (but really not) warnings | dillon | 1998-12-14 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |