History log of /netbsd/usr.bin/systat/pigs.c (Results 1 – 25 of 34)
Revision Date Author Comments
# b9c6e686 09-Nov-2021 nia <nia@NetBSD.org>

systat(1): convert free(x); x = malloc(x * y) to reallocarr.

free on NULL is a guaranteed non-op.


# 43195b15 23-Nov-2012 christos <christos@NetBSD.org>

fix wrong sysctl


# 56e9f21a 23-Nov-2012 christos <christos@NetBSD.org>

use sysctl


# 40cf6f36 21-Oct-2009 rmind <rmind@NetBSD.org>

Remove uarea swap-out functionality:

- Addresses the issue described in PR/38828.
- Some simplification in threading and sleepq subsystems.
- Eliminates pmap_collect() and, as a side note, allows pm

Remove uarea swap-out functionality:

- Addresses the issue described in PR/38828.
- Some simplification in threading and sleepq subsystems.
- Eliminates pmap_collect() and, as a side note, allows pmap optimisations.
- Eliminates XS_CTL_DATA_ONSTACK in scsipi code.
- Avoids few scans on LWP list and thus potentially long holds of proc_lock.
- Cuts ~1.5k lines of code. Reduces amd64 kernel size by ~4k.
- Removes __SWAP_BROKEN cases.

Tested on x86, mips, acorn32 (thanks <mpumford>) and partly tested on
acorn26 (thanks to <bjh21>).

Discussed on <tech-kern>, reviewed by <ad>.

show more ...


# 8a3920f2 22-Oct-2006 christos <christos@NetBSD.org>

use c99 initializers
consistently terminate nlist arrays with NULL not ""


# d5eba984 24-Dec-2005 matt <matt@NetBSD.org>

Appease gcc 4.x


# 019733f6 26-Feb-2005 dsl <dsl@NetBSD.org>

WARNS=3


# d20841bb 13-Feb-2004 wiz <wiz@NetBSD.org>

Uppercase CPU, plural is CPUs.


# bd4dbe81 11-Jan-2004 jdolecek <jdolecek@NetBSD.org>

g/c SDEAD handling


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 9f46bb07 24-Feb-2003 dsl <dsl@NetBSD.org>

Create subwins that end one line from the bottom of the screen even
after the window is resized.


# 3fdac2b8 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 477d91c6 04-May-2002 thorpej <thorpej@NetBSD.org>

Use kinfo_proc2.


# 828483a7 01-Dec-2000 simonb <simonb@NetBSD.org>

Remove extern variables and functions now declared in dkstats.h.
While here, remove 77 (!) unneed #includes.


# fc391547 05-Jul-2000 ad <ad@NetBSD.org>

- Add `boot', `run', `time' and `zero' commands to all IP displays. These work
as in the `vmstat' display mode. The default mode is now `time', not `boot'.
- ANSIfy.
- s@kre\(@vmstat\(@.
- __RCSID(

- Add `boot', `run', `time' and `zero' commands to all IP displays. These work
as in the `vmstat' display mode. The default mode is now `time', not `boot'.
- ANSIfy.
- s@kre\(@vmstat\(@.
- __RCSID() police.
- Tweak inet.icmp display visual a little.

show more ...


# 981f9b7d 04-Jun-2000 mycroft <mycroft@NetBSD.org>

Use hline() and variants in a bunch of places.


# 13ba787e 04-Jun-2000 thorpej <thorpej@NetBSD.org>

Use kern.cp_time to fetch cp_time[]. Don't support fetching it from
crash dumps yet, as that requires determining which CPU we should fetch
it from, etc.


# bd70b198 04-Jun-2000 perry <perry@NetBSD.org>

include sys/sched.h to get definition of CPUSTATES


# d7b4ec92 08-Jan-2000 itojun <itojun@NetBSD.org>

- implement layered help.
Suggested by: Andy Doran <ad@mr-magoo.sports.gov.uk>
- inet6.ip6 and ipsec menu
- u_quad_t printing fix
- #ifdefs to allow compilation on 1.4.x


# 35866219 22-Jul-1999 thorpej <thorpej@NetBSD.org>

Update for SDEAD.


# ef4ee3d4 24-Apr-1999 ross <ross@NetBSD.org>

Functional LP64 and type sanity fixes.


# cfb46b6f 21-Feb-1999 jwise <jwise@NetBSD.org>

Add a new `ps' view to systat, which shows process information. This
view is identical to the output of `ps aux' except that a.) the RSS and VSZ
fields are one character wider and b.) it shows a zer

Add a new `ps' view to systat, which shows process information. This
view is identical to the output of `ps aux' except that a.) the RSS and VSZ
fields are one character wider and b.) it shows a zero value for the RSS
and %MEM columns of processes which report a negative RSS.

show more ...


# 7e6a90d4 19-Feb-1999 jwise <jwise@NetBSD.org>

Show pid as well as user name and command in pigs view. Makes hopping to
another window and killing the errant process (or even just distinguishing
it from like processes) rather easier.


# 28beaae0 28-Jul-1998 mycroft <mycroft@NetBSD.org>

const propagation.


# 47abaab8 12-Jul-1998 mrg <mrg@NetBSD.org>

- KNF
- use snprintf
- don't overwrite the keyboard buffer (and make this sized on
the window size).


12