Age | Commit message (Expand) | Author | Files | Lines |
2007-07-15 | Make ps column count in zombie detection less restrictive. Thanks to Andrew E... | Matthias Eble | 1 | -1/+1 |
2007-03-06 | Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode) | Ton Voon | 1 | -1/+1 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2007-01-24 | Various cleanups in the syncing with gnulib | Ton Voon | 1 | -0/+1 |
2007-01-17 | Fix bug #1630970 Fix for buffer overflow of check_procs procprog string | Thomas Guyot-Sionnest | 1 | -1/+1 |
2006-10-22 | more localization fixes | Benoit Mortier | 1 | -55/+47 |
2006-10-19 | first pass at cleaning localization for new release | Benoit Mortier | 1 | -4/+9 |
2006-07-13 | Using coreutils' base_name function because of portability issues with | Ton Voon | 1 | -1/+1 |
2006-06-20 | cleaning help and usage + license | Benoit Mortier | 1 | -17/+30 |
2006-06-17 | cleaning up help and usage | Benoit Mortier | 1 | -5/+5 |
2006-04-27 | Internal version of basename if one not found in system | Ton Voon | 1 | -7/+1 |
2006-04-05 | Use pid_t for pids (1463853) | Ton Voon | 1 | -3/+3 |
2006-02-17 | set LC_NUMERIC to POSIX in check_procs.c | M. Sean Finney | 1 | -0/+1 |
2005-09-15 | - Cleanup minor compile errors on Irix | Ton Voon | 1 | -0/+2 |
2005-06-03 | gcc 2.x fixes from edward | M. Sean Finney | 1 | -9/+9 |
2005-05-25 | fixes for check_procs: | M. Sean Finney | 1 | -9/+10 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -6/+6 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -18/+10 |
2004-12-10 | Reverting back ngettext calls | Ton Voon | 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 | -2/+2 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -4/+2 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -68/+68 |
2004-12-03 | Patch from Russell Miller which adds elapsed time as a metric. Only for linux... | Matthew Kent | 1 | -11/+95 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -1/+2 |
2004-12-02 | --disable-nls throws an error on check_dns, check_procs and | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -3/+2 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -1/+1 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -16/+7 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -3/+3 |
2004-11-19 | Enabling timeout flag (1010097, Jason Martin) | Matthew Kent | 1 | -2/+15 |
2004-04-06 | Fixed weird scanf bug on Solaris | Ton Voon | 1 | -4/+0 |
2004-02-20 | handle case where line from ps output exceed MAX_INPUT_BUFFER | Karl DeBisschop | 1 | -4/+20 |
2004-02-20 | - compiler warning removed (but usage2 messages badly broken) | Ton Voon | 1 | -1/+1 |
2003-12-01 | use usage2 function | Karl DeBisschop | 1 | -27/+9 |
2003-11-28 | Fixed listing of failed processes | Ton Voon | 1 | -5/+9 |
2003-09-16 | Support for AIX ps command and cleanup of configure's ps checks | Ton Voon | 1 | -32/+33 |
2003-09-02 | Solaris requires asprintf checks for null variables | Ton Voon | 1 | -11/+11 |
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 warns | Karl DeBisschop | 1 | -51/+58 |
2003-08-07 | markup for translation | Karl DeBisschop | 1 | -175/+191 |
2003-07-03 | Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander Matey) | Ton Voon | 1 | -1/+5 |
2003-04-11 | Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) | Ton Voon | 1 | -3/+8 |
2003-04-07 | Fixed zombie processes | Ton Voon | 1 | -3/+2 |
2003-04-07 | Souped up check_procs with different metrics | Ton Voon | 1 | -102/+260 |
2003-03-26 | Removal of ps_raw and ps_vars | Ton Voon | 1 | -5/+1 |
2003-03-24 | Use max_state | Ton Voon | 1 | -29/+5 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -7/+2 |