| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the zombie part of previous commit | charnier | 2003-04-15 | 1 | -1/+1 |
* | Correct style bugs. Don't skip zombies in cputime(), according to Bruce, | charnier | 2003-04-14 | 1 | -58/+42 |
* | Display residency and sleep times (re and sl fields) larger than 127 as 127. | tjr | 2003-04-12 | 1 | -1/+3 |
* | Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to | charnier | 2003-02-05 | 1 | -3/+20 |
* | Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar | jmallett | 2003-01-19 | 1 | -4/+4 |
* | Refer to the process label as proclabel, as there is a function called label, | jmallett | 2003-01-18 | 1 | -10/+10 |
* | Do not print a header line if it would be empty; required by 1003.1-2001. | tjr | 2002-10-31 | 1 | -0/+9 |
* | Use the MAC interface to list process MAC labels rather than using | rwatson | 2002-10-24 | 1 | -3/+46 |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 1 | -9/+9 |
* | Rename new PLONG type to PGTOK as the conversion is more important than the | jmallett | 2002-09-17 | 1 | -1/+1 |
* | Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think | jmallett | 2002-09-17 | 1 | -18/+3 |
* | Perform keyword.c:1.27 properly, implement -orss in the New World Order of | jmallett | 2002-09-16 | 1 | -0/+10 |
* | Do not risk using the kernel pgtok() which assumes the page size is | peter | 2002-09-13 | 1 | -6/+2 |
* | Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0 | bde | 2002-07-11 | 1 | -2/+1 |
* | Make printval() take a 'void *' thus negating any assumptions the compiler | jmallett | 2002-07-07 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -4/+2 |
* | Cast to long to match format. Hidden by revision 1.18 of Makefile. | jmallett | 2002-06-07 | 1 | -1/+2 |
* | Use a global `now' variable for the current time, and initialise it at | jmallett | 2002-06-06 | 1 | -6/+0 |
* | Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed | jmallett | 2002-06-06 | 1 | -0/+17 |
* | Support the SUSv3 `rgroup' format. | jmallett | 2002-06-06 | 1 | -5/+18 |
* | SUSv3 conform on the "comm" and "args" formats, and make correct the "command" | jmallett | 2002-06-06 | 1 | -0/+30 |
* | Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [or | jmallett | 2002-06-05 | 1 | -2/+2 |
* | Use a const char * where it is meant to be used. There's no reason to try | jmallett | 2002-06-05 | 1 | -1/+2 |
* | ANSIfy. | markm | 2002-02-22 | 1 | -1/+1 |
* | Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep | dillon | 2002-02-21 | 1 | -1/+24 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -0/+2 |
* | When blocked on a mutex, display the mutex name via the wchan string field | dillon | 2002-02-16 | 1 | -1/+4 |
* | WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra | markm | 2002-02-03 | 1 | -34/+17 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -93/+33 |
* | Add missed includes. | sobomax | 2002-01-15 | 1 | -0/+1 |
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 1 | -0/+11 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+3 |
* | UPAGES as a constant is gone in KSE. We are going to have to trust | peter | 2001-09-10 | 1 | -3/+1 |
* | On today's kernels masking with ~KERNBASE is turning out to be less | peter | 2001-08-24 | 1 | -2/+2 |
* | Check for the PS_SINTR flag in the right field of struct kinfo_proc | tegge | 2001-06-16 | 1 | -1/+1 |
* | Depollute headers now that the VM headers DTRT. | markm | 2001-05-03 | 1 | -1/+0 |
* | Compensate for header dethreading. | markm | 2001-05-01 | 1 | -0/+1 |
* | Small optimization: set use_ampm only when needed | ache | 2001-03-03 | 1 | -0/+5 |
* | Use AM/PM time only when available in locale | ache | 2001-03-02 | 1 | -2/+4 |
* | Catch up to new priority interface. | jake | 2001-02-12 | 1 | -14/+14 |
* | Use decimal point from locale | ache | 2001-02-11 | 1 | -1/+5 |
* | - Catch up to new proc flags. | jhb | 2001-01-24 | 1 | -5/+6 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -91/+56 |
* | Introduce a 'mtxname' keyword that displays the current mutex that a | jhb | 2000-11-29 | 1 | -0/+18 |
* | No need to work around SCCS variable expansion any more. | kris | 2000-09-28 | 1 | -6/+2 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+3 |
* | Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability. | peter | 1999-04-06 | 1 | -2/+4 |
* | Fix formatting of %CPU value on alpha. | dfr | 1998-11-25 | 1 | -3/+3 |