| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 2 | -1/+2 |
* | fix grammar in comment | jmg | 2003-06-20 | 1 | -1/+1 |
* | Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek): | tjr | 2003-06-20 | 1 | -1/+15 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -0/+2 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+9 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+7 |
* | Send the close request to the SMB server in smbfs_inactive(), instead of | tjr | 2003-06-17 | 4 | -66/+34 |
* | Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistency | tjr | 2003-06-17 | 1 | -1/+1 |
* | MFp4: Fix two bugs causing possible deadlocks or panics, and one nit: | tjr | 2003-06-17 | 3 | -13/+95 |
* | Partially back out rev 1.87 by nuking fifo_inactive() and moving the | truckman | 2003-06-16 | 1 | -20/+4 |
* | In specfs::vop_specstratey(), assert that the vnode and buffer agree about | phk | 2003-06-15 | 1 | -0/+4 |
* | I have not had any reports of trouble for a long time, so remove the | phk | 2003-06-15 | 1 | -26/+1 |
* | Take 2: Remove _both_ KASSERTS. | phk | 2003-06-15 | 1 | -2/+0 |
* | Duh! I misread my handwritte notes: We do _not_ want to asser that | phk | 2003-06-15 | 1 | -2/+0 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 9 | -0/+20 |
* | Remove in toto coda_strategy which incorrectly implemented vop_panic(); | phk | 2003-06-15 | 1 | -23/+0 |
* | Fix some style problems, some of which are old, some new, and some | das | 2003-06-15 | 1 | -8/+10 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | If someone tries to mount a union filesystem with another unionfs as | das | 2003-06-14 | 1 | -4/+14 |
* | Introduce malloc types M_UNDCACHE and M_UNPATH for important | das | 2003-06-14 | 1 | -10/+13 |
* | Factor out the process of freeing ``directory caches'', which unionfs | das | 2003-06-14 | 3 | -24/+25 |
* | Don't follow smbnode n_parent pointer when NREFPARENT flag is not set | tjr | 2003-06-14 | 1 | -0/+2 |
* | Plug a serious memory leak. The -STABLE equivalent of this patch has | das | 2003-06-13 | 1 | -8/+20 |
* | Clean up the fifo_open() implementation: | truckman | 2003-06-13 | 1 | -45/+30 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 16 | -341/+212 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 7 | -8/+21 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 7 | -27/+23 |
* | Don't unlock the parent directory vnode twice if the ISDOTDOT flag | truckman | 2003-06-01 | 1 | -1/+2 |
* | Fix up locking problems in fifo_open() and fifo_close(): | truckman | 2003-06-01 | 1 | -25/+73 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -6/+0 |
* | emove unused variable(s). | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -6/+1 |
* | Use temporary variable to avoid double expansion of macro with side effects. | phk | 2003-05-31 | 2 | -2/+7 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+1 |
* | Clean up proc locking in procfs: make sure the proc lock is held before | rwatson | 2003-05-05 | 3 | -5/+12 |
* | Eliminate the separate malloc type for the sparing table. | scottl | 2003-05-04 | 1 | -3/+2 |
* | Add a missing __inline. Strange that gcc never complained about it. | scottl | 2003-05-04 | 1 | -3/+3 |
* | Correctly calculate the size of the extent that should be read in | scottl | 2003-05-04 | 1 | -3/+3 |
* | Implement the node cache as a hash table. | scottl | 2003-05-04 | 3 | -6/+26 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 1 | -4/+6 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 2 | -4/+2 |
* | Fail to mount a device if the bytes per sector in the BPB is less than | jhb | 2003-04-24 | 1 | -0/+6 |
* | - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a | jhb | 2003-04-22 | 1 | -2/+0 |
* | - Use a local variable to close a minor race when determining if the wmesg | jhb | 2003-04-17 | 1 | -9/+15 |
* | Protect p_flag with the proc lock. The sched_lock is not needed to turn | jhb | 2003-04-17 | 1 | -2/+2 |
* | - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unless | jhb | 2003-04-17 | 1 | -6/+4 |
* | Add a proc lock assertion and move another assertion up to the top of the | jhb | 2003-04-17 | 1 | -2/+4 |
* | It appears that msdosfs_init() is called multiple times. This happens | imp | 2003-04-10 | 1 | -0/+13 |
* | - smb_td_intr takes a thread as an argument not a proc. | jeff | 2003-04-01 | 1 | -1/+1 |
* | - smb_proc_intr is now spelled smb_td_intr. | jeff | 2003-04-01 | 1 | -1/+1 |