chiark / gitweb /
shell-completion: work on session shell is --user is used
[elogind.git] / src / shared /
2013-04-05 Cristian Rodríguezjournal: u64log2 can be expressed just as __builtin_clz...
2013-04-05 Zbigniew Jędrzejew... efivars: un-leak a few strings
2013-04-04 Lennart Poetteringutil: tweak format_timespan() a bit
2013-04-04 Lennart Poetteringutil: add a bit of syntactic sugar to run short code...
2013-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-04-03 Lennart Poetteringtime: add suppot for fractional time specifications
2013-04-03 Lennart Poetteringfileio: don't check for errors more often than really...
2013-04-03 Lennart Poetteringfileio: write proper env var write-out code
2013-04-03 Lennart Poetteringshared: rework env file reader
2013-04-03 Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-04-03 Lennart Poetteringutil: rename write_one_line_file() to write_string_file()
2013-04-02 Lennart Poetteringmacro: add macro for precisely determining length of...
2013-04-02 Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-04-02 Zbigniew Jędrzejew... shared/cgroup-show: fix leak of "pid"
2013-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
2013-03-31 Zbigniew Jędrzejew... Partially revert e62d8c394474
2013-03-31 Zbigniew Jędrzejew... Modernization
2013-03-31 Zbigniew Jędrzejew... strbuf: replace quick sort with bubble sort
2013-03-31 Zbigniew Jędrzejew... strbuf: fix leak on memory error
2013-03-31 Zbigniew Jędrzejew... Remove some dead code
2013-03-31 Lennart Poetteringbus: parse matches locally and allow registration of...
2013-03-30 Lennart Poetteringbus: implement server mode, and anonymous authentication
2013-03-30 Lennart Poetteringprioq: consider a NULL prioq empty
2013-03-30 Lennart Poetteringunit: no need to export variables if we can avoid it
2013-03-29 Lennart Poetteringutmp: make gcc shut up, we need to pass an int here...
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-29 Zbigniew Jędrzejew... tests: add some silly tests for path-util.c
2013-03-29 Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-29 Zbigniew Jędrzejew... utmp-wtmp: don't try to read past end of string
2013-03-27 Václav Pavlínshared: free dt (temporary dir name) on fail
2013-03-27 Zbigniew Jędrzejew... tests: skip bus test if bus cannot be opened
2013-03-27 Zbigniew Jędrzejew... Simplify the meaning of %s
2013-03-25 Lennart Poetteringbus: implement 'unixexec:' protocol
2013-03-25 Lennart Poetteringbus: implement support for FD passing
2013-03-23 Lennart Poetteringconf-parser: when we parse a string list, always fill...
2013-03-22 Colin Waltersdbus: Do send out "replies" to signals
2013-03-22 Zbigniew Jędrzejew... util: workaround two gcc warnings
2013-03-22 Zbigniew Jędrzejew... build-sys: move acl searching code into libsystemd-acl
2013-03-22 Lennart Poetteringutil: be more picky when validating hostnames
2013-03-22 Lennart Poetteringjournalctl: give a nice hint about group membership...
2013-03-22 Zbigniew Jędrzejew... efivars: fix return code
2013-03-21 Lennart Poetteringbus: implement full method call timeout logic
2013-03-21 Lennart Poetteringshared: add simple priority queue implementation
2013-03-20 Zbigniew Jędrzejew... Remove some unused variables
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringutil: add hexmem() and strextend() calls
2013-03-20 Lennart Poetteringmacro: add CHAR_TO_STR macro to make a one character...
2013-03-20 Lennart Poetteringmacro: don't redefine CLAMP if it is already defined...
2013-03-20 Zbigniew Jędrzejew... Make PrivateTmp dirs also inaccessible from the outside
2013-03-18 Zbigniew Jędrzejew... journal,shared: add _cleanup_journal_close_
2013-03-16 Michal Sekletarcore: reuse the same /tmp, /var/tmp and inaccessible dir
2013-03-15 Lennart Poetteringstrv: fix STRV_FOREACH_PAIR macro definition
2013-03-14 Zbigniew Jędrzejew... fileio: use _cleanup_
2013-03-13 Zbigniew Jędrzejew... logs-show: export logic to add matches for units
2013-03-13 Michal Schmidtutil, manager: and mempset() and use it
2013-03-10 Kay Sieversbootctl: print secure boot flags
2013-03-08 Michal Schmidtutil: fix printing of welcome message
2013-03-08 Michal Schmidtshared: inline trivial auto-cleanup functions
2013-03-08 Michal Schmidtshared: remove pointless checks in auto-cleanup functions
2013-03-07 Lennart Poetteringpager: add -M to $LESS to make the bottom line nicer
2013-03-07 Lennart Poetteringpager: always override LESS
2013-03-07 Harald Hoyerpager: introduce "jump to end" option
2013-03-07 Jan Janssenutil: Fix grammar in comment
2013-03-07 Lennart Poetteringvirt: check for /sys/hypervisor/type for detecting...
2013-03-05 Lennart Poetteringutil: properly escape corner cases in bus_path_escape...
2013-03-02 Michal Schmidtjob: print the "OK" status messages in normal green
2013-03-01 Lennart Poetteringpath-lookup: downgrade again the messages where we...
2013-03-01 Lukas Nykrynpager: add K to less environment
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-28 Zbigniew Jędrzejew... systemd-activate: add a socket-activation test tool
2013-02-28 Michal Schmidtcore/manager: print status messages about running jobs
2013-02-28 Michal Schmidtutil: split resolving of /dev/console into a new function
2013-02-28 Michal Schmidtutil, core: add support for ephemeral status lines
2013-02-27 Lennart Poetteringunit: rework resource management API
2013-02-27 Lennart PoetteringRevert "log: fix fallbacks to kmsg"
2013-02-17 Kay Sieversefi: compare by substraction
2013-02-16 Michal Schmidtlog: fix fallbacks to kmsg
2013-02-14 Thomas Hindoe Paab... bootchart: use conf-parser & CamelCase names in .conf
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Marc-Antoine Perennoudbus: introduce parse_unit_info
2013-02-13 Marc-Antoine Perennoudbus: import struct unit_info from systemctl
2013-02-13 Lennart Poetteringbuild-sys: make EFI support build-time optional
2013-02-13 Lennart Poetteringbuild-sys: make PolicyKit support compile-time optional...
2013-02-13 Lennart Poetteringefi: efi_get_boot_options() should already sort the...
2013-02-13 Lennart Poetteringefi: use efi_get_variable_string() instead of efi_get_v...
2013-02-13 Kay Sieversefi: unify BootXXXX reading
2013-02-13 Lennart PoetteringRevert "log_error() if inotify_add_watch() fails"
2013-02-13 Harald Hoyerlog_error() if inotify_add_watch() fails
2013-02-13 Zbigniew Jędrzejew... man: rename systemd.conf to systemd-system.conf
2013-02-13 Michael Olbrichratelimit: fix off-by-one
2013-02-13 Colin Waltersutil: *DO NOT* loop for EINTR handling with close_nointr()
2013-02-12 Thomas Hindoe Paab... util: introduce strcaseeq/strncaseeq
2013-02-12 Thomas Hindoe Paab... use strneq instead of strncmp
2013-02-12 Auke KokMerge branch 'master' of ssh://git.freedesktop.org...
2013-02-12 Lennart Poetteringefi: add missing #include
2013-02-12 Lennart Poetteringefi: various cleanups
2013-02-12 Aleksander Morgadomissing: define MS_REC and MS_SHARED if not defined...
2013-02-11 Lennart Poetteringbinfmt,tmpfiles,modules-load,sysctl: rework the various...
2013-02-11 Lennart Poetteringcore: properly validate environment data from Environme...
2013-02-11 Lennart Poetteringmanager: validate environment parameters for SetEnviron...
next