summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2015-04-10util: fix unicode decoding in unquote_first_word()Lennart Poettering
2015-04-10util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering
2015-04-09util: fix a typo in commentThomas Hindoe Paaboel Andersen
2015-04-09util: cunescape - fix memleak in error pathRonny Chevalier
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering
2015-04-08remove duplicated includesRonny Chevalier
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-03-25fstab-generator: don't accept missing root=, but accept root=noneTobias Hunger
2015-03-24fstab-generator: Support root on tmpfs (or other deviceless FS)Tobias Hunger
2015-03-19Add change_attr_fd()Goffredo Baroncelli
2015-03-16shared - reinstate plymouth_running()Tom Gundersen
2015-03-16core: Remove explicit Plymouth integrationJasper St. Pierre
2015-03-15util: check asprintf return valueZbigniew Jędrzejewski-Szmek
2015-03-14util: remove redundant debug messageZbigniew Jędrzejewski-Szmek
2015-03-13Check that EWOULDBLOCK is the same as EAGAINZbigniew Jędrzejewski-Szmek
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-10util: add rename_noreplaceAlban Crequy
2015-03-10Add type specifier for intThomas Hindoe Paaboel Andersen
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek
2015-03-03shared/util: assume ac when /sys/class/power_supply is missingZbigniew Jędrzejewski-Szmek
2015-03-01shared: AFS is also a network filesystemCristian Rodríguez
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18shared: introduce cmsg_close_all() callLennart Poettering
2015-02-18Add gettext supportDidier Roche
2015-02-14util: use a shared lookup function for string tablesBruno Bottazzini
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-11tree-wide: whenever we include libgen.h, immediately undefine basename()Lennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28util: add comment explaining hostname_is_valid()Lennart Poettering
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering
2015-01-21util: Add some missing hidden_file() suffixesMartin Pitt
2015-01-21import: add image verification using gpgLennart Poettering
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-19import-raw: when downloading raw images, generate sparse files if we canLennart Poettering
2015-01-18util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez
2015-01-14nspawn: add file system locks for controlling access to container imagesLennart Poettering
2015-01-14machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering
2015-01-14util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering
2015-01-11shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2015-01-08util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering
2015-01-07util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ...Lennart Poettering
2015-01-07util: make use of kcmp() to compare fds, if it is availableLennart Poettering