enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Coccinelle (software) - Wikipedia

    en.wikipedia.org/wiki/Coccinelle_(software)

    Coccinelle was initially used to aid the evolution of the Linux kernel, providing support for changes to library application programming interfaces (APIs) such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure.

  3. Patchwork (software) - Wikipedia

    en.wikipedia.org/wiki/Patchwork_(software)

    The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or Under Review. Old patches can be sent to the archive or deleted. Currently, Patchwork is being used for a number of open-source projects, mostly subsystems of the Linux kernel and FFmpeg. Although Patchwork has ...

  4. Comparison of open-source configuration management software

    en.wikipedia.org/wiki/Comparison_of_open-source...

    Opsi is desktop management software for Windows clients based on Linux servers. It provides automatic software deployment (distribution), unattended installation of OS, patch management, hard- and software inventory, license management and software asset management , and administrative tasks for the configuration management .

  5. Spacewalk (software) - Wikipedia

    en.wikipedia.org/wiki/Spacewalk_(software)

    In a 2019 paper considering Linux open-source patching tools, Spacewalk was commended for having a software inventory and community support but limited support for distributions; notably, Ubuntu was an issue. [58]

  6. yum (software) - Wikipedia

    en.wikipedia.org/wiki/Yum_(software)

    This was required due to Fedora's transition from Python 2 to Python 3, which is not supported by YUM. [10] DNF also improves on YUM in several ways - improved performance, better resolution of dependency conflicts, and easier integration with other software applications. [11] From RHEL 8, yum is an alias for DNF. [12]

  7. Quilt (software) - Wikipedia

    en.wikipedia.org/wiki/Quilt_(software)

    For example, quilt is heavily used by the maintainers of the Linux kernel. [2] Quilt evolved from a set of patch-management scripts originally written by Linux kernel developer Andrew Morton, [3] and was developed by Andreas Grünbacher for maintaining Linux kernel customizations for SuSE Linux. [4]

  8. Dynamic software updating - Wikipedia

    en.wikipedia.org/wiki/Dynamic_software_updating

    The primary difference between kGraft and kpatch is the way they ensure runtime consistency of the updated code sections while hot patches are applied. kGraft and kpatch were submitted for inclusion into the Linux kernel mainline in April 2014 and May 2014, respectively, [13] [14] and the minimalistic foundations for live patching were merged ...

  9. Monkey patch - Wikipedia

    en.wikipedia.org/wiki/Monkey_patch

    The definition of the term varies depending upon the community using it. In Ruby, [2] Python, [3] and many other dynamic programming languages, the term monkey patch only refers to dynamic modifications of a class or module at runtime, motivated by the intent to patch existing third-party code as a workaround to a bug or feature which does not act as desired.