chiark / gitweb /
util: place a couple of _likely_ around cache TLS vars
[elogind.git] / src /
2011-08-01 Lennart Poetteringutil: place a couple of _likely_ around cache TLS vars
2011-08-01 Lennart Poetteringutil: add is_main_thread() call
2011-08-01 Lennart Poetteringutil: more join() optimizations
2011-08-01 Lennart Poetteringutil: use join() instead of asprintf() as an optimization
2011-07-31 Lennart Poetteringutil: various optimizations, using join()
2011-07-31 Lennart Poetteringutil: introduce join() to speed up simple string concat...
2011-07-31 Lennart Poetteringutil: optimize strstrip() a bit
2011-07-31 Lennart Poetteringconf-parser: properly handle known but not parsed assig...
2011-07-31 Lennart Poetteringload-fragment: speed up parsing by using a perfect...
2011-07-31 Lennart Poetteringsystemctl: fix parsing of LoadError property for system...
2011-07-31 Lennart Poetteringdbus: export unit file state
2011-07-31 Lennart Poetteringmain: show load profiling in test mode, too
2011-07-31 Lennart Poetteringdbus: export load error on unit objects
2011-07-30 Kay Sieversshutdownd: add 'success message' if we retried detachin...
2011-07-30 Lennart Poetteringsd-login: build test code again
2011-07-30 Lennart Poetteringsystemctl: s/ignore/ignore_error/ in 'show' output
2011-07-29 Lennart Poetteringgit: hide org.freedesktop.systemd1.policy.in v32
2011-07-29 Lennart Poetteringnspawn: properly bind mount /sys/fs/selinux into contai...
2011-07-29 Lennart Poetteringsd-login: return size of arrays as return value in...
2011-07-28 Lennart Poetteringselinux: mount /sys, /proc, /dev before we load the...
2011-07-28 Lennart Poetteringselinux: use setcon() instead of reexec to apply selinu...
2011-07-28 Lennart Poetteringmain: redirection to telinit is unnecessary if sysv...
2011-07-28 Lennart Poetteringmain: profile unit file loading
2011-07-28 Lennart Poetteringlabel: generalize label_get_socket_label_from_exe(...
2011-07-28 Lennart Poetteringdbus: the changes array might actually be NULL when...
2011-07-28 Michael BieblRemove a stray empty line
2011-07-28 Michael BieblDon't show a warning message in non-enforcing mode.
2011-07-28 Lennart Poetteringlogind: properly write user state files
2011-07-27 Lennart Poetteringselinux: also profile memory usage
2011-07-26 Lennart Poetteringpam: set XDG_SEAT and XDG_VTNR when logging in
2011-07-26 Lennart Poetteringsd-login: add new call sd_seat_can_multi_session()
2011-07-26 Lennart Poetteringlogind: rename can_activate_sessions to can_multi_session
2011-07-26 Lennart Poetteringudev: fix copy/paste error when applying sysctl to...
2011-07-25 Lennart Poetteringselinux: check PID 1 label instead of /selinux mount...
2011-07-25 Lennart Poetteringselinux: log how much time it takes to load the SELinux...
2011-07-25 Lennart Poetteringsysctl: apply network specific sysctls to each network...
2011-07-25 Lennart Poetteringmachine-id: be nice and generate compliant v4 UUIDs
2011-07-25 Kay Sieversseat: add another 'Plugable' device id
2011-07-25 Lennart Poetteringsystemctl: hook up new install logic
2011-07-23 Lennart Poetteringnspawn: mount a new /proc instance in the container...
2011-07-23 Lennart Poetteringsystemctl: remove monitor command since it is mostly...
2011-07-23 Lennart Poetteringsystemctl: split --help into multiple sections
2011-07-23 Lennart Poetteringmanager: add log control via RT signals
2011-07-23 Lennart Poetteringbus: expose installer functions
2011-07-22 Lennart Poetteringlogin: drop unused variables
2011-07-22 Lennart Poetteringutil: make use of get_user_creds() and get_group_creds...
2011-07-22 Lennart Poetteringinstall: don't choke on dead links
2011-07-22 Lennart Poetteringuaccess: port over to using sd-login
2011-07-22 Lennart Poetteringlookup: fix NUL termination of search path array
2011-07-22 Lennart Poetteringutil: user parse_uid() wherever applicable
2011-07-22 Lennart Poetteringsd-login: beef up login api, to add monitoring and...
2011-07-22 Lennart Poetteringshutdown: untabify
2011-07-22 Harald Hoyershutdown: initialize the controlling terminal
2011-07-22 Harald Hoyershutdown: remove close_nointr_nofail after make_stdio...
2011-07-22 Lennart Poetteringutil: use readdir_r() instead of readdir()
2011-07-22 Lennart Poetteringinstall: add new installer implementation
2011-07-22 Lennart Poetteringsystemctl: fix indenting
2011-07-22 Lennart Poetteringpath-lookup: add both the configured and the fixed...
2011-07-22 Lennart Poetteringpath-lookup: make inclusion of user private units optional
2011-07-21 Kay Sieversfix hwclock_apply_localtime_delta() to properly handle...
2011-07-15 Lennart Poetteringsysctl: support multiple prefixes in a single invocation
2011-07-14 Lennart Poetteringlogind: enable PowerOff/Reboot calls
2011-07-14 Lennart Poetteringlibs: add symbol versioning for the benefit of RPM
2011-07-14 Lennart Poetteringsd-daemon: turn sd-daemon.c into a shared library
2011-07-14 Lennart Poetteringuaccess: become a nop when not run on a systemd system
2011-07-14 Lennart Poetteringlogind: introduce libsystemd-login.so as fast path...
2011-07-14 Lennart Poetteringsystemctl: don't try rebooting with /dev/initcl if...
2011-07-13 Lennart Poetteringlogind: fix some potentially uninitialized accesses v30
2011-07-13 Lennart Poetteringnspawn: compress mount table a bit
2011-07-13 Lennart Poetteringconsolidate TODO
2011-07-13 Lennart Poetteringnspawn: always use bind mounts to make API file systems...
2011-07-13 Lennart Poetteringlogind: use new udev_enumerate_add_match_parent() where...
2011-07-13 Lennart Poetteringloginctl: use new udev_device_has_tag() call from libud...
2011-07-13 Lennart Poetteringlogind: remove some unused labels
2011-07-13 Lennart Poetteringudev: actually check for existance of ID_PATH_TAG befor...
2011-07-13 Lennart Poetteringloginctl: implement missing kill verb
2011-07-13 Lennart Poetteringunit: use ESRCH as error when we don't find anybody...
2011-07-13 Lennart Poetteringunit: accept empty defaults for kill who/mode args
2011-07-13 Lennart Poetteringloginctl: implement more verbs
2011-07-13 Kay Sieversseat: udev - use ID_PATH_TAG instead of 'sed' hack
2011-07-12 Lennart Poetteringunit: introduce ConditionFileIsExecutable= and use...
2011-07-12 Lennart Poetteringservice: properly handle who argument on D-Bus kill...
2011-07-12 Lennart Poetteringtmpfiles: allow creation of named pipes with tmpfiles
2011-07-12 Lennart Poetteringsysctl: support application of sysctl subtrees
2011-07-11 Lennart Poetteringbuild-sys: fix make distcheck
2011-07-11 Lennart Poetteringshutdown: coding style fixes
2011-07-11 Lennart PoetteringMerge remote-tracking branch 'harald/master'
2011-07-11 Zbigniew Jędrzejew... logind: Fix compilation without ACL
2011-07-11 Bastien Nocerabuild-sys: Add i18n support through intltool
2011-07-11 Kay Sieversclarify separate-/usr message
2011-07-08 Lennart Poetteringloginctl: add missing header file
2011-07-08 Lennart Poetteringsystemctl: fix --help syntax for variables
2011-07-08 Lennart Poetteringlogind: don't confuse 'shared' with a session of its own
2011-07-08 Lennart Poetteringlogind: fix introspection typo
2011-07-08 Lennart Poetteringacl: two tag matching is not going to be available...
2011-07-08 Lennart Poetteringloginctl: add various introspection functions
2011-07-08 Lennart Poetteringseat: only mark main input device for seat assignments
2011-07-07 Lennart Poetteringsystemctl: hide all information on --kill-mode= since...
2011-07-07 Lennart Poetteringsystemctl: use cached tty value where possible
2011-07-07 Lennart Poetteringsystemctl: cache tty value before we open the pager
next