summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2015-05-26udevd: make udev_ctrl_connection globalTom Gundersen
2015-05-26src/shared/util.[ch]: import functions from upstream for previous commitsAnthony G. Basile
2015-05-04core: rework cgroup path parse logicLennart Poettering
2015-05-04path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen
2015-05-04sysctl: minor simplificationsLennart Poettering
2015-05-04path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering
2015-05-04util: Fix assertion in split() on missing 'Martin Pitt
2015-05-03shared/hashmap: normalize whitespaceZbigniew Jędrzejewski-Szmek
2015-05-03src/shared/util.h: import xsprintf() from upstream.Anthony G. Basile
2015-04-15Ronny Chevalier <chevalier.ronny@gmail.com>shared: add terminal-util.[ch]Ronny Chevalier
2015-04-14shared: add random-util.[ch]Ronny Chevalier
2015-04-14shared: add process-util.[ch]Ronny Chevalier
2015-04-14util: when unescaping C escape sequences support C++11 \u andLennart Poettering
2015-04-12path-util: fix more path_is_mount e792e890f falloutLennart Poettering
2015-04-12path-util: don't eat up ENOENT in path_is_mount_point()Lennart Poettering
2015-04-12path-util: make sure fd_is_mount_point() returns true for root directoryLennart Poettering
2015-04-12src/shared/Makefile.am: fix make dist-checkAnthony G. Basile
2015-04-12path-util: if parent can do name_to_handle() but relevant dir not, it's a mou...Lennart Poettering
2015-04-12path-util.c: changes for rm-rf: never cross mount pointsLennart Poettering
2015-04-12hashmap: return NULL from destructorDavid Herrmann
2015-04-12shared: add formats-util.hRonny Chevalier
2015-04-12device-nodes: minor simplificationsLennart Poettering
2015-04-12util.c: follow upstream's comments.Anthony G. Basile
2015-04-12shared: set - make argument to set_remove() constTom Gundersen
2015-04-12shared/mkdir: do not set errno in addition to return valueZbigniew Jędrzejewski-Szmek
2015-04-12strv: return NULL from strv_free()David Herrmann
2015-04-12udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETERHans de Goede
2015-04-12udev: input_id: tag pointing sticks as ID_INPUT_POINTINGSTICKAnthony G. Basile
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-19shared: add path_compare(), an ordering path comparisonMichal Schmidt
2015-03-19sysctl: move property handling to shared/Kay Sievers
2015-03-18selinux: fix SEGV during switch-root if SELinux policy loadedWill Woods
2015-03-18Check that EWOULDBLOCK is the same as EAGAINZbigniew Jędrzejewski-Szmek
2015-03-18Replace ENOTSUP with EOPNOTSUPPAnthony G. Basile
2015-03-18path-util: fix path_is_mount_point() for symlinksHarald Hoyer
2015-03-18libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen
2015-03-18shared: import close_many() from upstreamAnthony G. Basile
2015-03-01shared: introduce cmsg_close_all() callLennart Poettering
2015-02-11Minor cleanupsAnthony G. Basile
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-08util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-25build-sys: fix build on compilers without static_assertZbigniew Jędrzejewski-Szmek
2015-01-25src/shared/util.h: only define the _to_string() enum mapping functionLennart Poettering
2015-01-25src/shared/util.h: further cleanup PID_FMTAnthony G. Basile
2015-01-25Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek
2015-01-25shared/util: use signed printf format for PIDsZbigniew Jędrzejewski-Szmek
2015-01-25log: add new log output mode, that prints to console, butLennart Poettering
2015-01-25util: Add some missing hidden_file() suffixesMartin Pitt
2015-01-25Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek
2015-01-25Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek