Age | Commit message (Expand) | Author |
2019-01-18 | Check for negative length integers in NFS client. A malicious | Alexander Bluhm |
2018-07-02 | Use more list macros for v_dirtyblkhd. | Alexander Bluhm |
2018-06-21 | Drop redundant "node == parent node" checks from VOP_RMDIR() | Visa Hankala |
2018-06-07 | Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for | Visa Hankala |
2018-05-05 | Implement proper locking for NFS nodes. | Martin Pieuchot |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-04-25 | Fix use of unreferenced vnode by decrementing the vnode's reference | Visa Hankala |
2018-04-17 | Prepare vnops to be locked. | Martin Pieuchot |
2017-02-22 | Keep local definitions local. | Martin Pieuchot |
2016-06-13 | make sure attrflag is initialized. from clang via david hill | Ted Unangst |
2016-04-29 | Fix some gibbering horrors due to uninitialized struct nameidata's | Bob Beck |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-02-13 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2015-12-22 | commited -> committed | mmcc |
2015-12-07 | NFS can pass a buffer cache buffer straight to VOP_STRATEGY here, so dma_flip is | Bob Beck |
2015-05-03 | Make sure we don't leak bytes from malloced memory in the padding of struct | Philip Guenther |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat |
2014-12-18 | delete a whole mess of unnecessary caddr_t casts | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-03 | stale header: this code hasn't used hash.h in a while | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-15 | Fix a mistake in a comment. | Doug Hogan |
2014-11-14 | simplest free(size) | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-01-18 | Use arc4random_buf() for fetching 64-bits of data because it is faster | Theo de Raadt |
2013-12-26 | either dvp == vp or dvp != vp: zap extra test. | Marc Espie |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-02 | format string fix: int64_t | Stefan Fritsch |
2013-09-14 | Snapshots for all archs have been built, so remove the T32 code | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | add a comment that we are faking it until code to ask the server is written. | Ted Unangst |
2013-03-28 | a better try at pathconf for nfs. there may be lies, but they are better | Ted Unangst |
2013-03-27 | rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type. | Ted Unangst |
2012-11-17 | buf_acquire() can sleep, so advance down b_vnbufs afterwards | Theo de Raadt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-07-09 | KNF | Bob Beck |
2011-07-08 | fix nfs pending writes, which were not handled correctly in the commit | Bob Beck |
2011-07-05 | When calling nfs_request() for what could be an async request, pass | Philip Guenthe |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |