| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate line. | julian | 2004-10-10 | 1 | -1/+0 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -13/+12 |
* | The zone from which proc structures are allocated is marked | das | 2004-09-19 | 1 | -16/+5 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -28/+10 |
* | Cause pfind() not to return processes in the PRS_NEW state. As a result, | rwatson | 2004-08-14 | 1 | -1/+8 |
* | Remove typos on KASSERT messages. | julian | 2004-08-09 | 1 | -3/+3 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 1 | -6/+8 |
* | Fill some informations about zombie processes as well. | pjd | 2004-07-29 | 1 | -7/+6 |
* | Fill in the values for the ki_tid and ki_numthreads which have been | gad | 2004-06-20 | 1 | -0/+2 |
* | Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utime | gad | 2004-06-20 | 1 | -0/+2 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -4/+22 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -2/+2 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -1/+1 |
* | Reference count struct tty. | phk | 2004-06-09 | 1 | -1/+3 |
* | Fix a race in destruction of sessions. | phk | 2004-06-09 | 1 | -2/+3 |
* | Implement the new KERN_PROC_RGID option, and also implement the | gad | 2004-05-22 | 1 | -0/+28 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Remove ps_argsopen check. It is was bogus in the past and was corrected | pjd | 2004-04-01 | 1 | -5/+0 |
* | Fix information leakage. | pjd | 2004-03-17 | 1 | -1/+6 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Add sysctls to allow showing threads for pgrp, tty, uid, ruid, | deischen | 2004-02-22 | 1 | -7/+31 |
* | - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td | jeff | 2003-10-16 | 1 | -6/+3 |
* | The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need to | peter | 2003-10-15 | 1 | -1/+4 |
* | Remove support for the unused 4th component of the KERN_PROC_PROC sysctl. | tjr | 2003-10-06 | 1 | -6/+0 |
* | Allow the KERN_PROC_PROC sysctl to be used without the useless 4th | tjr | 2003-09-19 | 1 | -6/+18 |
* | kse.h is not needed for these files. | davidxu | 2003-08-05 | 1 | -1/+0 |
* | Correct six return statements which returned zero instead of | robert | 2003-07-17 | 1 | -9/+10 |
* | Make the system call vector name of a process accessible to user | robert | 2003-07-12 | 1 | -0/+29 |
* | Drop the proc lock around SYSCTL_OUT in the no-threads case. | scottl | 2003-06-17 | 1 | -0/+2 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -1/+1 |
* | Add support to sysctl_kern_proc to return all threads in a proc, not just the | scottl | 2003-06-12 | 1 | -56/+90 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -3/+7 |
* | Initialize and destroy the struct proc mutex in the proc zone's init and | jhb | 2003-05-01 | 1 | -0/+3 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 1 | -2/+1 |
* | Include altkstack pages in the RSS regardless of whether the process | tjr | 2003-04-25 | 1 | -8/+6 |
* | It seems that 1 was not a magic value as I thought, but a coincidence. | des | 2003-04-24 | 1 | -2/+2 |
* | Do a better job of calculating the RSS for swapped-out processes: | tjr | 2003-04-24 | 1 | -3/+9 |
* | When filling out a kinfo_proc structure, if we come across a process | des | 2003-04-24 | 1 | -0/+2 |
* | - Add a static function pgadjustjobc() to adjust the job control count for | jhb | 2003-04-18 | 1 | -36/+42 |
* | Move the _oncpu entry from the KSE to the thread. | julian | 2003-04-10 | 1 | -1/+1 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -3/+6 |
* | - Cache a reference to the credential of the thread that starts a ktrace in | jhb | 2003-03-13 | 1 | -1/+1 |
* | - Various little style fixes. | jhb | 2003-03-12 | 1 | -8/+5 |
* | - Avoid dropping the proc lock around a simple permissions check and just | jhb | 2003-03-12 | 1 | -18/+16 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Remove unnecessary lock assertion. | hsu | 2003-01-04 | 1 | -15/+1 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |