Changeset 7354b5e in mainline for uspace/app
- Timestamp:
- 2017-06-10T10:06:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63e27ef
- Parents:
- e299dbe
- Location:
- uspace/app
- Files:
-
- 11 edited
-
blkdump/blkdump.c (modified) (1 diff)
-
bnchmark/bnchmark.c (modified) (1 diff)
-
devctl/devctl.c (modified) (1 diff)
-
loc/loc.c (modified) (1 diff)
-
mkexfat/mkexfat.c (modified) (1 diff)
-
mkfat/mkfat.c (modified) (1 diff)
-
mkmfs/mkmfs.c (modified) (1 diff)
-
taskdump/taskdump.c (modified) (1 diff)
-
testread/testread.c (modified) (1 diff)
-
trace/ipcp.c (modified) (1 diff)
-
trace/trace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/blkdump/blkdump.c
re299dbe r7354b5e 46 46 #include <byteorder.h> 47 47 #include <scsi/mmc.h> 48 #include < sys/typefmt.h>48 #include <offset.h> 49 49 #include <inttypes.h> 50 50 #include <errno.h> -
uspace/app/bnchmark/bnchmark.c
re299dbe r7354b5e 44 44 #include <loc.h> 45 45 #include <byteorder.h> 46 #include <sys/typefmt.h>47 46 #include <inttypes.h> 48 47 #include <errno.h> -
uspace/app/devctl/devctl.c
re299dbe r7354b5e 39 39 #include <stdlib.h> 40 40 #include <str_error.h> 41 #include <sys/typefmt.h>42 41 43 42 #define NAME "devctl" -
uspace/app/loc/loc.c
re299dbe r7354b5e 38 38 #include <stdlib.h> 39 39 #include <stdint.h> 40 #include <inttypes.h> 40 41 #include <str.h> 41 #include <sys/typefmt.h>42 42 43 43 #define NAME "loc" -
uspace/app/mkexfat/mkexfat.c
re299dbe r7354b5e 46 46 #include <byteorder.h> 47 47 #include <align.h> 48 #include <sys/typefmt.h>49 48 #include <str.h> 50 49 #include <getopt.h> -
uspace/app/mkfat/mkfat.c
re299dbe r7354b5e 45 45 #include <loc.h> 46 46 #include <byteorder.h> 47 #include <sys/typefmt.h>48 47 #include <inttypes.h> 49 48 #include <errno.h> -
uspace/app/mkmfs/mkmfs.c
re299dbe r7354b5e 41 41 #include <block.h> 42 42 #include <errno.h> 43 #include <sys/typefmt.h>44 43 #include <inttypes.h> 45 44 #include <getopt.h> -
uspace/app/taskdump/taskdump.c
re299dbe r7354b5e 44 44 #include <task.h> 45 45 #include <as.h> 46 #include <sys/typefmt.h>47 46 #include <libarch/istate.h> 48 47 #include <macros.h> -
uspace/app/testread/testread.c
re299dbe r7354b5e 54 54 #include <loc.h> 55 55 #include <byteorder.h> 56 #include <sys/typefmt.h>57 56 #include <inttypes.h> 58 57 #include <errno.h> -
uspace/app/trace/ipcp.c
re299dbe r7354b5e 35 35 #include <stdio.h> 36 36 #include <stdlib.h> 37 #include <inttypes.h> 37 38 #include <adt/hash_table.h> 38 #include <sys/typefmt.h>39 39 #include <abi/ipc/methods.h> 40 40 #include <macros.h> -
uspace/app/trace/trace.c
re299dbe r7354b5e 38 38 #include <stdint.h> 39 39 #include <stddef.h> 40 #include <inttypes.h> 40 41 #include <fibril.h> 41 42 #include <errno.h> … … 49 50 #include <io/keycode.h> 50 51 #include <fibril_synch.h> 51 #include <sys/typefmt.h>52 52 #include <vfs/vfs.h> 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
