summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* Fix `-o rtprio' so it prints the correct value.gad2004-03-281-2/+2
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-131-0/+13
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-121-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-051-3/+20
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-191-4/+4
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* Do not print a header line if it would be empty; required by 1003.1-2001.tjr2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-241-3/+46
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-9/+9
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-171-1/+1
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-171-18/+3
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-161-0/+10
* Do not risk using the kernel pgtok() which assumes the page size ispeter2002-09-131-6/+2
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Cast to long to match format. Hidden by revision 1.18 of Makefile.jmallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atjmallett2002-06-061-6/+0
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedjmallett2002-06-061-0/+17
* Support the SUSv3 `rgroup' format.jmallett2002-06-061-5/+18
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"jmallett2002-06-061-0/+30
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orjmallett2002-06-051-2/+2
* Use a const char * where it is meant to be used. There's no reason to tryjmallett2002-06-051-1/+2
* ANSIfy.markm2002-02-221-1/+1
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-211-1/+24
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
* When blocked on a mutex, display the mutex name via the wchan string fielddillon2002-02-161-1/+4
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-34/+17
* o __P has been reovedimp2002-02-021-93/+33
* Add missed includes.sobomax2002-01-151-0/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-0/+11
* KSE Milestone 2julian2001-09-121-2/+3
* UPAGES as a constant is gone in KSE. We are going to have to trustpeter2001-09-101-3/+1
* On today's kernels masking with ~KERNBASE is turning out to be lesspeter2001-08-241-2/+2
* Check for the PS_SINTR flag in the right field of struct kinfo_proctegge2001-06-161-1/+1
* Depollute headers now that the VM headers DTRT.markm2001-05-031-1/+0
* Compensate for header dethreading.markm2001-05-011-0/+1
* Small optimization: set use_ampm only when neededache2001-03-031-0/+5
* Use AM/PM time only when available in localeache2001-03-021-2/+4
* Catch up to new priority interface.jake2001-02-121-14/+14
* Use decimal point from localeache2001-02-111-1/+5
* - Catch up to new proc flags.jhb2001-01-241-5/+6
* Change the proc information returned from the kernel so that itmckusick2000-12-121-91/+56
* Introduce a 'mtxname' keyword that displays the current mutex that ajhb2000-11-291-0/+18
* No need to work around SCCS variable expansion any more.kris2000-09-281-6/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+9
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+3
OpenPOWER on IntegriCloud