summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-15shared: add minimal JSON tokenizerLennart Poettering
2014-12-15udev: builtin-hwdb - port to sd-hwdbTom Gundersen
2014-12-15udevadm: port to sd-hwdbTom Gundersen
2014-12-15networkctl: port from libudev to sd-hwdbTom Gundersen
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-15networkd: failing to track links is a serious problem so log at warning level...Tom Gundersen
2014-12-15shared: time-dst: Avoid buffer overflowMartin Pitt
2014-12-14blkid: Warn when rejecting a superblock with a bad csumGabriel de Perthuis
2014-12-14delta: fix output alignment of [REDIRECTED] entriesIvan Shapovalov
2014-12-13systemctl: handle correctly template units for edit verbRonny Chevalier
2014-12-13test-unit-name: add more testsRonny Chevalier
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt
2014-12-13journal: delete unused function mmap_cache_close_contextMichal Schmidt
2014-12-13journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt
2014-12-13journal: have a named enum ObjectTypeMichal Schmidt
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt
2014-12-13journal: consistently allow type==0 to mean "any type"Michal Schmidt
2014-12-13journal: move type_to_context() to journal-file.cMichal Schmidt
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt
2014-12-13journal: map objects to context set by caller, not by actual object typeMichal Schmidt
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