Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suggest rpms to install using debuginfo-install. | William Cohen | 2009-05-27 | 1 | -4/+7 |
| | | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm". | ||||
* | Merge branch 'tapsets-cleanup' | Josh Stone | 2009-05-15 | 1 | -12/+12 |
|\ | |||||
| * | Move dfwlpp into its own file | Josh Stone | 2009-05-12 | 1 | -12/+12 |
| | | | | | | | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled. | ||||
* | | Initialize variables in GraphWidget::on_motion_notify_event(). | William Cohen | 2009-05-14 | 1 | -2/+2 |
|/ | |||||
* | Correct typo in BUILD_SERVER test in configure.ac. | Dave Brolley | 2009-05-11 | 1 | -12/+12 |
| | |||||
* | Check whether certutil as provided by nss-tools is installed. | Mark Wielaard | 2009-05-08 | 1 | -0/+1 |
| | | | | | | | | | | | * configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. | ||||
* | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | Run autoreconf | Eugeniy Meshcheryakov | 2009-05-05 | 1 | -13/+12 |
| | |||||
* | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 1 | -10/+10 |
| | |||||
* | Add grapher executable and doc generated files and dirs to .gitignore files. | Mark Wielaard | 2009-04-26 | 1 | -0/+1 |
| | |||||
* | Have appropriate types and cast to allow compilation on RHEL-5. | William Cohen | 2009-04-20 | 1 | -4/+4 |
| | |||||
* | Finish moving grapher into a subdirectory | Tim Moore | 2009-04-20 | 5 | -8765/+47 |
| | | | | | | | | | | * configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file | ||||
* | Move grapher to subdirectory | Tim Moore | 2009-04-20 | 11 | -0/+9854 |