Skip to content

Releases: Freaky/checkrestart

Users and Bikesheds

30 Mar 20:48
Compare
Choose a tag to compare

Added

  • -u flag for username/ID filtering
  • USER column, and uid field for JSON/XML

Changed

  • COMMAND column is now ARGUMENTS
  • NAME column is now COMMAND
  • UPDATED column is now WHY
  • libxo output version 2 for new/renamed fields

Fixed

  • Don't pad ARGUMENTS column
  • Allow filtering by jid 0

Filter by name and process group

23 Mar 01:27
Compare
Choose a tag to compare

Added

  • Allow filtering by process name and process group

Fixed

  • Call xo_finish() in usage()

Jail filtering

01 Mar 00:38
Compare
Choose a tag to compare

Added

  • -j flag accepting either a numeric jail ID or jail name (based on #2 - thanks @zeylos)

Fixed

  • Added --libxo to usage diagnostic.
  • Properly treat pid as the key field for libxo (was pid and jid)

--libxo=excellent,pretty

25 Feb 01:54
Compare
Choose a tag to compare

Added libxo support, enabling such things as:

-# checkrestart --libxo=json,pretty
{
  "__version": "1",
  "checkrestart": {
    "process": [
      {
        "pid": 85250,
        "jid": 0,
        "name": "zsh",
        "updated": "Binary",
        "command": "/usr/local/bin/zsh"
      }
    ]
  }
}

checkrelease

22 Feb 00:54
Compare
Choose a tag to compare

Initial release

  • I think the squiggles are in a reasonable order.
  • I'm pretty sure that valgrind warning isn't my fault.
  • scan-build reports No bugs found.