Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2013-01-04 | localed: create /etc/X11/xorg.conf.d if needed | Michał Bartoszkiewicz | |
Use mkdir_p_label instead of mkdir_parents_label, so that the final directory component is created too. | |||
2013-01-03 | correct Macedonian keyboard mapping (X layout is 'mk', not 'mkd') | Adam Williamson | |
2013-01-03 | add Lithuanian keyboard mapping (lt/lt) | Adam Williamson | |
2013-01-03 | add Kazakh keyboard mapping (kazakh/kz) | Adam Williamson | |
2013-01-03 | add Hebrew (Israel) - simple, il/il | Adam Williamson | |
2013-01-03 | French Canadian xlayout is just "ca", not "ca(fr)" any more | Adam Williamson | |
2013-01-03 | add Belarussian mapping: simple, 'by' and 'by' | Adam Williamson | |
2012-12-31 | polkit: add "imply" rules to a number of polkit actions | Lennart Poettering | |
2012-12-12 | localectl: fix dbus call arguments in set_x11_keymap | Michal Schmidt | |
Fixes an assertion failure in the dbus lib. https://bugzilla.redhat.com/show_bug.cgi?id=882212 | |||
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-10-28 | localectl: fix memleak, use _cleanup_strv_free_ | Michal Sekletar | |
l might contain zero strings, however there is still memory allocated for NULL terminator, use _cleanup_strv_free_ instead to prevent tiny leak in such case. | |||
2012-10-28 | localectl: fix memleak, jump to finish before returning | Michal Sekletar | |
2012-10-19 | locale: add client tool localectl similar to hostnamectl/timedatectl | Lennart Poettering | |
2012-10-03 | dbus: add some more safety checks before accepting data from bus clients | Lennart Poettering | |
2012-09-21 | locale: make sure that l is freed | Václav Pavlín | |
2012-09-05 | localed: system-setup-keyboard is no more on fedora | Lennart Poettering | |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | |
also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera | |||
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden | |
glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id | |||
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵ | Kay Sievers | |
context | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-04-10 | rename basic.la to shared.la and put selinux deps in shared-selinx.la | Kay Sievers | |
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor. | |||
2012-02-11 | logind: introduce CanReboot/CanPowerOff bus calls | Lennart Poettering | |
2012-01-22 | login: move seat udev rules to login subdir | Kay Sievers | |
2012-01-16 | dbus: more efficient implementation of properties | Michal Schmidt | |
The way the various properties[] arrays are initialized is inefficient: - only the .data members change at runtime, yet the whole arrays of properties with all the fields are constructed on the stack one by one by the code. - there's duplication, eg. the properties of "org.freedesktop.systemd1.Unit" are repeated in several unit types. Fix it by moving the information about properties into static const sections. Instead of storing the .data directly in the property, store a constant offset from a run-time base. The small arrays of struct BusBoundProperties bind together the constant information with the right runtime information (the base pointer). On my system the code shrinks by 60 KB, data increases by 10 KB. | |||
2012-01-05 | build-sys: add stub makefiles to subdirs | Lennart Poettering | |
2012-01-03 | build-sys: move kbd-model-map to locale/ | Lennart Poettering | |
2011-12-31 | hostnamed, localed: move config files to subdir | Kay Sievers | |
2011-12-31 | localed: move sources to subdirectory | Kay Sievers | |