summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor klist insertion and removalvisa2020-12-251-3/+3
* Rename poll-compatibility flag to better reflect what it is.mpi2020-06-111-2/+2
* Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).mpi2020-06-081-1/+4
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* Remove unused "struct proc *" argument from the following functions:mpi2020-02-271-3/+2
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-4/+4
* struct vops is not modified during runtime so use const which moves eachclaudio2020-01-202-8/+8
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-7/+21
* Convert struct vfsops initializer to C99 style.bluhm2019-12-261-14/+14
* Allow concurrent reads of the f_offset field of struct file byanton2019-08-051-2/+2
* vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2019-07-251-2/+2
* Revert anton@ changes about read/write unlockingsolene2019-07-121-2/+2
* Make read/write of the f_offset field belonging to struct file MP-safe;anton2019-07-101-2/+2
* remove unused i_lockf member from struct iso_node; ok tedu@ visa@anton2019-01-201-2/+1
* Move the allocating and freeing of mount points intovisa2018-09-261-3/+2
* Drop unnecessary `p' parameter from vget(9).visa2018-05-271-3/+2
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-022-8/+7
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-283-8/+8
* Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),visa2018-03-281-2/+2
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-102-4/+5
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Delete unnecessary <sys/file.h> includesguenther2017-12-304-8/+4
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-11/+8
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Tweak lock inits to make the system runnable with witness(4)visa2017-04-201-2/+2
* Remove usermount remnants. ok tedunatano2016-09-071-14/+1
* Variable 'imp' is set earlier in cd9660_mount() if it's needed (whentom2016-09-021-2/+1
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-131-2/+2
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-194-10/+11
* When pulling an msdos formated umass stick during mount while thebluhm2016-05-221-1/+3
* Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2016-04-261-8/+5
* When pulling and unmounting an umass USB stick, the file systembluhm2016-03-271-3/+3
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-194-11/+11
* Set mnt_data to NULL after freeing the file system specific mount point.bluhm2016-03-171-3/+3
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-2/+2
* Sync no-argument function declaration and definition by adding (void).naddy2016-03-071-2/+2
* Move mnt_maxsymlink from struct mount to struct ufsmount.natano2016-02-271-2/+1
* Convert min() and uiomovei() to ulmin() and uiomove().stefan2016-01-191-8/+8
* implement kqfilter. copied from tmpfs (which I copied from ufs).tedu2015-12-111-1/+105
* Nuke some extraneous whitespace.krw2015-09-091-43/+43
* Tweaks utimensat/futimens handling to always update ctime, even when bothguenther2015-04-171-3/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-146-12/+6
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-4/+4
* rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadttedu2015-01-091-2/+2
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-166-7/+12
* use siphash for key lookups in all the filesystem hashes.dlg2014-11-181-2/+19
* include sys/unistd.h where needed instead of indirect reliance. ok jsgtedu2014-11-031-1/+2
* remove uneeded proc.h includesjsg2014-09-143-6/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-124-14/+14
* stop using B_AGE, it was effectively retired some time ago.tedu2014-05-092-8/+2