Age | Commit message (Expand) | Author |
2021-03-11 | spelling | Jonathan Gray |
2019-01-19 | Move boottime into the timehands. | cheloha |
2019-01-18 | Check for negative length integers in NFS server. A malicious | Alexander Bluhm |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-06-13 | Make the VFS layer responsible for preventing the deletion | Visa Hankala |
2018-06-07 | Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for | Visa Hankala |
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 |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-02-22 | Keep local definitions local. | Martin Pieuchot |
2016-09-21 | Fix nfsrv_symlink() indentation. No binary change. | Jonathan Gray |
2016-07-04 | Add missing vput() in error path to prevent a vnode getting stuck with a | Martin Natano |
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 |
2015-08-30 | Keep track of a length for free() in error paths. Be careful, | Theo de Raadt |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-11 | Avoid double-free in error path by cribbing the HASBUF flag | Bret Lambert |
2015-05-06 | add missing braces | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-18 | Reduce scope of iovec variables, use mallocarray, and record size for | Ted Unangst |
2014-11-14 | bzero -> memset | Ted Unangst |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
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-04-21 | Back out most of v1.47 changes which mess up the block size on these | Bob Beck |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2012-03-21 | Prevent vrele() being called with a NULL argument if nfs_namei() returns an | Mark Kettenis |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2009-10-19 | antsy | Jonathan Gray |
2009-08-30 | if nfs_namei() fails, there's no ni_startdir and the pathname buffer has | Thordur I. Bjornsson |
2009-08-14 | Avoid double-release of vnodes in several functions | Bret Lambert |
2009-08-14 | Initialize len variable; found by Martynas Venckus | Bret Lambert |
2009-08-13 | change version 3 post-operation attribute building function to not | Bret Lambert |
2009-08-11 | Fix a few bugs in nfsrv_rename() error recovery code. | Thordur I. Bjornsson |
2009-08-10 | Another | Bret Lambert |
2009-08-10 | Remove the v2 writegather code. It did help alot back in the 80s | Thordur I. Bjornsson |
2009-08-09 | MLEN < NFS_MAXPATHLEN < MCLBYTES, so there's no need to | Bret Lambert |
2009-08-09 | error = operation(); | Bret Lambert |
2009-08-09 | set the mrq pointer (request) in the nfsm_reply() macro, as we can return fro... | Thordur I. Bjornsson |
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson |
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson |
2009-07-17 | Initialize a variable that was previously using a mystery value in | Bret Lambert |
2009-06-06 | Don't allocate an mbuf cluster without checking to see if it will | Bret Lambert |
2009-06-06 | Consolidate error handling in read case. | Bret Lambert |
2009-06-06 | Consolidate error handling code. Much less atrocious than before. | Bret Lambert |
2009-06-05 | bring back rev1.70 | Thordur I. Bjornsson |
2009-06-05 | revert to 1.67 to unbreak NFS writes; ok beck@ thib@ | Christian Weisgerber |