| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rework pfs_iterate() a bit to eliminate a bug related to process | des | 2003-08-18 | 1 | -9/+12 |
* | Do not call VOP_BMAP() on our own vnodes. | phk | 2003-08-17 | 1 | -10/+3 |
* | Add p_candebug() check to access a process map file in procfs; limit | rwatson | 2003-08-14 | 1 | -0/+6 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 3 | -4/+10 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 2 | -4/+4 |
* | Don't drop giant around ->d_strategy(), too much code explodes. | phk | 2003-08-06 | 1 | -3/+3 |
* | Only drop Giant around the drivers ->d_strategy() if the buffer is not | phk | 2003-08-05 | 1 | -1/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 12 | -21/+21 |
* | Revise and improve ntfs_subr.c 1.30: read only a single cluster at a time | tjr | 2003-07-26 | 2 | -17/+28 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | peter | 2003-07-24 | 1 | -1/+2 |
* | If bread() returns a zero-length buffer, as can happen after a | trhodes | 2003-07-03 | 1 | -0/+4 |
* | XXX Copy workaround from UFS: open device for write access even if | tjr | 2003-06-29 | 1 | -0/+19 |
* | Fix a bug where a truncate operation involving truncate() or ftruncate() on | trhodes | 2003-06-27 | 1 | -17/+10 |
* | change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 | jmg | 2003-06-24 | 2 | -2/+2 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 2 | -1/+2 |