Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-10 | test-copy: test copy_bytes() | Zbigniew Jędrzejewski-Szmek | |
2015-06-10 | sd-bus: remove ucred parameter from bus_message_from_header() since we don't ↵ | Lennart Poettering | |
use it anymore | |||
2015-06-10 | sd-bus: fix early exit when we lack all data in bus_get_owner_creds_dbus1() | Lennart Poettering | |
2015-06-10 | build-sys: upgrade shadow variable warnings to errors | Lennart Poettering | |
2015-06-10 | bus-message: remove shadow warning with log_debug_bus_message() | Lennart Poettering | |
2015-06-10 | Merge pull request #132 from ssahani/bond | Lennart Poettering | |
networkd: bond improve logging | |||
2015-06-10 | Merge pull request #138 from ↵ | Lennart Poettering | |
utezduyar/use-async-convenience-function-on-setting-hostname networkd: use async convenience call to set hostname | |||
2015-06-10 | Merge pull request #133 from ssahani/net | Lennart Poettering | |
networkd: vxlan improve logging | |||
2015-06-10 | Merge pull request #137 from torstehu/correct-typo | Daniel Mack | |
sd-bus: Correct typo | |||
2015-06-10 | networkd: use async convenience call to set hostname | Umut Tezduyar Lindskog | |
2015-06-10 | sd-bus: Correct typo | Torstein Husebø | |
2015-06-10 | Merge pull request #136 from dslul/master | Martin Pitt | |
keymap: Add Samsung NP350V and NP670Z | |||
2015-06-10 | keymap: Add Samsung NP350V and NP670Z | dslul | |
typo keymap: Add Samsung NP350V and NP670Z | |||
2015-06-10 | Merge pull request #117 from ↵ | Lennart Poettering | |
utezduyar/feat/dump-sync-dbus-message-with-logging-on sd-bus: dump sync messages in debug mode | |||
2015-06-10 | Merge pull request #135 from zonque/buildsys | Lennart Poettering | |
build-sys: turn some warnings into errors | |||
2015-06-10 | build-sys: turn some warnings into errors | Daniel Mack | |
Make the build sys error out on missing function prototypes, missing variable declarations, implicit function declarations or forgotten return statements. None of these conditions are acceptable, and by making them hard errors, the build bots can detect them earlier. | |||
2015-06-10 | Merge pull request #130 from whot/hwdb-updates | Daniel Mack | |
Hwdb updates | |||
2015-06-10 | sd-bus: dump sync messages in debug mode | Umut Tezduyar Lindskog | |
2015-06-10 | network: veth imprve logging | Susant Sahani | |
Replaces a lof of strerror() usage with log_netdev_error_errno() | |||
2015-06-10 | networkd: vxlan improve logging | Susant Sahani | |
Replaces a lof of strerror() usage with log_netdev_error_errno() | |||
2015-06-10 | networkd: bond improve logging | Susant Sahani | |
Replaces a lof of strerror() usage with log_netdev_error_errno() | |||
2015-06-10 | hwdb: update Logitech's unifying receiver devices | Peter Hutterer | |
Since 3.19, the devices have the proper vid/pid and the model number in the name. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2015-06-10 | logind,sd-event: drop spurious new-lines | Lennart Poettering | |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal ↵ | Lennart Poettering | |
mask/handlers Also, when the child is potentially long-running make sure to set a death signal. Also, ignore the result of the reset operations explicitly by casting them to (void). | |||
2015-06-10 | signal-util: modernize and share more code | Lennart Poettering | |
2015-06-09 | Merge pull request #126 from phomes/master | Lennart Poettering | |
core: log oom during killing spree | |||
2015-06-09 | core: log oom during killing spree | Thomas Hindoe Paaboel Andersen | |
but don't do anything else. We still want to kill as much as possible. Coverity CID#996306 | |||
2015-06-09 | Merge pull request #122 from martinpitt/master | Lennart Poettering | |
path-util: Fix path_is_mount_point for parent mount points in symlink mode | |||
2015-06-09 | path-util: Fix path_is_mount_point for parent mount points in symlink mode | Martin Pitt | |
When we have a structure like this: /bin -> /usr/bin /usr is a mount point Then path_is_mount_point("/bin", AT_SYMLINK_FOLLOW) needs to look at the pair /usr/bin and /usr, not at the pair / and /usr/bin, as the latter have different mount IDs. But we only want to consider the base name, not any parent. Thus we have to resolve the given path first to get the real parent when allowing symlinks. Bug: https://github.com/systemd/systemd/issues/61 | |||
2015-06-09 | Merge pull request #121 from martinpitt/master | Lennart Poettering | |
build-sys: always dist *.policy.in files | |||
2015-06-09 | build-sys: always dist *.policy.in files | Martin Pitt | |
Unconditionally dist org.freedesktop.{import1,machine1}.policy.in, like all the other *.policy.in files. This avoids missing policy files in the tarball. Spotted by "make distcheck" failure with --disable-importd. | |||
2015-06-09 | Merge pull request #111 from phomes/cleanup_warning_suppression | Lennart Poettering | |
build-sys: don't suppress irrelevant warnings | |||
2015-06-09 | Merge pull request #120 from systemd/revert-115-master | Kay Sievers | |
Revert "hwdb: actually search /run/udev/hwdb.d" | |||
2015-06-09 | Revert "hwdb: actually search /run/udev/hwdb.d" | Lennart Poettering | |
2015-06-09 | Merge pull request #118 from haraldh/set_consume2 | Lennart Poettering | |
util:bind_remount_recursive() fix "use after free" - 2 | |||
2015-06-09 | Merge pull request #77 from haraldh/cryptsetup | Lennart Poettering | |
cryptsetup: craft a unique ID with the source device | |||
2015-06-09 | Merge pull request #116 from utezduyar/feat/async-api-for-method-call | Lennart Poettering | |
sd-bus: add async convenience method call API | |||
2015-06-09 | Merge pull request #113 from mezcalero/address-family | Lennart Poettering | |
networkd: actually always use AddressFamilyBoolean as the bit mask it is | |||
2015-06-09 | util:bind_remount_recursive(): handle return 0 of set_consume() | Harald Hoyer | |
set_consume() does not return -EEXIST, but 0, in case the key is already in the Set. | |||
2015-06-09 | Revert "util:bind_remount_recursive() fix "use after free"" | Harald Hoyer | |
This reverts commit 46be6129d3e52556eb0f2ae4d07818f9f3f7af7a. | |||
2015-06-09 | cryptsetup: craft a unique ID with the source device | Harald Hoyer | |
If cryptsetup is called with a source device as argv[3], then craft the ID for the password agent with a unique device path. If possible "/dev/block/<maj>:<min>" is used, otherwise the original argv[3] is used. This enables password agents like petera [1] to provide a password according to the source device. The original ID did not carry enough information and was more targeted for a human readable string, which is specified in the "Message" field anyway. With this patch the ID of the ask.XXX ini file looks like this: ID=cryptsetup:/dev/block/<maj>:<min> [1] https://github.com/npmccallum/petera | |||
2015-06-09 | sd-bus: add async convenience method call API | Umut Tezduyar Lindskog | |
2015-06-09 | Merge pull request #115 from whot/master | Martin Pitt | |
hwdb: actually search /run/udev/hwdb.d | |||
2015-06-09 | Merge pull request #114 from crawford/xen | Martin Pitt | |
rules: whitelist xvd* devices | |||
2015-06-09 | hwdb: add Logitech TrackMan Marble Wheel USB | Peter Hutterer | |
DPI is guesswork, no specs found on the web and calculating DPIs on a trackball is tedious. | |||
2015-06-09 | hwdb: actually search /run/udev/hwdb.d | Peter Hutterer | |
The documentation claims hwdb entries may be placed in the volatile /run/udev/hwdb.d directory but nothing actually looked at it. | |||
2015-06-08 | rules: whitelist xvd* devices | Alex Crawford | |
Xen disks need to be whitelisted as well. | |||
2015-06-09 | networkd: actually always use AddressFamilyBoolean as the bit mask it is | Lennart Poettering | |
2015-06-08 | build-sys: don't suppress irrelevant warnings | Thomas Hindoe Paaboel Andersen | |
We do not trigger these warnings so no need to suppress them. | |||
2015-06-08 | Merge pull request #108 from phomes/master | Lennart Poettering | |
tree-wide: remove spurious space |