Age | Commit message (Expand) | Author |
2014-12-25 | test: only use assert_se in test_raw_clone | Filipe Brandenburger |
2014-12-25 | run: uninitialized variable | Zbigniew Jędrzejewski-Szmek |
2014-12-25 | ata_id: remove temp variable to kill warning | Zbigniew Jędrzejewski-Szmek |
2014-12-25 | ata_id: modernize | Zbigniew Jędrzejewski-Szmek |
2014-12-25 | pam_systemd: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | timedated: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | localed: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | bus: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | machined: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | hostnamed: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | tmpfiles: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | logind: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | nspawn: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | timesync: remove square(), use pow instead | Cristian Rodríguez |
2014-12-25 | test: do not use last cap from kernel in test-cap-list | Filipe Brandenburger |
2014-12-25 | udev: fix another strict aliasing issue | Shawn Paul Landden |
2014-12-25 | libudev: fix strict aliasing violation | Shawn Paul Landden |
2014-12-25 | machined: beef up machined image listing with creation/modification times of ... | Lennart Poettering |
2014-12-25 | import: prefer usec_t over time_t | Lennart Poettering |
2014-12-24 | import: add a new "pull-gpt" verb for downloading GPT disk images from the in... | Lennart Poettering |
2014-12-24 | import: three minor fixes | Lennart Poettering |
2014-12-24 | import: print friendly error messages on errors | Lennart Poettering |
2014-12-24 | import: remember when we were finished importing | Lennart Poettering |
2014-12-24 | import: make the dkr import URL a part of the import object, not the import n... | Lennart Poettering |
2014-12-24 | machined: fix writability check for GPT images | Lennart Poettering |
2014-12-24 | util: make creation time xattr logic more generic | Lennart Poettering |
2014-12-24 | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-23 | busctl: when introspecting objects, optionally limit output by interface name | Lennart Poettering |
2014-12-23 | machined: introduce polkit for OpenLogin() call | Lennart Poettering |
2014-12-23 | bus: add missing bus-policy.[ch] | Lennart Poettering |
2014-12-23 | build-sys: move core/build.h → shared/build.h | Lennart Poettering |
2014-12-23 | machinectl: rework 'machinectl login' to use OpenMachineLogin() | Lennart Poettering |
2014-12-23 | machined: add new call OpenMachineLogin() that starts a getty in a container ... | Lennart Poettering |
2014-12-23 | sd-bus: teach x-container-unix: bus protoocol to connect to the namespace of ... | Lennart Poettering |
2014-12-23 | condition: don't include files from src/core | Lennart Poettering |
2014-12-23 | import: fix compiler warning | Lennart Poettering |
2014-12-23 | env-util: don't include files from src/core/ | Lennart Poettering |
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header files... | Lennart Poettering |
2014-12-23 | bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names() | Daniel Mack |
2014-12-23 | bus-proxyd: handle -ESRCH and -ENXIO gracefully | Daniel Mack |
2014-12-23 | util: add allocation loop to gettyname_malloc() | Lennart Poettering |
2014-12-23 | nspawn,pty: port over to new ptsname_malloc() helper | Lennart Poettering |
2014-12-23 | systemd-run: support -t mode when combined with -M | Lennart Poettering |
2014-12-23 | machined: add OpenMachinePTY() bus call for allocating a PTY device within a ... | Lennart Poettering |
2014-12-23 | systemd-run: add --quiet mode to suppress informational message on TTY usage | Lennart Poettering |
2014-12-23 | machinectl,nspawn: don't print extra final newline if pty terminal output was... | Lennart Poettering |
2014-12-23 | run: add a new "-t" mode for invoking a binary on an allocated TTY | Lennart Poettering |
2014-12-23 | import: rename 'poll-dck' to 'pull-dkr' | Lennart Poettering |
2014-12-22 | shared: json - support escaping utf16 surrogate pairs | Tom Gundersen |