Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
f59105ee |
| 03-Mar-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Small optimization: set use_ampm only when needed
|
#
08017519 |
| 03-Mar-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Use AM/PM time only when available in locale
|
#
4c85452b |
| 12-Feb-2001 |
Jake Burkholder <jake@FreeBSD.org> |
Catch up to new priority interface.
|
#
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, release/3.0.0, release/2.2.8, 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 |
|
#
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 ...
|
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 ...
|
#
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, release/2.1.0_cvs, release/2.0.5_cvs, release/2.0 |
|
#
89730b29 |
| 24-Sep-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|
Revision tags: release/1.1.5.1_cvs |
|
#
4b88c807 |
| 26-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite bin Sources
|