Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-05 | networkd: log when finished enumerating links and addresses | Tom Gundersen | |
2015-02-04 | systemctl: unit_find_paths(): unify error handling in two code pathes | Ivan Shapovalov | |
2015-02-04 | systemctl: cat, edit: further polish error messages | Ivan Shapovalov | |
2015-02-04 | systemctl: cat: fix error handling | Ivan Shapovalov | |
- correctly check for local vs. remote transport - return after receiving error from expand_names() | |||
2015-02-04 | systemctl: cat, edit: improve unit load error reporting | Ivan Shapovalov | |
- report actual load error for units which could not be loaded - make unit_find_paths() report all kinds of errors it encounters (for consistency) - consistently handle not-found errors in cat() and edit() | |||
2015-02-04 | hwdb: Bind "toolbox" buttons to the Windows key | Bastien Nocera | |
One would expect pressing the button to go to an overview / show applications mode, we thus map it to leftmeta, the Windows key. See https://bugzilla.gnome.org/show_bug.cgi?id=658602#c17 | |||
2015-02-04 | build-sys: mark systemd-firstboot man page as conditional | Michael Biebl | |
Rebuild Makefile-man.am accordingly. | |||
2015-02-04 | timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUG | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=87505 Let's make timesyncd less chatty. | |||
2015-02-04 | shared/capabilities: simplify assertions about bits | Zbigniew Jędrzejewski-Szmek | |
The assert added in 7d328b5446 was wrong. Also update the comments and make sure we don't try to shift by type size. | |||
2015-02-04 | shared/util: drop duplicate log2u64 function | Zbigniew Jędrzejewski-Szmek | |
2015-02-04 | man: fix diagrams in bootup(7) | Zbigniew Jędrzejewski-Szmek | |
Fallout from 798d3a524e. | |||
2015-02-04 | timesyncd: reduce log chattiness a bit | Lennart Poettering | |
Let's downgrade the statistics output from LOG_INFO to LOG_DEBUG. https://bugs.freedesktop.org/show_bug.cgi?id=88926 | |||
2015-02-04 | nspawn: Allow module loading if CAP_SYS_MODULE is requested | Jay Faulkner | |
nspawn containers currently block module loading in all cases, with no option to disable it. This allows an admin, specifically setting capability=CAP_SYS_MODULE or capability=all to load modules. | |||
2015-02-04 | shared/capability: don't be too frugal on space for caps | Tom Gundersen | |
We were dropping the most significant bit. Add an assert to make sure it does not happen again. Fixes a bug introduced in 7d328b544621d4b1bec936dec612947ad8bfb65a. | |||
2015-02-03 | Reindent man pages to 2ch | Zbigniew Jędrzejewski-Szmek | |
2015-02-03 | tmpfiles: fix compilation without acl support | Zbigniew Jędrzejewski-Szmek | |
2015-02-04 | cg_path_get_user_unit(): Did not correctly parse user-unit templates. | Luke Shumaker | |
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 | |
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 | |
2015-02-04 | virt: add detect_vm_devicetree for powerpc arches | Chris J Arges | |
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 | |
2015-02-03 | sd-rtnl: allow sd_rtnl_open_fd() to be used on bound sockets | Tom Gundersen | |
2015-02-03 | networkd: handle suspend events | Tom Gundersen | |
2015-02-03 | partial revert of fed6df8 | Thomas Hindoe Paaboel Andersen | |
This one was acutally used to free xattr | |||
2015-02-03 | core: open up DefaultDependencies= property for transient units | Lennart Poettering | |
2015-02-03 | core: busname_supported() should cache what it detects | Johannes Hölzl | |
Add the missing "static" to actually make this a cache. | |||
2015-02-03 | journald: fix some xsprrintf() buffer size fallout | Lennart Poettering | |
2015-02-03 | core: use some nice macros where appropriate | Lennart Poettering | |
2015-02-03 | update TODO | Lennart Poettering | |
2015-02-03 | update TODO | Lennart Poettering | |
2015-02-03 | loopback-setup: simplify code a bit | Lennart Poettering | |
2015-02-03 | loopback-setup: no need to redefine LOOPBACK_IFINDEX, we already have it in ↵ | Lennart Poettering | |
missing.h | |||
2015-02-03 | update TODO | Lennart Poettering | |
2015-02-03 | test-functions: search for the initrd and kernel according to the BLS | Harald Hoyer | |
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 | |
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 | |
dracut_install() can cope with more than one file | |||
2015-02-03 | tests: install ldconfig.real for Debian based distros | Martin Pitt | |
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 | |
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 | |
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 | |
Get it from type -P instead, to support --enable-split-usr. | |||
2015-02-03 | tests: determine rootlibdir from pkg-config | Martin Pitt | |
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 | |
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-02 | build-sys: distribute systemd-networkd.socket | Zbigniew Jędrzejewski-Szmek | |
2015-02-02 | network-address,test-network: avoid undefined behaviour | Zbigniew Jędrzejewski-Szmek | |
2015-02-02 | shared/async: simplify asynchronous_job a bit | Zbigniew Jędrzejewski-Szmek | |
2015-02-02 | test-dhcp-client: add a kludge to make valgrind happy | Zbigniew Jędrzejewski-Szmek | |
2015-02-02 | test-dhcp-client: open a real udp socket for test execution | Zbigniew Jędrzejewski-Szmek | |
./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 | |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | |
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 | |
Let's return the fd we found as return value in systemd_netlink_fd(), instead of using call-by-reference. |