Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for process arguments and environment #1654

Merged
merged 52 commits into from
Jul 18, 2021
Merged

API for process arguments and environment #1654

merged 52 commits into from
Jul 18, 2021

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    61944c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    e984a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0670a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. macOS implementation

    dbwiddis committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    e3f7c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b455f1 View commit details
    Browse the repository at this point in the history
  3. Initial windows implementation

    Still needs handling of isX86/isWow
    dbwiddis committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    398a189 View commit details
    Browse the repository at this point in the history
  4. FreeBSD implementation

    basil committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    ccb5097 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. No need to clear the buffer.

    basil committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a3eb89d View commit details
    Browse the repository at this point in the history
  2. Fix typo (syctl => sysctl)

    basil committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    669ede1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ce41b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5386db7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b90041 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1473860 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d03c83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf7a1b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4cbf39f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b4b72a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5700d64 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b251295 View commit details
    Browse the repository at this point in the history
  13. Clean up FreeBSD implementation

    basil committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3891a22 View commit details
    Browse the repository at this point in the history
  14. More FreeBSD cleanup

    basil committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    8b7457e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1df6ee4 View commit details
    Browse the repository at this point in the history
  16. Make stateless method static

    dbwiddis committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6d8d12f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f574fe View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    e0cb950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84fbac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3992aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee5faa View commit details
    Browse the repository at this point in the history
  5. Add debugging log statements

    dbwiddis committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    792061e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beb1bd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c2c4dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0b7fa9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8e6126 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fa2b69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa2d16e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Simplify OpenBSD bitness

    dbwiddis committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    8e86007 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Merge branch 'master' of https://github.com/oshi/oshi into env

    # Conflicts:
    #	oshi-core/src/main/java/oshi/software/os/unix/freebsd/FreeBsdOSProcess.java
    #	oshi-core/src/main/java/oshi/software/os/unix/openbsd/OpenBsdOSProcess.java
    #	oshi-core/src/main/java/oshi/util/ParseUtil.java
    #	oshi-core/src/test/java/oshi/util/ParseUtilTest.java
    dbwiddis committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ff9bbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5adc54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ab62f View commit details
    Browse the repository at this point in the history
  4. Debug output

    dbwiddis committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2f98a6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ecd96a View commit details
    Browse the repository at this point in the history
  6. Read solaris env strings

    dbwiddis committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    96d8220 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ea1b9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79e07d6 View commit details
    Browse the repository at this point in the history
  9. Changelog

    dbwiddis committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a78c55c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    7c97fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd2ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a5a55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a1eabd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53dbbcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b9fb81 View commit details
    Browse the repository at this point in the history
  7. Copy Solaris code to AIX

    dbwiddis committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5420026 View commit details
    Browse the repository at this point in the history