Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-27 | hwdb: keymaps for Samsung 900X3E/900X3F | Kieran Clancy | |
Keymaps for Samsung 900X3E and 900X3F should be the same as for other models in the series. I have also moved the comment for '# Series 9' to the right place | |||
2014-02-27 | journalctl: refuse extra arguments with --verify and similar | Zbigniew Jędrzejewski-Szmek | |
Positional arguments only make sense with the default action. For other actions, complain instead of ignoring them silently. | |||
2014-02-27 | logs-show: fix corrupt output with empty messages | Uoti Urpala | |
If a message had zero length, journalctl would print no newline, and two output lines would be concatenated. Fix. The problem was introduced in commit 31f7bf199452 ("logs-show: print multiline messages"). Affected short and verbose output modes. Before fix: Feb 09 21:16:17 glyph dhclient[1323]: Feb 09 21:16:17 glyph NetworkManager[788]: <info> (enp4s2): DHCPv4 state changed nbi -> preinit after: Feb 09 21:16:17 glyph dhclient[1323]: Feb 09 21:16:17 glyph NetworkManager[788]: <info> (enp4s2): DHCPv4 state changed nbi -> preinit | |||
2014-02-26 | build-sys: networkd - simplify makefile fragment | Tom Gundersen | |
2014-02-26 | mount: don't fire PropertiesChanged signals for mounts that are stopped | Lennart Poettering | |
2014-02-26 | mount: don't send out PropertiesChanged message if actually nothing got changed | Lennart Poettering | |
2014-02-26 | mount: minor modernization | Lennart Poettering | |
2014-02-25 | Use /var/run/dbus/system_bus_socket for the D-Bus socket | Zbigniew Jędrzejewski-Szmek | |
2014-02-26 | README: document that /var/run must be a symlink → /run | Lennart Poettering | |
2014-02-26 | Revert back to /var/run at a couple of problems | Lennart Poettering | |
This partially reverts 41a55c46ab8fb4ef6727434227071321fc762cce Some specifications we want to stay compatibility actually document /var/run, not /run, and we should stay compatible with that. In order to make sure our D-Bus implementation works on any system, regardless if running systemd or not, we should always use /var/run which is the only path mandated by the D-Bus spec. Similar, glibc hardcodes the utmp location to /var/run, and this is exposed in _UTMP_PATH in limits.h, hence let's stay in sync with this public API, too. We simply do not support systems where /var/run is not a symlink → /run. Hence both are equivalent. Staying compatible with upstream specifications hence weighs more than cleaning up superficial appearance. | |||
2014-02-25 | Replace /var/run with /run in remaining places | Zbigniew Jędrzejewski-Szmek | |
/run was already used almost everywhere, fix the remaining places for consistency. | |||
2014-02-26 | exec: imply NoNewPriviliges= only when seccomp filters are used in user mode | Lennart Poettering | |
2014-02-26 | update TODO | Lennart Poettering | |
2014-02-26 | build-sys: add missing makefile symlinks | Lennart Poettering | |
2014-02-26 | core: add new RestrictAddressFamilies= switch | Lennart Poettering | |
This new unit settings allows restricting which address families are available to processes. This is an effective way to minimize the attack surface of services, by turning off entire network stacks for them. This is based on seccomp, and does not work on x86-32, since seccomp cannot filter socketcall() syscalls on that platform. | |||
2014-02-26 | nspawn: no need for duplicate checks against EEXIST | Lennart Poettering | |
2014-02-26 | seccomp: we should control NO_NEW_PRIVS on our own, not let seccomp do this ↵ | Lennart Poettering | |
for us | |||
2014-02-25 | networkd: add basic support for MACVLANs | Tom Gundersen | |
2014-02-25 | man: refer to systemd.net{work,dev}(5) from systemd-networkd(8) | Tom Gundersen | |
2014-02-25 | man: split out systemd.net{work,dev}(5) from systemd-networkd(8) | Tom Gundersen | |
2014-02-25 | man: split out systemd.link(5) from udev(7) | Tom Gundersen | |
2014-02-25 | man: networkd - clarify that multiple addresses/routes are supported | Tom Gundersen | |
2014-02-25 | fix typo in iDRAC network interface name: irdac->idrac | Tomasz Torcz | |
2014-02-25 | login: Allow calling org.freedesktop.login1.Seat.SwitchTo | Jasper St. Pierre | |
2014-02-25 | login: set pos-slot to fallback on pos-eviction | David Herrmann | |
If we evict a session position, we open the position slot for future sessions. However, there might already be another session on the same position if both were started on the same VT. This is currently done if gdm spawns the session on its own Xserver. Hence, look for such a session on pos-eviction and claim the new slot immediately. | |||
2014-02-25 | NEWS: fix typo | Ansgar Burchardt | |
2014-02-25 | login: fix pos-array allocation | David Herrmann | |
GREEDY_REALLOC takes a pointer to the real size, not the array-width as argument. Therefore, our array is currently way to small to keep the seat positions. Introduce GREEDY_REALLOC0_T() as typed version of GREEDY_REALLOC and store the array-width instead of array-size. | |||
2014-02-25 | update TODO | Lennart Poettering | |
2014-02-25 | NEWS: fix typo | Lennart Poettering | |
2014-02-25 | nspawn: add new switch --network-macvlan= to add a macvlan device to the ↵ | Lennart Poettering | |
container | |||
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek | |
As pointed-out by clang -Wunreachable-code. No behaviour changes. | |||
2014-02-25 | hostnamectl: read virtualization/architecture from remote side | Lennart Poettering | |
This way we make this more network/container transparent and also do not require any client side privileges. | |||
2014-02-25 | core: expose architecture as a bus property, so that we can easily query it ↵ | Lennart Poettering | |
remotely | |||
2014-02-24 | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, ↵ | Lennart Poettering | |
BlockIOAccounting= for all units at once | |||
2014-02-24 | update TODOsystemd/v210 | Lennart Poettering | |
2014-02-24 | NEWS: fix typos | Kay Sievers | |
2014-02-24 | build-sys: bump revisions and version | Lennart Poettering | |
2014-02-24 | architecture: apparently there is LE ppc now | Lennart Poettering | |
2014-02-24 | NEWS: add note about ifunc | Lennart Poettering | |
2014-02-24 | NEWS: prepare for release of 210 | Lennart Poettering | |
2014-02-24 | smack: rework security labeling for multiple frameworks | Łukasz Stelmach | |
2014-02-24 | smack: set loaded_policy in smack_setup() | Łukasz Stelmach | |
With loaded_policy set to true mount_setup() relabels /dev properly. | |||
2014-02-24 | smack: relabel directories and files created by systemd | Łukasz Stelmach | |
Systemd creates directories in /dev. These directories will get the label of systemd, which is the label of the System domain, which is not accessable to everyone. Relabel the directories, files and symlinks created so that they can be generally used. Based on a patch by Casey Schaufler <casey@schaufler-ca.com>. | |||
2014-02-24 | update TODO | Lennart Poettering | |
2014-02-24 | hostnamed: correct error message | Michal Sekletar | |
We are not parsing timezone data. | |||
2014-02-24 | logind: detect whether the system is docked, and if it is inhibit lid switch ↵ | Lennart Poettering | |
processing This should make operation nicer with docking stations, but will not cover anything that does not implement SW_DOCK. | |||
2014-02-24 | update TODO | Lennart Poettering | |
2014-02-24 | units/serial-getty@.service: add [Install] section | Zbigniew Jędrzejewski-Szmek | |
This makes it easier to manually enable and disable specific gettys, and also mirrors getty@.service. http://lists.freedesktop.org/archives/systemd-devel/2014-February/017329.html | |||
2014-02-24 | virt: make Virtualization an anonymous enum | Thomas Hindoe Paaboel Andersen | |
This makes llvm happy when we assign an error code to the variable. | |||
2014-02-24 | update TODO | Lennart Poettering | |