summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-133-0/+15
* Clarify that the 'state' information consists of characters, notbrueffer2003-08-051-2/+2
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-2/+1
* Add the -H option to ps(1) to display all kernel visible threads in eachscottl2003-06-122-6/+19
* add section name to .Xrcharnier2003-06-081-1/+1
* Fix long constant usage for i386.markm2003-05-031-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-1/+1
* fmt.c has a comparison between signed and unsigned that is unclear howobrien2003-05-021-0/+1
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-3/+1
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-123-3/+6
* Fix slight disorder that broke sorting. Put in bold warning about thesobomax2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-055-4/+24
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupejmallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
* The hw.availpages sysctl has an unsigned long value now, fix the retrievaltmm2002-11-012-2/+3
* Do not print a header line if it would be empty; required by 1003.1-2001.tjr2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-248-172/+58
* Oops, the previous version was a last minute test version with off_tbde2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.bde2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.jhb2002-10-024-25/+22
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichjmallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.jmallett2002-09-271-1/+1
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.jmallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size ispeter2002-09-131-6/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.jmallett2002-09-031-1/+8
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-1/+1
* mdoc(7) police: whitespace nits.ru2002-08-091-2/+3
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Bring back WFORMAT=0.jmallett2002-07-081-0/+1
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-082-4/+2
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* Don't depend on pollution in <limits.h> for the definition ofmike2002-07-051-0/+1
* Consistently use FBSDIDobrien2002-06-306-20/+10
* Don't try to decode old-style options if the argv[1] begins with `-' and thesobomax2002-06-201-10/+28
* ps(1) appeared in v4jmallett2002-06-101-1/+1
* Note early appearence of some commands. These actually appeared in PWB, butjmallett2002-06-101-0/+5
* Allow whitespace to act as a delimiter in the keywords list given to the -o,jmallett2002-06-082-5/+14
* Fixed unsorting.bde2002-06-081-1/+1
* Don't say that the list of formats can be space delimited, it no longer can be.jmallett2002-06-081-2/+5
* Back out previous back out of previously correct code.jmallett2002-06-071-2/+1
* Remove tunables to hide warnings that no longer exist.jmallett2002-06-071-2/+0
OpenPOWER on IntegriCloud