#
ad863cac |
| 25-May-1998 |
Steve Price <steve@FreeBSD.org> |
If no value is present for the login name set it to '-'. Also pretty-up the display of 'ps -Ortprio'.
PR: 4947 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
|
#
c9a8d1f4 |
| 15-May-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
Correct use of .Nm. Add rcsid.
|
Revision tags: release/2.2.6 |
|
#
dc8ab2b6 |
| 02-Feb-1998 |
John Dyson <dyson@FreeBSD.org> |
Display VSZ much more accurately now.
|
Revision tags: release/2.2.5_cvs |
|
#
e410bf23 |
| 03-Aug-1997 |
Peter Wemm <peter@FreeBSD.org> |
Fix "lstart". (Displays "19" rather than time)
PR: 4206 Submitted by: Tetsuya Furukawa <tetsuya@secom-sis.co.jp>
|
#
940cca66 |
| 03-Aug-1997 |
Peter Wemm <peter@FreeBSD.org> |
Kill #ifndef NEWVM etc. It affected a lot of other things besides VM structure (eg: credentials etc) and it's highly unlikely we'll ever get to see the "tainted" BSD<=4.3 VM code in public use. Alt
Kill #ifndef NEWVM etc. It affected a lot of other things besides VM structure (eg: credentials etc) and it's highly unlikely we'll ever get to see the "tainted" BSD<=4.3 VM code in public use. Although it indicated the way some things used to be done, it obfuscates things too much.
show more ...
|
Revision tags: release/2.2.2_cvs |
|
#
6a2d726b |
| 29-Apr-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Dynamically adjust size of displayed username to the longest username which appears, not the longest _maximum_ username (this should probably also go into 2.2, for the day when we bump up the usernam
Dynamically adjust size of displayed username to the longest username which appears, not the longest _maximum_ username (this should probably also go into 2.2, for the day when we bump up the username length there too).
Submitted-By: Terry Lambert <terry@lambert.org>
show more ...
|
#
3cc273e0 |
| 16-Apr-1997 |
John Polstra <jdp@FreeBSD.org> |
When "-c" is specified, don't pad the command with spaces if it is the last field on the line. "ps -axlc" was needlessly wrapping around on 80-character windows.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
b97fa2ef |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
78b09ffe |
| 14-Dec-1996 |
Steve Price <steve@FreeBSD.org> |
-Wall cleaning.
|
#
db91faac |
| 21-Oct-1996 |
Peter Wemm <peter@FreeBSD.org> |
Implement a -c option to ps to display the short command name instead of the full argument vector.
I've bumped into a few things that expected this switch to be present, the most recent was the snmp
Implement a -c option to ps to display the short command name instead of the full argument vector.
I've bumped into a few things that expected this switch to be present, the most recent was the snmp package in ports. I'm not 100% sure of the origins of this, but Linux has it, so does the "BSD-compatable" version of ps on our SVR4 systems (so I assume SunOS has it too).
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
0164b6d6 |
| 29-Jun-1996 |
Peter Wemm <peter@FreeBSD.org> |
Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-)
Pointed out by: bde
|
#
0cd02d20 |
| 29-Jun-1996 |
Peter Wemm <peter@FreeBSD.org> |
Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking the vm_rssize (in pages, not bytes), then dividing (bogusly) by the page size, then using that as a fraction of the total pages.
|
#
00d17f40 |
| 02-May-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
CLSIZE -> getpagesize()
|
#
3a91de06 |
| 02-May-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Replace NBPG with getpagesize()
|
Revision tags: release/2.1.0_cvs |
|
#
8b9b0e39 |
| 28-Oct-1995 |
Poul-Henning Kamp <phk@FreeBSD.org> |
I add #include <sys/user.h>
|
#
c55931c7 |
| 26-Sep-1995 |
Peter Wemm <peter@FreeBSD.org> |
Correct the alignment of the tty column, which was affected by my change to allow more than two tty characters.
David Greenman pointed out that when a process that had been revoked from it's control
Correct the alignment of the tty column, which was affected by my change to allow more than two tty characters.
David Greenman pointed out that when a process that had been revoked from it's controlling tty, the "-" sign was detached from any two-character names.
show more ...
|
#
69267920 |
| 04-Sep-1995 |
Peter Wemm <peter@FreeBSD.org> |
Increase the tty column width from 2 to 3 characters.
This gives us more room to breath with tty names, especially with drivers that support large numbers of ports.. eg: specialix and digiboard.
T
Increase the tty column width from 2 to 3 characters.
This gives us more room to breath with tty names, especially with drivers that support large numbers of ports.. eg: specialix and digiboard.
This does not actually change the current tty names, it just allows room for reporting more characters if the drivers use them.
show more ...
|
#
656dcd43 |
| 07-Aug-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Delete bogus referneces to timezone code internal header file `tzfile.h', which is no longer bogusly installed in /usr/include.
|
Revision tags: release/2.0.5_cvs |
|
#
2162b2d2 |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
Reviewed by: phk
|
#
0fd510b7 |
| 19-Mar-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
You will find enclosed some changes to make gcc -Wall more happy in /usr/src/bin. Note that some patches are still needed in that directory.
I (Joerg) finished most of Philippe's cleanup. /bin/sh w
You will find enclosed some changes to make gcc -Wall more happy in /usr/src/bin. Note that some patches are still needed in that directory.
I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however.
Submitted by: charnier@lirmm.fr (Philippe Charnier)
show more ...
|
Revision tags: release/2.0 |
|
#
efc18e2c |
| 02-Oct-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Skip 'cua' 3 chars like 'tty' 3 chars
|
#
8b6f5f5f |
| 02-Oct-1994 |
David Greenman <dg@FreeBSD.org> |
On second thought...back out previous commit.
|
#
793ced0e |
| 02-Oct-1994 |
David Greenman <dg@FreeBSD.org> |
Include rtprio.h
|
#
89730b29 |
| 24-Sep-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|