Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pineunity/clickos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sysml/clickos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 29, 2017

  1. minios: fix memory leak: packets have to be freed with lwip (issue sy…

    …sml#40)
    
    When a network interface is used without netmap, the lwip packet
    buffers do not get deallocated and the network driver stops receiving
    new packets after it runs out of buffer memory. The current fix
    registers a new handler which sets the packet destructor on network
    interfaces that do not use netmap.
    clupuishere authored and yvolchkov committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    43d28f6 View commit details
    Browse the repository at this point in the history
  2. minios: disable NETMAP by default

    The netmap backend is very unstable. The default configuration should
    not use it.
    yvolchkov committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    3e092a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. INSTALL: update links to moved repositories

    Also legacy Cosmos replaced with Chaos
    yvolchkov committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    cd826fb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. bug: a string created by "operator new" should destroyed by "delete"

    This fixes a crash in case click is configured with --enable-dmalloc:
    "free" gets a parameter which is not the beginning address of the
    allocated memory.
    Feng23 authored and yvolchkov committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a092d40 View commit details
    Browse the repository at this point in the history
Loading