summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Return ENOTTY on unrecognized ioctls.phk2002-09-262-2/+2
* Return ENOTTY on incorrect ioctls.phk2002-09-261-1/+1
* Return ENOTTY when we don't recognize an ioctl.phk2002-09-261-1/+1
* Fix these warns where sizeof(int) != sizeof(void *)njl2002-09-261-4/+4
* - Fix a botch in previous commit; oldvp should not be unconditionallyjeff2002-09-261-2/+3
* Fix the problem introduced by vop_stdbmap() usage. The NTFS does notsemenu2002-09-251-1/+28
* - Use vrefcnt() instead of v_usecount.jeff2002-09-251-2/+2
* - Use vrefcnt() instead of directly accessing v_usecount.jeff2002-09-253-19/+21
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-2518-60/+71
* - Lock access to the buf lists in spec_sync()jeff2002-09-251-7/+15
* - Hold the vp lock while accessing v_vflags.jeff2002-09-251-5/+7
* use __packed.alfred2002-09-231-24/+24
* Attempt to fix the error reported by the alpha tinderbox. A pointeriedowse2002-09-221-2/+2
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-223-90/+95
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+3
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-8/+15
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-1810-112/+15
* Always open file in the DENYNONE mode and let the server to decide what isbp2002-09-181-5/+15
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-184-3/+239
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-1428-36/+49
* Completely redo thread states.julian2002-09-112-3/+2
* s/SGNL/SIG/davidxu2002-09-052-3/+3
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* Fixed printf format errors and style bugs in rev.1.92. This is the versionbde2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itbde2002-08-251-78/+9
* Fixed printf format errors and style bugs in previous commit.bde2002-08-251-9/+78
* Remove stddef.h from the header listscottl2002-08-231-1/+0
* Fix a bug where large msdos partitions were not handled correctly, and fixtrhodes2002-08-221-1/+7
* Remove the possibility of a race condition when reading the . and ..scottl2002-08-201-15/+16
* Don't abuse the stack when translating names.scottl2002-08-201-10/+12
* Handle one more case of a fifofs filetmp: set filetmp.f_cred torwatson2002-08-201-2/+3
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-2/+6
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-162-3/+4
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
* Clean up comments that are no longer relevant.scottl2002-08-151-12/+9
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-153-246/+239
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-133-27/+20
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().pb2002-08-051-1/+1
* Fix typo in the last revision.mike2002-08-041-1/+1
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-0433-63/+104
* Calculate the correct physical block number for files that arescottl2002-08-021-4/+6
* Check for deleted files in udf_lookup(), not just udf_readdir().scottl2002-08-021-1/+6
* o Lock page queue accesses in nwfs and smbfs.alc2002-08-022-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+11
* Hook up devfs_pathconf() for specfs devfs nodes, not just regularrwatson2002-08-011-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-013-0/+72
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-012-0/+60
OpenPOWER on IntegriCloud