platform/core/system/libsystem.git
6 years agolibgdbus: Add common internal apis for gdbus 93/173093/4 submit/tizen/20180322.094245
pr.jung [Mon, 19 Mar 2018 11:55:04 +0000 (20:55 +0900)]
libgdbus: Add common internal apis for gdbus

Change-Id: I135014e08f6fd96034adbc96f0a99c58ca882467
Signed-off-by: pr.jung <pr.jung@samsung.com>
6 years agoDiable build-time autotest 09/173009/1 accepted/tizen_unified tizen accepted/tizen/unified/20180326.075213 submit/tizen/20180322.062032
Hyotaek Shim [Mon, 19 Mar 2018 07:42:28 +0000 (16:42 +0900)]
Diable build-time autotest

Change-Id: I716df9ab06c6392cac20ad4e822b945ac1e94433
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
6 years agoadd LICENSE.Apache-2.0 and fix a manifest-related build issue 79/159279/1
Hyotaek Shim [Wed, 8 Nov 2017 02:35:27 +0000 (11:35 +0900)]
add LICENSE.Apache-2.0 and fix a manifest-related build issue

Change-Id: I0cfb2c6ec8dba567e24973cb5717d0218266a0bd
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
7 years agoMerge branch 'master' into tizen
taeyoung [Mon, 16 Jan 2017 02:39:48 +0000 (11:39 +0900)]
Merge branch 'master' into tizen

Change-Id: Ie83044d82e9772c3ec094a5d162cacffe4d7b9a1
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoInitial empty repository master
Tizen Infrastructure [Sun, 15 Jan 2017 23:10:35 +0000 (15:10 -0800)]
Initial empty repository

7 years agorelease: 4.1-0
WaLyong Cho [Wed, 14 Dec 2016 11:12:56 +0000 (20:12 +0900)]
release: 4.1-0

[Model] Common
[BinType] AP
[Customer] N/A

[Issue] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] release: 4.1-0
[Cause & Measure] N/A
[Checking Method] N/A

[Team] SystemFW
[Developer] WaLyong Cho
[Solution company] Samsung
[Change Type] N/A

* devel/systemfw/master:
  release: 4.1-0
  configure.ac: add needed build prog and headers
  libsystem: glib-utils: extend glist iterate macro function
  libsystem: add general numeric type read/write api.
  libsystem: add macro function for num read/write
  adjust line break and white spaces
  configure.ac: remove duplicate space in build flags
  untabify: replace tab to space
  libsystem: add 64 bit signed/unsigned read-write api

Change-Id: Ia36e4a330b8d5cab3111f8d7500cb2be959f2882
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.1-0
WaLyong Cho [Wed, 14 Dec 2016 09:42:22 +0000 (18:42 +0900)]
release: 4.1-0

Change-Id: I7d0b909b8c27b51af0f501a431510d65f4d64e40
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoconfigure.ac: add needed build prog and headers
WaLyong Cho [Wed, 14 Dec 2016 09:41:58 +0000 (18:41 +0900)]
configure.ac: add needed build prog and headers

Change-Id: Id0a1b209366f2ae2c2338c334d71bf3d4c4c348b
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: glib-utils: extend glist iterate macro function
WaLyong Cho [Wed, 14 Dec 2016 06:17:57 +0000 (15:17 +0900)]
libsystem: glib-utils: extend glist iterate macro function

Some of additional glist iterate macro functions are added:
- FOREACH_G_LIST_DATA()
- FOREACH_G_LIST_REVERSE()
- FOREACH_G_LIST_SAFE()
- FOREACH_G_LIST_SAFE_REVERSE()

Change-Id: Ie37b40aded588a4c8e725f86b2185c12c3a2e868
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: add general numeric type read/write api.
WaLyong Cho [Wed, 14 Dec 2016 05:21:15 +0000 (14:21 +0900)]
libsystem: add general numeric type read/write api.

Add new general numeric type(int, long int, long long int, unsigned
int, unsigned long int, unsigned long long int) read/write api.

Change-Id: I45fd85be237414619b12a96ea9e6351960c550d3
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: add macro function for num read/write
WaLyong Cho [Wed, 14 Dec 2016 04:48:37 +0000 (13:48 +0900)]
libsystem: add macro function for num read/write

Change-Id: I1ac6af736032f5b42017c94e5ef919a20886c5ad
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoadjust line break and white spaces
WaLyong Cho [Wed, 14 Dec 2016 03:59:11 +0000 (12:59 +0900)]
adjust line break and white spaces

Some of lines break and missed white spaces are adjusted.

This change is used with indent command line tool with below command:
$ indent -i8 -nut -brf -cs -nbad -bap -nbc -bbo -hnl -br -brs -ce -cdw
-cli0 -lp -npcs -nprs -npsl -l200 -di1 -il0 $(find src \( -name *.c -o
-name *.h \))

But some of results were reverted.

Change-Id: I5592787cbfd226b8b38afd9a4b02e2eedf51ec47
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoconfigure.ac: remove duplicate space in build flags
WaLyong Cho [Tue, 13 Dec 2016 05:23:29 +0000 (14:23 +0900)]
configure.ac: remove duplicate space in build flags

Change-Id: I0f616f4a8bb6b7d4b82c2a41bc745096d61b9824
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agountabify: replace tab to space
WaLyong Cho [Tue, 13 Dec 2016 04:44:20 +0000 (13:44 +0900)]
untabify: replace tab to space

Change-Id: I683d4414c2aad001ec513bfa3f226e7373ed8723
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: add 64 bit signed/unsigned read-write api
WaLyong Cho [Tue, 13 Dec 2016 02:45:20 +0000 (11:45 +0900)]
libsystem: add 64 bit signed/unsigned read-write api

Change-Id: Ia2bc5ce5e606154b179ea9e39109e6765a4cdea2
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-4
WaLyong Cho [Tue, 6 Dec 2016 00:33:58 +0000 (09:33 +0900)]
release: 4.0-4

[Model] Common
[BinType] AP
[Customer] N/A

[Issue] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] release: 4.0-4
[Cause & Measure] N/A
[Checking Method] N/A

[Team] SystemFW
[Developer] WaLyong Cho
[Solution company] Samsung
[Change Type] N/A

* devel/systemfw/master:
  release: 4.0-4
  libsystem: config-parser: add percent config parse api

Change-Id: I657666b5480c25582fe2c42b2e5e6ff9ad06551b
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-4
WaLyong Cho [Tue, 6 Dec 2016 00:33:53 +0000 (09:33 +0900)]
release: 4.0-4

Change-Id: I8e47a5049ca21b768792c4237699a8e01f4c4766
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: config-parser: add percent config parse api
WaLyong Cho [Thu, 24 Nov 2016 02:40:32 +0000 (11:40 +0900)]
libsystem: config-parser: add percent config parse api

To parse percent formatted key/value config, add new
config_parse_percent(). The right value has to end with '%' character.

Change-Id: I7a3edcfe8c272aab9e817ce1f2b8513ba2f92c9e
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-3
WaLyong Cho [Wed, 23 Nov 2016 07:36:08 +0000 (16:36 +0900)]
release: 4.0-3

[Model] Common
[BinType] AP
[Customer] N/A

[Issue] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] release: 4.0-3
[Cause & Measure] N/A
[Checking Method] N/A

[Team] SystemFW
[Developer] WaLyong Cho
[Solution company] Samsung
[Change Type] N/A

* devel/systemfw/master:
  release: 4.0-3
  libsystem-sd: use conrresponding macro for each type
  libsystem: remove origin do_copy and rename symbol do_cp() family to do_copy()
  libsystem: introduce do_cp_force() and do_cp_mode_force()
  configure: arrange needed autotools
  configure: cflags: add initial cflags
  autogen.sh: untabify
  autogen.sh: make sure m4 dir exist
  autogen.sh: add some of useful options
  libsystem: introduce do_cp() and do_cp_mode()
  libsystem: do_mkdir: avoid frequent malloc/free
  libsystem: proc: add proc_get_buddyinfo()
  libsystem: proc: add /proc/meminfo parse api
  configure: add new checks for funcs and headers
  libsystem: proc: add smaps parse api for a pid
  libsystem: split /proc access apis to proc.{ch}
  libsystem: remove mnt_is_mounted() from proc group
  rpmspec: support none tizen vendor
  libsystem: strv: avoid memory leak by realloc

Change-Id: I41dfde829e02824ce5632647a8a9c2d66c980935
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-3
WaLyong Cho [Wed, 23 Nov 2016 07:35:39 +0000 (16:35 +0900)]
release: 4.0-3

Change-Id: Iae4f806b0ec9151621393f215b7eb77288d49d1f
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem-sd: use conrresponding macro for each type
WaLyong Cho [Wed, 23 Nov 2016 07:03:10 +0000 (16:03 +0900)]
libsystem-sd: use conrresponding macro for each type

Change-Id: I711554f8e4cf372b5916d06ed28c9c2f0f0298a5
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: remove origin do_copy and rename symbol do_cp() family to do_copy()
WaLyong Cho [Tue, 15 Nov 2016 08:22:07 +0000 (17:22 +0900)]
libsystem: remove origin do_copy and rename symbol do_cp() family to do_copy()

Change-Id: If1b60742e05591124e4de145e9a81397ef0f68df
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: introduce do_cp_force() and do_cp_mode_force()
WaLyong Cho [Tue, 15 Nov 2016 08:12:06 +0000 (17:12 +0900)]
libsystem: introduce do_cp_force() and do_cp_mode_force()

The origin do_cp() and do_cp_mode() always overwrite the destination
file. It does not make sense. So check the destination file exists, if
yes, return -EALREADY.
And to support force overwrite, add new do_cp_force() and
do_cp_mode_force(). Those does not check the destination file exist.

Change-Id: I9b0936f15195b737c4701bf1fa64ce49124873ce
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoconfigure: arrange needed autotools
WaLyong Cho [Tue, 15 Nov 2016 05:20:43 +0000 (14:20 +0900)]
configure: arrange needed autotools

Change-Id: Ie69475dda7a6fff28bc82d70b127704cc083fc46
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoconfigure: cflags: add initial cflags
WaLyong Cho [Tue, 15 Nov 2016 05:12:25 +0000 (14:12 +0900)]
configure: cflags: add initial cflags

Change-Id: Id29d5fad8016144e31d49dabfd42b08871f10ce2
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoautogen.sh: untabify
WaLyong Cho [Tue, 15 Nov 2016 05:17:13 +0000 (14:17 +0900)]
autogen.sh: untabify

Change-Id: Iac8972f8e0706e99fdec23d2e5fbe1736e802fd0
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoautogen.sh: make sure m4 dir exist
WaLyong Cho [Tue, 15 Nov 2016 05:15:26 +0000 (14:15 +0900)]
autogen.sh: make sure m4 dir exist

Change-Id: I50c4d017911a66a35d3ae496aa790df8a8508ebc
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoautogen.sh: add some of useful options
WaLyong Cho [Tue, 15 Nov 2016 05:01:06 +0000 (14:01 +0900)]
autogen.sh: add some of useful options

* c: do normal configure
* d: do configure with none optimization
* g: Optimize debugging experience. -Og enables optimizations that do
  not interfere with debugging. It should be the optimization level of
  choice for the standard edit-compile-debug cycle, offering a
  reasonable level of optimization while maintaining fast compilation
  and a good debugging experience.
* l: build with llvm
* s: support clang scan-build(front-end of llvm)

Change-Id: Id887143b8d3b7a8388d876c8c5cbea4e4505a375
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: introduce do_cp() and do_cp_mode()
WaLyong Cho [Tue, 15 Nov 2016 04:49:53 +0000 (13:49 +0900)]
libsystem: introduce do_cp() and do_cp_mode()

(This is the first step to remove do_copy() which is invoking
"/bin/cp" directly.)

Add new two file copy api.
- do_cp_mode(): copy src file to dst file with given mode.
- do_cp(): same with do_cp_mode(), but mode is 0644.

Change-Id: I6a1bada8de677b64886ed0c6b0b16cf80d57459c
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: do_mkdir: avoid frequent malloc/free
WaLyong Cho [Fri, 11 Nov 2016 05:55:06 +0000 (14:55 +0900)]
libsystem: do_mkdir: avoid frequent malloc/free

Change-Id: I8501b84bc25c21c38199fee672400eb15d2562aa
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: proc: add proc_get_buddyinfo()
WaLyong Cho [Fri, 11 Nov 2016 04:38:06 +0000 (13:38 +0900)]
libsystem: proc: add proc_get_buddyinfo()

To get a zone info from /proc/buddyinfo, add new api
proc_get_buddyinfo().

Change-Id: Id88cb14e9bec057b72a53820fde6a66955cd77a8
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: proc: add /proc/meminfo parse api
WaLyong Cho [Thu, 10 Nov 2016 10:36:04 +0000 (19:36 +0900)]
libsystem: proc: add /proc/meminfo parse api

Change-Id: I74b0f5992d49428b13213aef6fcb8c200c0605d3
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoconfigure: add new checks for funcs and headers
WaLyong Cho [Thu, 10 Nov 2016 10:04:13 +0000 (19:04 +0900)]
configure: add new checks for funcs and headers

Change-Id: I919044170ac771489236cd8437124c819721677b
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: proc: add smaps parse api for a pid
WaLyong Cho [Thu, 10 Nov 2016 09:25:16 +0000 (18:25 +0900)]
libsystem: proc: add smaps parse api for a pid

Change-Id: Idae05dc3839b6cbc7051425bcc905a56b9370e17
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: split /proc access apis to proc.{ch}
WaLyong Cho [Thu, 10 Nov 2016 07:44:50 +0000 (16:44 +0900)]
libsystem: split /proc access apis to proc.{ch}

And use proc_ prefix.

Change-Id: I555e71a71da3bcbb44f06334b876397578095421
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: remove mnt_is_mounted() from proc group
WaLyong Cho [Thu, 10 Nov 2016 06:47:32 +0000 (15:47 +0900)]
libsystem: remove mnt_is_mounted() from proc group

Change-Id: I9e5209fe0b1d4a3165f4c91d10336765c56aa488
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorpmspec: support none tizen vendor
WaLyong Cho [Wed, 9 Nov 2016 02:27:24 +0000 (11:27 +0900)]
rpmspec: support none tizen vendor

Change-Id: Ic803872ef6196f56a4e41f954c3b91f5d30cd523
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: strv: avoid memory leak by realloc
WaLyong Cho [Tue, 8 Nov 2016 10:27:01 +0000 (19:27 +0900)]
libsystem: strv: avoid memory leak by realloc

In str_to_strv(), during interation the strings if allocation is failed
after second chance, the allocated origin value v is leaked.
And recent gcc is safe for null free. So destroy value without check.

Change-Id: I7fda4d76484201b2ccb66f5617ca75d0e4ecb1aa
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-2
WaLyong Cho [Tue, 8 Nov 2016 09:22:55 +0000 (18:22 +0900)]
release: 4.0-2

[Model] Common
[BinType] AP
[Customer] N/A

[Issue] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] release: 4.0-2
[Cause & Measure] N/A
[Checking Method] N/A

[Team] SystemFW
[Developer] WaLyong Cho
[Solution company] Samsung
[Change Type] N/A

* devel/systemfw/master:
  release: 4.0-2
  build: run make check with build
  libsystem: glib-util: wipe out _cleanup_g_xxx_
  libsystem-sd: use g_auto(), g_autoptr() or g_autofree
  libsystem: test: add test for exec
  libsystem: exec: kill child on timeout and add kill signal selectable api
  libsystem: exec: add do_fork_exec_redirect()
  gitignore: add test-driver
  spec: resolve rpmlint warnings and use rpmmacros

Change-Id: I2443c80bb4ca398b3d733eb57200b9241ad72e8c
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-2
WaLyong Cho [Tue, 8 Nov 2016 09:22:32 +0000 (18:22 +0900)]
release: 4.0-2

Change-Id: Ia7c13c5acd0d09dc5cca07974db093b1c347a3c4
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agobuild: run make check with build
WaLyong Cho [Tue, 8 Nov 2016 09:19:44 +0000 (18:19 +0900)]
build: run make check with build

Change-Id: If8c9445e0edf57999b75646f1741e2fd8e70056d
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: glib-util: wipe out _cleanup_g_xxx_
WaLyong Cho [Tue, 8 Nov 2016 07:46:58 +0000 (16:46 +0900)]
libsystem: glib-util: wipe out _cleanup_g_xxx_

Recent glib supports g_auto(), g_autoptr() and g_autofree.

Change-Id: Iddaa0ef550c6c115cd8fa0359f358091504d7111
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem-sd: use g_auto(), g_autoptr() or g_autofree
WaLyong Cho [Tue, 8 Nov 2016 07:28:17 +0000 (16:28 +0900)]
libsystem-sd: use g_auto(), g_autoptr() or g_autofree

To use g_auto(), g_autoptr() and g_autofree,
add version dependency glib >= 2.44.

Change-Id: I13c8fccb89078bd1c49b9e9e37f8945dd1226578
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: test: add test for exec
WaLyong Cho [Tue, 8 Nov 2016 01:52:04 +0000 (10:52 +0900)]
libsystem: test: add test for exec

Change-Id: I9ae8722ab50ea807100b4dd8a4df67518c023b5b
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: exec: kill child on timeout and add kill signal selectable api
WaLyong Cho [Tue, 8 Nov 2016 04:24:37 +0000 (13:24 +0900)]
libsystem: exec: kill child on timeout and add kill signal selectable api

On timeout, in do_fork_exec_redirect() ordo_fork_exec(), kill the child
process with SIGTERM signal.
And to configure the kill signal add new two api.
- do_fork_exec_kill()
- do_fork_exec_kill_redirect()

Change-Id: I3877881a98ecc1a86b37ce045443b7e85e3569fa
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agolibsystem: exec: add do_fork_exec_redirect()
WaLyong Cho [Mon, 7 Nov 2016 07:54:43 +0000 (16:54 +0900)]
libsystem: exec: add do_fork_exec_redirect()

To execute and redirect its output/error, add
do_fork_exec_redirect(). This api is very similar to do_fork_exec() but
additionally takes fd and flags. According to flags the child output or
error redirected to fd.

Change-Id: I8e6f2df5d812760138a429adec41bbd76645d6f3
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agogitignore: add test-driver
WaLyong Cho [Tue, 8 Nov 2016 02:31:35 +0000 (11:31 +0900)]
gitignore: add test-driver

Change-Id: Ia51d354d3f2afad42384ee97e4fb51e31b597f47
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agospec: resolve rpmlint warnings and use rpmmacros
WaLyong Cho [Mon, 7 Nov 2016 01:17:09 +0000 (10:17 +0900)]
spec: resolve rpmlint warnings and use rpmmacros

Change-Id: I7a58deac1a462be7181fff941142585becd1a8a3
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-1
WaLyong Cho [Wed, 19 Oct 2016 01:38:44 +0000 (10:38 +0900)]
release: 4.0-1

[Model] Common
[BinType] AP
[Customer] N/A

[Issue] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] release: 4.0-1
[Cause & Measure] N/A
[Checking Method] N/A

[Team] SystemFW
[Developer] WaLyong Cho
[Solution company] Samsung
[Change Type] N/A

* devel/systemfw/master:
  release: 4.0-1
  smack: add default smack manifest
  add gitattributes

Change-Id: I9caa877c62fb2ae106779a146aa4076df0cb13ff
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-1
WaLyong Cho [Wed, 19 Oct 2016 01:38:22 +0000 (10:38 +0900)]
release: 4.0-1

Change-Id: Id4e8ecc7e6147f4a13c7814f239849dd66f2c74d
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agosmack: add default smack manifest
WaLyong Cho [Wed, 19 Oct 2016 01:37:56 +0000 (10:37 +0900)]
smack: add default smack manifest

Change-Id: I0fb4c94454d21e0271f528e1ae48ad9ed94f8bfa
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoadd gitattributes
WaLyong Cho [Wed, 19 Oct 2016 01:37:40 +0000 (10:37 +0900)]
add gitattributes

Change-Id: I075c42638e4355f350001a555dfac97d7951ae91
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-0
WaLyong Cho [Mon, 17 Oct 2016 05:21:53 +0000 (14:21 +0900)]
release: 4.0-0

[Model] Common
[BinType] AP
[Customer] N/A

[Issue] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] release: 4.0-0
[Cause & Measure] N/A
[Checking Method] N/A

[Team] SystemFW
[Developer] WaLyong Cho
[Solution company] Samsung
[Change Type] N/A

* devel/systemfw/master:
  release: 4.0-0
  rpm: spec: modify rpm spec properly
  test: add test-truncate_nl
  make: add tests
  gitignore: update git ignores
  remove empty files
  initial files upload

Change-Id: Iff40ea8c67918bc95e4c91be572299939477ea05
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agorelease: 4.0-0
WaLyong Cho [Mon, 17 Oct 2016 05:21:09 +0000 (14:21 +0900)]
release: 4.0-0

Change-Id: I6c561fe5b1c576fcfb80ba027daf793df9f8bbfb
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoMerge branch 'upstream/tmp' into devel/systemfw/master
WaLyong Cho [Mon, 17 Oct 2016 05:17:55 +0000 (14:17 +0900)]
Merge branch 'upstream/tmp' into devel/systemfw/master

* upstream/tmp:
  rpm: spec: modify rpm spec properly
  test: add test-truncate_nl
  make: add tests
  gitignore: update git ignores
  remove empty files
  initial files upload

7 years agorpm: spec: modify rpm spec properly
WaLyong Cho [Mon, 17 Oct 2016 05:17:48 +0000 (14:17 +0900)]
rpm: spec: modify rpm spec properly

Change-Id: I6db9c93c3d398c9d60875265d2dce6e049df59b3
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
7 years agoInitial empty repository
SLP System [Mon, 17 Oct 2016 01:45:21 +0000 (10:45 +0900)]
Initial empty repository

7 years agotest: add test-truncate_nl
WaLyong Cho [Wed, 21 Sep 2016 04:41:47 +0000 (13:41 +0900)]
test: add test-truncate_nl

7 years agomake: add tests
WaLyong Cho [Wed, 21 Sep 2016 03:46:10 +0000 (12:46 +0900)]
make: add tests

7 years agogitignore: update git ignores
WaLyong Cho [Wed, 21 Sep 2016 02:03:58 +0000 (11:03 +0900)]
gitignore: update git ignores

7 years agoremove empty files
WaLyong Cho [Mon, 19 Sep 2016 09:44:16 +0000 (18:44 +0900)]
remove empty files

7 years agoinitial files upload
WaLyong Cho [Mon, 19 Sep 2016 06:27:25 +0000 (15:27 +0900)]
initial files upload

Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>