History log of /freebsd/bin/ps/keyword.c (Results 201 – 225 of 238)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d9a5f890 21-Feb-2002 Matthew Dillon <dillon@FreeBSD.org>

Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep
functionality and make it the default.

With additional improvements by: Mark Peek <mp@FreeBSD.org>


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# 871e8d8c 03-Feb-2002 Mark Murray <markm@FreeBSD.org>

WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra
cleanup courtesy of automatic checking (lint).


# 46251dde 02-Feb-2002 Warner Losh <imp@FreeBSD.org>

o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int arg

o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.

show more ...


# a2e4c36a 05-Jan-2002 Peter Wemm <peter@FreeBSD.org>

Put the "mtxname" keyword in alphabetical order (t comes after s) so
that the keyword is recognized.


# 7304f61f 26-Nov-2001 Brian Feldman <green@FreeBSD.org>

Add LOMAC options (the "Z" flag in both cases) to display extra information
in ls(1) and ps(1).

Sponsored by: DARPA, NAI Labs


# 7d1192a7 24-Aug-2001 Peter Wemm <peter@FreeBSD.org>

On today's kernels masking with ~KERNBASE is turning out to be less
than useful. It still hits at least 8 digits. Adjust for reality.

This is still not satisfactory for the alpha if you add "-O pad

On today's kernels masking with ~KERNBASE is turning out to be less
than useful. It still hits at least 8 digits. Adjust for reality.

This is still not satisfactory for the alpha if you add "-O paddr".

show more ...


# 25bba4f6 03-May-2001 Mark Murray <markm@FreeBSD.org>

Depollute headers now that the VM headers DTRT.


# 325a83b4 01-May-2001 Mark Murray <markm@FreeBSD.org>

Compensate for header dethreading.


Revision tags: release/4.3.0_cvs, release/4.3.0
# ff1b168b 12-Apr-2001 Brian Somers <brian@FreeBSD.org>

Introduce -osid and -otsid

Submitted by: dd


# f6213d47 14-Feb-2001 Jonathan Lemon <jlemon@FreeBSD.org>

Do not coredump if no options are supplied. (ps -o,)

Submitted by: rgrimes
Obtained from: NetBSD


# 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


12345678910