Age | Commit message (Expand) | Author |
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 |
2012-02-15 | Enable rthreads by default | Philip Guenthe |
2012-01-21 | Make the KERN_FILE2 sysctl() report ENOMEM as documented in sysctl(3). | Philip Guenthe |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2011-12-14 | Handle rthreads consistently in ktrace by moving the flags and vnode into | Philip Guenthe |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |
2011-09-18 | Do not use the `hh' modifier in printf format strings, as the kernel printf | Miod Vallat |
2011-09-18 | Make sysctl__string() handle the truncated output case via two | Philip Guenthe |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-06-27 | Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't | Philip Guenthe |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-09 | Don't copy the first octet of the source IPv6 address where the destination | Stuart Henderson |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-04 | sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaults | Theo de Raadt |
2011-04-02 | Constrain the buffer cache to use only the dma reachable region of memory. | Bob Beck |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-02-16 | allow users to enable access to the /dev/crypto, but keep it turned off | Mike Belopuhov |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-11-02 | export the network livelock counter. part of a diff i committed the | David Gwynne |
2010-09-23 | Include the disklabel UID in hw.disknames. | Joel Sing |
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-19 | Rollback the allproclk and fileheadlk addition. When grabbing an | Philip Guenthe |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-07-02 | Since fill_eproc() is no longer called from coredump(), it can be dropped | Philip Guenthe |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2010-06-29 | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or | Philip Guenthe |
2010-06-29 | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status | Ted Unangst |
2010-06-19 | Skip exiting procesess in sysctl_file2(). As processes in exit1() | Thordur I. Bjornsson |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-03-24 | Add a rwlock around the filehead and allproc lists, mainly to protect | Ted Unangst |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |