chiark / gitweb /
logind: add a debug message in case the session already exists
[elogind.git] / src / core / main.c
2014-03-08 Dave Reisnerfix off by one error in array index assertion
2014-03-07 Lennart Poetteringgpt-auto-generator: automatically find the root disk...
2014-03-06 Lennart Poetteringutil: move more intellegince into parse_proc_cmdline()
2014-03-05 Lennart Poetteringmissing: if RLIMIT_RTTIME is not defined by the libc...
2014-03-03 Lennart Poetteringcore: move ShowStatus type into the core
2014-03-03 Lennart Poetteringexecute: no need to include seccomp.h from execute.h
2014-02-24 Lennart Poetteringcore: add global settings for enabling CPUAccounting...
2014-02-24 Łukasz Stelmachsmack: set loaded_policy in smack_setup()
2014-02-21 Lennart Poetteringhostnamectl: should the sanitized arch, not the native...
2014-02-17 Lennart Poetteringmain: make gcc shut up
2014-02-17 Lennart Poetteringcore: fixate show_status earlier, so that we actually...
2014-02-17 Lennart Poetteringmain: don't set no_new_privs when using SystemCallArchi...
2014-02-17 Zbigniew Jędrzejew... Pass log config from systemd to systemd-shutdown
2014-02-17 Zbigniew Jędrzejew... Some modernizations
2014-02-17 Zbigniew Jędrzejew... Extract looping over /proc/cmdline into a shared function
2014-02-13 Lennart Poetteringseccomp: fix build again if libseccomp is missing
2014-02-13 Lennart Poetteringcore: add a system-wide SystemCallArchitectures= setting
2014-01-28 Zbigniew Jędrzejew... manager: add systemd.show_status=auto mode
2014-01-09 Zbigniew Jędrzejew... Improve messages about user mode a bit
2014-01-05 Zbigniew Jędrzejew... Remove unused variables
2014-01-05 Simon Peetersstrv: multiple cleanups
2014-01-03 Zbigniew Jędrzejew... Use format patterns for usec_t, pid_t, nsec_t, usec_t
2013-12-23 Lennart Poetteringlog: als turn on debug logging in non-PID1 if /proc...
2013-12-19 Kay Sieversdo not run kmod-setup in a container
2013-12-18 Lennart Poetteringcore: in a container log to /dev/console if "debug...
2013-12-18 Lennart Poetteringlog: don't reopen /dev/console each time we call log_open()
2013-12-17 Shawn Landden_noreturn_ --> noreturn for C11 compat
2013-11-30 Lennart Poetteringcore: allocate a kdbus bus for each systemd instance...
2013-11-26 Daniel Buchtree-wide usage of %m specifier instead of strerror...
2013-11-25 Lennart Poetteringshutdown: during final killing spree also send SIGHUP...
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-20 Lennart Poetteringvalgrind: make running PID 1 in valgrind useful
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-10 Thomas Hindoe Paab... analyze: plot the time spent setting up security modules
2013-11-08 Lukas Nykrynmanager: configurable StartLimit default values
2013-11-07 Kay Sieverscore: fix require $XDG_RUNTIME_DIR
2013-11-07 Zbigniew Jędrzejew... udevadm-settle: add missing brace
2013-11-07 Mantas Mikulėnascore: require $XDG_RUNTIME_DIR to be set for user instances
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-11-05 Oleksii ShevchukConfigurable Timeouts/Restarts default values
2013-10-20 Kay Sieversbus: remove static introspection file export
2013-09-30 Lennart Poetteringmain: don't free fds array twice
2013-09-26 Mike Gilbertmain: set umask before creating any files
2013-08-30 Harald Hoyermain: drop capabilities of userhelpers before ours
2013-08-27 Kay Sieverslog to kmsg when "debug" is used on the kernel command...
2013-07-30 Kay Sieversdo not pass-along the environment from the kernel or...
2013-07-26 Kay Sieversrework systemd's own process environment handling/passing
2013-07-23 Kay Sieversremove left-over initrd time stamp handling
2013-07-17 Harald Hoyerremove RD_TIMESTAMP import
2013-07-10 Lennart Poetteringcore: rearrange if blocks a bit
2013-07-10 Lennart Poetteringcore: uninstall cgroup agent only if we are running...
2013-07-10 Lennart Poetteringcore: send out "Reloading" signal before and after...
2013-07-10 Lennart Poetteringcore: serialize/deserialize bus subscribers
2013-07-04 Kay Sieverssuppress status message output at shutdown when 'quiet...
2013-07-04 Kay Sieversdisable the cgroups release agent when shutting down
2013-07-03 Jason St. Johnman: improve grammar and word formatting in numerous...
2013-06-28 Lennart Poetteringmain: fix loading of default target
2013-06-28 Lennart Poetteringcore: add transient units
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-06-27 Lennart Poetteringcore: don't do runaway fork()s if we hit a segfault...
2013-06-20 Umut Tezduyarmanager: add DefaultEnvironment option
2013-06-06 Chengwei Yangmanager: Do not handle SIGKILL since we can not
2013-05-30 Lukas Nykryncore: read "debug" from kernel commandline and set...
2013-05-29 Zachary Cooksystemd: record efi timestamps after /sys is mounted
2013-05-06 Zbigniew Jędrzejew... systemd-sleep: add support for freeze and standby
2013-04-25 Harald Hoyersystemd: record the timestamps as early as possible
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-24 Zbigniew Jędrzejew... Small cleanup
2013-04-23 Lennart Poetteringcore: there's no point to complain so loudly about...
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18 Simon PeetersMove bus_error to dbus-common and remove bus_error_mess...
2013-04-17 Zbigniew Jędrzejew... core/main: use _cleanup_
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-17 Zbigniew Jędrzejew... core/main: generate 4 parsing functions from a macro
2013-04-08 Harald HoyerDo not serialize environment, when switching root
2013-04-06 Zbigniew Jędrzejew... Use _cleanup_ when reading config files
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-04-03 Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-03-31 Zbigniew Jędrzejew... Partially revert e62d8c394474
2013-03-31 Zbigniew Jędrzejew... Modernization
2013-03-22 Lennart Poetteringmain: minor simplification
2013-03-22 Lennart Poetteringmain: use strv_find() where we can
2013-03-22 Lennart Poetteringmain: don't mount cgroup controller unless PID == 1
2013-03-14 Lennart Poetteringmain: don't mount /sys, /dev and friends when we run...
2013-03-07 Lennart Poetteringcore: if we cannot JOB_ISOLATE the default target JOB_R... v198
2013-03-07 Nathaniel Chencore: mount and initialize Smack
2013-03-07 Nathaniel Chencore: move mount_setup_early() to main.c
2013-03-07 Lennart Poetteringcore: don't complain about systemd.journald.xxx kernel...
2013-03-06 Tom Gundersenmain: ISOLATE rather than REPLACE default.target
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-11 Lennart Poetteringcore: don't accept invalid environment assignments...
2013-01-07 Tom GundersenMerge nss-myhostname
2013-01-04 Lennart Poetteringbuild-sys: drop all distribution specfic checks
2012-12-22 Lennart Poetteringsocket: support socket activation of containers
2012-11-20 Tom Gundersenbuild-sys: make loadable module support optional
2012-10-27 Kay Sievershwclock: do not seal the kernel's time-warp call from...
2012-10-16 Thomas Bächlercore: Refuse to run a user instance when the system...
2012-09-24 Lennart Poetteringmain: don't try to mout cpuset with cpu+cpuacct anymore
2012-09-18 Zbigniew Jędrzejew... core: move ManagerRunningAs to shared
next