platform/upstream/procps-ng.git
6 years agoMerge branch 'tizen_base' of ssh://review.tizen.org:29418/platform/upstream/procps... 01/161201/1
DongHun Kwak [Wed, 22 Nov 2017 05:50:30 +0000 (14:50 +0900)]
Merge branch 'tizen_base' of ssh://review.tizen.org:29418/platform/upstream/procps-ng into tizen_base

Change-Id: I67f0f252563bc84b9c01d8d7b2f65064c6d6f802
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
6 years agoRebase for procps-ng 3.3.12 00/161200/1
Anas Nashif [Sat, 30 Mar 2013 12:49:56 +0000 (05:49 -0700)]
Rebase for procps-ng 3.3.12

Change-Id: Ia75a2a4ee1e00857bfc17ca1b8f88705660c457f
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
6 years agoFix intersection with linux system call personality() 04/158704/2 accepted/tizen/base/20171110.163218 submit/tizen_base/20171108.010253 submit/tizen_base/20171113.061209
Dmitriy Evgenevich Gonzha [Tue, 17 Oct 2017 17:58:56 +0000 (20:58 +0300)]
Fix intersection with linux system call personality()

On ASan sanitized firmware testing we got segmentation fault
error in ps application.
Its source is in system call personality() and global variable
"personality" names intersection: It leaded to system call
pointer change and error after Its call.

This patch fixes the error by changeng intersected global
variable name to "_personality"

Change-Id: I8b3faee8db91457a1d1cc1c5e0fa9cc64e3e6d6f
Signed-off-by: Dmitriy Evgenevich Gonzha <d.gonzha@samsung.com>
6 years agoImported Upstream version 3.3.12 72/155872/1 upstream/3.3.12
DongHun Kwak [Mon, 16 Oct 2017 10:41:27 +0000 (19:41 +0900)]
Imported Upstream version 3.3.12

Change-Id: I7d660cc63f00c651f4b2ec38f11218d06ff5c44d
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
6 years agoImported Upstream version 3.3.11 71/155871/1 upstream/3.3.11
DongHun Kwak [Mon, 16 Oct 2017 10:40:54 +0000 (19:40 +0900)]
Imported Upstream version 3.3.11

Change-Id: Ia323b0dad46ca1bdecf6ffba0fcf9a22e4ff5b5e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
6 years agoImported Upstream version 3.3.10 70/155870/1
DongHun Kwak [Mon, 16 Oct 2017 10:40:11 +0000 (19:40 +0900)]
Imported Upstream version 3.3.10

Change-Id: I59577fc8b72715e3270d47534f0b79ddaa7e0e5b
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
6 years agoapply ASLR options #1 63/144263/1 accepted/tizen/base/20170901.225346 submit/tizen_base/20170816.101104
DongHun Kwak [Wed, 16 Aug 2017 05:46:54 +0000 (14:46 +0900)]
apply ASLR options #1

[Model] All
[BinType] AP
[Customer] OPEN

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

[Problem]
[Cause & Measure]
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ia45c6006fdecd3ac382b1380480c2b5f35d181a8
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
6 years agoApply ASLR option 77/143677/1 submit/tizen_base/20170811.104712
MyoungJune Park [Fri, 11 Aug 2017 02:49:41 +0000 (11:49 +0900)]
Apply ASLR option

Change-Id: I19491ad0bc73322bc27816baeb54ee5312148c48
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
7 years agoFixing invalid reads in find_elf_note due to setenv invocation 50/113850/1 accepted/tizen/4.0/base/20170811.092759 accepted/tizen/4.0/base/20170828.221128 accepted/tizen/base/20170210.190131 accepted/tizen/base/20170310.190035 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20170209.110204 submit/tizen_base/20170307.051413 tizen_4.0.m1_release
Roman Marchenko [Thu, 29 Dec 2016 07:53:19 +0000 (09:53 +0200)]
Fixing invalid reads in find_elf_note due to setenv invocation
Resolves issue on mailing list and Red Hat Bugzilla 1163404.

Change-Id: I7d162bb30ad45e907203fb5192f18d54bab17818
Signed-off-by: Roman Marchenko <r.marchenko@samsung.com>
7 years agoChange AC_SEARCH_LIBS to AC_CHECK_LIB at configure.ac file 57/87457/1 accepted/tizen_3.0.m2_base tizen_3.0.m2_base accepted/tizen/3.0.m2/base/20170104.081920 accepted/tizen/3.0/base/20161028.103407 accepted/tizen/base/20160923.170218 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_base/20160909.043141
DongHun Kwak [Thu, 8 Sep 2016 05:42:14 +0000 (14:42 +0900)]
Change AC_SEARCH_LIBS to AC_CHECK_LIB at configure.ac file

Build break at Address Sanitizer testing.

[Model]
[BinType] AP
[Customer] OPEN

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

[Problem] Build break at Address Sanitizer testing
[Cause & Measure] Change AC_SEARCH_LIBS to AC_CHECK_LIB at configure.ac file
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I68b2e5fc95e365c74db4891365100d48d5d82ebb
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
10 years agoPackaging: spec cleanup. 40/17840/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/base/20151223.052234 submit/tizen_base/20151223.111112 submit/tizen_common/20140618.103325 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
Ronan Le Martret [Tue, 11 Mar 2014 10:28:00 +0000 (11:28 +0100)]
Packaging: spec cleanup.

Change-Id: Iee890fcf90e4091165489093f6d601630988fe3c
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
10 years agoUpdate to 3.3.9 21/15921/1 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/generic/20140204.125125 accepted/tizen/generic/20140312.112725 accepted/tizen/ivi/20140205.034726 accepted/tizen/ivi/panda/20140312.114157 accepted/tizen/ivi/release/20140312.113812 accepted/tizen/mobile/20140224.083720 submit/tizen/20140204.124805 submit/tizen/20140312.070907 submit/tizen_ivi_release/20140312.071338
Maciej Wereski [Wed, 15 Jan 2014 13:14:51 +0000 (14:14 +0100)]
Update to 3.3.9

Change-Id: I4de65fdf52eac23f50427fce3614fb86ea4e8d0c
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoFixed group
Aleksander Zdyb [Mon, 28 Oct 2013 07:17:15 +0000 (08:17 +0100)]
Fixed group

Change-Id: Iaedcb0871c4ab90e5657c37900562dbdd1c3e986
Signed-off-by: Aleksander Zdyb <a.zdyb@partner.samsung.com>
10 years agoresetting manifest requested domain to floor
Alexandru Cornea [Mon, 1 Jul 2013 19:57:36 +0000 (22:57 +0300)]
resetting manifest requested domain to floor

10 years agoReplace old procps
Anas Nashif [Sat, 30 Mar 2013 13:02:09 +0000 (06:02 -0700)]
Replace old procps

10 years agoadd packaging
Anas Nashif [Sat, 30 Mar 2013 12:49:56 +0000 (05:49 -0700)]
add packaging

10 years agoImported Upstream version 3.3.9 upstream/3.3.9
Maciej Wereski [Wed, 15 Jan 2014 12:56:13 +0000 (13:56 +0100)]
Imported Upstream version 3.3.9

11 years agoImported Upstream version 3.3.7 upstream/3.3.7
Anas Nashif [Sat, 30 Mar 2013 12:45:56 +0000 (05:45 -0700)]
Imported Upstream version 3.3.7