1. 23 May, 2018 3 commits
  2. 10 Apr, 2018 3 commits
  3. 06 Apr, 2018 1 commit
    • Hisham Muhammad's avatar
      Require pkg-config as an optional build dependency on Linux (#775) · e85b072a
      Hisham Muhammad authored
      With this commit:
      
      * if pkgconfig is installed, it will expand the code inside the shell if, adding the pkgconfig-based tests for the dependencies of Linux delay accounting.
      * if pkgconfig is not installed, it will add an error message inside the test of Linux delay accounting, telling the user to install pkgconfig and rebuild the configure script if they want to use Linux delay accounting.
      
      The end result is:
      
      * people running Linux
        * will not need pkgconfig when not using delay accounting
        * will need pkgconfig when using delay accounting
          * if they don't have it
            * they are told by configure they need to install it and re-run autogen.sh when running from Git
            * they are told by configure they need to install it and re-run configure when running from the tarball
      * people not running Linux
        * will never need pkgconfig
      
      ...and in none of the above scenarios the generated configure script produces unexpanded macros for users checking out the sources from Git.
      e85b072a
  4. 05 Apr, 2018 18 commits
  5. 27 Mar, 2018 1 commit
    • gmbroome's avatar
      Solaris: Implement LWP enumeration (#768) · 42c3a1fc
      gmbroome authored
      Squashed the following commits:
      
      * Solaris: Get LWP enumeration working
      * Solaris: Make showing and hiding of kernel threads behave
      * Solaris: remove usage of lwpstatus that is no longer needed
      * Solaris: no discrete access to parent proc structure needed
      * Solaris: Restore runtime MaxPid detection after LWP changes
      * Solaris: Workaround virtual PID signal issue by shadowing kill() with a macro
      * Solaris: Fix unintention double-shifting of virtual PID for LWP enumeration
      * Solaris: Add LWPID to default display since LWP enumeration is also default
      * Solaris: use PAGE_SIZE_KB from Process.h instead of custom definition
      * Solaris: stop LWP enumeration at 1023 LWPs per proc since that is all we can handle in the virtual PID
      42c3a1fc
  6. 26 Mar, 2018 4 commits
  7. 25 Mar, 2018 3 commits
  8. 16 Mar, 2018 7 commits