summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-09-11when determining unit file list, include invalid unit names in an "invalid" s...Lennart Poettering
2012-09-10journald: don't do debug logging by defaultLennart Poettering
2012-09-10journald: don't complain if fss key does not existLennart Poettering
2012-09-10selinux: close stdin/stdout/stderr before loading selinux policyLennart Poettering
2012-09-10journald: detect invalid header pointers correctlyLennart Poettering
2012-09-10unit: don't allow units to be gc'ed that still are referenced via UnitRefLennart Poettering
2012-09-10inhibit: close all fds when invoking inhibited toolLennart Poettering
2012-09-10dbus: minor coding style fixesLennart Poettering
2012-09-10Make systemd-inhibit --list workMatthias Clasen
2012-09-10path-util: fall back to stat() if kernel does not support name_to_handle_at()Mantas Mikulėnas
2012-09-10path-util: do not fail in path_is_mountpoint() if path doesn't existMantas Mikulėnas
2012-09-07journald: make splitting up of journal files per-user configurableLennart Poettering
2012-09-07journal: add call to determine current journal file disk usageLennart Poettering
2012-09-07main: fix syntax of net_prio cgroup controllerLennart Poettering
2012-09-06journald: avoid logging to kmsg in the normal pathsLennart Poettering
2012-09-05localed: system-setup-keyboard is no more on fedoraLennart Poettering
2012-09-05tmpfiles: don't attempt creation of device nodes when we run in a containerLennart Poettering
2012-09-05systemctl: properly build flags for show_journal_by_unit()Lennart Poettering
2012-09-05journalctl: show "Reboot" markers in output only when showing local-only entriesLennart Poettering
2012-09-05journalctl: replace --local by --merge, i.e. don't interleave remote journals...Lennart Poettering
2012-09-05nspawn: handle poweroff/reboot nicely in containersLennart Poettering
2012-09-05shutdown: in containers, invoke reboot(2), too. Then fallback to exit() if CA...Lennart Poettering
2012-09-05shutdown: remove explicit sync() invocationsLennart Poettering
2012-09-05nspawn: don't provide /dev/rtc0 in the containerLennart Poettering
2012-09-05journalctl: rework JSON output modeLennart Poettering
2012-09-05nspawn: generate a new randomized boot ID for each containerLennart Poettering
2012-09-05nspawn: if a file system comes pre-mounted, still do the read-only remountsLennart Poettering
2012-09-04path: fix invalid variable access in path_is_mount_point()Lennart Poettering
2012-09-04path-util: in path_is_mount_point() fall back to the classic stat() test if f...Lennart Poettering
2012-09-04nspawn: skip mounts if already mountedLennart Poettering
2012-09-04nspawn: mount a clean instance of sysfsLennart Poettering
2012-09-04missing: define name_to_handle_at on our own if it is missingLennart Poettering
2012-09-03shared: logs-show: fflush after each output typeBrandon Philips
2012-09-03main: jointly mount more controllersLennart Poettering
2012-09-03journalctl: include logs from PID 1 about services in systemctl statusLennart Poettering
2012-09-03readahead: a bit of reformattingLennart Poettering
2012-09-03util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering
2012-09-03swap: don't try to shutdown swaps on shutdown in a containerLennart Poettering
2012-09-03swap: refuse start/stop of swaps in containerLennart Poettering
2012-09-03shutdown: don't attempt read-only mounts in a containerLennart Poettering
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-09-03shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering
2012-08-25journal: add HAVE_XZ check to avoid build failureYin Kangkai
2012-08-24journald: add missing includesAllin Cottrell
2012-08-23sd-journal: return null when mmap_cache_new failsLukas Nykryn
2012-08-23hashmap: hashmap_contains does not need hashmap_entryLukas Nykryn
2012-08-23readahead-analyze: don't call fclose on nullLukas Nykryn
2012-08-23core: free word later in parse_proc_cmdlineLukas Nykryn
2012-08-23login: check return of parse_pid and parse_uidLukas Nykryn