Age | Commit message (Expand) | Author | Files | Lines |
2007-01-29 | Revert 1643463 (reversed disk thresholds) keeping the thresholds checks. | Thomas Guyot-Sionnest | 1 | -4/+4 |
2007-01-27 | Fix #1643463: Miscalculating thresholds check_disk | Thomas Guyot-Sionnest | 1 | -4/+4 |
2007-01-07 | Fix bug #1627970: check_disk performance output for more then one partition | Thomas Guyot-Sionnest | 1 | -2/+7 |
2006-12-20 | Fixed inode thresholds, regressed from previous release | Ton Voon | 1 | -7/+26 |
2006-12-07 | Fix coredump on 64bit Solaris. Also adds more error conditions and moves | Ton Voon | 1 | -0/+3 |
2006-10-26 | Remove C style comments (1583467 - Markus Baertschi) | Ton Voon | 1 | -2/+0 |
2006-10-18 | Re-added perf data to check_disk | Ton Voon | 1 | -4/+23 |
2006-10-12 | Remove the "- free space" if status is OK | Ton Voon | 1 | -2/+4 |
2006-10-12 | Fixed output from -e in check_disk (Andreas Behal) | Ton Voon | 1 | -5/+11 |
2006-08-14 | Fixed inode percent free output (Mike Emigh - 1531899) | Ton Voon | 1 | -11/+3 |
2006-07-14 | Fix inode percents using coreutils' percentage calculation technique | Ton Voon | 1 | -31/+40 |
2006-07-13 | Major fixes to check_disk. Now should return same data as df | Ton Voon | 1 | -152/+177 |
2006-07-13 | Move new util_* functions to lib/ | Ton Voon | 1 | -17/+19 |
2006-07-12 | Added -E option for exact match of filesystem. Restructured main filesystem | Ton Voon | 1 | -71/+56 |
2006-07-12 | Moving parameter_list into utils_disk.h. Given list of mount points, can | Ton Voon | 1 | -15/+0 |
2006-07-12 | Moving check_disk functions into utils_disk.c and testing them | Ton Voon | 1 | -77/+31 |
2006-06-18 | updating help and usage and license | Benoit Mortier | 1 | -20/+33 |
2006-06-14 | starting the BIG locale update ;-) | Benoit Mortier | 1 | -5/+5 |
2006-05-18 | Synchronise with coreutils 2.95. Gettext now synced with coreutils, | Ton Voon | 1 | -1/+1 |
2006-05-02 | Inode thresholds not always being initialised (James Fidell - 1476457) | Ton Voon | 1 | -0/+10 |
2006-03-27 | Fixed bug with malloc of wrong size | Ton Voon | 1 | -1/+1 |
2006-03-23 | check_disk now errors if a specified directory does not exist (cf df /foo) | Ton Voon | 1 | -0/+8 |
2006-03-23 | Incorrect output when checking non-existent disk (John Rouillard - 1326050) | Ton Voon | 1 | -3/+1 |
2005-11-16 | Fixed some compile errors with new translations. Also reintroduced formatting | Ton Voon | 1 | -139/+35 |
2005-11-14 | start of the cleaning of the localization | Benoit Mortier | 1 | -489/+584 |
2005-11-02 | #995761: patch from ben o'hara to include inode calculations in | M. Sean Finney | 1 | -35/+105 |
2005-10-13 | debian bts #296278: | M. Sean Finney | 1 | -11/+59 |
2005-03-04 | Fixed // comments (Steve Greenland - 1143836) | Ton Voon | 1 | -1/+1 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -4/+2 |
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 | -3/+3 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -3/+1 |
2004-12-03 | internationalization fixes and help fixes | Benoit Mortier | 1 | -7/+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 | -9/+10 |
2004-12-01 | first pass at standardization of messages for the localization | Benoit Mortier | 1 | -2/+1 |
2004-11-25 | From old test harness code, make ./check_disk -w 0 -c 0 / valid parameters again | Matthew Kent | 1 | -1/+1 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -3/+3 |
2004-11-23 | Fix integer warning and critical options. Take values from current unit inste... | Matthew Kent | 1 | -5/+5 |
2004-11-12 | Update to using coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 | Ton Voon | 1 | -0/+1 |
2004-08-18 | Fixed perfdata so that shows amount used (Garry Cook) | Ton Voon | 1 | -1/+1 |
2004-03-18 | Typo in check_disk units (Matthew Kent - 909281) | Ton Voon | 1 | -1/+1 |
2004-03-03 | check_disk was getting blocks instead of bytes (Michael Musikhin - http://sou... | Karl DeBisschop | 1 | -1/+1 |
2004-02-19 | Uninitialised variables for -X (Bug 900091 - Michael Musikhin) | Ton Voon | 1 | -0/+4 |
2003-12-02 | Default thresholds not defined for lists in -x parameter (raised by Matt Garr... | Ton Voon | 1 | -0/+4 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -8/+21 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -0/+4 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -6/+6 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 1 | -9/+14 |