aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Lennart Poettering requested attribution in file headersHEADmasterAlexandre Rostovtsev2012-09-082-1/+8
|
* version 1.0.1openrc-settingsd-1.0.1Alexandre Rostovtsev2012-09-072-2/+5
|
* Better diagnostics for missing ntp implementationAlexandre Rostovtsev2012-09-071-9/+25
|
* Update man page to match --help outputAlexandre Rostovtsev2012-09-071-11/+16
|
* Run env-update after updating an env.d fileAlexandre Rostovtsev2012-09-072-8/+18
|
* version 1.0openrc-settingsd-1.0Alexandre Rostovtsev2012-09-073-3/+4
|
* Add man page and homepage information, and --version supportAlexandre Rostovtsev2012-09-078-8/+86
|
* Use $(AM_V_GEN) for nicer make outputAlexandre Rostovtsev2012-09-071-4/+4
|
* Fix parallel make failureAlexandre Rostovtsev2012-09-071-11/+14
| | | | | The "mv" resulted in a race condition. To avoid it, before running gdbus codegen, switch to the directory where we want its output files to go.
* Add a dbus busconfig fileAlexandre Rostovtsev2012-09-072-0/+30
|
* Add daemonized mode with syslog logging, pid file, and ability to set rc statusAlexandre Rostovtsev2012-09-0714-49/+266
| | | | | | 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".
* Prepare for installation and distributionAlexandre Rostovtsev2012-09-0617-28/+283
|
* Update READMEAlexandre Rostovtsev2012-09-061-8/+19
|
* Relicense utils.{c,h} under the MIT licenseAlexandre Rostovtsev2012-09-064-26/+549
| | | | Also, include a copy of LGPL-2.1 for the files copied from systemd.
* openrc provides a pkgconfig fileAlexandre Rostovtsev2012-09-061-2/+7
|
* Use rc_sys for vm detectionAlexandre Rostovtsev2012-09-062-4/+8
|
* Fix memory leaksAlexandre Rostovtsev2012-09-052-2/+8
|
* Merge *-utils, rename ShellUtilsTrivial to ShellParser, fix memory leaksAlexandre Rostovtsev2012-09-0510-365/+378
|
* 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-0513-3/+1625
| | | | | 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-056-76/+828
| | | | 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-0910-19/+406
|
* hostname is dynamically allocated nowAlexandre Rostovtsev2012-02-081-1/+0
|
* Update .gitignoreAlexandre Rostovtsev2012-02-081-1/+1
|
* Unneeded #includeAlexandre Rostovtsev2012-02-081-1/+0
|
* Rename generated files to match dbus interfaceAlexandre Rostovtsev2012-02-082-5/+5
|
* Add DTD to hostname introspection xml file, and give it a better nameAlexandre Rostovtsev2012-02-082-3/+4
|
* 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-066-6/+6
|
* 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.
* TODO: we need nss-myhostname in portageAlexandre Rostovtsev2012-02-051-0/+2
|
* Add --read-only flagAlexandre Rostovtsev2012-02-052-3/+3
|
* Better variable namesAlexandre Rostovtsev2012-02-051-5/+5
|
* Enable/disable debug at runtime via --debug flagAlexandre Rostovtsev2012-02-054-28/+33
|
* Port to GFile, and add shell_utils_trivial_set_and_save() to simplify ↵Alexandre Rostovtsev2012-02-054-130/+145
| | | | on_handle_set_* callbacks
* GStaticMutex is deprecated in glib-2.31Alexandre Rostovtsev2012-02-041-16/+16
|
* TODO: switch to GFileAlexandre Rostovtsev2012-02-021-1/+3
|
* Add a gitignore fileNirbheek Chauhan2012-02-021-0/+28
|
* Some more TODO itemsAlexandre Rostovtsev2012-01-301-0/+11
|
* Thread safetyAlexandre Rostovtsev2012-01-291-0/+17
|
* Added TODOAlexandre Rostovtsev2012-01-281-0/+11
|
* Initial commitAlexandre Rostovtsev2012-01-2815-0/+1598