| Age | Commit message (Expand) | Author |
| 2016-04-04 | Split p_xstat (composite wait(2) status code, or signal number depending | christos |
| 2016-04-04 | Avoid a race with spec_revoke for the assertion too. | hannken |
| 2016-03-28 | Align /proc/<pid>/statm data with /proc/<pid>/stat and | mlelstv |
| 2016-03-26 | Whhen spec_strategy() extracts v_rdev take care to avoid a | hannken |
| 2016-01-05 | Fix a couple of checks for kernel vm_space, and convert the 'naked | pgoyette |
| 2015-12-23 | Revert previous | pgoyette |
| 2015-12-22 | If we attempt to autoload a driver module, make sure we return an error | pgoyette |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-12-08 | unfortunately it is not that easy to get rid of DIOCGPART. DTRT for the | christos |
| 2015-12-05 | messing with uninitialized structs is a bad thing | jnemeth |
| 2015-12-04 | Use DIOCGMEDIASIZE instead of DIOCGPART so that we are not limited to 2G. | christos |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-07-01 | Unfortunately MFS uses v_data of its anonymous device vnode so | hannken |
| 2015-06-30 | Redo previous again, v_specnode is invariant but not unique. | hannken |
| 2015-06-29 | Use the address of vp->v_specnode as vcache key. It is invariant | hannken |
| 2015-06-29 | Revert previous, and explain why. | christos |
| 2015-06-29 | CID 1308957: Fix wrong sizeof() | christos |
| 2015-06-23 | Add a vfs_newvnode() method to deadfs and use it to create | hannken |
| 2015-06-23 | Use VFS_PROTOS() for deadfs. Rename dead_mount to dead_rootmount. | hannken |
| 2015-05-06 | Remove miscfs/syncfs and | hannken |
| 2015-04-20 | Uncomment the argument struct declarations in deadfs. | riastradh |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-04-20 | Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE. | riastradh |
| 2015-04-20 | Make vget always return vnode unlocked. | riastradh |
| 2015-04-12 | Fix UVMHIST build. | skrll |
| 2015-04-10 | Pull VOP_BMAP/VOP_STRATEGY loop from getpages into its own function. | riastradh |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2014-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-17 | Maps don't change that frequently between reads, so don't give up and | christos |
| 2014-10-12 | Define layerfs as an attribute. | uebayasi |
| 2014-10-11 | Define filesystem attributes with vfs dependency. | uebayasi |
| 2014-09-05 | The comment about toxicity was correct, restore VNON setting code and | christos |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-09-04 | remove debugging. | christos |
| 2014-09-04 | Well, nasty thing happen if you set /dev/tty to VNON too. Disable for now. | christos |
| 2014-09-04 | Fix type of /dev/tty | christos |
| 2014-08-11 | 1) 'error' is returned while it does not even hold an error code. Which | maxv |
| 2014-08-10 | #include <sys/cpu.h> | matt |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-07-27 | Change procfs from hashlist to vcache. | hannken |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-07-25 | Implement spec_fdiscard() using bdev_discard() and cdev_discard(). | dholland |
| 2014-07-20 | Change kernfs from hashlist to vcache. | hannken |
| 2014-07-20 | Remove another KAME IPSEC residue, "struct secasvar" and "struct secpolicy". | hannken |
| 2014-07-17 | Finish KAME IPSEC removal: | hannken |
| 2014-07-13 | Change fdesc from hashlist to vcache. | hannken |
| 2014-07-12 | Use kproc2 to provide sensible informations for /proc/<pid>/stat. | njoly |
| 2014-06-30 | Use NZERO instead of hard-coded "20" value. | njoly |
| 2014-05-28 | Change field "layerm_tag" to correct type "enum vtagtype". | hannken |