summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix comments and one resulting code confusion about the type of thephk2002-10-168-8/+9
* Be consistent about functions being static.phk2002-10-162-2/+2
* A better solution to avoiding variable sized structs in DEVFS.phk2002-10-162-3/+5
* #include "opt_devfs.h" to protect against variable sized structures.phk2002-10-161-0/+2
* Plug an infrequent (I think) memory leak.phk2002-10-151-1/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-1420-121/+7
* - Remove a useless initialization for 'ronly', if it hadn't beenmux2002-10-131-2/+2
* Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().phk2002-10-131-0/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-112-3/+3
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-081-15/+1
* Yet another 64 bits warning fix: s/u_int/size_t/.mux2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copyinstr() takesmux2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,mux2002-10-061-1/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringrwatson2002-10-051-4/+3
* Plug memoryleaks detected by FlexeLint.phk2002-10-051-2/+8
* Back our kernel support for reliable signal queues.jmallett2002-10-012-13/+8
* Move the vop-vector declaration into devfs_vnops.c where it belongs.phk2002-10-012-5/+3
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-011-7/+11
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* s/struct dev_t */dev_t */phk2002-09-281-1/+1
* Fix mis-indent.phk2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-285-10/+10
* I misplaced a local variable yesterday.phk2002-09-281-1/+1
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatephk2002-09-271-13/+76
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-1/+1
* I hate it when patch gives me .rej files.phk2002-09-261-0/+1
* Return ENOTTY on unhandled ioctls.phk2002-09-261-2/+5
* 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
OpenPOWER on IntegriCloud