rtos/tinyara.git
7 years agoMerge pull request #204 from jeongarmy/procfs_tc
sunghan-chang [Tue, 20 Jun 2017 08:07:32 +0000 (17:07 +0900)]
Merge pull request #204 from jeongarmy/procfs_tc

Add testcase for procfs to filesystem testcases

7 years agoAdd testcase for procfs to filesystem testcases
Ahreum Jeong [Wed, 14 Jun 2017 10:26:18 +0000 (19:26 +0900)]
Add testcase for procfs to filesystem testcases

7 years agoMerge pull request #187 from tadziopazur/hello_tash_buildbreak_fix
sunghan-chang [Mon, 19 Jun 2017 04:52:03 +0000 (13:52 +0900)]
Merge pull request #187 from tadziopazur/hello_tash_buildbreak_fix

Example build fix: invalid types of functions.

7 years agoMerge pull request #203 from jeongarmy/tc_common
sunghan-chang [Mon, 19 Jun 2017 03:56:31 +0000 (12:56 +0900)]
Merge pull request #203 from jeongarmy/tc_common

Add omitted return in TC_ASSERT_EQ in tc_common.h

7 years agoAdd omitted return in TC_ASSERT_EQ in tc_common.h
Ahreum Jeong [Thu, 15 Jun 2017 05:35:50 +0000 (14:35 +0900)]
Add omitted return in TC_ASSERT_EQ in tc_common.h

7 years agoMerge pull request #189 from sunghan-chang/ttrace
Juitem JoonWoo Kim [Fri, 16 Jun 2017 09:53:56 +0000 (18:53 +0900)]
Merge pull request #189 from sunghan-chang/ttrace

Add manual testcase for T-trace

7 years agoMerge pull request #199 from pradeepns85/modify_datatype_heapinfo
sunghan-chang [Fri, 16 Jun 2017 08:23:58 +0000 (17:23 +0900)]
Merge pull request #199 from pradeepns85/modify_datatype_heapinfo

Correct the datatype mismatch

7 years agoMerge pull request #182 from heejin-kim/nw_iotivity
lssgood [Fri, 16 Jun 2017 07:41:47 +0000 (16:41 +0900)]
Merge pull request #182 from heejin-kim/nw_iotivity

Add README for IoTivity and a sample app

7 years agoMerge pull request #200 from pradeepns85/define_size_of_mm_allocnode
sunghan-chang [Fri, 16 Jun 2017 05:06:30 +0000 (14:06 +0900)]
Merge pull request #200 from pradeepns85/define_size_of_mm_allocnode

Correct the SIZEOF_MM_ALLOCNODE incase of CONFIG_MM_SMALL is defined

7 years agoCorrect the SIZEOF_MM_ALLOCNODE incase of CONFIG_MM_SMALL is defined
pradeep.ns [Thu, 15 Jun 2017 10:23:21 +0000 (15:53 +0530)]
Correct the SIZEOF_MM_ALLOCNODE incase of CONFIG_MM_SMALL is defined

When CONFIG_MM_SMALL is defined, SIZEOF_MM_ALLOCNODE is not set properly
and thus set it properly and remove the hard coded values to real time values

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agoCorrect the datatype mismatch
pradeep.ns [Thu, 15 Jun 2017 09:58:51 +0000 (15:28 +0530)]
Correct the datatype mismatch

Inside struct mm_allocnode_s in mm.h file, the size and preceding are declared as mmsize_t.
heapinfo_add_size is getting called from mm_malloc.c by referencing to it's own structures
as below. heapinfo_add_size(((struct mm_allocnode_s *)node)->pid, node->size);

This was the concern to change the data type to mmsize_t to keep the same reference across
src files to keep the code robust.

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agoMerge pull request #188 from sunghan-chang/coding_rule
Taejun-Kwon [Thu, 15 Jun 2017 03:42:40 +0000 (12:42 +0900)]
Merge pull request #188 from sunghan-chang/coding_rule

refactoring

7 years agoMerge pull request #185 from jeongarmy/examples_procfs
Taejun-Kwon [Thu, 15 Jun 2017 03:41:42 +0000 (12:41 +0900)]
Merge pull request #185 from jeongarmy/examples_procfs

Clean codes in proc example for showing procfs usage

7 years agoMerge pull request #181 from sunghan-chang/README
Taejun-Kwon [Thu, 15 Jun 2017 03:41:11 +0000 (12:41 +0900)]
Merge pull request #181 from sunghan-chang/README

update README

7 years agoMerge pull request #174 from shivgarg/master
Taejun-Kwon [Thu, 15 Jun 2017 03:40:15 +0000 (12:40 +0900)]
Merge pull request #174 from shivgarg/master

Fixing bugs in arastorage and augumenting testcasse to increase code coverage.

7 years agoMerge pull request #194 from junmin-kim/kernel_tc
sunghan-chang [Wed, 14 Jun 2017 08:33:30 +0000 (17:33 +0900)]
Merge pull request #194 from junmin-kim/kernel_tc

Fix asprintf tc

7 years agoMerge pull request #184 from tadziopazur/kconfig_sanity_01
sunghan-chang [Wed, 14 Jun 2017 08:32:56 +0000 (17:32 +0900)]
Merge pull request #184 from tadziopazur/kconfig_sanity_01

Force tinyara_head.bin creation for Artik05x boards

7 years agoFix asprintf tc
junmin kim [Thu, 8 Jun 2017 08:52:45 +0000 (01:52 -0700)]
Fix asprintf tc

Use asprintf, not avsprintf

7 years agoAdd README for IoTivity and a sample app
Heejin Kim [Tue, 13 Jun 2017 10:27:36 +0000 (19:27 +0900)]
Add README for IoTivity and a sample app

7 years agoMerge pull request #190 from JeongJunSik/master
sangwon03 [Wed, 14 Jun 2017 04:33:38 +0000 (13:33 +0900)]
Merge pull request #190 from JeongJunSik/master

Modify SYSTEMIO APIs parameter and fix build error

7 years agoMerge pull request #191 from jeongchanKim/kernel_builtin
sunghan-chang [Wed, 14 Jun 2017 00:59:59 +0000 (09:59 +0900)]
Merge pull request #191 from jeongchanKim/kernel_builtin

Update the missings about builtin apps and Remove the unnecessary def…

7 years agoUpdate the missings about builtin apps and Remove the unnecessary defines
jc_.kim [Tue, 13 Jun 2017 23:55:17 +0000 (08:55 +0900)]
Update the missings about builtin apps and Remove the unnecessary defines

7 years agoModify SYSTEMIO API parameter and fix build error
JunSik Jeong [Tue, 13 Jun 2017 23:35:50 +0000 (08:35 +0900)]
Modify SYSTEMIO API parameter and fix build error

7 years agoAdd manual testcase for T-trace
Changjoon Baek [Tue, 21 Feb 2017 04:51:52 +0000 (13:51 +0900)]
Add manual testcase for T-trace

Testcases will check below functions with ttrace executable running.
              trace_sched()
              trace_begin()
              trace_begin_u()
              trace_end()
              trace_end_u()

Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agomodify alignment
sunghan [Tue, 13 Jun 2017 13:02:55 +0000 (22:02 +0900)]
modify alignment

7 years agofix violations of coding rule
sunghan [Tue, 13 Jun 2017 12:25:25 +0000 (21:25 +0900)]
fix violations of coding rule

remove space after type casting

7 years agoExample build fix: invalid types of functions.
Tomasz Wozniak [Tue, 13 Jun 2017 13:00:23 +0000 (15:00 +0200)]
Example build fix: invalid types of functions.

7 years agoClean codes of proc fs example
Ahreum Jeong [Mon, 29 May 2017 06:23:04 +0000 (15:23 +0900)]
Clean codes of proc fs example

7 years agoForce tinyara_head.bin creation for Artik05x boards
Tomasz Wozniak [Tue, 13 Jun 2017 11:23:14 +0000 (13:23 +0200)]
Force tinyara_head.bin creation for Artik05x boards

7 years agoMerge pull request #183 from jeongchanKim/kernel_gitignore
sunghan-chang [Tue, 13 Jun 2017 10:55:43 +0000 (19:55 +0900)]
Merge pull request #183 from jeongchanKim/kernel_gitignore

Add the file lists in .gitignore  which should be ignored for about b…

7 years agoupdate README
sunghan [Tue, 13 Jun 2017 09:53:36 +0000 (18:53 +0900)]
update README

1. changed link from wiki.tizen.org to source.tizen.org
2. add kconfig-frontends installation
3. make some words italicized

7 years agoAdd the file lists in .gitignore which should be ignored for about built-in apps
jc_.kim [Tue, 13 Jun 2017 10:30:47 +0000 (19:30 +0900)]
Add the file lists in .gitignore  which should be ignored for about built-in apps

7 years agoMerge pull request #180 from heejin-kim/nw_iotivity
lssgood [Tue, 13 Jun 2017 10:11:32 +0000 (19:11 +0900)]
Merge pull request #180 from heejin-kim/nw_iotivity

Modify a Makefile in the external folder to remove mbedtls folders.

7 years agoMerge pull request #178 from lssgood/master
sunghan-chang [Tue, 13 Jun 2017 09:04:17 +0000 (18:04 +0900)]
Merge pull request #178 from lssgood/master

Fix the file permission from 755 to 644 in iotivity apps due to the s…

7 years agoMerge pull request #179 from jeongchanKim/kernel_builtin
sunghan-chang [Tue, 13 Jun 2017 09:02:11 +0000 (18:02 +0900)]
Merge pull request #179 from jeongchanKim/kernel_builtin

Fix the compile error for built-in app

7 years agoModify a Makefile in the external folder to remove mbedtls folders.
Heejin Kim [Tue, 13 Jun 2017 08:32:31 +0000 (17:32 +0900)]
Modify a Makefile in the external folder to remove mbedtls folders.

7 years agoFix the compile error for built-in app
jc_.kim [Tue, 13 Jun 2017 08:26:59 +0000 (17:26 +0900)]
Fix the compile error for built-in app

7 years agoFix the file permission from 755 to 644 in iotivity apps due to the security issue.
Sangsoon Lim [Tue, 13 Jun 2017 08:20:18 +0000 (17:20 +0900)]
Fix the file permission from 755 to 644 in iotivity apps due to the security issue.

7 years agoMerge pull request #173 from heejin-kim/0613_nw
lssgood [Tue, 13 Jun 2017 08:06:03 +0000 (17:06 +0900)]
Merge pull request #173 from heejin-kim/0613_nw

Delete old version of IoTivity and update tinycbor for IoTivity lib

7 years agoMerge pull request #177 from jeongchanKim/kernel_builtin
sunghan-chang [Tue, 13 Jun 2017 07:58:24 +0000 (16:58 +0900)]
Merge pull request #177 from jeongchanKim/kernel_builtin

Add setting priority and stacksize for builtin app

7 years agoUpdate the README.md in apps/builtin
jc_.kim [Tue, 13 Jun 2017 07:52:00 +0000 (16:52 +0900)]
Update the README.md in apps/builtin

Developer can set the priority and stacksize for builtin-app

7 years agoAdd the setting for builtin-app detail
jc_.kim [Tue, 13 Jun 2017 07:36:28 +0000 (16:36 +0900)]
Add the setting for builtin-app detail

in builtin-app, developer can set the priority and stacksize for ASYNC Tash Task

7 years agoremoving arastorage_data_t definition
Shivam Garg [Tue, 13 Jun 2017 06:23:08 +0000 (15:23 +0900)]
removing arastorage_data_t definition

7 years agoModify a typo : NSH -> TASH
jc_.kim [Tue, 13 Jun 2017 06:13:59 +0000 (15:13 +0900)]
Modify a typo : NSH -> TASH

7 years agoRemove unnecessary priority and stacksize setting from env for built-in task
jc_.kim [Tue, 13 Jun 2017 06:11:53 +0000 (15:11 +0900)]
Remove unnecessary priority and stacksize setting from env for built-in task

7 years agoFixing coding rule violations
Shivam Garg [Tue, 13 Jun 2017 06:01:49 +0000 (15:01 +0900)]
Fixing coding rule violations

7 years agoMerge pull request #175 from jeongchanKim/kernel_tc_task
sunghan-chang [Tue, 13 Jun 2017 05:52:50 +0000 (14:52 +0900)]
Merge pull request #175 from jeongchanKim/kernel_tc_task

Modify the tc_task for vfork

7 years agoMerge pull request #170 from sunghan-chang/README
Juitem JoonWoo Kim [Tue, 13 Jun 2017 05:46:14 +0000 (14:46 +0900)]
Merge pull request #170 from sunghan-chang/README

Readme

7 years agoModify the tc_task for vfork
jc_.kim [Tue, 13 Jun 2017 05:44:13 +0000 (14:44 +0900)]
Modify the tc_task for vfork

1. modify that checking the creation more than the CONFIG_MAX_TASKS
2. Fix the immortal tc_vfork task

7 years agomodify README of apps
sunghan [Tue, 13 Jun 2017 04:36:21 +0000 (13:36 +0900)]
modify README of apps

7 years agoadd README for builtin
sunghan [Tue, 13 Jun 2017 04:02:51 +0000 (13:02 +0900)]
add README for builtin

7 years agoExtended arastorage tc to increase code coverage. Coding Rule has been applied to...
Shivam Garg [Tue, 13 Jun 2017 04:05:48 +0000 (13:05 +0900)]
Extended arastorage tc to increase code coverage. Coding Rule has been applied to itc.

7 years agoFixed some bugs in arastorage
Shivam Garg [Tue, 13 Jun 2017 04:03:20 +0000 (13:03 +0900)]
Fixed some bugs in arastorage

7 years agoadd README for shell
sunghan [Fri, 9 Jun 2017 08:04:56 +0000 (17:04 +0900)]
add README for shell

7 years agoUpdate tinycbor for IoTivity libs
Heejin Kim [Tue, 13 Jun 2017 02:12:48 +0000 (11:12 +0900)]
Update tinycbor for IoTivity libs

7 years agoDelete old version of IoTivity
Heejin Kim [Tue, 13 Jun 2017 02:10:18 +0000 (11:10 +0900)]
Delete old version of IoTivity

7 years agoMerge pull request #155 from heejin-kim/nw_iotivity
sunghan-chang [Mon, 12 Jun 2017 08:22:18 +0000 (17:22 +0900)]
Merge pull request #155 from heejin-kim/nw_iotivity

Add iotivity_1.2-rel

7 years agoAdd iotivity sample app - simple server
Heejin Kim [Fri, 2 Jun 2017 09:23:20 +0000 (18:23 +0900)]
Add iotivity sample app - simple server

Signed-off-by: Heejin Kim <hj_elena.kim@samsung.com>
7 years agoMerge pull request #169 from sunghan-chang/shell
Taejun-Kwon [Fri, 9 Jun 2017 10:11:53 +0000 (19:11 +0900)]
Merge pull request #169 from sunghan-chang/shell

Shell

7 years agofix typo in shell
sunghan [Fri, 9 Jun 2017 08:24:20 +0000 (17:24 +0900)]
fix typo in shell

7 years agomodify menu name for shell
sunghan [Fri, 9 Jun 2017 08:21:12 +0000 (17:21 +0900)]
modify menu name for shell

"Enable Shell" is not appropriate title on menuconfig.
modify it to Shell

7 years agoMerge pull request #164 from sunghan-chang/master
Juitem JoonWoo Kim [Fri, 9 Jun 2017 04:31:15 +0000 (13:31 +0900)]
Merge pull request #164 from sunghan-chang/master

s5jt200: remove wrong string in error output

7 years agoMerge pull request #168 from junmin-kim/libc_spawn
sunghan-chang [Fri, 9 Jun 2017 04:11:25 +0000 (13:11 +0900)]
Merge pull request #168 from junmin-kim/libc_spawn

posix_spawnattr_init:Return EIVNAL when attr is NULL

7 years agoMerge pull request #165 from pradeepns85/modify_incorrect_description
sunghan-chang [Fri, 9 Jun 2017 03:55:09 +0000 (12:55 +0900)]
Merge pull request #165 from pradeepns85/modify_incorrect_description

sem_holder : Modify the incorrect description

7 years agoposix_spawnattr_init:Return EIVNAL when attr is NULL
junmin kim [Fri, 9 Jun 2017 02:20:18 +0000 (19:20 -0700)]
posix_spawnattr_init:Return EIVNAL when attr is NULL

If attr is invalid, posix_spawnattr_init return EINVAL

7 years agosem_holder : Modify the incorrect description
pradeep.ns [Thu, 8 Jun 2017 16:12:32 +0000 (21:42 +0530)]
sem_holder : Modify the incorrect description

Return values are NULL, however it's mentioned as OK and ERROR, Correct the same

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agos5jt200: remove wrong string in error output
Jihoon Park [Thu, 8 Jun 2017 12:15:21 +0000 (21:15 +0900)]
s5jt200: remove wrong string in error output

fix not appropriate string to s5jt200

Change-Id: Ic11084af6a1e6ca73d0d45a20b443f5dae6ba66c
Signed-off-by: Jihoon Park <jh6186.park@samsung.com>
7 years agoMerge pull request #163 from junmin-kim/kernel_tc
sunghan-chang [Thu, 8 Jun 2017 11:54:59 +0000 (20:54 +0900)]
Merge pull request #163 from junmin-kim/kernel_tc

Kernel tc

7 years agoRefactor tc_libc_mqueue
junmin kim [Thu, 8 Jun 2017 11:40:25 +0000 (04:40 -0700)]
Refactor tc_libc_mqueue

Split tc_libc_mqueue from tc_mqueue
Refactor tc to check all cases(condition and decision)

7 years agoRefactor tc_libc_signal
junmin kim [Thu, 8 Jun 2017 11:36:06 +0000 (04:36 -0700)]
Refactor tc_libc_signal

Refactor tc to check all cases(condition and decision)

7 years agoRefactor tc_libc_semaphore
junmin kim [Thu, 8 Jun 2017 11:35:44 +0000 (04:35 -0700)]
Refactor tc_libc_semaphore

Refactor tc to check all cases(condition and decision)

7 years agoRefactor tc_libc_sched
junmin kim [Thu, 8 Jun 2017 11:34:33 +0000 (04:34 -0700)]
Refactor tc_libc_sched

Refactor tc to check all cases(condition and decision)

7 years agoRefactor tc_libc_pthread
junmin kim [Thu, 8 Jun 2017 11:33:46 +0000 (04:33 -0700)]
Refactor tc_libc_pthread

Refactor tc to check all cases(condition and decision)

7 years agoRefactor tc_libc_libgen
junmin kim [Thu, 8 Jun 2017 11:33:05 +0000 (04:33 -0700)]
Refactor tc_libc_libgen

Refactor tc to check all cases(condition and decision)

7 years agoMerge pull request #161 from sunghan-chang/typo
btheosam [Thu, 8 Jun 2017 07:31:52 +0000 (16:31 +0900)]
Merge pull request #161 from sunghan-chang/typo

modify in-correct informations

7 years agoMerge pull request #156 from pradeepns85/fix_overwriting_errorno
btheosam [Thu, 8 Jun 2017 07:31:16 +0000 (16:31 +0900)]
Merge pull request #156 from pradeepns85/fix_overwriting_errorno

Fix: Avoid overwriting the first error set by sem_wait()

7 years agomodify argument name of gettimeofday
sunghan [Thu, 8 Jun 2017 04:49:06 +0000 (13:49 +0900)]
modify argument name of gettimeofday

In POSIX, tv and tz are used.

7 years agoupdate README
sunghan [Wed, 7 Jun 2017 12:12:01 +0000 (21:12 +0900)]
update README

7 years agofix typo
sunghan [Wed, 7 Jun 2017 11:41:35 +0000 (20:41 +0900)]
fix typo

7 years agoMerge pull request #157 from Samsung/fs_example
sunghan-chang [Wed, 7 Jun 2017 05:09:15 +0000 (14:09 +0900)]
Merge pull request #157 from Samsung/fs_example

Apply latest tc of fs

7 years agoApply latest tc of fs
TaeJun Kwon [Mon, 5 Jun 2017 01:59:33 +0000 (10:59 +0900)]
Apply latest tc of fs
Remove aio feature, add description of Tizen Style

7 years agoFix: Avoid overwriting the first error set by sem_wait()
pradeep.ns [Fri, 2 Jun 2017 11:43:07 +0000 (17:13 +0530)]
Fix: Avoid overwriting the first error set by sem_wait()

Some functions (sem_trywait()) inside wd_delete() may fail and set the
errorno. this would override the any errors set by previous logic.
In recursice  error scenario, catch the first error and set it as errorno

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agoMerge pull request #154 from sunghan-chang/master
btheosam [Fri, 2 Jun 2017 11:03:35 +0000 (20:03 +0900)]
Merge pull request #154 from sunghan-chang/master

fix non-compliant POSIX

7 years agoAdd iotivity_1.2-rel
Heejin Kim [Fri, 2 Jun 2017 09:20:58 +0000 (18:20 +0900)]
Add iotivity_1.2-rel

7 years agoNon-compliant gettimeofday prototype fixed.
sunghan [Fri, 2 Jun 2017 09:17:53 +0000 (18:17 +0900)]
Non-compliant gettimeofday prototype fixed.

Signed-off-by: Tomasz Wozniak <t.wozniak@samsung.com>
7 years agoProvided POSIX-mandated RAND_MAX definition.
Tomasz Wozniak [Mon, 10 Apr 2017 08:52:12 +0000 (10:52 +0200)]
Provided POSIX-mandated RAND_MAX definition.

Change-Id: I77b0250cd4277154635232cdfd0fd1ab3458ec68
Signed-off-by: Tomasz Wozniak <t.wozniak@samsung.com>
7 years agoMerge pull request #153 from pradeepns85/set_stkmon_flag
sunghan-chang [Fri, 2 Jun 2017 07:53:11 +0000 (16:53 +0900)]
Merge pull request #153 from pradeepns85/set_stkmon_flag

Set stkmon_started=FALSE in error case

7 years agoSet stkmon_started=FALSE in error case
pradeep.ns [Fri, 2 Jun 2017 07:47:11 +0000 (13:17 +0530)]
Set stkmon_started=FALSE in error case

pthread_cancel kills the thread and stkmon logging will be stopped immediately.
hence set the variable stkmon_started to FALSE so that user can re-attempt
command "stkmon" from tash

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agoMerge pull request #150 from jeongarmy/apps_sysinfo
sunghan-chang [Fri, 2 Jun 2017 07:31:17 +0000 (16:31 +0900)]
Merge pull request #150 from jeongarmy/apps_sysinfo

Add '\t' to system info message for readability

7 years agoMerge pull request #149 from jeongarmy/fs_procfs
sunghan-chang [Fri, 2 Jun 2017 07:31:00 +0000 (16:31 +0900)]
Merge pull request #149 from jeongarmy/fs_procfs

Modify values read from procfs to match output formats

7 years agoAdd \t' to system info message for readability
Ahreum Jeong [Mon, 29 May 2017 06:51:40 +0000 (15:51 +0900)]
Add \t' to system info message for readability

7 years agoModify values read from procfs to match output formats
Ahreum Jeong [Mon, 29 May 2017 06:39:52 +0000 (15:39 +0900)]
Modify values read from procfs to match output formats
Add or delete '\n' to values read from procfs

7 years agoMerge pull request #148 from junmin-kim/artik053_tc
sunghan-chang [Fri, 2 Jun 2017 06:45:27 +0000 (15:45 +0900)]
Merge pull request #148 from junmin-kim/artik053_tc

Add artik053/tc build config

7 years agoMerge pull request #147 from lssgood/master
sunghan-chang [Fri, 2 Jun 2017 06:41:38 +0000 (15:41 +0900)]
Merge pull request #147 from lssgood/master

add network cancelation point and fix timeout handle logic in sys_arch.c

7 years agoMerge branch 'master' into master
sunghan-chang [Fri, 2 Jun 2017 06:40:15 +0000 (15:40 +0900)]
Merge branch 'master' into master

7 years agoAdd artik053/tc build config
junmin kim [Fri, 2 Jun 2017 06:37:26 +0000 (23:37 -0700)]
Add artik053/tc build config

It contains kernel, network, arastorage_utc, sysio_utc, fs_sample

7 years agochange sys_arch.c file permission to 644
Sangsoon Lim [Tue, 30 May 2017 07:11:25 +0000 (16:11 +0900)]
change sys_arch.c file permission to 644

Change-Id: I296e39aa90d85843184aaa45059aa0adf64a3038

7 years agoMerge pull request #144 from dr-venkman/master
Taejun-Kwon [Fri, 2 Jun 2017 03:39:52 +0000 (12:39 +0900)]
Merge pull request #144 from dr-venkman/master

Fixed build error in DM testcase, incorrect variable naming

7 years agoMerge pull request #146 from pradeepns85/modify_comment_description
btheosam [Thu, 1 Jun 2017 06:14:31 +0000 (15:14 +0900)]
Merge pull request #146 from pradeepns85/modify_comment_description

Correct the comment description for better understanding

7 years agoMerge pull request #136 from sunghan-chang/mdnsd_error
lssgood [Thu, 1 Jun 2017 00:48:08 +0000 (09:48 +0900)]
Merge pull request #136 from sunghan-chang/mdnsd_error

fixup! netutils/mdns: add support for exposing services