summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* - Do not hardcode the bsize to a sectorsize of 2048, even thoughrodrigc2005-10-091-5/+21
* We don't need 'imp' here.pjd2005-10-071-1/+0
* Second attempt at a work-around for fifo-related socket panics duringrwatson2005-10-011-0/+4
* The NWFS code in RELENG_6 is broken due to a typo inphk2005-09-301-1/+1
* Remove checks for BOOTSIG[23] from FAT32 bootblocks.peadar2005-09-292-8/+2
* Back out fifo_vnops.c:1.127, which introduced an sx lock around I/O onrwatson2005-09-271-16/+3
* Assert v_fifoinfo is non-NULL in fifo_close() in order to catchrwatson2005-09-261-0/+1
* Lock the read socket receive buffer when frobbing the sb_state flag onrwatson2005-09-251-2/+2
* Make rule zero really magical, that way we don't have to do anythingphk2005-09-243-153/+99
* For reasons of consistency (and necessity), assert an exclusive vnoderwatson2005-09-231-0/+1
* Add fi_sx, an sx lock to serialize I/O operations on the socket pairrwatson2005-09-221-3/+16
* Rewamp DEVFS internals pretty severely [1].phk2005-09-196-446/+437
* Assert that (vp) is locked in fifo_close(), since we rely on therwatson2005-09-181-0/+1
* Don't attempt to recurse lockmgr, it doesn't like it.phk2005-09-152-3/+6
* Handle a race condition where NULLFS vnode can be cleaned while threadskan2005-09-151-4/+28
* The socket pointers in fifoinfo are not permitted to be NULL, sorwatson2005-09-151-5/+2
* Various minor polishing.phk2005-09-153-22/+10
* Protect the devfs rule internal global lists with a sx lock, the perphk2005-09-151-1/+9
* Absolve devfs_rule.c from locking responsibility and call it withphk2005-09-153-19/+5
* Close a race which could result in unwarranted "ruleset %d alreadyphk2005-09-153-44/+34
* Trim down now (believed to be) unused fifo_ioctl() andrwatson2005-09-131-65/+75
* As a result of kqueue locking work, socket buffer locks will alwaysrwatson2005-09-131-18/+6
* Annotate two issues:rwatson2005-09-131-0/+12
* Introduce no-op nosup fifo kqueue filter and detach routine, which arerwatson2005-09-121-1/+33
* When a request is made to register a filter on a fifo that doesn'trwatson2005-09-121-2/+2
* Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekablerwatson2005-09-121-1/+1
* Only poll the fifo for read events if the fifo is attached to a readablerwatson2005-09-121-2/+2
* After going to some trouble to identify only the write-related eventsrwatson2005-09-121-2/+2
* When a writer opens a fifo, wake up the read socket for read, not therwatson2005-09-121-1/+1
* Add an assertion that fifo_open() doesn't race against other threadsrwatson2005-09-121-0/+2
* Rather than reaching into the internals of the UNIX domain socket coderwatson2005-09-121-1/+1
* Clean up prototypes.phk2005-09-121-258/+96
* Cast bf_sysid to const char * when passing it to strncmp(), becauserodrigc2005-09-111-1/+1
* Do not declare M_NTFSMNT with extern linkage here, sincerodrigc2005-09-111-1/+0
* Ensure the full value is written into inode variables.obrien2005-09-071-2/+2
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-033-3/+0
* Unbreak the build.ssouhlal2005-09-031-2/+4
* Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-024-30/+21
* Add a missing dev_relthread() call.phk2005-08-291-4/+5
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-24/+0
* Collect the devfs related sysctls in one placephk2005-08-162-49/+34
* Create a new internal .h file to communicate very private stuffphk2005-08-162-0/+46
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-155-5/+3
* - restore the ability to mount cd9660 filesystems as root by invertinggrehan2005-08-141-7/+6
* Eliminate an unnecessary bcopy().des2005-08-121-15/+15
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-1/+0
* Remove the need to forward declare statics by moving them around.obrien2005-08-101-15/+13
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-082-10/+8
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)kris2005-07-291-1/+0
OpenPOWER on IntegriCloud