| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 2 | -10/+8 |
* | devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8) | kris | 2005-07-29 | 1 | -1/+0 |
* | Correct devfs ruleset bypass. | simon | 2005-07-20 | 1 | -0/+6 |
* | [1] unix2doschr() | imura | 2005-07-17 | 1 | -10/+27 |
* | When devfs cloning takes place, provide access to the credential of the | rwatson | 2005-07-14 | 2 | -4/+9 |
* | Regrab dvp only when ISDOTDOT. | tanimura | 2005-07-09 | 1 | -1/+2 |
* | - Since we don't hold a usecount in pfs_exit we have to get a holdcnt | jeff | 2005-07-07 | 1 | -0/+4 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 5 | -10/+199 |
* | Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious | peter | 2005-06-30 | 1 | -0/+14 |
* | Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64. | imura | 2005-06-05 | 1 | -4/+5 |
* | Do not declare a struct as extern, and then implement | rodrigc | 2005-05-31 | 1 | -59/+57 |
* | Fix three typos in comments. Two of them obtained from OpenBSD. | brueffer | 2005-05-11 | 1 | -3/+3 |
* | Do not dereference dvp pointer before doing a NULL check. | kan | 2005-05-11 | 1 | -1/+2 |
* | Staticize a symbol used only in this file. | anholt | 2005-05-06 | 1 | -1/+1 |
* | The printf(9) `%p' conversion specifier puts an "0x" in | robert | 2005-05-06 | 1 | -2/+2 |
* | Fix our NTFS readdir function. | robert | 2005-05-06 | 1 | -3/+3 |
* | Fix breakage on alpha. | takawata | 2005-05-05 | 1 | -2/+2 |
* | Make smbfs capable to use 16bit char set in filenames. | takawata | 2005-05-04 | 3 | -11/+31 |
* | - Set the v_object pointer after a successful VOP_OPEN(). This isn't a | jeff | 2005-05-03 | 1 | -1/+2 |
* | - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT. | jeff | 2005-05-01 | 1 | -5/+12 |
* | Fix an old pasto. | des | 2005-04-30 | 1 | -1/+1 |
* | - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. | jeff | 2005-04-30 | 1 | -0/+1 |
* | - Fix several locking problems in unionfs_mount so that it will come | jeff | 2005-04-27 | 1 | -23/+7 |
* | - Pass the ISOPEN flag down to our lower filesystems. | jeff | 2005-04-27 | 1 | -2/+1 |
* | - As this is presently the one and only place where duplicate acquires of | jeff | 2005-04-22 | 1 | -1/+1 |
* | Disable negative name caching for msdosfs to work around a bug. | das | 2005-04-16 | 1 | -0/+7 |
* | Fix mbnambuf support for multi-byte characters. If a substring is larger | njl | 2005-04-16 | 1 | -19/+29 |
* | Correct typo. | brueffer | 2005-04-14 | 1 | -1/+1 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 10 | -39/+17 |
* | - Clear VI_OWEINACT before calling vget() with no lock type. We know | jeff | 2005-04-11 | 1 | -0/+7 |
* | - Honor the flags argument passed to null_root(). The filesystem below | jeff | 2005-04-11 | 1 | -1/+1 |
* | Initialize vp before using it. Failing to do this can cause instant | delphij | 2005-04-10 | 1 | -0/+1 |
* | Give msdosfs a unique inode number which is really the byteoffset of | phk | 2005-04-07 | 2 | -9/+26 |
* | - Fix union's assumptions about when the dvp is unlocked. It is only | jeff | 2005-04-04 | 1 | -3/+3 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 2 | -0/+2 |
* | cdev (still) needs per instance uid/gid/mode | phk | 2005-03-31 | 1 | -3/+3 |
* | Rename dev_ref() to dev_refl() | phk | 2005-03-31 | 1 | -1/+1 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 2 | -8/+6 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -7/+1 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 1 | -57/+37 |
* | - Correct the dprintf format int the _lookup routine. | jeff | 2005-03-28 | 2 | -2/+2 |
* | - Garbage collect an unused variable. | jeff | 2005-03-28 | 2 | -9/+2 |
* | - Don't panic if we can't lock a child in lookup, return an error instead. | jeff | 2005-03-28 | 1 | -5/+4 |
* | - Remove unnecessary LOCKPARENT manipulation. | jeff | 2005-03-28 | 1 | -20/+0 |
* | - nwfs_lookup() is no longer responsible for unlocking the dvp, this is | jeff | 2005-03-28 | 1 | -26/+10 |
* | - hpfs_lookup() is no longer responsible for unlocking the dvp, this is | jeff | 2005-03-28 | 1 | -11/+6 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 6 | -113/+16 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -7/+5 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -54/+21 |