| Commit message (Expand) | Author | Age | Files | Lines |
* | Use warn() instead of perror(). | tjr | 2004-07-20 | 1 | -2/+2 |
* | Change the "rtprio" format so it prints an informative string for | gad | 2004-06-27 | 1 | -0/+3 |
* | Change "struct varent" to use the standard queue(8) macros, instead of | gad | 2004-06-23 | 1 | -14/+12 |
* | Avoid padding the value of "ucomm" when it is the last column in the line. | gad | 2004-06-23 | 1 | -1/+4 |
* | Make sure the value of "upr" (scheduling priority on return from system call) | gad | 2004-06-23 | 1 | -1/+13 |
* | Have `ps' return the cputimes for zombies, with the assumption that | gad | 2004-06-21 | 1 | -1/+1 |
* | Add the `-O emul' format option, which prints the name of the system-call | gad | 2004-06-20 | 1 | -0/+9 |
* | From SUSv3: | gad | 2004-06-20 | 1 | -1/+1 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Fix `-o rtprio' so it prints the correct value. | gad | 2004-03-28 | 1 | -2/+2 |
* | Implement the nwchan keyword that has been in the man page, but was | harti | 2003-08-13 | 1 | -0/+13 |
* | 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 |