Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-04 | Reindent man pages to 2ch | Zbigniew Jędrzejewski-Szmek | 1 | -76/+72 | |
2015-02-04 | tmpfiles: fix compilation without acl support | Zbigniew Jędrzejewski-Szmek | 1 | -0/+2 | |
2015-02-04 | cg_path_get_user_unit(): Did not correctly parse user-unit templates. | Luke Shumaker | 2 | -10/+9 | |
It ran either skip_session() or skip_user_manager(), then ran skip_slices() iff skip_session() ran. It needs to run skip_slices() in either case. Included is a test case demonstrating why. | |||||
2015-02-04 | core: don't reset log level to NOTICE if we get quiet on the kernel cmdline | Lennart Poettering | 2 | -3/+3 | |
quiet should really just have an effect on the stuff we dump on the console, not what we log elsewhere. Hence: debug on kernel cmdline → interpreted by every tool, turns up log levels to "debug" everywhere. quiet on kernel cmdline → interpreted only by PID 1 (and obviously the kernel) no alteration of the max log level, but turns off status output. http://lists.freedesktop.org/archives/systemd-devel/2014-December/026271.html | |||||
2015-02-04 | update TODO | Lennart Poettering | 1 | -0/+15 | |
2015-02-04 | virt: add detect_vm_devicetree for powerpc arches | Chris J Arges | 1 | -0/+20 | |
Check sysfs devicetree values in order to detect if we are running on a KVM hypervisor on a powerpc architecture. | |||||
2015-02-03 | networkd: refactor socket activation a bit | Tom Gundersen | 4 | -234/+203 | |
2015-02-03 | sd-rtnl: allow sd_rtnl_open_fd() to be used on bound sockets | Tom Gundersen | 1 | -1/+2 | |
2015-02-03 | networkd: handle suspend events | Tom Gundersen | 4 | -16/+156 | |
2015-02-03 | partial revert of fed6df8 | Thomas Hindoe Paaboel Andersen | 1 | -1/+1 | |
This one was acutally used to free xattr | |||||
2015-02-03 | core: open up DefaultDependencies= property for transient units | Lennart Poettering | 2 | -2/+15 | |
2015-02-03 | core: busname_supported() should cache what it detects | Johannes Hölzl | 1 | -1/+1 | |
Add the missing "static" to actually make this a cache. | |||||
2015-02-03 | journald: fix some xsprrintf() buffer size fallout | Lennart Poettering | 2 | -2/+2 | |
2015-02-03 | core: use some nice macros where appropriate | Lennart Poettering | 2 | -7/+7 | |
2015-02-03 | update TODO | Lennart Poettering | 1 | -0/+3 | |
2015-02-03 | update TODO | Lennart Poettering | 1 | -0/+4 | |
2015-02-03 | loopback-setup: simplify code a bit | Lennart Poettering | 1 | -5/+10 | |
2015-02-03 | loopback-setup: no need to redefine LOOPBACK_IFINDEX, we already have it in ↵ | Lennart Poettering | 1 | -5/+3 | |
missing.h | |||||
2015-02-03 | update TODO | Lennart Poettering | 1 | -0/+3 | |
2015-02-03 | test-functions: search for the initrd and kernel according to the BLS | Harald Hoyer | 1 | -0/+8 | |
Also search for the initrd and kernel according to the boot loader specification. | |||||
2015-02-03 | test-functions: use sfdisk without cyl,head,sectors | Harald Hoyer | 1 | -2/+2 | |
newer sfdisk implementations do not work with these anymore | |||||
2015-02-03 | test-functions:install_libnss() call dracut_install with all $NSS_LIBS | Harald Hoyer | 1 | -3/+1 | |
dracut_install() can cope with more than one file | |||||
2015-02-03 | tests: install ldconfig.real for Debian based distros | Martin Pitt | 1 | -0/+2 | |
In Debian based distributions ldconfig is just a shell wrapper around ldconfig.real, for deferring it during package installation. | |||||
2015-02-03 | tests: install hostname debug tool | Martin Pitt | 1 | -1/+1 | |
This is mostly a vehicle to pull in libnsl.so which gets dlopen()ed by NSS under certain NSS configurations. | |||||
2015-02-03 | tests: install all required libnss modules | Martin Pitt | 1 | -1/+4 | |
Don't assume "files" for everything in nsswitch. Instead, ask "getent passwd" about which libnss modules it dlopen()s, and install these. | |||||
2015-02-03 | tests: don't hardcode systemctl path | Martin Pitt | 3 | -3/+4 | |
Get it from type -P instead, to support --enable-split-usr. | |||||
2015-02-03 | tests: determine rootlibdir from pkg-config | Martin Pitt | 1 | -4/+9 | |
Prefer asking pkg-config for the rootlibdir, to also support systems with --enable-split-usr. Fall back to the hardcoded /usr/lib/systemd if that fails. | |||||
2015-02-03 | tests: Make sushell optional in image creation | Martin Pitt | 1 | -1/+2 | |
sushell does not exist in all distributions, and it can be changed with configure --with-debug-shell, so make installation of it optional. | |||||
2015-02-03 | build-sys: distribute systemd-networkd.socket | Zbigniew Jędrzejewski-Szmek | 1 | -1/+3 | |
2015-02-03 | network-address,test-network: avoid undefined behaviour | Zbigniew Jędrzejewski-Szmek | 2 | -2/+5 | |
2015-02-03 | shared/async: simplify asynchronous_job a bit | Zbigniew Jędrzejewski-Szmek | 2 | -9/+5 | |
2015-02-03 | test-dhcp-client: add a kludge to make valgrind happy | Zbigniew Jędrzejewski-Szmek | 1 | -0/+7 | |
2015-02-03 | test-dhcp-client: open a real udp socket for test execution | Zbigniew Jędrzejewski-Szmek | 1 | -1/+7 | |
./test-dhcp-client would attempt to operate fd 0, i.e. stdin. For example, './test-dhcp-client </dev/null' would fail with EPERM because /dev/null cannot be used with epoll. https://bugzilla.redhat.com/show_bug.cgi?id=1076119 | |||||
2015-02-03 | update TODO | Lennart Poettering | 1 | -0/+2 | |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | 75 | -237/+248 | |
After all it is now much more like strjoin() than strappend(). At the same time, add support for NULL sentinels, even if they are normally not necessary. | |||||
2015-02-02 | networkd: minor simplification | Lennart Poettering | 1 | -21/+13 | |
Let's return the fd we found as return value in systemd_netlink_fd(), instead of using call-by-reference. | |||||
2015-02-02 | remove unused variables | Thomas Hindoe Paaboel Andersen | 5 | -9/+1 | |
2015-02-02 | update TODO | Lennart Poettering | 1 | -0/+3 | |
2015-02-02 | units: so far we defaulted to 90s as default timeout for most things, let's ↵ | Lennart Poettering | 3 | -3/+3 | |
do so for our oneshot services too Fewer surprises, and stuff... | |||||
2015-02-02 | tmpfiles: let's always use DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING() ↵ | Lennart Poettering | 1 | -15/+13 | |
instead of defining our own string tables | |||||
2015-02-02 | time-util: let's make xstrftime() useful for everybody, even if we only have ↵ | Lennart Poettering | 2 | -2/+2 | |
a single user so far. | |||||
2015-02-02 | macro: document that DECIMAL_STR_MAX contains space for the trailing NUL byte | Lennart Poettering | 1 | -1/+2 | |
2015-02-02 | bootchart: Ensure that systemd is the init called after using bootchart | Sebastien Bacher | 3 | -5/+5 | |
When booting with systemd-bootchart, default to call the systemd binary rather than the init binary on disk, which might be another init system. Collecting data only works with booting systemd. | |||||
2015-02-02 | backlight: let udev properties override clamping | Topi Miettinen | 2 | -2/+12 | |
On my computer, the minimum brightness enforced by clamping in backlight is too bright. Let udev property ID_BACKLIGHT_CLAMP control whether the brightness is clamped or not. | |||||
2015-02-02 | cryptsetup: only warn on real key files | Martin Pitt | 1 | -4/+2 | |
Simplify the check from commit 05f73ad to only apply the warning to regular files instead of enumerating device nodes. | |||||
2015-02-02 | tmpfiles: Remove unnecessary blank line when configured with ↵ | Sangjung Woo | 1 | -1/+1 | |
"--disable-resolved" This patch removes unnecessary blank line in /usr/lib/tmpfiles.d/etc.conf when configured with "--disable-resolved". (i.e. ENABLE_RESOLVED is not defined) | |||||
2015-02-02 | update TODO | Lennart Poettering | 1 | -0/+3 | |
2015-02-02 | cryptsetup: Do not warn If the key is /dev/*random | Cristian Rodríguez | 1 | -2/+4 | |
Using /dev/urandom as a key is valid for swap, do not warn if this devices are world readable. | |||||
2015-02-02 | networkd: support socket activation | Tom Gundersen | 5 | -9/+63 | |
Still keep the non-socket activation code around for starting from the commandline, but will likely drop that too in the future. | |||||
2015-02-02 | sd-rtnl: introduce sd_rtnl_new_from_netlink | Tom Gundersen | 2 | -1/+27 | |