| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC revision 1.94 | Jeff Roberson | 2005-02-27 | 1 | -5/+5 |
| * | MFC revision 1.48 | Jeff Roberson | 2005-02-27 | 1 | -2/+2 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 3 | -3/+3 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -6/+3 |
| * | Make LINT compile | Poul-Henning Kamp | 2004-07-13 | 1 | -1/+0 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 2 | -4/+5 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 3 | -12/+0 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -1/+3 |
| * | Fix vnode locking in fdesc_setattr. Lock vnode before invoking | Alexander Kabaev | 2003-11-19 | 1 | -5/+5 |
| * | forgot to remove static declaration of fdesc_poll() | Poul-Henning Kamp | 2003-09-27 | 1 | -1/+0 |
| * | fdesc_poll() called seltrue() to do the default thing, this is pointlessly | Poul-Henning Kamp | 2003-09-27 | 1 | -13/+0 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -1/+1 |
| * | Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistency | Tim J. Robbins | 2003-06-17 | 1 | -1/+1 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -22/+9 |
| * | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev | 2003-03-11 | 1 | -1/+1 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -1/+0 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+2 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -1/+1 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -3/+0 |
| * | In VOP_LOOKUP, don't deny DELETE and RENAME operations | Maxime Henrion | 2002-10-26 | 1 | -1/+2 |
| * | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -17/+1 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -2/+2 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -1/+1 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -1/+1 |
| * | - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safe | Jeff Roberson | 2002-07-09 | 1 | -3/+6 |
| * | Convert fdescfs to nmount. | Maxime Henrion | 2002-05-02 | 1 | -6/+5 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 3 | -19/+19 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -7/+3 |
| * | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | Alfred Perlstein | 2002-01-13 | 2 | -0/+2 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 2 | -7/+21 |
| * | Backed out vestiges of the quick fixes for the transient breakage of | Bruce Evans | 2001-10-13 | 2 | -2/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -41/+41 |
| * | Fix warning: 552: warning: `fdesc_badop' defined but not used | Peter Wemm | 2001-06-15 | 1 | -12/+0 |
| * | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | Ruslan Ermilov | 2001-05-24 | 1 | -1/+1 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 2 | -2/+2 |
| * | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -12/+4 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 2 | -14/+16 |
| * | Add a vop_stdbmap(), and make it part of the default vop vector. | Poul-Henning Kamp | 2001-04-29 | 1 | -1/+0 |
| * | fix it so it compiles again | Matt Jacob | 2001-04-23 | 2 | -0/+4 |
| * | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -3/+0 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | o Move from Alfred Perstein's "exclusion" technique of handling special | Chris Costello | 2000-10-09 | 3 | -76/+56 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 1 | -2/+7 |
| * | fdesc_getattr: | Chris Costello | 2000-06-28 | 1 | -6/+2 |
| * | by changing the logic here we can support dynamic additions of new | Alfred Perlstein | 2000-06-27 | 1 | -19/+12 |