summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2011-04-05the tree builds better when you don't use PF_FASTROUTEStuart Henderson
2011-04-05Add support to display numbers with thousands separatorsMarco Pfatschbacher
2011-03-31Make the top line of systat stop updating, along with the rest of the datalum
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2011-02-06Remove duplicated prototypes.lum
2011-01-18Remove one of the three occurances of "delay is 5 seconds"lum
2011-01-17Adjust IPKTS and OPKTS description to fit actual behaviour.lum
2011-01-13Making the numbers Right aligned (instead of left as it is) as theJasper Lievisse Adriaanse
2011-01-13non interactive -> non-interactivelum
2010-11-19Make KERN_CPTIME return an avarage number of ticks across all CPUsMike Belopuhov
2010-11-05Print relativ number of livelocks that happend between two systatClaudio Jeker
2010-11-02expose the kernels network livelock counterDavid Gwynne
2010-10-28cleanup ;;Theo de Raadt
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-08-01don't rely on mbuf.h to pull in pool.h here eitherBret Lambert
2010-08-01fix use of uninitialized variable.Charles Longeau
2010-07-22Let systat -N states resolve network addressesgiovanni
2010-07-21Remove reference to non-existent behaviour.lum
2010-07-19Add prototype and remove unnecessary includes.lum
2010-07-19Remove unused function.lum
2010-07-16Move the description of load averages/top line to a better place.lum
2010-07-16Make the terminal checking capability of systat better.lum
2010-07-05Add prototype and remove unused variable.lum
2010-07-02Allow systat to print date and time when in rawmode.lum
2010-04-21scale angle by 1000000 to permit min.sec accuracyTheo de Raadt
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2010-03-13.Xt -> .XrJason McIntyre
2010-01-19Unbreak tree - I missed systat's use of the old pf debug levels.Ryan Thomas McBride
2010-01-12Update to ncurses 5.7, with local changes reapplied.Nicholas Marriott
2009-11-23args, not that fileHenning Brauer
2009-11-23no more natpassHenning Brauer
2009-11-23Properly handle interfaces deleted from the middle of the list.Can Erkin Acar
2009-11-15some fixes from Seth Wright;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-14tweak the vmstat description;Jason McIntyre
2009-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2009-08-14tie IPKTS/OPKTS to bottom corner for smaller screensTheo de Raadt
2009-08-13there are louder and louder moans about the inability to see packetTheo de Raadt
2009-08-09Show the busy and mapped pages in iostat.Artur Grabowski
2009-07-21add missing flag to synopsis.Igor Sobrado
2009-07-21Allow systat(1) to resolve names by adding a new -N flag. (The default wasStuart Henderson
2009-07-14use static for inline so compilers with c99 inline semanticsJonathan Gray
2009-06-26explicitly print an empty value between two end_line() calls to preventCan Erkin Acar
2009-06-26- include two missing headers in if.cJasper Lievisse Adriaanse
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25sync the SENSOR_DRIVE_* names with sysctl(8)'sOkan Demirmen
2009-06-25use the nitems() macro where appropriateOkan Demirmen