- Timestamp:
- 2010-04-17T16:28:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30a5470
- Parents:
- 5ba201d (diff), 95319bd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace
- Files:
-
- 29 added
- 2 edited
-
Makefile (modified) (1 diff)
-
app/dummy_load/Makefile (added)
-
app/dummy_load/dummy_load.c (added)
-
app/dummy_load/input.c (added)
-
app/dummy_load/input.h (added)
-
app/ps/Makefile (added)
-
app/ps/func.c (added)
-
app/ps/func.h (added)
-
app/ps/ps.c (added)
-
app/top/Makefile (added)
-
app/top/func.c (added)
-
app/top/func.h (added)
-
app/top/input.c (added)
-
app/top/input.h (added)
-
app/top/ps.c (added)
-
app/top/ps.h (added)
-
app/top/screen.c (added)
-
app/top/screen.h (added)
-
app/top/top.c (added)
-
app/top/top.h (added)
-
app/uptime/Makefile (added)
-
app/uptime/uptime.c (added)
-
lib/c/Makefile (modified) (1 diff)
-
lib/c/generic/cpuinfo.c (added)
-
lib/c/generic/load.c (added)
-
lib/c/generic/meminfo.c (added)
-
lib/c/generic/ps.c (added)
-
lib/c/generic/uptime.c (added)
-
lib/c/include/load.h (added)
-
lib/c/include/ps.h (added)
-
lib/c/include/uptime.h (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r5ba201d r88dea9d 46 46 app/tetris \ 47 47 app/trace \ 48 app/ps \ 49 app/top \ 50 app/uptime \ 51 app/dummy_load \ 48 52 srv/clip \ 49 53 srv/devmap \ -
uspace/lib/c/Makefile
r5ba201d r88dea9d 95 95 generic/vfs/canonify.c \ 96 96 generic/stacktrace.c \ 97 generic/arg_parse.c 97 generic/arg_parse.c \ 98 generic/ps.c \ 99 generic/cpuinfo.c \ 100 generic/meminfo.c \ 101 generic/load.c \ 102 generic/uptime.c 98 103 99 104 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
