| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Return ENOTTY on unrecognized ioctls. | phk | 2002-09-26 | 2 | -2/+2 |
* | Return ENOTTY on incorrect ioctls. | phk | 2002-09-26 | 1 | -1/+1 |
* | Return ENOTTY when we don't recognize an ioctl. | phk | 2002-09-26 | 1 | -1/+1 |
* | Fix these warns where sizeof(int) != sizeof(void *) | njl | 2002-09-26 | 1 | -4/+4 |
* | - Fix a botch in previous commit; oldvp should not be unconditionally | jeff | 2002-09-26 | 1 | -2/+3 |
* | Fix the problem introduced by vop_stdbmap() usage. The NTFS does not | semenu | 2002-09-25 | 1 | -1/+28 |
* | - Use vrefcnt() instead of v_usecount. | jeff | 2002-09-25 | 1 | -2/+2 |
* | - Use vrefcnt() instead of directly accessing v_usecount. | jeff | 2002-09-25 | 3 | -19/+21 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 18 | -60/+71 |
* | - Lock access to the buf lists in spec_sync() | jeff | 2002-09-25 | 1 | -7/+15 |
* | - Hold the vp lock while accessing v_vflags. | jeff | 2002-09-25 | 1 | -5/+7 |
* | use __packed. | alfred | 2002-09-23 | 1 | -24/+24 |
* | Attempt to fix the error reported by the alpha tinderbox. A pointer | iedowse | 2002-09-22 | 1 | -2/+2 |
* | Fix misspellings, capitalization, and punctuation in comments. Minor | truckman | 2002-09-22 | 3 | -90/+95 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+3 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 1 | -8/+15 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 10 | -112/+15 |
* | Always open file in the DENYNONE mode and let the server to decide what is | bp | 2002-09-18 | 1 | -5/+15 |
* | Implement additional SMB calls to allow proper update of file size as some | bp | 2002-09-18 | 4 | -3/+239 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 28 | -36/+49 |
* | Completely redo thread states. | julian | 2002-09-11 | 2 | -3/+2 |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 2 | -3/+3 |
* | Add a missing #include <sys/lockmgr.h>. | iedowse | 2002-09-01 | 1 | -0/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+3 |
* | Fixed printf format errors and style bugs in rev.1.92. This is the version | bde | 2002-08-25 | 1 | -2/+3 |
* | Oops, the previous commit wasn't the version that I meant to commit (it | bde | 2002-08-25 | 1 | -78/+9 |
* | Fixed printf format errors and style bugs in previous commit. | bde | 2002-08-25 | 1 | -9/+78 |
* | Remove stddef.h from the header list | scottl | 2002-08-23 | 1 | -1/+0 |
* | Fix a bug where large msdos partitions were not handled correctly, and fix | trhodes | 2002-08-22 | 1 | -1/+7 |
* | Remove the possibility of a race condition when reading the . and .. | scottl | 2002-08-20 | 1 | -15/+16 |
* | Don't abuse the stack when translating names. | scottl | 2002-08-20 | 1 | -10/+12 |
* | Handle one more case of a fifofs filetmp: set filetmp.f_cred to | rwatson | 2002-08-20 | 1 | -2/+3 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -2/+6 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 2 | -3/+4 |
* | When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it | trhodes | 2002-08-16 | 1 | -0/+11 |
* | Fixed 64bit big endian bugs relating to abuse of ioctl argument passing. | jake | 2002-08-15 | 1 | -4/+4 |
* | Clean up comments that are no longer relevant. | scottl | 2002-08-15 | 1 | -12/+9 |
* | Factor out some ugle code that's shared by udf_readdir and udf_lookup. | scottl | 2002-08-15 | 3 | -246/+239 |
* | Introduce typedefs for the member functions of struct vfsops and employ | phk | 2002-08-13 | 3 | -27/+20 |
* | Fix typo in vnode flags causing deadlock in msdosfs_fsync(). | pb | 2002-08-05 | 1 | -1/+1 |
* | Fix typo in the last revision. | mike | 2002-08-04 | 1 | -1/+1 |
* | Simplify the handling of a fragmented file_id descriptor. Also | scottl | 2002-08-04 | 2 | -51/+50 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 33 | -63/+104 |
* | Calculate the correct physical block number for files that are | scottl | 2002-08-02 | 1 | -4/+6 |
* | Check for deleted files in udf_lookup(), not just udf_readdir(). | scottl | 2002-08-02 | 1 | -1/+6 |
* | o Lock page queue accesses in nwfs and smbfs. | alc | 2002-08-02 | 2 | -0/+12 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 1 | -0/+11 |
* | Hook up devfs_pathconf() for specfs devfs nodes, not just regular | rwatson | 2002-08-01 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 3 | -0/+72 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 2 | -0/+60 |