Changeset 9dae191e in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-04-18T00:24:40Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a80687e5
Parents:
d8e3467
Message:

sysinfo API cleanup

  • better support for generated subtrees
  • synchronization
  • memory management (generated items cleanup)
  • simplier sysinfo_dump()

remove separate statistical syscalls, replace with virtual sysinfo items (some functionality is still missing)

  • naming consolidation
  • cleaner API
  • proper synchronization

minor renames

  • zone_print_list() → zones_print_list()
  • zone_busy_and_free() → zones_stats()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rd8e3467 r9dae191e  
    9494        $(USPACEDIR)/app/ping/ping \
    9595        $(USPACEDIR)/app/ps/ps \
    96         $(USPACEDIR)/app/top/top \
    97         $(USPACEDIR)/app/uptime/uptime \
    98         $(USPACEDIR)/app/dummy_load/dummy_load
     96        $(USPACEDIR)/app/uptime/uptime
     97#       $(USPACEDIR)/app/top/top \
     98#       $(USPACEDIR)/app/dummy_load/dummy_load
    9999
    100100COMPONENTS = \
Note: See TracChangeset for help on using the changeset viewer.