Home | History | Annotate | Download | only in systat
History log of /src/usr.bin/systat/syscall.c
RevisionDateAuthorComments
 1.10  25-Jan-2019  christos PR/53906: Paul Ripke: systat(1) vmstat & syscall get
"alternate system clock has died" on terminal resize (SIGWINCH)
 1.9  19-Feb-2014  dsl branches: 1.9.18; 1.9.24; 1.9.26;
Remove some pointless inclusions os sys/user.h
 1.8  23-Nov-2012  christos PR/47222: Manuel Bouyer: Fix syscall display to show something reasonable.
 1.7  21-Oct-2009  wiz branches: 1.7.6; 1.7.12;
Fix problems with SIGWINCH. From Paul Ripke in PR 42161.
 1.6  13-Apr-2009  lukem Fix -Wsign-compare issues
 1.5  29-Apr-2008  martin branches: 1.5.6; 1.5.8; 1.5.12;
Convert to new 2 clause license
 1.4  11-Feb-2008  dyoung branches: 1.4.4;
#include <sys/evcnt.h> instead of <sys/device.h>, since the former
is sufficient, anyway. Do not needlessly #include <sys/device.h>.

Note well: device_t is not part of the kernel ABI.
 1.3  18-Feb-2007  dsl branches: 1.3.4;
Include code to display per system call counts and times.
 1.2  20-May-2006  dsl Checkpoint this as 'WIP' before I break it again!
(Not complied by default.)
 1.1  18-Mar-2006  dsl branches: 1.1.2;
Code to display per-system call counts.
Very useful to help identify which code is doing 1000s of system calls.
Not built because no one else has a kernel yet, and I need to make
the kernel side configurable. But I don't want to lose this code....
 1.1.2.1  19-Jun-2006  chap Sync with head.
 1.3.4.1  23-Mar-2008  matt sync with HEAD
 1.4.4.1  18-May-2008  yamt sync with head.
 1.5.12.1  21-Apr-2010  matt sync to netbsd-5
 1.5.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.5.6.1  27-Oct-2009  bouyer Pull up following revision(s) (requested by wiz in ticket #1110):
usr.bin/systat/vmstat.c: revision 1.74
usr.bin/systat/syscall.c: revision 1.7
Fix problems with SIGWINCH. From Paul Ripke in PR 42161.
 1.7.12.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.12.1  25-Feb-2013  tls resync with head
 1.7.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.6.1  16-Jan-2013  yamt sync with (a bit old) head
 1.9.26.1  10-Jun-2019  christos Sync with HEAD
 1.9.24.1  26-Jan-2019  pgoyette Sync with HEAD
 1.9.18.1  30-Jan-2019  martin Pull up following revision(s) (requested by christos in ticket #1176):

usr.bin/systat/main.c: revision 1.55
usr.bin/systat/extern.h: revision 1.47
usr.bin/systat/syscall.c: revision 1.10
usr.bin/systat/iostat.c: revision 1.39
usr.bin/systat/vmstat.c: revision 1.85
usr.bin/systat/vmstat.c: revision 1.86

no need for curses.h

-

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

RSS XML Feed