summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Check for the PS_SINTR flag in the right field of struct kinfo_proctegge2001-06-161-1/+1
* Correct a typo.dd2001-06-081-1/+1
* Mention the kern.ps_showallprocs sysctl.dd2001-06-021-0/+4
* Use PATH_MAX rather than MAXPATHLEN.imp2001-05-301-1/+1
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
* Depollute headers now that the VM headers DTRT.markm2001-05-033-3/+0
* Compensate for header dethreading.markm2001-05-013-0/+3
* Correct some markupbrian2001-04-121-2/+4
* Introduce -osid and -otsidbrian2001-04-112-0/+8
* Remove tsess for now.brian2001-04-071-2/+0
* Update documentation in line with what the code doesbrian2001-04-071-9/+1
* The sess column went away last December with v1.26 of keyword.cbrian2001-04-071-1/+1
* Small optimization: set use_ampm only when neededache2001-03-033-4/+6
* Use AM/PM time only when available in localeache2001-03-023-4/+9
* Fix style bug I introduced with rev 1.13 (rcsid after includes).obrien2001-02-281-5/+7
* Add rcsid.obrien2001-02-271-0/+6
* Do not coredump if no options are supplied. (ps -o,)jlemon2001-02-141-1/+1
* Catch up to new priority interface.jake2001-02-123-17/+18
* Use decimal point from localeache2001-02-111-1/+5
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* - Catch up to new proc flags.jhb2001-01-242-7/+8
* Restore the rss (-u) keyword that got deleted in my somewhat over-zealousmckusick2000-12-161-0/+1
* Prepare for mdoc(7)NG.ru2000-12-151-2/+3
* Change the proc information returned from the kernel so that itmckusick2000-12-125-169/+103
* Document the mtxname keyword.jhb2000-11-301-2/+13
* Introduce a 'mtxname' keyword that displays the current mutex that ajhb2000-11-293-0/+20
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Remove obsolete /dev/drum referencesjedgar2000-10-291-3/+2
* No need to work around SCCS variable expansion any more.kris2000-09-281-6/+2
* Support multiple (comma separated) names as arguments to -Ubrian2000-09-262-15/+73
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+9
* Fix the exit code for the case where nentries == 0; if a PID doesn't exist,will2000-07-081-1/+1
* I'm probably jumping the gun, but what the heck, this is -current.peter1999-11-171-2/+2
* Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.peter1999-11-171-60/+19
* Introduce commandline caching in the kernel.phk1999-11-161-1/+1
* Typo (appropiate -> appropriate)kris1999-11-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-278-8/+8
* Correct reference to the obsolete vadvise() to madvise() (with appropriatekris1999-06-301-5/+5
* Various spelling/formatting changes.kris1999-05-081-3/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-282-2/+9
* Update p_flags doc.peter1999-04-061-3/+1
* Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability.peter1999-04-061-2/+4
* On FreeBSD/alpha, ps(1) does not correctly report process start timeswpaul1999-04-011-1/+40
* Enable Linux threads support by default.julian1999-01-261-8/+1
* Re-enable the options in ps(1) that were disabled with the Linuxjulian1999-01-131-1/+6
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+3
* Fixed -Wall regression (broken in rev.1.12). Removed unused includes.bde1998-12-071-3/+3
* Fix formatting of %CPU value on alpha.dfr1998-11-251-3/+3
* Portability fixes when sizeof(int) != sizeof(long).dfr1998-09-143-41/+47
OpenPOWER on IntegriCloud