aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* Use warn() instead of perror().Tim J. Robbins2004-07-201-2/+2
* Change the "rtprio" format so it prints an informative string forGarance A Drosehn2004-06-271-0/+3
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-231-14/+12
* Avoid padding the value of "ucomm" when it is the last column in the line.Garance A Drosehn2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-231-1/+13
* Have `ps' return the cputimes for zombies, with the assumption thatGarance A Drosehn2004-06-211-1/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-201-0/+9
* From SUSv3:Garance A Drosehn2004-06-201-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Fix `-o rtprio' so it prints the correct value.Garance A Drosehn2004-03-281-2/+2
* Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt2003-08-131-0/+13
* Revert the zombie part of previous commitPhilippe Charnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,Philippe Charnier2003-04-141-58/+42
* Display residency and sleep times (re and sl fields) larger than 127 as 127.Tim J. Robbins2003-04-121-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-051-3/+20
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-191-4/+4
* Refer to the process label as proclabel, as there is a function called label,Juli Mallett2003-01-181-10/+10
* Do not print a header line if it would be empty; required by 1003.1-2001.Tim J. Robbins2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingRobert Watson2002-10-241-3/+46
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-9/+9
* Rename new PLONG type to PGTOK as the conversion is more important than theJuli Mallett2002-09-171-1/+1
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-171-18/+3
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-161-0/+10
* Do not risk using the kernel pgtok() which assumes the page size isPeter Wemm2002-09-131-6/+2
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0Bruce Evans2002-07-111-2/+1
* Make printval() take a 'void *' thus negating any assumptions the compilerJuli Mallett2002-07-071-2/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Cast to long to match format. Hidden by revision 1.18 of Makefile.Juli Mallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atJuli Mallett2002-06-061-6/+0
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedJuli Mallett2002-06-061-0/+17
* Support the SUSv3 `rgroup' format.Juli Mallett2002-06-061-5/+18
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"Juli Mallett2002-06-061-0/+30
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orJuli Mallett2002-06-051-2/+2
* Use a const char * where it is meant to be used. There's no reason to tryJuli Mallett2002-06-051-1/+2
* ANSIfy.Mark Murray2002-02-221-1/+1
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepMatthew Dillon2002-02-211-1/+24
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-191-0/+2
* When blocked on a mutex, display the mutex name via the wchan string fieldMatthew Dillon2002-02-161-1/+4
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray2002-02-031-34/+17
* o __P has been reovedWarner Losh2002-02-021-93/+33
* Add missed includes.Maxim Sobolev2002-01-151-0/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationBrian Feldman2001-11-261-0/+11
* KSE Milestone 2Julian Elischer2001-09-121-2/+3
* UPAGES as a constant is gone in KSE. We are going to have to trustPeter Wemm2001-09-101-3/+1
* On today's kernels masking with ~KERNBASE is turning out to be lessPeter Wemm2001-08-241-2/+2
* Check for the PS_SINTR flag in the right field of struct kinfo_procTor Egge2001-06-161-1/+1
* Depollute headers now that the VM headers DTRT.Mark Murray2001-05-031-1/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* Small optimization: set use_ampm only when neededAndrey A. Chernov2001-03-031-0/+5
* Use AM/PM time only when available in localeAndrey A. Chernov2001-03-021-2/+4