summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability.peter1999-04-061-2/+4
* Fix formatting of %CPU value on alpha.dfr1998-11-251-3/+3
* Portability fixes when sizeof(int) != sizeof(long).dfr1998-09-141-3/+9
* Fixed printf format errors (second round with non-i386 typedefs).bde1998-06-281-2/+3
* Oops, the previous log message should have read "Fixed type mismatches -bde1998-06-281-1/+1
* Fixed printf format errors.bde1998-06-281-4/+7
* Fixed imperfections in previous commit (a poor variable name,bde1998-05-311-14/+14
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-14/+14
* If no value is present for the login name set it to '-'.steve1998-05-251-2/+35
* Correct use of .Nm. Add rcsid.charnier1998-05-151-3/+5
* Display VSZ much more accurately now.dyson1998-02-021-3/+2
* Fix "lstart". (Displays "19" rather than time)peter1997-08-031-2/+2
* Kill #ifndef NEWVM etc. It affected a lot of other things besidespeter1997-08-031-98/+4
* Dynamically adjust size of displayed username to the longest username whichjkh1997-04-291-1/+23
* When "-c" is specified, don't pad the command with spaces if it isjdp1997-04-161-2/+5
OpenPOWER on IntegriCloud