summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-094-7/+8
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
* Third argument to copyinstr() is a pointer to a size_t, not a pointer to ajhb2002-11-071-1/+1
* Add debug.doslowdown to enable/disable niced slowdown on I/O. Defaultmckusick2002-11-041-1/+5
* Unbreak MNT_UPDATE when running with cd as root. Detect mountroot bypeter2002-11-021-2/+1
* Put a KASSERT in specfs::strategy() to check that the incoming bufferphk2002-11-011-2/+8
* Fix winChkName() to match when the last slot contains nothing but thesemenu2002-10-291-1/+8
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsmux2002-10-261-1/+2
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-266-130/+1
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-251-4/+14
* This checkin reimplements the io-request priority hack in a waymckusick2002-10-221-1/+24
* Grrr, s/PBP/BPB/ here as well.jhb2002-10-211-1/+1
* Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP tojhb2002-10-211-1/+1
* Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename.rwatson2002-10-201-2/+2
* '&' not used for pointers to functions.phk2002-10-201-2/+2
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
* umap_sync is empty and is identical to vfs_stdsync. Remove it andkan2002-10-191-16/+1
* style(9)kan2002-10-191-4/+7
* 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
OpenPOWER on IntegriCloud