Commit Graph

502 Commits

Author SHA1 Message Date
Stefan Saraev
907882a40c Merge remote-tracking branch 'upstream/master' into openelec-linux-next 2013-03-28 11:48:09 +02:00
Stefan Saraev
539d8d4d6c Merge pull request #2024 from dagwieers/busybox-changes
Enable lsof and watch
2013-03-28 02:47:21 -07:00
Stephan Raue
bac68f0421 busybox: add applet 'mkfs.vfat'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-27 05:24:39 +01:00
Stephan Raue
ee04cfe3f4 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-settings
Conflicts:
	packages/sysutils/busybox/init.d/06_systemconfig
2013-03-23 04:27:02 +01:00
Stephan Raue
2b840b1dd5 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2013-03-22 20:05:44 +01:00
Stephan Raue
902ae4a600 busybox: dont start various init scripts in installer mode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-22 20:04:47 +01:00
Stefan Saraev
8d68698bdb busybox: implement a custom 'shutdown' script. use with care!
closes #2097
2013-03-22 20:07:53 +02:00
Stefan Saraev
f0516fbe45 Merge remote-tracking branch 'upstream/master' into openelec-settings 2013-03-10 20:53:39 +02:00
Dag Wieers
5ce4c9b9be Move syslogd after network so we can log kernel messages to remote server
Since syslogd was started before the network was up, all syslog messages before the network was up were discarded and not send to the remoe syslog server. By moving the syslogd startup until after the network, the kernel boot messages are available on the central syslog.
2013-03-09 17:27:15 +01:00
Dag Wieers
52313e0a05 Enable lsof and watch
lsof is useful to look at all open files on the system
watch is useful for monitoring files in proc to see system behavior, eg watch -n1 cat /proc/interrupts
2013-03-07 22:49:49 +01:00
Stefan Saraev
d1ccd21e5f Merge remote-tracking branch 'upstream/master' into openelec-settings 2013-03-06 13:19:49 +02:00
Stefan Saraev
76838a2ada pastebinit: replace with a simple shell script 2013-03-06 00:26:06 +02:00
Stefan Saraev
ea25da2fd4 Merge remote-tracking branch 'upstream/master' into openelec-settings 2013-02-28 14:33:44 +02:00
Stephan Raue
d990769bab busybox: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-28 11:35:55 +01:00
Stephan Raue
16e8f0e0cf busybox: add 'cryptpw' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-21 00:50:06 +01:00
Stefan Saraev
cc5511700a syslog: new settings addon integration 2013-02-10 00:01:32 +02:00
Stefan Saraev
2b8df7d496 Merge remote-tracking branch 'upstream/master' into openelec-settings
Conflicts:
	packages/mediacenter/xbmc-addon-settings/config/default_settings.xml
	packages/mediacenter/xbmc-addon-settings/source/resources/language/English/strings.xml
	packages/mediacenter/xbmc-addon-settings/source/resources/settings.xml
2013-02-09 23:57:52 +02:00
Stephan Raue
36f99727ee busybox: add 'renice' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-09 01:36:52 +01:00
Dag Wieers
314b3a76bb Fix typo in script name 2013-02-09 01:20:16 +01:00
Dag Wieers
ab35dbe2ae Remote syslog support from OpenELEC settings
This patch adds remote syslog support. The syslog startup script will add the necessary options, and leaves room for a custom syslog.conf from /storage/.config (as it was before).
2013-02-09 00:25:57 +01:00
Stephan Raue
69960218b2 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-settings 2013-02-08 22:39:47 +01:00
Stephan Raue
78ec06c9dc busybox: dont build applet 'powertop'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:42:11 +01:00
Stephan Raue
f874507824 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-settings 2013-02-07 02:19:26 +01:00
Stephan Raue
8647083a85 Merge pull request #1856 from dagwieers/syslog-config
Allow syslog.conf to be locally customized from /storage/.config/syslog.conf
2013-02-06 13:42:19 -08:00
Dag Wieers
8672ac5b63 Allow syslog.conf to be locally customized from /storage/.config/syslog.conf
Since I would like to remotely log whatever goes on on my AppleTV devices, I need a way to modify the syslog.conf that is used, or need to provide options to syslogd. This was the easiest pick of the two :)
2013-02-06 22:36:53 +01:00