summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.ru2004-07-0218-156/+302
* Removed trailing whitespace.ru2004-07-021-1/+1
* Change the "rtprio" format so it prints an informative string forgad2004-06-271-0/+3
* Improve checking for `ps -t <dev>', and give better error messages whengad2004-06-271-8/+16
* Don't continue if the '-C' option (a-la GNUtar; commited in options.cobrien2004-06-251-1/+3
* Fix a bug I introduced by some last-minute changes in -r 1.102. I endedgad2004-06-241-1/+1
* Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console",gad2004-06-241-15/+43
* Change "struct varent" to use the standard queue(8) macros, instead ofgad2004-06-235-32/+25
* Add a check for defunct processes in saveuser(), so the output for "args"gad2004-06-231-10/+18
* Avoid padding the value of "ucomm" when it is the last column in the line.gad2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)gad2004-06-233-3/+15
* Include the `-c' option in the usage() message.gad2004-06-231-1/+1
* In the sorting routine, sort by thread-id if two processes have the same PID.gad2004-06-231-0/+2
* Fix some style bugs I introduced pointed out by bde. Also add a blankdwmalone2004-06-231-15/+23
* Use nanoseconds and then lexicographic ordering when the seconds ofdwmalone2004-06-221-6/+42
* Get rid of a cast to '(void) ' on the return of a call to strcpy.gad2004-06-221-1/+1
* Oops. Undo that last 'const' change. It expects similar changes to somegad2004-06-222-13/+11
* Add 'const' to a few places.gad2004-06-222-11/+13
* When displaying the "COMMAND" field for system-processes and/or kernelgad2004-06-222-1/+4
* Have `ps' return the cputimes for zombies, with the assumption thatgad2004-06-211-1/+1
* Add the `-O emul' format option, which prints the name of the system-callgad2004-06-203-0/+13
* From SUSv3:gad2004-06-201-1/+1
* Add new output-format keywords of LWP and NLWP, which show the thread-idgad2004-06-201-0/+8
* Have the main() routine calculate %CPU and (if needed) memory informationgad2004-06-202-36/+31
* Typo: s/SunOP/SunOS/g.maxim2004-06-161-2/+2
* style.Makefile(5)obrien2004-06-131-2/+2
* If we are asked to print the total number of blocks, do so even if wedas2004-06-081-12/+14
* Remove from the printfns the assumption that dp->list != NULL. Evendas2004-06-081-2/+6
* Remove a duplicated description of the test for the null string.yar2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.yar2004-06-071-1/+13
* Plug file descriptor leak in implementation of -n option.tjr2004-06-051-0/+1
* Convert fsbtoblk() from a macro to a function. The redundantdas2004-06-041-8/+13
* Plug small memory leak.le2004-06-031-0/+1
* Try to change the isdigitch() macro to something that Bruce won't rollgad2004-06-011-3/+3
* A few more style-fixes from Bruce. The only non-cosmetic changegad2004-06-011-16/+9
* Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,gad2004-06-011-26/+1
* Make a few style-istic improvements to the previous commits.gad2004-06-011-16/+15
* Fix so `ps' catches and complains about null-values specified for agad2004-06-011-3/+8
* Additional tiny adjustment to kludge-option processing so `ps t p0'gad2004-06-011-6/+7
* Rewrite the kludge-option processing to improve how it handles a fewgad2004-06-011-62/+91
* Use humanize_number(3).pjd2004-05-252-60/+7
* Add pgrep(1) and pkill(1) to the cross-reference section of ps(1).gad2004-05-251-0/+2
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-242-88/+19
* Include <stdio.h> for a sprintf() prototype.stefanf2004-05-241-0/+2
* Add the 'sid' info to the output of `ps -j', to make up for the 'sess'gad2004-05-232-2/+2
* Fix the kludge-old-options processing so `ps tpt' will be treated thegad2004-05-231-4/+5
* Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION optionsgad2004-05-221-8/+5
* Assorted markup fixes.ru2004-05-161-209/+227
* Punctuation.ru2004-05-161-1/+1
* Fixed spelling of the document date.ru2004-05-161-2/+2
OpenPOWER on IntegriCloud