aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Lennart Poettering requested attribution in file headersHEADmasterAlexandre Rostovtsev2012-09-082-1/+8
|
* Better diagnostics for missing ntp implementationAlexandre Rostovtsev2012-09-071-9/+25
|
* Run env-update after updating an env.d fileAlexandre Rostovtsev2012-09-071-8/+17
|
* Add man page and homepage information, and --version supportAlexandre Rostovtsev2012-09-071-0/+7
|
* Add daemonized mode with syslog logging, pid file, and ability to set rc statusAlexandre Rostovtsev2012-09-077-33/+251
| | | | | | The ability to set openrc-settingsd's rc status is useful mainly for dbus activation, so a dbus-activated process can be easily stopped via "/etc/init.d/openrc-settingsd stop".
* Relicense utils.{c,h} under the MIT licenseAlexandre Rostovtsev2012-09-063-26/+538
| | | | Also, include a copy of LGPL-2.1 for the files copied from systemd.
* Use rc_sys for vm detectionAlexandre Rostovtsev2012-09-061-1/+8
|
* Fix memory leaksAlexandre Rostovtsev2012-09-052-2/+8
|
* Merge *-utils, rename ShellUtilsTrivial to ShellParser, fix memory leaksAlexandre Rostovtsev2012-09-059-361/+376
|
* Wrong g_free() due to careless copy/pasteAlexandre Rostovtsev2012-09-051-1/+0
|
* Use full service script path when spawningAlexandre Rostovtsev2012-09-051-2/+2
|
* Forgot to set data->invocationAlexandre Rostovtsev2012-09-051-0/+2
|
* Add timedated implementationAlexandre Rostovtsev2012-09-058-0/+1566
| | | | | Includes a chunk of copy-pasted code from systemd for dealing with RTC. Should probably be replaced with something more glib-ish eventually.
* Cleanup to make valgrind happyAlexandre Rostovtsev2012-09-051-5/+3
|
* Finish SetVConsoleKeyboard() and SetX11Keyboard() implementationAlexandre Rostovtsev2012-09-053-75/+749
| | | | Also, fix xorg.conf.d parser so it works as intended.
* Respect --debug switch when using >=glib-2.31.2Alexandre Rostovtsev2012-03-181-1/+7
|
* Fix xorg.conf.d parsingAlexandre Rostovtsev2012-03-181-18/+70
|
* Add a simplistic xorg.conf.d/30-keyboard.conf parserAlexandre Rostovtsev2012-03-181-0/+471
|
* Add beginnings of localed (read-only and no xorg.conf support)Alexandre Rostovtsev2012-02-095-16/+333
|
* hostname is dynamically allocated nowAlexandre Rostovtsev2012-02-081-1/+0
|
* Unneeded #includeAlexandre Rostovtsev2012-02-081-1/+0
|
* Rename generated files to match dbus interfaceAlexandre Rostovtsev2012-02-081-1/+1
|
* Fix transient hostname error handling, and dynamically allocate itAlexandre Rostovtsev2012-02-071-7/+8
| | | | | Ensure that setting the transient hostname behaves as described in http://www.freedesktop.org/wiki/Software/systemd/hostnamed
* newline at end of fileAlexandre Rostovtsev2012-02-065-5/+5
|
* Check polkit authorization asynchronouslyAlexandre Rostovtsev2012-02-063-123/+302
| | | | | | The other alternative (spawning a thread for each authorization request) seems less elegant, since such requests can take arbitrarily long to complete.
* Add --read-only flagAlexandre Rostovtsev2012-02-051-1/+3
|
* Better variable namesAlexandre Rostovtsev2012-02-051-5/+5
|
* Enable/disable debug at runtime via --debug flagAlexandre Rostovtsev2012-02-053-19/+33
|
* Port to GFile, and add shell_utils_trivial_set_and_save() to simplify ↵Alexandre Rostovtsev2012-02-053-126/+145
| | | | on_handle_set_* callbacks
* GStaticMutex is deprecated in glib-2.31Alexandre Rostovtsev2012-02-041-16/+16
|
* Thread safetyAlexandre Rostovtsev2012-01-291-0/+17
|
* Initial commitAlexandre Rostovtsev2012-01-287-0/+1100