| Commit message (Expand) | Author | Age | Files | Lines |
| * | - A sanity check in unionfs verifies that lookups of '.' return the | David Schultz | 2003-11-14 | 1 | -27/+21 |
| * | Initialize b_iooffset correctly. | Poul-Henning Kamp | 2003-11-13 | 1 | -0/+1 |
| * | Don't mess around with spare fields of public structures. | Poul-Henning Kamp | 2003-11-12 | 1 | -1/+0 |
| * | Don't mess about with spare fields in public structures. | Poul-Henning Kamp | 2003-11-12 | 1 | -1/+0 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 1 | -1/+1 |
| * | If fifo_open() is interrupted, fifo_close() may not get called, causing | Don Lewis | 2003-11-10 | 1 | -9/+23 |
| * | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -2/+2 |
| * | Add hooks for translating directories entries using the iconv methods. | Scott Long | 2003-11-05 | 5 | -32/+172 |
| * | Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the | Scott Long | 2003-11-05 | 2 | -0/+46 |
| * | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 2 | -9/+9 |
| * | Take care not to call vput if thread used in corresponding vget | Alexander Kabaev | 2003-11-02 | 1 | -1/+2 |
| * | Remove now unused variable. | Alexander Kabaev | 2003-11-01 | 1 | -1/+0 |
| * | Temporarily undo parts of the stuct mount locking commit by jeff. | Alexander Kabaev | 2003-11-01 | 1 | -2/+1 |
| * | Do not bother walking mount point vnode list just to calculate | Alexander Kabaev | 2003-11-01 | 1 | -5/+1 |
| * | Remember to check the DE_WHITEOUT flag in the case where a cloned | Poul-Henning Kamp | 2003-10-20 | 1 | -4/+9 |
| * | When a driver successfully created a device on demand, we can directly | Poul-Henning Kamp | 2003-10-20 | 1 | -7/+6 |
| * | Remove debug printf(). | Maxime Henrion | 2003-10-19 | 1 | -1/+0 |
| * | Initialize b_iooffset before calling strategy | Poul-Henning Kamp | 2003-10-18 | 1 | -0/+1 |
| * | DuH! | Poul-Henning Kamp | 2003-10-18 | 4 | -4/+4 |
| * | Initialize b_offset before calling VOP_SPECSTRATEGY() | Poul-Henning Kamp | 2003-10-18 | 1 | -0/+1 |
| * | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | Poul-Henning Kamp | 2003-10-18 | 6 | -3/+3 |
| * | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | Poul-Henning Kamp | 2003-10-18 | 2 | -4/+2 |
| * | Introduce a new optional memberfunction for cdevsw, fdopen() which | Poul-Henning Kamp | 2003-10-15 | 1 | -2/+7 |
| * | Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>. | Bruce Evans | 2003-10-05 | 1 | -2/+1 |
| * | - Check the XLOCK prior to inspecting v_data. | Jeff Roberson | 2003-10-05 | 1 | -0/+4 |
| * | - Check XLOCK prior to accessing v_data. | Jeff Roberson | 2003-10-05 | 1 | -0/+6 |
| * | - Don't cache_purge() in cd9660_reclaim. vclean() does it for us so | Jeff Roberson | 2003-10-05 | 1 | -1/+0 |
| * | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | Jeff Roberson | 2003-10-05 | 7 | -9/+0 |
| * | Synchronize access to a vm page's valid field using the containing | Alan Cox | 2003-10-04 | 2 | -9/+6 |
| * | - Make proper use of the mntvnode_mtx. We do not need the loop label | Jeff Roberson | 2003-10-04 | 1 | -3/+5 |
| * | - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does | Jeff Roberson | 2003-10-04 | 1 | -1/+1 |
| * | Synchronize access to a page's valid field by using the lock from its | Alan Cox | 2003-10-04 | 1 | -1/+2 |
| * | - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a | Jeff Roberson | 2003-10-04 | 2 | -10/+2 |
| * | Introduce a uiomove_frombuf helper routine that handles computing and | Jacques Vidrine | 2003-10-02 | 4 | -60/+26 |
| * | Add a new column to the procfs map to hold the name of the mapped | Robert Watson | 2003-09-29 | 1 | -2/+16 |
| * | 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 |
| * | Fixed some style bugs in previous commit. Mainly, forward-declare | Bruce Evans | 2003-09-27 | 1 | -15/+21 |
| * | - Support for multibyte charsets in LIBICONV. | Max Khon | 2003-09-26 | 23 | -459/+980 |
| * | Allow the [, ], and = characters in non-8.3 filenames since they | Tim J. Robbins | 2003-09-26 | 1 | -2/+2 |
| * | - Remove interlock protection around VI_XLOCK. The interlock is not | Jeff Roberson | 2003-09-19 | 2 | -6/+6 |
| * | Move an overly verbose message under #ifdef CODA_VERBOSE. | Tim J. Robbins | 2003-09-13 | 1 | -0/+2 |
| * | Move an annoying printf() call that gets triggered every time an | Tim J. Robbins | 2003-09-10 | 1 | -0/+2 |
| * | Add support for the Coda 6.x venus<->kernel interface. This extends | Tim J. Robbins | 2003-09-07 | 11 | -341/+387 |
| * | The valid field in struct vm_page can be of type unsigned long when | Marcel Moolenaar | 2003-08-28 | 1 | -2/+2 |
| * | Use the requested page's object field instead of the vnode's. In some | Alan Cox | 2003-08-22 | 1 | -2/+5 |
| * | Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This | Dag-Erling Smørgrav | 2003-08-19 | 1 | -0/+6 |
| * | Spell the name of the lock right in addition to getting the type right. | John Baldwin | 2003-08-18 | 1 | -1/+1 |
| * | The allproc lock is a sx lock, not a mutex, so fix the assertion. This | John Baldwin | 2003-08-18 | 1 | -1/+1 |
| * | Rework pfs_iterate() a bit to eliminate a bug related to process | Dag-Erling Smørgrav | 2003-08-18 | 1 | -9/+12 |