summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct devfs ruleset bypass.simon2005-07-201-0/+6
* [1] unix2doschr()imura2005-07-171-10/+27
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-142-4/+9
* Regrab dvp only when ISDOTDOT.tanimura2005-07-091-1/+2
* - Since we don't hold a usecount in pfs_exit we have to get a holdcntjeff2005-07-071-0/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-305-10/+199
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiouspeter2005-06-301-0/+14
* Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.imura2005-06-051-4/+5
* Do not declare a struct as extern, and then implementrodrigc2005-05-311-59/+57
* Fix three typos in comments. Two of them obtained from OpenBSD.brueffer2005-05-111-3/+3
* Do not dereference dvp pointer before doing a NULL check.kan2005-05-111-1/+2
* Staticize a symbol used only in this file.anholt2005-05-061-1/+1
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
* Fix breakage on alpha.takawata2005-05-051-2/+2
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-043-11/+31
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't ajeff2005-05-031-1/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* Fix an old pasto.des2005-04-301-1/+1
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - Fix several locking problems in unionfs_mount so that it will comejeff2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.jeff2005-04-271-2/+1
* - As this is presently the one and only place where duplicate acquires ofjeff2005-04-221-1/+1
* Disable negative name caching for msdosfs to work around a bug.das2005-04-161-0/+7
* Fix mbnambuf support for multi-byte characters. If a substring is largernjl2005-04-161-19/+29
OpenPOWER on IntegriCloud