Age | Commit message (Expand) | Author | Files | Lines |
2006-03-13 | fix for (tracker id 1420741) | M. Sean Finney | 1 | -2/+2 |
2005-11-09 | Problem where absolute thresholds not working on /proc/meminfo | Ton Voon | 1 | -87/+94 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -2/+2 |
2005-09-15 | - Cleanup minor compile errors on Irix | Ton Voon | 1 | -2/+0 |
2005-07-06 | Updated help file to remove swap -s reference (Sivakumar Nellurandi) | Ton Voon | 1 | -4/+0 |
2005-06-29 | divide by 0 fix for check_swap | M. Sean Finney | 1 | -1/+7 |
2005-06-28 | scanf parsing fix for check_swap from tracker id 1123292. now use floor(3) | M. Sean Finney | 1 | -8/+10 |
2005-06-26 | "asprintf madness" fix from andreas' patch to np-d, minus the comments. | M. Sean Finney | 1 | -13/+11 |
2005-01-19 | Fixed parsing of AIX lsps command (1093522) | Ton Voon | 1 | -1/+1 |
2005-01-13 | Use floats for holding memory values to avoid different types on different | Ton Voon | 1 | -24/+27 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -5/+5 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -6/+4 |
2004-12-05 | fix patch 998291 | Benoit Mortier | 1 | -1/+1 |
2004-12-04 | internationalization fixes | Benoit Mortier | 1 | -2/+2 |
2004-12-04 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap information on Sol6 | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -4/+4 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -2/+0 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -5/+4 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -6/+6 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -8/+4 |
2004-11-23 | Standardising translation texts | Ton Voon | 1 | -1/+1 |
2004-08-23 | Using swapctl for Solaris, Tru64 and *BSD (Sean Finney) | Ton Voon | 1 | -45/+80 |
2004-08-19 | Patch for tru64 using swapctl calls (Sean Finney) | Ton Voon | 1 | -1/+43 |
2004-03-02 | fix div by zero error when swaptotal is zero (Flo Gleixner) | Karl DeBisschop | 1 | -3/+6 |
2004-02-28 | update to work with Linux 2.6 /proc/meminfo format | Karl DeBisschop | 1 | -3/+14 |
2004-02-25 | change some datatypes to llu for very large swaps | Karl DeBisschop | 1 | -10/+10 |
2004-02-20 | Corrected usage message (Matt Pounsett) | Ton Voon | 1 | -4/+6 |
2003-12-24 | Fixed help doc on use of % (854817 - Gunnar Hellekson) | Ton Voon | 1 | -2/+2 |
2003-11-12 | clean up compiler warnings | Karl DeBisschop | 1 | -6/+6 |
2003-11-11 | Added perfdata | Ton Voon | 1 | -4/+11 |
2003-11-11 | Fixed if only absolute warn/crit set | Ton Voon | 1 | -4/+5 |
2003-09-30 | Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris. Removed | Ton Voon | 1 | -23/+33 |
2003-09-17 | Support for check_swap in AIX (tested on 5.1) | Ton Voon | 1 | -6/+30 |
2003-09-11 | last changes to configure broke check_swap on RHLinux. Restore /proc/meminfo ... | Karl DeBisschop | 1 | -17/+26 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -4/+6 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -62/+64 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -1/+1 |
2003-08-02 | establish "UT_" namespace for usage text in #defines | Karl DeBisschop | 1 | -1/+1 |
2003-07-30 | markup for translation | Karl DeBisschop | 1 | -12/+12 |
2003-07-29 | mark for translation | Karl DeBisschop | 1 | -81/+82 |
2003-06-29 | Corrected reported size for PROC_MEMINFO systems | Ton Voon | 1 | -0/+3 |
2003-06-27 | Support for swap -s for solaris. Also changes size of swap to MBs through | Ton Voon | 1 | -80/+91 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -6/+0 |
2003-02-18 | support for Large swap sizes | Subhendu Ghosh | 1 | -16/+17 |
2003-01-30 | Fixed long --allswap option | Ton Voon | 1 | -1/+1 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -4/+4 |
2002-11-20 | add switch to evaluate each swap individually | Karl DeBisschop | 1 | -30/+85 |