| Commit message (Expand) | Author | Age | Files | Lines |
| * | Actually remove the procfs files |  guenther | 2014-09-08 | 7 | -2121/+0 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 4 | -10/+10 |
| * | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 4 | -11/+4 |
| * | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -4/+5 |
| * | Include <sys/vmmeter.h> directly instead of relying on it being |  mpi | 2014-05-06 | 1 | -6/+3 |
| * | naughty guenther didn't compile |  tedu | 2014-01-21 | 1 | -3/+1 |
| * | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -21/+10 |
| * | Move p_textvp from struct proc to struct process so that the exit code |  guenther | 2014-01-20 | 1 | -3/+3 |
| * | Format string fixes: Cast time_t to long long |  sf | 2013-10-01 | 1 | -3/+4 |
| * | cast time_t to long long, time_t is signed, tv_nsec is long |  sf | 2013-07-03 | 1 | -3/+3 |
| * | Convert some internal APIs to use timespecs instead of timevals |  guenther | 2013-06-03 | 1 | -2/+2 |
| * | Add an f_mntfromspec member to struct statfs, which specifies the name of |  jsing | 2013-04-15 | 1 | -1/+4 |
| * | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, |  guenther | 2013-03-28 | 1 | -13/+1 |
| * | Cleanup VFS mount string handling: |  jsing | 2012-09-10 | 1 | -5/+4 |
| * | Cleanup our filesystem pathconf() code a little bit to make it easier |  matthew | 2012-06-20 | 1 | -9/+12 |
| * | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit |  guenther | 2012-04-10 | 1 | -3/+3 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -3/+3 |
| * | Add PS_EXITING to better differentiate between the process exiting and |  guenther | 2012-03-10 | 1 | -2/+2 |
| * | First steps for making ptrace work with rthreads: |  guenther | 2012-02-20 | 1 | -2/+2 |
| * | Remove the ability to ptrace via procfs, as no one is using it, so fixing |  guenther | 2011-12-24 | 5 | -409/+17 |
| * | Every single vop_default is set to eopnotsupp, so retire it |  thib | 2011-04-05 | 1 | -2/+1 |
| * | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so |  guenther | 2011-04-02 | 1 | -2/+2 |
| * | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 3 | -43/+39 |
| * | In procfs_root(), while the vn_lock on a newly-allocated vnode can not |  oga | 2010-09-23 | 1 | -2/+2 |
| * | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 3 | -39/+43 |
| * | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 3 | -43/+39 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 2 | -19/+20 |
| * | remove crappy old README files |  tedu | 2010-07-01 | 1 | -128/+0 |
| * | - remove super-obvious comments from $fs_vnodeop_entries[] |  jasper | 2009-08-13 | 1 | -33/+33 |
| * | lockmgr -> rwlock |  oga | 2009-08-10 | 1 | -8/+6 |
| * | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -3/+3 |
| * | this rwlock conversion breaks procfs (in linux compat), as found out |  deraadt | 2009-04-22 | 1 | -5/+7 |
| * | Convert lockmgr to rwlock. Been in snaps for a while. |  oga | 2009-04-02 | 1 | -7/+5 |
| * | same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt |  deraadt | 2008-11-10 | 1 | -6/+8 |
| * | Update access(2) to have modern semantics with respect to X_OK and |  millert | 2008-06-09 | 1 | -3/+3 |
| * | procfs can use vop_generic_bmap too; |  thib | 2008-05-09 | 1 | -25/+2 |
| * | retire vn_default_error() and replace all instances |  thib | 2008-05-08 | 1 | -2/+2 |
| * | remove useless defines for the vnode operations, and instead |  thib | 2008-04-24 | 1 | -29/+15 |
| * | MALLOC/FREE -> malloc/free |  hshoexer | 2007-12-09 | 1 | -3/+3 |
| * | replace the machine dependant bytes-to-clicks macro by the MI ptoa() |  martin | 2007-09-01 | 1 | -2/+2 |
| * | declare "pid" as pid_t instead of long, and remove unneeded cast to pid_t |  jasper | 2007-06-22 | 2 | -5/+5 |
| * | ansify/de-register. |  jasper | 2007-06-18 | 8 | -126/+49 |
| * | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -75/+15 |
| * | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -4/+4 |
| * | Allow reads of /proc/meminfo to be correctly terminated, okay thib@ |  pedro | 2007-01-01 | 1 | -2/+2 |
| * | Kernel stack can be swapped. This means that stuff that's on the stack |  miod | 2006-11-29 | 3 | -12/+5 |
| * | Allow building procfs on systems that don't #define PT_STEP (such as sparc64). |  tsi | 2006-08-28 | 1 | -1/+5 |
| * | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 2 | -5/+5 |
| * | Replace procfs_domem() with a similar interface, process_domem(), which lives |  miod | 2005-12-11 | 6 | -143/+10 |
| * | Remove unnecessary lockmgr() archaism that was costing too much in terms |  pedro | 2005-11-19 | 1 | -3/+3 |