Age | Commit message (Expand) | Author |
2012-05-03 | cgroup: fix alloca() misuse in cg_shorten_controllers() | Lennart Poettering |
2012-05-03 | dbus: handle invalid enum values better | Lennart Poettering |
2012-05-03 | hwclock: add taint flag for non-local hwclock | Lennart Poettering |
2012-04-29 | util: introduce container_of() macro | Lucas De Marchi |
2012-04-22 | util: unify getenv() logic for other PID | Lennart Poettering |
2012-04-22 | nspawn: add -b switch to automatically look for an init binary | Lennart Poettering |
2012-04-22 | default to v102 everywhere, instead of vt100, to synchronize with agetty | Lennart Poettering |
2012-04-22 | login: assing /dev/console logins to seat0 | Lennart Poettering |
2012-04-22 | util: fix tty_is_vc_resolve() in a container where /sys/class/tty/console/act... | Lennart Poettering |
2012-04-22 | log: include syslog identifier in default log properties, to avoid comm trunc... | Lennart Poettering |
2012-04-20 | log: fix LOG_TARGET_JOURNAL_OR_KMSG | Lennart Poettering |
2012-04-19 | fix typo in src/shared/install.c | Sven Anders |
2012-04-17 | udev: unify /dev static symlink setup | Kay Sievers |
2012-04-17 | silence a bunch of gcc warnings | Kay Sievers |
2012-04-17 | selinux: unify systemd and udev code | Kay Sievers |
2012-04-17 | mkdir: do not use alloca() in a loop | Kay Sievers |
2012-04-17 | udev: replace util_create_path() with mkdir_parents() | Kay Sievers |
2012-04-16 | logind: remove redundant entries from logind's default controller lists too | Lennart Poettering |
2012-04-16 | systemctl: show main and control PID explicitly in cgroup-show | Lennart Poettering |
2012-04-16 | util: introduce memdup() | Lennart Poettering |
2012-04-16 | cgls: don't show empty cgroups by default | Lennart Poettering |
2012-04-16 | logind: add shutdown/suspend/idle inhibition framework | Lennart Poettering |
2012-04-16 | cgroup: if a controller is not available don't try to create cgroups in its h... | Lennart Poettering |
2012-04-13 | polkit: spawn agent in --fallback mode | Lennart Poettering |
2012-04-13 | watchdog: make watchdog dbus properties writable | Lennart Poettering |
2012-04-13 | dbus: automatically send out changed events for properties written to | Lennart Poettering |
2012-04-13 | fix a couple of things found with the llvm static analyzer | Lennart Poettering |
2012-04-12 | build-sys: move src/linux/ to src/shared/linux | Lennart Poettering |
2012-04-12 | build-sys: move *-setup out of shared to avoid selinux being pulled in | Lennart Poettering |
2012-04-12 | move remainig shared stuff to shared/ | Kay Sievers |
2012-04-12 | main: we want all setup functions to be in files called xxx-setup.[ch] | Lennart Poettering |
2012-04-12 | hostname-setup: move to core/ | Lennart Poettering |
2012-04-12 | build-sys: move a few things into more appropriate places | Lennart Poettering |
2012-04-12 | build-sys: add stub makefiles to make emacs easier to use | Lennart Poettering |
2012-04-12 | rename machine-id-main.c tomacht the binary and move main.c to core/ | Kay Sievers |
2012-04-12 | execute: when we can't get the requested rlimit, get the next closest | Lennart Poettering |
2012-04-12 | move more common files to shared/ and add them to shared.la | Kay Sievers |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering |
2012-04-11 | polkit: when spawning off agent, wait until the agent is fully initialized | Lennart Poettering |
2012-04-11 | polkit: temporarily spawn of a polkit agent in terminals for possibly authent... | Lennart Poettering |
2012-04-11 | put acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch] | Kay Sievers |
2012-04-11 | main: drop container/initrd env vars from inherited set | Lennart Poettering |
2012-04-11 | split selinux label operations out of cgroup-util, socket-util | Kay Sievers |
2012-04-10 | rename basic.la to shared.la and put selinux deps in shared-selinx.la | Kay Sievers |
2012-04-10 | move list.h, macro.h, ioprio.h to shared/ | Kay Sievers |
2012-04-10 | move pager.[ch] to shared/ | Kay Sievers |
2012-04-10 | move cgroup-util.[ch] to shared/ | Kay Sievers |
2012-04-10 | util: move ACL code into internal library | Kay Sievers |
2012-04-10 | util: move all to shared/ and split external dependencies in separate interna... | Kay Sievers |