Age | Commit message (Expand) | Author |
2014-09-04 | Remove global cp_time[] array; no longer used now that all arches implement | Miod Vallat |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-18 | dont rely on mbuf.h to provide pool.h. | David Gwynne |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-17 | zero random buf for sysctl too, just in case | Ted Unangst |
2014-07-13 | Introduce PS_NOBROADCASTKILL a process flag that excludes processes from | Claudio Jeker |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | 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-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-14 | Rather than truncating KERN_ARND requests silently, return EINVAL | Theo de Raadt |
2014-06-14 | temporarily (maybe 3 weeks?) crank KERN_ARND maximum buffer from 256 | Theo de Raadt |
2014-06-11 | Add bounds checks for CTL_DEBUG sysctl variable. | Matthew Dempsky |
2014-05-17 | When looking at another process, use the data from struct process | Philip Guenther |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-05-03 | If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING) | Philip Guenther |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | Move p_textvp from struct proc to struct process so that the exit code | Philip Guenther |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck |
2013-06-13 | beck would prefer to keep things just as they were for a while longer. | Ted Unangst |
2013-06-11 | sprinkle knf fairy dust over new buf code | Ted Unangst |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-04-06 | rthreads are always enabled. remove the sysctl. | Ted Unangst |
2013-03-23 | pull the suser check for sysctl pointers up higher, out of the loops. | Ted Unangst |
2013-03-20 | When non-root asks sysctl for kinfo proc or file requests, do not fill in | Theo de Raadt |
2013-02-11 | When information about threads are not requested sum the '%cpu' of | Martin Pieuchot |
2013-01-15 | restrict KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV | joshua stein |
2012-12-30 | In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling | Philip Guenthe |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-08-30 | Remove a useless test for "elem_count < 0", which can never be true | Matthew Dempsky |
2012-06-02 | Committed the wrong version (an earlier try) of the KERN_FILE2 vs | Philip Guenthe |
2012-05-30 | Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, it | Matthew Dempsky |
2012-05-25 | Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 | Philip Guenthe |
2012-05-02 | Oops, previous change had some unrelated changes that shouldn't have been | Philip Guenthe |
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-03-28 | The kinfo_file2 structure's f_wbytes member was being filled with the | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. ok guenther | Ted Unangst |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |