Changeset 80badbe in mainline
- Timestamp:
- 2010-04-23T16:18:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 883fedc, f4f866c
- Parents:
- a721f6a
- Location:
- uspace
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tasks/tasks.c
ra721f6a r80badbe 135 135 } 136 136 137 printf("%s: Load av arage: ", NAME);137 printf("%s: Load average: ", NAME); 138 138 139 139 size_t i; -
uspace/app/top/screen.c
ra721f6a r80badbe 140 140 static inline void print_global_head(data_t *data) 141 141 { 142 printf("top - %02lu:%02lu:%02lu up %u days, %02u:%02u:%02u, load av arage:",142 printf("top - %02lu:%02lu:%02lu up %u days, %02u:%02u:%02u, load average:", 143 143 data->hours, data->minutes, data->seconds, 144 144 data->udays, data->uhours, data->uminutes, data->useconds); -
uspace/lib/c/generic/str_error.c
ra721f6a r80badbe 43 43 "No error", 44 44 "No such entry", 45 "Not enough tmemory",45 "Not enough memory", 46 46 "Limit exceeded", 47 47 "Connection refused", 48 "Forward error",48 "Forwarding error", 49 49 "Permission denied", 50 50 "Answerbox closed connection", … … 57 57 "Invalid value", 58 58 "Resource is busy", 59 "Result does not fit sits size",60 "Operation wasinterrupted"59 "Result does not fit its size", 60 "Operation interrupted" 61 61 }; 62 62
Note:
See TracChangeset
for help on using the changeset viewer.