| Age | Commit message (Expand) | Author |
| 2017-12-31 | rename some "cmdline" stuff now that it is used to print environment too | christos |
| 2017-12-31 | Add an environ node | christos |
| 2017-12-01 | Allow procfs_kqfilter, since we allow poll. "go" does it. | christos |
| 2017-11-08 | fix locking, remove error(1) comments. | christos |
| 2017-11-08 | use p->p_path, remove unused code. | christos |
| 2017-09-29 | Use %ju and (intmax_t) to unbreak i386 build. | kre |
| 2017-09-29 | Split the status printing routines (one for NetBSD and one for Linux) for | christos |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-13 | Switch procfs_domounts() to mountlist iterator. | hannken |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2017-03-30 | remove comment. | christos |
| 2017-03-30 | add an auxv node. | christos |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2016-11-14 | Return the "true" parent's pid as the parent pid (ppid) via the | kre |
| 2016-11-03 | Module procfs needs ptrace_common for process_do{,fp}regs | pgoyette |
| 2016-11-02 | * Split sys/kern/sys_process.c into three parts: | pgoyette |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2016-04-04 | Split p_xstat (composite wait(2) status code, or signal number depending | christos |
| 2016-03-28 | Align /proc/<pid>/statm data with /proc/<pid>/stat and | mlelstv |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2014-11-10 | 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-11 | Define filesystem attributes with vfs dependency. | uebayasi |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-08-10 | #include <sys/cpu.h> | matt |
| 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-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-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-04-05 | On my 24 proc box I got ENOSPC, so make the routine return the size it wants | christos |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-07-18 | PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME... | ryo |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-11-25 | do something reasonable with kernel semaphores. | christos |
| 2012-05-28 | add a task process subdirectory for emul linux | christos |
| 2012-05-06 | - match format with the linux map printing | christos |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |