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: csskysea/memtester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jnavila/memtester
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.
  • 10 commits
  • 19 files changed
  • 4 contributors

Commits on May 30, 2018

  1. make extra-libs.sh executable

    jnavila committed May 30, 2018
    Configuration menu
    Copy the full SHA
    d57a4cf View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

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

Commits on Jan 27, 2022

  1. bump to version 4.5.1 from pyropus.ca

    Apply diff between the 4.5.0 and the 4.5.1 downloaded tarballs.
    
    As the changelog states, this is a documentation-only update.
    
    Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
    lucaceresoli committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    8b52e4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request jnavila#6 from lucaceresoli/for-jnavila-master

    bump to version 4.5.0 from pyropus.ca
    jnavila authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a6915a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Remove trailing whitespace

    Cleanup sources by removing all spaces at line end and multiple empty lines
    at end of .h and .c files.
    
    Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
    lucaceresoli committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7804803 View commit details
    Browse the repository at this point in the history
  2. Suppress progress output if stdout is not a tty

    The progress output based on '\b' to update the screen is very nice when
    memtester is run interactively. However it is annoying when its output is
    redirected, for example to save it to a log file or to parse it.
    
    Automatically disable the progress reports when stdout is not a tty,
    detected by isatty(). As this involves adding an if() is all places where
    progress is shown, it would add more duplicated code to the existing
    one. To avoid it, move all the status-reporting output code to a new file,
    output.c, and use these new calls everywhere progress status is shown.
    
    Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
    lucaceresoli committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    026768d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Support uncached physical addresses

    Added the option 'u' to request memtester to work on physical addresses
    but with uncached memory semantices (removing O_SYNC from the open
    flags).
    
    Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
    ffainelli committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    867cc21 View commit details
    Browse the repository at this point in the history
  2. Add .gitignore file

    Ignore objects and binaries built.
    
    Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
    ffainelli committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6749485 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge pull request jnavila#8 from lucaceresoli/for-upstream

    Suppress progress output if redirected
    jnavila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6ad2c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f60dd View commit details
    Browse the repository at this point in the history
Loading