summaryrefslogtreecommitdiff
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r313797:Konstantin Belousov2017-02-191-2/+3
* MFC r301928:Konstantin Belousov2016-06-221-13/+20
* MFC r300365:Konstantin Belousov2016-06-041-5/+0
* MFC r298732:Pedro F. Giffuni2016-05-051-1/+1
* MFC r287109 (by trasz): Make it possible to forcibly unmount devfs.Alexander Motin2016-04-031-0/+2
* MFC r294595:Konstantin Belousov2016-02-141-0/+7
* MFC r293059:Konstantin Belousov2016-01-231-3/+3
* MFC 286974,291653:John Baldwin2016-01-231-1/+1
* MFC r293042:Konstantin Belousov2016-01-081-1/+1
* MFC r292621:Konstantin Belousov2015-12-291-7/+14
* MFC r287033:Edward Tomasz Napierala2015-10-181-1/+2
* MFC r280308 (by delphij):Konstantin Belousov2015-04-082-3/+30
* MFC r279362:Konstantin Belousov2015-03-061-2/+1
* MFC r277179, r277199 and r277391:Hans Petter Selasky2015-02-051-0/+1
* MFC r277390:Konstantin Belousov2015-01-262-0/+13
* MFC r263710, r273377, r273378, r273423 and r273455:Hans Petter Selasky2014-10-271-2/+2
* MFC r273131:Konstantin Belousov2014-10-221-7/+16
* MFC r267564:Konstantin Belousov2014-06-241-4/+2
* MFC r256502:Konstantin Belousov2013-10-251-0/+4
* MFC r256501:Konstantin Belousov2013-10-251-4/+4
* Make the seek a method of the struct fileops.Konstantin Belousov2013-08-211-0/+1
* Restore the previous sendfile(2) behaviour on the block devices.Konstantin Belousov2013-08-161-0/+1
* make path matching in devfs rules consistent and sane (and safer)Andriy Gapon2013-07-261-24/+38
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* Stop translating the ERESTART error from the open(2) into EINTR.Konstantin Belousov2013-02-071-1/+4
* Do not force a writer to the devfs file to drain the buffer writes.Konstantin Belousov2012-12-231-0/+11
* Remove M_USE_RESERVE from the devfs cdp allocator, which is one of twoKonstantin Belousov2012-11-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-2/+1
* Prefer __containerof() above member2struct().Ed Schouten2012-09-151-1/+1
* Streamline use of cdevpriv and correct some corner cases.Hans Petter Selasky2012-08-151-0/+3
* Extend the KPI to lock and unlock f_offset member of struct file. ItKonstantin Belousov2012-07-021-11/+4
* Revert devfs part of r235911. I was unaware about old but unfinishedAlexander Motin2012-05-241-45/+0
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+45
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.Martin Matuska2012-02-291-1/+4
* To improve control over the use of mount(8) inside a jail(8), introduceMartin Matuska2012-02-231-15/+15
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-2/+4
* Merge si_name and __si_namebuf.Ed Schouten2012-02-101-1/+0
* Add support for mounting devfs inside jails.Martin Matuska2012-02-091-1/+13
* Introduce the "ruleset=number" option for devfs(5) mounts.Martin Matuska2012-02-093-1/+79
* Explicitly use curthread while manipulating td_fpop during last closeJohn Baldwin2011-12-091-3/+7
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forKonstantin Belousov2011-11-191-1/+3
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* Move the cleanup of f_cdevpriv when the reference count of a devfsJohn Baldwin2011-11-041-0/+7
* Fix kernel panic when d_fdopen csw method is called for NULL fp.Konstantin Belousov2011-11-031-0/+4
* Export devfs inode number allocator for the kernel consumers.Konstantin Belousov2011-10-051-3/+17
* Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov2011-08-161-0/+2
* Do not update mountpoint generation counter to the value which was notKonstantin Belousov2011-08-091-2/+4
* While fixing the looping of a thread while devfs vnode is reclaimed,Konstantin Belousov2011-07-131-6/+12
* Don't allow user created symbolic links to cover another entries markedJaakko Heinonen2010-12-151-0/+5
* - Assert that dm_lock is exclusively held in devfs_rules_apply() andJaakko Heinonen2010-12-153-0/+5