summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-25src/shared/util.{c,h}: fix build when mkostemp is not supportedPeter Seiderer
2015-01-21Merge pull request #99 from zaufi/masterblueness
2015-01-17src/udev/Makefile.am: fix build wrt udev-builtin-evdev_id.cAnthony G. Basile
2015-01-17log: fix log_full_errno() with custom facilitiesDavid Herrmann
2015-01-17path-util: plug leakTom Gundersen
2015-01-10src/v4l_id: fix compile errorAnthony G. Basile
2014-12-29src/shared/missing.h: add __NR_getrandom for other archesAnthony G. Basile
2014-12-29shared: utf8 - support decoding the full utf16Tom Gundersen