summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-13journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt
2014-12-13configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-12-13shared/hashmap.h: fix commentMichal Schmidt
2014-12-12networkctl: remove unused variableThomas Hindoe Paaboel Andersen
2014-12-12wrap a few *_FOREACH macros in curly bracesThomas Hindoe Paaboel Andersen
2014-12-12core: retry unmounting until we are done, in case of stacked mountsLennart Poettering
2014-12-12networkctl: also draw a nice unicode cirlce when "networkctl status" is run w...Lennart Poettering
2014-12-12networkctl: show interface names next to IP addresses if we dump adresses fro...Lennart Poettering
2014-12-12networkctl: also show gateway address when "networkctl status" without furthe...Lennart Poettering
2014-12-12networkctl: show MAC address OUI vendor next to MAC addressesLennart Poettering
2014-12-12test-cap-list: always check libcap comes to the same names as we do, for the ...Lennart Poettering
2014-12-12cap-list: return lower-case capability names, similar to libcap's cap_to_name...Lennart Poettering
2014-12-12nspawn: when booting in ephemeral mode, append random token to machine nameLennart Poettering
2014-12-12nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering
2014-12-12nspawn: don't link journals in ephemeral modeLennart Poettering
2014-12-12nspawn: properly unset arg_link_journal_try, when --link-journal= is specifiedLennart Poettering
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering
2014-12-12bus: send attach flags on BUS_MAKEDavid Herrmann
2014-12-12bus: fix assert() on HELLO error-pathDavid Herrmann
2014-12-12nspawn: beef up nspawn with some btrfs magicLennart Poettering
2014-12-12copy: teach copy_bytes() btrfs reflink magicLennart Poettering
2014-12-12gpt-auto-generator: make use of new btrfs-util.h APIsLennart Poettering
2014-12-12shared: add new btrfs-util.[ch] helpers for doing common btrfs operationLennart Poettering
2014-12-12shared: missing.h should include btrfs.h, before redefining some of its defin...Lennart Poettering
2014-12-12util: minor simplification for loop_write() and loop_read()Lennart Poettering
2014-12-12nspawn: properly validate machine namesLennart Poettering
2014-12-12seccomp-util.h: make sure seccomp-util.h can be included aloneLennart Poettering
2014-12-12path-util: no need to check whether p is absolute twiceLennart Poettering
2014-12-12udev-builtin-btrfs: properly initialize ioctl struct to zeroesLennart Poettering
2014-12-12util: document why we have alloca_align()Lennart Poettering
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-12journal: fix dangling 'else' ambiguityDavid Herrmann
2014-12-12hwdb: fix dangling 'else' ambuguityDavid Herrmann
2014-12-12hwdb: FOREACH_HWDB_PROPERTY -> SD_HWDB_FOREACH_PROPERTYDavid Herrmann
2014-12-11use correct format typesThomas Hindoe Paaboel Andersen
2014-12-11test-condition: add more test casesRonny Chevalier
2014-12-11test-strv: add test for strv_equalRonny Chevalier
2014-12-11test-execute: add tests for UMask directiveRonny Chevalier
2014-12-11test-unit-name: add tests for %fRonny Chevalier
2014-12-11bus: sync with kdbus.gitDavid Herrmann
2014-12-11tree-wide: use our memset() macros instead of memset() itselfLennart Poettering
2014-12-11treewide: correct spacing near eol in code commentsTorstein Husebø
2014-12-11core: correct spacing near eol in code commentsTorstein Husebø
2014-12-11shared: correct spacing near eol in code commentsTorstein Husebø
2014-12-11journald: correct spacing near eol code commentsTorstein Husebø
2014-12-11sd-bus: correct spacing near eol in code commentsTorstein Husebø
2014-12-11networkd/resolved: correct spacing near eol in code commentsTorstein Husebø
2014-12-11sd-dhcp-client: log if we fail to set up lease timersTom Gundersen
2014-12-11libudev: make libudev-hwdb a wrapper around sd-hwdbTom Gundersen
2014-12-11libsystemd: add sd-hwdb libraryTom Gundersen