]> git.ipfire.org Git - thirdparty/systemd.git/history - src/core/main.c
treewide: use log_*_errno whenever %m is in the format string
[thirdparty/systemd.git] / src / core / main.c
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28  Michal Schmidttreewide: more log_*_errno() conversions
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-27  Lennart Poetteringlog: rearrange log function naming
2014-11-26  Zbigniew Jędrzejew... manager: print fatal errors on the console too
2014-11-26  Zbigniew Jędrzejew... manager: log some fatal errors at emergency level
2014-11-24  Zbigniew Jędrzejew... manager: let manager_free() handle NULLs
2014-11-14  Lennart Poetteringkmod: move #ifdef checks for kmod-setup out of main...
2014-11-14  Daniel Mackmount-setup: remove mount_setup_late()
2014-11-13  Daniel Macksd-bus: sync with kdbus upstream (ABI break)
2014-11-07  Lennart Poetteringutil: simplify proc_cmdline() to reuse get_process_cmdl...
2014-10-28  WaLyong Chomac: add mac_ prefix to distinguish origin security...
2014-10-28  Lennart Poetteringcore: remove system start timeout logic again
2014-10-23  WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-10-17  Zbigniew Jędrzejew... systemd: continue switch-root even if umount fails
2014-10-08  Mantas Mikulėnascore: map the 'rescue' argument to rescue.target
2014-10-01  Zbigniew Jędrzejew... core: limit timestamp to sane precision
2014-08-28  Harald Hoyeruse the switch_root function in shutdown
2014-08-26  Lennart Poetteringutil: make use of newly added reset_signal_mask() call...
2014-08-22  Lennart Poetteringcore: introduce "poweroff" as new failure action types
2014-08-22  Lennart Poetteringcore: add support for a configurable system-wide start...
2014-08-15  Lennart PoetteringMerge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
2014-08-15  Lennart Poetteringmain,log: parse the log related kernel command line...
2014-08-15  Lennart Poetteringmain: minor code modernization for initializing the...
2014-08-11  Lennart Poetteringlog: never ever log to syslog from PID 1, log to the...
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-07-31  Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31  Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-29  Kay Sieverstime-util: add and use USEC/NSEC_INFINIY
2014-07-27  Kay Sieverscore: only set the kernel's timezone when the RTC runs...
2014-07-20  Zbigniew Jędrzejew... test-engine: fix access to unit load path
2014-07-20  Zbigniew Jędrzejew... systemd: use pager for --test and --help
2014-07-16  Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16  Zbigniew Jędrzejew... Constify ConfigTableItem tables
2014-07-07  Lennart Poetteringfirstboot: get rid of firstboot generator again, introd...
2014-07-07  Lennart Poetteringfirstboot: add new component to query basic system...
2014-07-07  Lennart Poetteringmain: explain our /etc empty check a bit in a comment
2014-07-04  Lennart Poetteringmain: change check whether /etc is unpopulated to look...
2014-06-27  Lennart Poetteringmain: uid_to_name() might fail due to OOM, protect...
2014-06-26  Michał Bartoszkiewiczcore: use correct format string for UIDs
2014-06-20  Lennart Poetteringcore: clean-up signal reset logic when reexec
2014-06-19  Lennart Poetteringmain: don't show help text anymore when we detect an...
2014-06-19  Lennart Poetteringmain: honour rd.systemd.unit= only in the initrd, not...
2014-06-17  Lennart Poetteringcore: populate unit file set with preset data if we...
2014-06-17  Lennart Poetteringmachine-id-setup: allow passing NULL as function argume...
2014-06-17  Lennart Poetteringkmod: conditionalize kmod setup on CAP_SYS_MODULE,...
2014-06-17  Lennart Poetteringlog: don't downgrade log level in non-PID 1 if "quiet...
2014-06-16  Ruediger OertelReset signal-mask on re-exec to init=..
2014-06-13  Lennart Poetteringcore: don't complain at early boot if /etc/mtab is...
2014-06-13  Lennart Poetteringos-release: define /usr/lib/os-release as fallback...
2014-05-28  Lennart Poetteringvirt: rework container detection logic
2014-05-23  Kay Sieversshared: rename hwclock.[ch] to clock-util.[ch]
2014-05-22  Lennart Poetteringcgroups: simplify CPUQuota= logic
2014-05-05  Kay Sieverscore: require cgroups filesystem to be available
2014-04-25  Lennart Poetteringcore: expose CFS CPU time quota as high-level unit...
2014-04-06  Kay Sieversreduce the amount of messages logged to /dev/kmsg when...
2014-03-24  Lennart Poetteringcore: add a setting to globally control the default...
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-14  Greg KHmachine-id: add --root option to operate on an alternat...
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
next