| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -37/+26 |
* | Use temporary variable to avoid double expansion of macro with side effects. | phk | 2003-05-31 | 1 | -1/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | - Hold the vp lock while accessing v_vflags. | jeff | 2002-09-25 | 1 | -5/+7 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |
* | Fix a race during null node creation between relookuping the hash and | semenu | 2002-06-13 | 1 | -3/+3 |
* | Convert nullfs to nmount. | mux | 2002-05-23 | 1 | -13/+12 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -3/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -33/+33 |
* | the last argument to copyinstr is of t ype size_t, not u_int | mjacob | 2001-06-13 | 1 | -3/+3 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -23/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+4 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -5/+8 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Rev 1.41 was committed from wrong diff, now do it right. | bp | 2000-10-22 | 1 | -1/+1 |
* | Release and unlock vnode if resource deadlock detected. | bp | 2000-10-22 | 1 | -0/+1 |
* | Fix vnode locking bugs in the nullfs. | bp | 2000-09-25 | 1 | -24/+29 |
* | Various cleanups towards make nullfs functional (it is still broken | bp | 2000-09-05 | 1 | -25/+15 |
* | Get rid from the __P() macros. | bp | 2000-09-05 | 1 | -19/+17 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 1 | -1/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -1/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+15 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+2 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -3/+3 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -8/+18 |
* | Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as | bde | 1999-09-04 | 1 | -10/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-07-30 | 1 | -11/+9 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -21/+1 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -1/+21 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 1 | -1/+3 |
* | Fixed missing initialization of mp->mnt_stat. At least vm depends on | bde | 1998-01-01 | 1 | -1/+2 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -5/+7 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -4/+5 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -3/+1 |
* | Avoid `lock against myself' panic by following operation: | kato | 1997-04-19 | 1 | -4/+17 |
* | Fix `locking against myself' panic by multi nullfs mount of same | kato | 1997-04-17 | 1 | -1/+25 |
* | Use NULLVP instead of NULL. | kato | 1997-04-17 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Restore of #include <sys/kernel.h> so that this compiles without | mpp | 1997-02-12 | 1 | -0/+1 |
* | Make this compile again after the Lite2 merge. | mpp | 1997-02-12 | 1 | -2/+0 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -11/+8 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |