1. 21 Nov, 2013 2 commits
    • Alessandro Rubini's avatar
      added kconfig infrastructure, from wrpc-sw · 578b4819
      Alessandro Rubini authored
      This is the combination of the following commits (oldest on top)
      from wrpc-sw:
      
        89cdfcd added kconfig infrastructure, the trivial way
        5fda0c8 kconfig: use pathnames from Linux-2.6.34
        ab30804 kconfig: use 'Kconfig' as file name, not the bst-kconfig ones
        7c78880 kconfig: trivially write "WRPC" in place of "Linux Kernel"
        2c30cb4 kconfig: trivially fix most 'kernel' words in messages
        70eb3ba kconfig: add a configs/ directory and use it
        64cc10f scripts/kconfig: don't complain for default in choices
      
      After picking them, I replaced all "WRPC" with "PPSi", and I removed
      the configs/  files (unrelated to this project).
      
      In practice, at this point we have the Kconfig infrastructure of
      Linux-2.6.34, which I picked from the "bst-kconfig" package, which did
      the extraction work.
      
      One day I forward-ported this from v2.6.34 to v3.4, by applying a few
      hundred kernel patches. While the final code was working, we decided
      the port was not needed for wrpc-sw. Here in PPSi I keep the same version
      we have in wrpc-sw.
      
      As of this commit, the code is not used; the default configuration
      file and Makefile targets are added in the next commits.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      578b4819
    • Alessandro Rubini's avatar
      doc: typos · 0cdd4125
      Alessandro Rubini authored
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      0cdd4125
  2. 19 Nov, 2013 1 commit
  3. 14 Nov, 2013 7 commits
  4. 23 Sep, 2013 1 commit
    • Alessandro Rubini's avatar
      userspace/tools/wr_mon: several changes · 4876da8b
      Alessandro Rubini authored
      This fixes several minor issues with wr_mon. It changes the term.c interface,
      bur wr_mon is the only user of it and term.h.
      
        - term: support b/w mode (no colors)
        - term: simplify termios setting, and don't do it on non-tty files
        - term: term_poll now does poll, so user input is handled quickly
        - term: exit on ctrl-C
        - term: don't fflush() on every cprintf
        - wr_mon: accept "-b" for "black and white"
        - wr_mon: fix buffering of stdout, fflush the whole screenshot
            (this results in much less flashing in the terminal window)
        - wr_mon: use \n where possible, not calculated positions
            (this simplified future addition of dynamic interface listings)
        - wr_mon: shrink output vertically, so in no-servo mode it fits 80x25
        - wr_mon: use term_poll, not explicit sleep
        - wr_mon: don't clear the screen at exit time
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      4876da8b
  5. 04 Sep, 2013 1 commit
  6. 03 Sep, 2013 5 commits
  7. 12 Aug, 2013 2 commits
  8. 26 Jul, 2013 2 commits
  9. 25 Jul, 2013 4 commits
  10. 24 Jul, 2013 3 commits
  11. 17 Jul, 2013 5 commits
  12. 15 Jul, 2013 3 commits
  13. 10 Jul, 2013 4 commits