external/systemd.git
11 years agoAdd default OOM Score option from conf file
Sangjung Woo [Fri, 12 Apr 2013 07:56:03 +0000 (16:56 +0900)]
Add default OOM Score option from conf file

This patch is to support default OOM score option from both system.conf
and user.conf. Basically all daemons launched by systemd have the same
OOM score that is pre-defined in conf file except for explicitly be
specified in its service file using 'OOMScoreAdjust' option.

Change-Id: Ia6bd5d483e8bf30c6505ac127337f6a59a94e7f9
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
11 years agoBugfix: Support command delivery to syscall 2.1b_release accepted/tizen_2.1/20130425.040606 submit/tizen_2.1/20130424.230028
Sangjung Woo [Fri, 22 Mar 2013 07:26:08 +0000 (16:26 +0900)]
Bugfix: Support command delivery to syscall

This work is for bug fixing TDIS-2302: "Reboot download" can't reload to
download mode.

Previous sysvinit supports special command passing mechanism when
calling reboot, shutdown, halt. For example, when executing 'reboot
download', the 'download' command is delivered to reboot syscall so
system automatically enter the download mode after rebooting without any
hand action. (Press 'power' and 'volume down' button simultaneously)

However in systemd, when executing 'reboot/halt/shutdown', only realtime
signal is passed through '/dev/initctl'. So systemd daemon can't get the
command to execute.

In order to solve this issue, the command to be delivered is temporally
written to tmp file and shutdown service of systemd will read the
command if existing.

Change-Id: Ic5a07bfa144962f39276c36c33405931d4e592be
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
11 years agosync
Jinkun Jang [Fri, 15 Mar 2013 17:01:39 +0000 (02:01 +0900)]
sync

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:11:10 +0000 (01:11 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:45:10 +0000 (01:45 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
Hyesook Choi [Fri, 8 Jun 2012 06:36:16 +0000 (15:36 +0900)]
Initial empty repository