summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-08-23load-fragment: initialize bool invert before useLukas Nykryn
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering
2012-08-22journalctl: complain if unprivileged users attempt to access the journal and ...Lennart Poettering
2012-08-22journal: the ratelimiter is part of journaldLennart Poettering
2012-08-22journald: split off native protocol support into its own .c fileLennart Poettering
2012-08-22journald: split console transport stuff into its own fileLennart Poettering
2012-08-22journald: move stream protocol into its own .c fileLennart Poettering
2012-08-22journal: move syslog specific calls out of util.cLennart Poettering
2012-08-22journald: splitt of syslog protocol support into its own fileLennart Poettering
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering
2012-08-22journald: write tags also to user journal filesLennart Poettering
2012-08-22journald: augment journal entries from the kernel with data from udevLennart Poettering
2012-08-22unit: add new ConditionHost= condition typeLennart Poettering
2012-08-21main: fix PR_SET_CHILD_SUBREAPER warning versionLennart Poettering
2012-08-21journalctl: be more friendly when informing about seal verificationLennart Poettering
2012-08-21shared/util: add fstab support for partuuid/partlabelDave Reisner