Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | systemctl: reorder verbs | Lennart Poettering | |
2014-03-13 | systemctl: make sure status -a doesn't terminate too soon | Lennart Poettering | |
2014-03-13 | systemctl: show a colored red dot in "status" output indicating the state of ↵ | Lennart Poettering | |
a unit | |||
2014-03-12 | build-sys: make sure we rebuild manpages when doing releases | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=76056 | |||
2014-03-13 | update TODO | Lennart Poettering | |
2014-03-13 | nspawn: honour GPT partition flags when mounting file systems following the ↵ | Lennart Poettering | |
discoverable partitions spec | |||
2014-03-13 | gpt-auto-generator: there's no point in looking for a superblock on raw ↵ | Lennart Poettering | |
disk, we only care for a partition table | |||
2014-03-13 | gpt-auto-generator: print debug messages when we ignore a block device | Lennart Poettering | |
2014-03-13 | gpt-auto-generator: honour read-only and no-auto flag from GPT data | Lennart Poettering | |
Similar to the read-only and no-automount flags of Microsoft Basic Data Partitions, introduce our own flags. We map them to the same flag bits as Microsoft's, to keep things simple. | |||
2014-03-13 | cryptsetup: call static variables parsed from command line arg_XYZ like in ↵ | Lennart Poettering | |
all other tools | |||
2014-03-12 | gpt-auto-generator: don't return OOM on parentless devices | Tomasz Torcz | |
2014-03-12 | socket.c: make use of union sockaddr_union | Daniel Buch | |
2014-03-12 | systemctl: when "systemctl status" is called without arguments show a short ↵ | Lennart Poettering | |
overall system state Previously "systemctl status" without argument would print the status of all loaded units. This has now been moved to "systemctl status -a". | |||
2014-03-12 | manager: use system state enum where appropriate | Lennart Poettering | |
2014-03-12 | macro: make sure we can use IN_SET() also with complex function calls as ↵ | Lennart Poettering | |
first argument | |||
2014-03-12 | systemctl: add new "list-machines" command | Lennart Poettering | |
"systemctl list-machines" shows one line per local container which includes the current system state of the container, the number of failed units as well as the number of currently queued jobs. | |||
2014-03-12 | core: introduce system state enum | Lennart Poettering | |
The system state knows the states starting → running/degraded/maintenance → stopping, where: starting = system startup running = normal operation degraded = at least one unit is currently in failed state maintenance = rescue/emergency mode is active or queued stopping = system shutdown | |||
2014-03-12 | sd-login: add sd_machine_get_class() call | Lennart Poettering | |
2014-03-12 | util: Make in_charset a static inline in util.h | Josh Triplett | |
With in_charset now reduced to a one-liner (plus asserts), make it a static inline. | |||
2014-03-12 | util: Rewrite in_charset to use strspn | Josh Triplett | |
This simplifies in_charset down to a one-liner, and allows for possible optimizations of strspn in libc. | |||
2014-03-12 | backlight: Avoid restoring brightness to an unreadably dim level | Josh Triplett | |
Some systems turn the backlight all the way off at the lowest levels. Clamp saved brightness to at least 1 or 5% of max_brightness. This avoids preserving an unreadably dim screen, which would otherwise force the user to disable state restoration. | |||
2014-03-12 | backlight: Fix copy/paste error printing an unrelated error code | Josh Triplett | |
udev_device_get_sysattr_value returns NULL on failure, but doesn't provide an error code; thus, when printing an error from it, don't print an unrelated error code from a previous call. | |||
2014-03-12 | NEWS: 211 was actually released past midnight, so let's use the correct date | Lennart Poettering | |
2014-03-12 | update TODO | Lennart Poettering | |
2014-03-12 | test-dhcp-client: remove pointless initializer, wrongly committed earlier | Kay Sievers | |
2014-03-11 | build-sys: Fix move-to-rootlibdirsystemd/v211 | Mike Gilbert | |
Since we now use ln -s --relative, using this sed statement is redundant and causes broken symlinks to be installed. | |||
2014-03-11 | logind: move lid switch handling from logind-main to logind-core | Kay Sievers | |
../src/login/logind-dbus.c:1352: error: undefined reference to 'manager_set_lid_switch_ignore' collect2: error: ld returned 1 exit status make[2]: *** [test-login-tables] | |||
2014-03-11 | build-sys: add libsystemd-label to network/dhcp users | Kay Sievers | |
2014-03-11 | build-sys: we still want to rebuild the tarball though on upload | Lennart Poettering | |
2014-03-11 | NEWS: fix typo | David Herrmann | |
sittings -> settings | |||
2014-03-11 | build-sys: when I upload the tarball, don't run the whole distcheck thing again | Lennart Poettering | |
I run this anyway, and given how slow it is now due to -flto, let's make my workflow a bit faster... | |||
2014-03-11 | NEWS: update | Kay Sievers | |
2014-03-11 | build-sys: prepare release 211 | Lennart Poettering | |
2014-03-11 | man: improve nspawn's --user= documentation | Lennart Poettering | |
2014-03-11 | NEWS: prepare for release 211 | Lennart Poettering | |
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-11 | bus: replace sd_bus_label_{escape,unescape}() by new ↵ | Lennart Poettering | |
sd_bus_path_{encode,decode}() The new calls work similarly, but enforce a that a common, fixed bus path prefix is used. This follows discussions with Simon McVittie on IRC that it should be a good idea to make sure that people don't use the escaping applied here too wildly as anything other than the last label of a bus path. | |||
2014-03-11 | update TODO | Lennart Poettering | |
2014-03-11 | fstab-generator: when running in a container, ignore fstab entries referring ↵ | Lennart Poettering | |
to device nodes Since these device nodes will never appear in the container anyway there's no point in waiting for them. This makes it easier to boot images generated with general purpose installers like Anaconda which unconditionally populate /etc/fstab to boot in containers. | |||
2014-03-11 | build-sys: sign releases | Zbigniew Jędrzejewski-Szmek | |
2014-03-11 | hostnamectl: read OS pretty_name and cpe_name from remote | Djalal Harouni | |
2014-03-11 | hostnamed: expose OperatingSystemPrettyName and OperatingSystemCPEName on ↵ | Djalal Harouni | |
the bus | |||
2014-03-11 | hostnamed: minor improvements in context_write_data_other() | Djalal Harouni | |
Prepare context_write_data_other() and rename it to context_write_data_machine_info() | |||
2014-03-11 | logind: Do not fail display count if a device has no parent | Mantas Mikulėnas | |
udev_device_get_parent() may return NULL when the device doesn't have a parent, as is the case with (for example) /sys/devices/virtual/drm/ttm. Also, log an actual error message instead of "-12 displays connected". | |||
2014-03-11 | nspawn: fix argv[0] for getent | Mantas Mikulėnas | |
2014-03-11 | nspawn: allow using kdbus from nspawn containers | Lennart Poettering | |
2014-03-11 | core: support globbing matches in DeviceAllow= when checking for device groups | Lennart Poettering | |
2014-03-11 | gpt-auto-generator: rename root device node symlink to /dev/gpt-auto-root | Lennart Poettering | |
Before it was placed in /dev/disk/by-id, which makes it a bit too much API. However, it's mostly an implementation detail for now, hence move it out of the stable block device dir. | |||
2014-03-11 | hwdb: Update database of Bluetooth company identifiers | Marcel Holtmann | |
2014-03-11 | udev: properly detect reference to unexisting part of PROGRAM's result | Lukas Nykryn | |