1. 05 Feb, 2016 1 commit
  2. 03 Feb, 2016 1 commit
    • Adam Wujek's avatar
      scripts: fix crashing menuconfig on target · 1a05465f
      Adam Wujek authored
      When running make menuconfig from /wr/etc, mconf was crashing when dialog box
      in the style of radiolist was displayed and special keys (like arrow keys)
      were pressed. Crash was due to assetion in function toupper from uClibc.
      Function to upper should return unchanged value if passed parameter is not
      alpha. However, uClibc's implementation behaves in the different way,
      it asserts.
      After assert following message was printed:
      (./mconf: libc/misc/ctype/ctype.c: 320: toupper:
      Assertion `((((unsigned int)((c) - 0)) <= ((127 * 2 + 1) - 0)) ||
      ((c) == (-1)))' failed.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      1a05465f
  3. 29 Jan, 2016 1 commit
  4. 08 Jan, 2016 4 commits
  5. 07 Jan, 2016 4 commits
  6. 03 Dec, 2015 1 commit
  7. 09 Nov, 2015 2 commits
  8. 08 Sep, 2015 2 commits
  9. 31 Aug, 2015 5 commits
  10. 28 Aug, 2015 4 commits
  11. 27 Aug, 2015 5 commits
  12. 26 Aug, 2015 6 commits
  13. 25 Aug, 2015 1 commit
    • Adam Wujek's avatar
      userspace/snmpd: remove protocol from wrsConfigSource object · a51052af
      Adam Wujek authored
      NOTE: This commit brings non compatible changes into MIB. It should never
      happen after release!
      
      Change wrsConfigSource to inform whether dot-config source was local or remote.
      Before it contained also information about remote protocol.
      Now information from wrsConfigSource, wrsConfigSourceHost and
      wrsConfigSourceFilename is stored in wrsConfigSourceUrl.
      
      wrsRestartReasonMonit is moved into place where wrsConfigSourceFilename was
      before.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      a51052af
  14. 24 Aug, 2015 3 commits