summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix interaction with Windows 2000/XP based servers:bp2005-11-221-1/+3
* Properly parse the nowin95 mount option.rodrigc2005-11-191-5/+4
* Add "shortnames" and "longnames" mount options which arerodrigc2005-11-181-1/+5
* - Add errmsg to the list of smbfs mount options.rodrigc2005-11-161-7/+23
* This is a workaround for a complicated issue involving VFS cookies and devfs.dwhite2005-11-091-0/+24
* Normalize a significant number of kernel malloc type names:rwatson2005-10-3122-36/+36
* Use correct cirteria for determining which directory entries we canphk2005-10-181-1/+1
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-181-49/+35
* Unconditionally mount a CD9660 filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* Use the actual sector size of the media instead of hard-coding it to 2048.rodrigc2005-10-171-3/+12
* Unconditionally mount a UDF filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* - Fix typo.flz2005-10-171-1/+1
* Update nwfs_lookup() to match the current cache_lookup() API.truckman2005-10-161-26/+11
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-3/+4
* In preparation for making the modules actually use opt_*.h filesyar2005-10-142-8/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* - 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
OpenPOWER on IntegriCloud