summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2004-01-11g/c SDEAD handlingjdolecek
2003-12-30Adapt to kernel buffer cache memort allocation changes.pk
2003-12-07- avoid coredump by returning NULL when read fails and don't keep followingchristos
2003-12-07be more descriptive about what failed by printing the errno and thechristos
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
2003-09-19realloc pedantitojun
2003-09-15Bump date for previous, reword a sentence.wiz
2003-09-12WRT disk commands, make the man page consistent with the program, and add themycroft
2003-09-12Allow lower case 'q' to quit.mycroft
2003-09-04synchronize w/ inpcb/in6pcb changeitojun
2003-08-30Use correct size when copying interrupt counters.dsl
2003-08-30Bring description of vmstat page closer to reality.dsl
2003-08-12Correct boundary conditions for drive table for 'systat io num'.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Discs->Disksgrant
2003-08-03if kvm_nlist() fails, nlisterr() would be called before the screenjdolecek
2003-08-03mark nlisterr() as 'noreturn'jdolecek
2003-07-05No need to resizeterm() if size not changed.dsl
2003-07-05Redraw addresses after screen refreshdsl
2003-06-27Quote question mark. Change width argument in a table to line upwiz
2003-06-11no need to #include <sys/dkstat.h>drochner
2003-05-28Reinstate our STOP handler before curses installs its one.dsl
2003-05-17use strlcat/strlcpyitojun
2003-05-15use strlcpyitojun
2003-03-31refreshs->refreshesperry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-24Create subwins that end one line from the bottom of the screen evendsl
2003-02-18Pivot the disk stats into extra lines if they run out of columnsdsl
2003-02-17Fiddle with screen layout to generate room for longer labels on thedsl
2003-02-13Avoid displaying "intr" for all interrupt counter titlesdsl
2003-02-10Resize windows on SIGWINCH and restart from SIGTSTPdsl
2003-02-01When disk activity exceeds 100kB/s divide length of bar by 10s and reportdsl
2003-01-20Make kernel address arg of kvm_ckread() const void * so caller doesn'tdsl
2003-01-18kill warns.christos
2003-01-18pull interrupt stats from event countsdsl
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06interrupt with two rs.wiz
2002-12-29Prevent the "kBps" field from overflowing for values > 1M/s.kristerw
2002-12-06Remove extra args from a printf.thorpej
2002-11-16error handling on strdup failureitojun
2002-11-01iostat(8) and systat(8) support for separate read/write disk statistics.mrg
2002-09-25PR/18408: Chris Demetriou: Kilo is abbreviated using a small k not a CAPITAL K.christos
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-08-08introduce puthumanint() which calls humanize_number(), and use toabs
2002-08-01scan utmpx/utmp.christos
2002-06-30Since the KERN_CP_TIME sysctl reports total clock ticks across allsommerfeld
2002-06-09format fix in number mode. PR 16911itojun
2002-05-15From Simon Burge: remove orphaned reference to _total; fixes PR bin/16804.kleink
2002-05-04Use kinfo_proc2.thorpej
2002-03-28Remove check for sparc64 which adds -msoft-quad-float as that is now thejmc