summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-19journalctl: rename boot_id_t to BootIdLennart Poettering
2015-05-19journalctl: lstat() should suffice if we call canonicalize_file_name() firstLennart Poettering
2015-05-19journalctl: free all command line argument objectsLennart Poettering
2015-05-19journalctl: only have a single exit path from main()Lennart Poettering
2015-05-19journalctl: Improve boot ID lookupJan Janssen
2015-05-18udevd: main - use _exit() when daemonizingTom Gundersen
2015-05-18udevd: main - reshuffleTom Gundersen
2015-05-18udevd: rename on_reque_{exit,reload} to on_sig{term,chld}Tom Gundersen
2015-05-18udevd: introduce on_event_timeout{,_warning}Tom Gundersen
2015-05-18udevd: process all SIGCHLD events every time the handler is invokedTom Gundersen
2015-05-18udevd: init/exit the builtins in manager_new/freeTom Gundersen
2015-05-18udevd: move file descriptors to ManagerTom Gundersen
2015-05-18resolved: allow DnsAnswer objects with no space for RRsLennart Poettering
2015-05-18resolved: fix crash when shutting downLennart Poettering
2015-05-18nspawn: close extra fds before execing initAlban Crequy
2015-05-18ata_id: drop spurious spaceLennart Poettering
2015-05-18core: Private*/Protect* options with RootDirectoryAlban Crequy
2015-05-18kmod-setup: conditionalize kmod autoloading properlyLennart Poettering
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak
2015-05-16load-fragment: put quotes around iffy rvalueZbigniew Jędrzejewski-Szmek
2015-05-16Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek
2015-05-16udevd: queue - update queue state when events are queued/freedTom Gundersen
2015-05-16udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen
2015-05-16udevd: worker - use loop_write() rather than send()Tom Gundersen
2015-05-16util: loop_write - accept 0-length messageTom Gundersen
2015-05-16udevd: net - fix leak in .link configTom Gundersen
2015-05-15udev-ctrl: make _unref() always return NULLTom Gundersen
2015-05-15tmpfiles: use lstat() instead of stat() when checking whether a file system o...Lennart Poettering
2015-05-15tmpfiles: don't fail if we cannot create a subvolume because a file system is...Lennart Poettering
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt
2015-05-15timedate: fix memory leak in timedatedCristian Rodríguez
2015-05-15generator: use fflush_and_check() where appropriateLennart Poettering
2015-05-15core: don't consider umask for SocketMode=Davide Bettio
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov
2015-05-15networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 supportLennart Poettering
2015-05-15networkd: don't touch global forwarding settingBenedikt Morbach
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker
2015-05-14test-bus-chat: various modernizationsLennart Poettering
2015-05-14sd-bus: fix memory leak in test-bus-chatCristian Rodríguez
2015-05-14util: introduce memmem_safe() and make use of itLennart Poettering
2015-05-14util: use GNU comparison function prototype for qsort_safe()Lennart Poettering
2015-05-13networkd: remove dead initializationThomas Hindoe Paaboel Andersen
2015-05-13core: only set event source name when we create an event sourceLennart Poettering
2015-05-13journal: fix size commentPeter Lemenkov
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering
2015-05-13core: make exec code a bit more readableLennart Poettering