| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition for | truckman | 2003-11-16 | 1 | -6/+3 |
* | - A sanity check in unionfs verifies that lookups of '.' return the | das | 2003-11-14 | 1 | -27/+21 |
* | Initialize b_iooffset correctly. | phk | 2003-11-13 | 1 | -0/+1 |
* | Don't mess around with spare fields of public structures. | phk | 2003-11-12 | 1 | -1/+0 |
* | Don't mess about with spare fields in public structures. | phk | 2003-11-12 | 1 | -1/+0 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 1 | -1/+1 |
* | If fifo_open() is interrupted, fifo_close() may not get called, causing | truckman | 2003-11-10 | 1 | -9/+23 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | Add hooks for translating directories entries using the iconv methods. | scottl | 2003-11-05 | 5 | -32/+172 |
* | Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the | scottl | 2003-11-05 | 2 | -0/+46 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | kan | 2003-11-05 | 2 | -9/+9 |
* | Take care not to call vput if thread used in corresponding vget | kan | 2003-11-02 | 1 | -1/+2 |
* | Remove now unused variable. | kan | 2003-11-01 | 1 | -1/+0 |
* | Temporarily undo parts of the stuct mount locking commit by jeff. | kan | 2003-11-01 | 1 | -2/+1 |
* | Do not bother walking mount point vnode list just to calculate | kan | 2003-11-01 | 1 | -5/+1 |
* | Remember to check the DE_WHITEOUT flag in the case where a cloned | phk | 2003-10-20 | 1 | -4/+9 |
* | When a driver successfully created a device on demand, we can directly | phk | 2003-10-20 | 1 | -7/+6 |
* | Remove debug printf(). | mux | 2003-10-19 | 1 | -1/+0 |
* | Initialize b_iooffset before calling strategy | phk | 2003-10-18 | 1 | -0/+1 |
* | DuH! | phk | 2003-10-18 | 4 | -4/+4 |
* | Initialize b_offset before calling VOP_SPECSTRATEGY() | phk | 2003-10-18 | 1 | -0/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 6 | -3/+3 |
* | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | phk | 2003-10-18 | 2 | -4/+2 |
* | Introduce a new optional memberfunction for cdevsw, fdopen() which | phk | 2003-10-15 | 1 | -2/+7 |
* | Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>. | bde | 2003-10-05 | 1 | -2/+1 |
* | - Check the XLOCK prior to inspecting v_data. | jeff | 2003-10-05 | 1 | -0/+4 |
* | - Check XLOCK prior to accessing v_data. | jeff | 2003-10-05 | 1 | -0/+6 |
* | - Don't cache_purge() in cd9660_reclaim. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 7 | -9/+0 |
* | Synchronize access to a vm page's valid field using the containing | alc | 2003-10-04 | 2 | -9/+6 |
* | - Make proper use of the mntvnode_mtx. We do not need the loop label | jeff | 2003-10-04 | 1 | -3/+5 |
* | - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does | jeff | 2003-10-04 | 1 | -1/+1 |
* | Synchronize access to a page's valid field by using the lock from its | alc | 2003-10-04 | 1 | -1/+2 |
* | - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a | jeff | 2003-10-04 | 2 | -10/+2 |
* | Introduce a uiomove_frombuf helper routine that handles computing and | nectar | 2003-10-02 | 4 | -60/+26 |
* | Add a new column to the procfs map to hold the name of the mapped | rwatson | 2003-09-29 | 1 | -2/+16 |
* | forgot to remove static declaration of fdesc_poll() | phk | 2003-09-27 | 1 | -1/+0 |
* | fdesc_poll() called seltrue() to do the default thing, this is pointlessly | phk | 2003-09-27 | 1 | -13/+0 |
* | Fixed some style bugs in previous commit. Mainly, forward-declare | bde | 2003-09-27 | 1 | -15/+21 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 23 | -460/+981 |
* | Allow the [, ], and = characters in non-8.3 filenames since they | tjr | 2003-09-26 | 1 | -2/+2 |
* | - Remove interlock protection around VI_XLOCK. The interlock is not | jeff | 2003-09-19 | 2 | -6/+6 |
* | Move an overly verbose message under #ifdef CODA_VERBOSE. | tjr | 2003-09-13 | 1 | -0/+2 |
* | Move an annoying printf() call that gets triggered every time an | tjr | 2003-09-10 | 1 | -0/+2 |
* | Add support for the Coda 6.x venus<->kernel interface. This extends | tjr | 2003-09-07 | 11 | -342/+388 |
* | The valid field in struct vm_page can be of type unsigned long when | marcel | 2003-08-28 | 1 | -2/+2 |
* | Use the requested page's object field instead of the vnode's. In some | alc | 2003-08-22 | 1 | -2/+5 |
* | Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This | des | 2003-08-19 | 1 | -0/+6 |
* | Spell the name of the lock right in addition to getting the type right. | jhb | 2003-08-18 | 1 | -1/+1 |
* | The allproc lock is a sx lock, not a mutex, so fix the assertion. This | jhb | 2003-08-18 | 1 | -1/+1 |