#
4c85452b |
| 12-Feb-2001 |
Jake Burkholder <jake@FreeBSD.org> |
Catch up to new priority interface.
|
#
640b0e08 |
| 16-Dec-2000 |
Kirk McKusick <mckusick@FreeBSD.org> |
Restore the rss (-u) keyword that got deleted in my somewhat over-zealous cleanup effort.
Submitted by: Mark Peek <mark@whistle.com>
|
#
1f7d2501 |
| 12-Dec-2000 |
Kirk McKusick <mckusick@FreeBSD.org> |
Change the proc information returned from the kernel so that it no longer contains kernel specific data structures, but rather only scalar values and structures that are already part of the kernel/us
Change the proc information returned from the kernel so that it no longer contains kernel specific data structures, but rather only scalar values and structures that are already part of the kernel/user interface, specifically rusage and rtprio. It no longer contains proc, session, pcred, ucred, procsig, vmspace, pstats, mtx, sigiolst, klist, callout, pasleep, or mdproc. If any of these changed in size, ps, w, fstat, gcore, systat, and top would all stop working. The new structure has over 200 bytes of unassigned space for future values to be added, yet is nearly 100 bytes smaller per entry than the structure that it replaced.
show more ...
|
#
fd5f30bf |
| 29-Nov-2000 |
John Baldwin <jhb@FreeBSD.org> |
Introduce a 'mtxname' keyword that displays the current mutex that a process is blocked on or '-'.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
2a456239 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0 |
|
#
88c5ea45 |
| 26-Jan-1999 |
Julian Elischer <julian@FreeBSD.org> |
Enable Linux threads support by default. This takes the conditionals out of the code that has been tested by various people for a while. ps and friends (libkvm) will need a recompile as some proc str
Enable Linux threads support by default. This takes the conditionals out of the code that has been tested by various people for a while. ps and friends (libkvm) will need a recompile as some proc structure changes are made.
Submitted by: "Richard Seaman, Jr." <dick@tar.com>
show more ...
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
d8c85307 |
| 13-Jan-1999 |
Julian Elischer <julian@FreeBSD.org> |
Re-enable the options in ps(1) that were disabled with the Linux threads support.
Submitted by: "Richard Seaman, Jr." <dick@tar.com>
|
#
6626c604 |
| 19-Dec-1998 |
Julian Elischer <julian@FreeBSD.org> |
Reviewed by: Luoqi Chen, Jordan Hubbard Submitted by: "Richard Seaman, Jr." <lists@tar.com> Obtained from: linux :-)
Code to allow Linux Threads to run under FreeBSD.
By default not enabled This
Reviewed by: Luoqi Chen, Jordan Hubbard Submitted by: "Richard Seaman, Jr." <lists@tar.com> Obtained from: linux :-)
Code to allow Linux Threads to run under FreeBSD.
By default not enabled This code is dependent on the conditional COMPAT_LINUX_THREADS (suggested by Garret) This is not yet a 'real' option but will be within some number of hours.
show more ...
|
#
3929d518 |
| 14-Sep-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Portability fixes when sizeof(int) != sizeof(long).
|
Revision tags: release/2.2.7 |
|
#
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>
|
Revision tags: release/2.2.6, release/2.2.5_cvs |
|
#
c1cee2f6 |
| 11-Aug-1997 |
Steve Price <steve@FreeBSD.org> |
Oops, add #include's (forgotten in last commit) to make this compile again.
|
#
aeb7f2b6 |
| 11-Aug-1997 |
Steve Price <steve@FreeBSD.org> |
Remove #ifdef NEWVM code and remove extra "key.name = p" line.
|
#
e27525d9 |
| 11-Aug-1997 |
Steve Price <steve@FreeBSD.org> |
Fix seg fault when invalid keywords are used.
PR: bin/4253 Submitted by: Jesse Rosenstock <jmr@ugcs.caltech.edu>
|
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 ...
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
32f6553e |
| 04-Mar-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Big usernames fixes
|
#
33c4e65a |
| 03-Mar-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Use MAXLOGNAME-1 for width because MAXLOGNAME includes NUL
|
#
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.
|
Revision tags: release/2.1.5_cvs |
|
#
dc01a4f7 |
| 31-Jul-1996 |
David Greenman <dg@FreeBSD.org> |
Updated to match kernel changes for timer/run queue.
|
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 ...
|
Revision tags: release/2.0.5_cvs, release/2.0 |
|
#
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
|