History log of /netbsd-src/usr.bin/systat/extern.h (Results 1 – 25 of 49)
Revision Date Author Comments
# 1fc70a08 28-Oct-2022 ozaki-r <ozaki-r@NetBSD.org>

Adjust userland commands for struct inpcb integration

Only kvm users are affected.


# eb30bc23 21-Aug-2021 christos <christos@NetBSD.org>

PR/56331: Paul Goyette: Add -z option to display 0 instead of ' ' in vmstat.


# 6b2ce080 25-Jan-2019 christos <christos@NetBSD.org>

PR/53906: Paul Ripke: systat(1) vmstat & syscall get
"alternate system clock has died" on terminal resize (SIGWINCH)


# 8ff995f2 22-Oct-2016 christos <christos@NetBSD.org>

allow fractional intervals


# bd7662dc 02-Aug-2016 scole <scole@NetBSD.org>

PR bin/51204

Add ifstat command to systat.

Imported from FreeBSD


# ef363e2d 23-Aug-2015 mrg <mrg@NetBSD.org>

if you change display types, the "Showing %s, refresh every %d seconds."
message is retained, and you can't get rid of it. since it's dispalyed
in inverse, it feels like there's always an error happ

if you change display types, the "Showing %s, refresh every %d seconds."
message is retained, and you can't get rid of it. since it's dispalyed
in inverse, it feels like there's always an error happening (which is
really what the code has -- the above string is displayed via the error()
function.) for several types of key press that largely are just "redraw"
operation (space, ^L, etc.), clear the error string as well.

show more ...


# deae2c9b 03-Jun-2014 joerg <joerg@NetBSD.org>

Always use_sysctl in preparation of removing all kvm code.


# 86deb825 06-Jan-2012 drochner <drochner@NetBSD.org>

kill ipsec support which hasn't been working for a long time
(neither for KAME nor for FAST_IPSEC)


# 96c33926 06-Sep-2011 joerg <joerg@NetBSD.org>

Consistently use __dead and __printflike.


# f2bff8ad 10-Apr-2008 thorpej <thorpej@NetBSD.org>

Use sysctl to fetch network statistics unless a memory file is specified
on the command line.


# cca37a84 07-Apr-2008 thorpej <thorpej@NetBSD.org>

Update for ICMP and UDP stats changes.


# 5665eef1 31-Dec-2007 christos <christos@NetBSD.org>

don't call curses from a signal handler!


# 49c5f0e9 18-Feb-2007 dsl <dsl@NetBSD.org>

Include code to display per system call counts and times.


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

WARNS=3


# 756c7041 16-Feb-2005 hubertf <hubertf@NetBSD.org>

Add "df" display to give information about filesystems, available diskspace
and used disk capacity, similar to df(1):

Filesystem Avail Capacity
/0% /10% /20% /30%

Add "df" display to give information about filesystems, available diskspace
and used disk capacity, similar to df(1):

Filesystem Avail Capacity
/0% /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%
/ 359M |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
/tmp 180M |
/home 146G |XXXXXXXXXXXXXXXX

show more ...


# 9df8f56a 27-Mar-2004 martin <martin@NetBSD.org>

A __attribute__((__noreturn__)) function better be void - gcc correctly
complains at >= -O3 otherwise.


# 676abde7 07-Dec-2003 christos <christos@NetBSD.org>

be more descriptive about what failed by printing the errno and the
variable we were trying to fetch.


# 0e1a71bb 12-Sep-2003 mycroft <mycroft@NetBSD.org>

WRT disk commands, make the man page consistent with the program, and add the
feature I expected.


# 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.


# 37870ec7 03-Aug-2003 jdolecek <jdolecek@NetBSD.org>

mark nlisterr() as 'noreturn'


# 85ed0bb2 20-Jan-2003 dsl <dsl@NetBSD.org>

Make kernel address arg of kvm_ckread() const void * so caller doesn't
need a cast.
(approved by christos)


# 3cf4c73d 01-Nov-2002 mrg <mrg@NetBSD.org>

iostat(8) and systat(8) support for separate read/write disk statistics.
"iostat -x" now shows these (ala linux/solaris), but this is only splitting
the read/write bytes/transactions, not adding any

iostat(8) and systat(8) support for separate read/write disk statistics.
"iostat -x" now shows these (ala linux/solaris), but this is only splitting
the read/write bytes/transactions, not adding any new metrics. "systat
iostat" now has two new commands to switch between combined/separate mode
for both it's numbers & bar modes.

show more ...


# 74f8c3cc 14-Jul-2001 matt <matt@NetBSD.org>

Fetch maxslp from the kernel. Only use USPACE if it's defined.


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

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


# 135600f9 11-Oct-2000 is <is@NetBSD.org>

More format string cleanup by sommerfeld.


12