| Commit message (Expand) | Author | Age | Files | Lines |
| * | Committed the wrong version (an earlier try) of the KERN_FILE2 vs |  guenther | 2012-06-02 | 1 | -3/+3 |
| * | Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, it |  matthew | 2012-05-30 | 1 | -5/+1 |
| * | Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 |  guenther | 2012-05-25 | 1 | -5/+11 |
| * | Oops, previous change had some unrelated changes that shouldn't have been |  guenther | 2012-05-02 | 1 | -11/+5 |
| * | Eliminate the f_usecount ref count in struct file; instead of sleeping |  guenther | 2012-05-01 | 1 | -6/+12 |
| * | Make it optional for kvm_getprocs() (and related sysctl) to return |  pirofti | 2012-04-17 | 1 | -1/+9 |
| * | Add per thread accounting, mainly for usage & friends. |  pirofti | 2012-04-12 | 1 | -4/+16 |
| * | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit |  guenther | 2012-04-10 | 1 | -3/+7 |
| * | The kinfo_file2 structure's f_wbytes member was being filled with the |  guenther | 2012-03-28 | 1 | -2/+2 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -3/+3 |
| * | 0 is a valid uid for files sysctl, don't skip it. ok guenther |  tedu | 2012-03-13 | 1 | -2/+2 |
| * | Add PS_EXITING to better differentiate between the process exiting and |  guenther | 2012-03-10 | 1 | -3/+5 |
| * | First steps for making ptrace work with rthreads: |  guenther | 2012-02-20 | 1 | -2/+2 |
| * | Enable rthreads by default |  guenther | 2012-02-15 | 1 | -2/+2 |
| * | Make the KERN_FILE2 sysctl() report ENOMEM as documented in sysctl(3). |  guenther | 2012-01-21 | 1 | -1/+3 |
| * | Add rtable id and thread id to struct kinfo_proc (and fix process id) |  guenther | 2012-01-07 | 1 | -2/+11 |
| * | Handle rthreads consistently in ktrace by moving the flags and vnode into |  guenther | 2011-12-14 | 1 | -5/+5 |
| * | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. |  nicm | 2011-12-09 | 1 | -1/+67 |
| * | Do not use the `hh' modifier in printf format strings, as the kernel printf |  miod | 2011-09-18 | 1 | -3/+3 |
| * | Make sysctl__string() handle the truncated output case via two |  guenther | 2011-09-18 | 1 | -8/+6 |
| * | Recommit the reverted sigacts change now that the NFS use-after-free |  guenther | 2011-07-05 | 1 | -2/+3 |
| * | Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't |  guenther | 2011-06-27 | 1 | -3/+5 |
| * | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and |  naddy | 2011-06-24 | 1 | -1/+8 |
| * | Don't copy the first octet of the source IPv6 address where the destination |  sthen | 2011-06-09 | 1 | -2/+2 |
| * | Revert the sigacts diff: NFS can apparently retain pointers to processes |  guenther | 2011-04-18 | 1 | -3/+2 |
| * | Correct the sharing of the signal handling state: stuff that should |  guenther | 2011-04-15 | 1 | -2/+3 |
| * | sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaults |  deraadt | 2011-04-04 | 1 | -1/+11 |
| * | Constrain the buffer cache to use only the dma reachable region of memory. |  beck | 2011-04-02 | 1 | -2/+4 |
| * | Replace the old, broken KERN_PROC ABI and its matching functions |  guenther | 2011-03-12 | 1 | -125/+34 |
| * | allow users to enable access to the /dev/crypto, but keep it turned off |  mikeb | 2011-02-16 | 1 | -7/+1 |
| * | disable access to the crypto(4) device from userland; ok deraadt |  mikeb | 2010-12-14 | 1 | -1/+7 |
| * | Make KERN_CPTIME return an avarage number of ticks across all CPUs |  mikeb | 2010-11-19 | 1 | -1/+4 |
| * | export the network livelock counter. part of a diff i committed the |  dlg | 2010-11-02 | 1 | -1/+4 |
| * | Include the disklabel UID in hw.disknames. |  jsing | 2010-09-23 | 1 | -5/+21 |
| * | Introduce an MI kern.consdev sysctl that will replace the MD |  kettenis | 2010-08-19 | 1 | -1/+10 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -22/+26 |
| * | Rollback the allproclk and fileheadlk addition. When grabbing an |  guenther | 2010-07-19 | 1 | -26/+5 |
| * | A process on the zombie list can have a NULL p_pgrp if it sleeps when |  guenther | 2010-07-10 | 1 | -1/+6 |
| * | Since fill_eproc() is no longer called from coredump(), it can be dropped |  guenther | 2010-07-02 | 1 | -5/+1 |
| * | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to |  deraadt | 2010-06-30 | 1 | -1/+2 |
| * | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or |  guenther | 2010-06-29 | 1 | -3/+4 |
| * | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status |  tedu | 2010-06-29 | 1 | -1/+6 |
| * | Skip exiting procesess in sysctl_file2(). As processes in exit1() |  thib | 2010-06-19 | 1 | -7/+7 |
| * | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents |  kettenis | 2010-05-02 | 1 | -2/+2 |
| * | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled |  deraadt | 2010-04-20 | 1 | -7/+7 |
| * | Add a rwlock around the filehead and allproc lists, mainly to protect |  tedu | 2010-03-24 | 1 | -5/+26 |
| * | Reimplement kvm_getproc2()'s support for reading crash dumps and |  guenther | 2010-01-10 | 1 | -129/+9 |
| * | Rototill system V message queues. |  blambert | 2009-08-09 | 1 | -19/+2 |
| * | Dynamic buffer cache support - a re-commit of what was backed out |  beck | 2009-08-02 | 1 | -4/+13 |
| * | Handle the case where so_pcb is NULL. |  millert | 2009-07-21 | 1 | -1/+3 |