summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-271-13/+0
* Remove local definitions of RANGEOF() and use __rangeof() instead.das2004-11-201-5/+2
* Malloc p_stats instead of putting it in the U area. We should considerdas2004-11-201-5/+44
* Remove duplicate line.julian2004-10-101-1/+0
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-13/+12
* The zone from which proc structures are allocated is markeddas2004-09-191-16/+5
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-28/+10
* Cause pfind() not to return processes in the PRS_NEW state. As a result,rwatson2004-08-141-1/+8
* Remove typos on KASSERT messages.julian2004-08-091-3/+3
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-6/+8
* Fill some informations about zombie processes as well.pjd2004-07-291-7/+6
* Fill in the values for the ki_tid and ki_numthreads which have beengad2004-06-201-0/+2
* Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utimegad2004-06-201-0/+2
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-4/+22
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Nice, is a property of a process as a whole..julian2004-06-161-1/+1
* Reference count struct tty.phk2004-06-091-1/+3
* Fix a race in destruction of sessions.phk2004-06-091-2/+3
* Implement the new KERN_PROC_RGID option, and also implement thegad2004-05-221-0/+28
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Remove ps_argsopen check. It is was bogus in the past and was correctedpjd2004-04-011-5/+0
* Fix information leakage.pjd2004-03-171-1/+6
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Add sysctls to allow showing threads for pgrp, tty, uid, ruid,deischen2004-02-221-7/+31
* - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a tdjeff2003-10-161-6/+3
* The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need topeter2003-10-151-1/+4
* Remove support for the unused 4th component of the KERN_PROC_PROC sysctl.tjr2003-10-061-6/+0
* Allow the KERN_PROC_PROC sysctl to be used without the useless 4thtjr2003-09-191-6/+18
* kse.h is not needed for these files.davidxu2003-08-051-1/+0
* Correct six return statements which returned zero instead ofrobert2003-07-171-9/+10
* Make the system call vector name of a process accessible to userrobert2003-07-121-0/+29
* Drop the proc lock around SYSCTL_OUT in the no-threads case.scottl2003-06-171-0/+2
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-1/+1
* Add support to sysctl_kern_proc to return all threads in a proc, not just thescottl2003-06-121-56/+90
* Use __FBSDID().obrien2003-06-111-1/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-3/+7
* Initialize and destroy the struct proc mutex in the proc zone's init andjhb2003-05-011-0/+3
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-2/+1
* Include altkstack pages in the RSS regardless of whether the processtjr2003-04-251-8/+6
* It seems that 1 was not a magic value as I thought, but a coincidence.des2003-04-241-2/+2
* Do a better job of calculating the RSS for swapped-out processes:tjr2003-04-241-3/+9
* When filling out a kinfo_proc structure, if we come across a processdes2003-04-241-0/+2
* - Add a static function pgadjustjobc() to adjust the job control count forjhb2003-04-181-36/+42
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-3/+6
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-131-1/+1
* - Various little style fixes.jhb2003-03-121-8/+5
* - Avoid dropping the proc lock around a simple permissions check and justjhb2003-03-121-18/+16
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
OpenPOWER on IntegriCloud