aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt2003-08-133-0/+15
* Clarify that the 'state' information consists of characters, notChristian Brueffer2003-08-051-2/+2
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-2/+1
* Add the -H option to ps(1) to display all kernel visible threads in eachScott Long2003-06-122-6/+19
* add section name to .XrPhilippe Charnier2003-06-081-1/+1
* Fix long constant usage for i386.Mark Murray2003-05-031-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-1/+1
* fmt.c has a comparison between signed and unsigned that is unclear howDavid E. O'Brien2003-05-021-0/+1
* Fix references to non-existing or obsoleted man pages.Jens Schweikhardt2003-04-301-3/+1
* 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-123-3/+6
* Fix slight disorder that broke sorting. Put in bold warning about theMaxim Sobolev2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-055-4/+24
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupeJuli Mallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,Juli Mallett2003-01-181-10/+10
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* The hw.availpages sysctl has an unsigned long value now, fix the retrievalThomas Moestl2002-11-012-2/+3
* 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-248-172/+58
* Oops, the previous version was a last minute test version with off_tBruce Evans2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.Bruce Evans2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-024-25/+22
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichJuli Mallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.Juli Mallett2002-09-271-1/+1
* Rename new PLONG type to PGTOK as the conversion is more important than theJuli Mallett2002-09-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.Juli Mallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size isPeter Wemm2002-09-131-6/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.Juli Mallett2002-09-031-1/+8
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-1/+1
* mdoc(7) police: whitespace nits.Ruslan Ermilov2002-08-091-2/+3
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0Bruce Evans2002-07-111-2/+1
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-1/+1
* Bring back WFORMAT=0.Juli Mallett2002-07-081-0/+1
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able toRobert Drehmel2002-07-082-4/+2
* Make printval() take a 'void *' thus negating any assumptions the compilerJuli Mallett2002-07-071-2/+2
* Don't depend on pollution in <limits.h> for the definition ofMike Barcroft2002-07-051-0/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-306-20/+10
* Don't try to decode old-style options if the argv[1] begins with `-' and theMaxim Sobolev2002-06-201-10/+28
* ps(1) appeared in v4Juli Mallett2002-06-101-1/+1
* Note early appearence of some commands. These actually appeared in PWB, butJuli Mallett2002-06-101-0/+5
* Allow whitespace to act as a delimiter in the keywords list given to the -o,Juli Mallett2002-06-082-5/+14
* Fixed unsorting.Bruce Evans2002-06-081-1/+1
* Don't say that the list of formats can be space delimited, it no longer can be.Juli Mallett2002-06-081-2/+5
* Back out previous back out of previously correct code.Juli Mallett2002-06-071-2/+1
* Remove tunables to hide warnings that no longer exist.Juli Mallett2002-06-071-2/+0