summaryrefslogtreecommitdiff
path: root/src/shared/util.c
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-12util.c: follow upstream's comments.Anthony G. Basile
2015-03-18Check that EWOULDBLOCK is the same as EAGAINZbigniew Jędrzejewski-Szmek
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-01-25util: Add some missing hidden_file() suffixesMartin Pitt
2015-01-25src/shared/util.{c,h}: fix build when mkostemp is not supportedPeter Seiderer
2014-12-29util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-20util: rename ignore_file() to hidden_file()Lennart Poettering
2014-12-20util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering
2014-12-20Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-20src/shared/util.c: fix tempfn_xxxxxx()Anthony G. Basile
2014-12-20src/shared/util.c: follow upstream on tempfn_xxxxxx()Lennart Poettering
2014-12-20util: minor simplification for loop_write() and loop_read()Lennart Poettering
2014-12-20util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-04util: don't shadow variableThomas Hindoe Paaboel Andersen
2014-12-01treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28util: add function getting proc environJakub Filak
2014-11-28util: skip incomplete ucred information in getpeersec()Lennart Poettering
2014-11-14src/shared/util.{c,h}: import needed functions from upstreamAnthony G. Basile
2014-11-14util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-14condition: unify condition logic in one fileLennart Poettering
2014-10-31util: don't block on getrandom()Lennart Poettering
2014-10-31util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering
2014-10-30util: unify how we see srand()Lennart Poettering
2014-10-26label: move is_dir() to util.cLennart Poettering
2014-10-13src/shared/util.c: remove unneeded error check, following upstreamAnthony G. Basile
2014-10-13src/shared/util.c: final cosmetic changeAnthony G. Basile
2014-10-13src/shared/util.c: more cosmetic changesAnthony G. Basile
2014-10-13src/shared/util.c: cosmetic changes to more easily follow upstreamAnthony G. Basile
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-08-22util: change return value of startswith() to non-constLennart Poettering
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-11-14util: add strreplace() to replace a substring by another stringLennart Poettering
2012-11-12util: nicer tree drawingsMichal Schmidt
2012-11-04shared: add is_efiboot()Kay Sievers
2012-11-02util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt
2012-11-02util: add is_locale_utf8()Michal Schmidt
2012-10-30shared, core: do not always accept numbers in string lookupsMichal Schmidt
2012-10-30shared, libsystemd-daemon: check for empty strings in strto*l conversionsMichal Schmidt
2012-10-29util: improve overflow checksMichal Schmidt