Age | Commit message (Expand) | Author |
2014-10-23 | hashmap: introduce hashmap_reserve() | Michal Schmidt |
2014-10-23 | hashmap: return more information from resize_buckets() | Michal Schmidt |
2014-10-23 | shared: split mempool implementation from hashmaps | Michal Schmidt |
2014-10-23 | install: make InstallContext::{will_install,have_installed} OrderedHashmaps | Michal Schmidt |
2014-10-23 | hashmap: drop assert(h) from hashmap_next() | Michal Schmidt |
2014-10-23 | hashmap: hashmap_move_one() should return -ENOENT when 'other' is NULL | Michal Schmidt |
2014-10-23 | hashmap: add OrderedHashmap as a distinct type | Michal Schmidt |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-10-23 | label: rearrange mandatory access control(MAC) apis | WaLyong Cho |
2014-10-23 | shared/log: add log_trace as compile-time optional debugging | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | socket-util: use IP address when hostname is not found | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | systemd-upload: print paths in help() | Zbigniew Jędrzejewski-Szmek |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-22 | resolved: simplify detection of packets from the loopback device | Lennart Poettering |
2014-10-21 | strv: use realloc_multiply() to check for multiplication overflow | Michal Schmidt |
2014-10-21 | strv: add an additional overflow check when enlarging strv()s | Lennart Poettering |
2014-10-21 | shared: remove unused functions | Ronny Chevalier |
2014-10-21 | util: avoid duplication of TIME_T_MAX | Ronny Chevalier |
2014-10-17 | systemd: continue switch-root even if umount fails | Zbigniew Jędrzejewski-Szmek |
2014-10-17 | environment: append unit_id to error messages regarding EnvironmentFile | Lukas Nykryn |
2014-10-17 | missing: remove fanotify | Zbigniew Jędrzejewski-Szmek |
2014-10-15 | selinux: fix potential double free crash in child process | Michal Sekletar |
2014-10-09 | util: avoid double close of fd | Thomas Hindoe Paaboel Andersen |
2014-10-08 | time: functions named "internal" really shouldn't be exported | Lennart Poettering |
2014-10-08 | systemctl: add add-wants and add-requires verbs | Lukas Nykryn |
2014-10-08 | unit: move UnitDependency to unit-name | Lukas Nykryn |
2014-10-07 | core: don't allow enabling if unit is masked | Jan Synacek |
2014-10-05 | build-sys: use linux/memfd.h if available | Zbigniew Jędrzejewski-Szmek |
2014-10-05 | ask-password: Add --echo to enable echoing the user input | David Sommerseth |
2014-10-03 | pty: optimize read loop | David Herrmann |
2014-10-03 | fileio-label: return error when writing fails | Zbigniew Jędrzejewski-Szmek |
2014-10-03 | journalctl: make --utc work everywhere | Jan Synacek |
2014-10-02 | virt: detect that we are running inside the docker container | Michal Sekletar |
2014-10-02 | Fix order and document user unit dirs | Zbigniew Jędrzejewski-Szmek |
2014-10-02 | Rename user_runtime to user_runtime_dir | Zbigniew Jędrzejewski-Szmek |
2014-10-02 | add a transient user unit directory | Steven Allen |
2014-10-02 | journalctl: add --utc option | Jan Synacek |
2014-10-02 | barrier: fix up constructor error handling | David Herrmann |
2014-10-01 | Remove repeated includes | Thomas Hindoe Paaboel Andersen |
2014-10-01 | shared: util - use nicer idiom to silence Coverity | Zbigniew Jędrzejewski-Szmek |
2014-09-30 | shared: util - use nicer idiom to silence Coverity | Tom Gundersen |
2014-09-29 | util: silence coverity | Tom Gundersen |
2014-09-29 | Do not format USEC_INFINITY as NULL | Zbigniew Jędrzejewski-Szmek |
2014-09-26 | make utmp/wtmp support configurable | Emil Renner Berthing |
2014-09-25 | shared: path-util - try to make PATH_FORECH_PREFIX look less wrong | Tom Gundersen |
2014-09-25 | localectl: print warning when there are options given on kernel cmdline | Michal Sekletar |
2014-09-25 | fileio: make parse_env_file() return number of parsed items | Michal Sekletar |
2014-09-23 | Fix warning about unused variable with !SELINUX | Zbigniew Jędrzejewski-Szmek |
2014-09-22 | util: avoid non-portable __WORDSIZE | Emil Renner Berthing |