summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2014-06-20util: treat fuse.sshfs as a network filesystemZbigniew Jędrzejewski-Szmek
2014-06-20util: do not strip /dev prefix twiceZbigniew Jędrzejewski-Szmek
2014-06-20shared: fix search_and_fopen with alternate rootsMichael Marineau
2014-06-20shared: rename path_strv_canonicalize_absolute functionsMichael Marineau
2014-06-19util.c: simplify rm_rf_children_dangerousZbigniew Jędrzejewski-Szmek
2014-06-18tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering
2014-06-17install: make sure that --root= mode doesn't make us consider all units outsi...Lennart Poettering
2014-06-16tmpfiles: add new "L+" command as stronger version of "L", that removes the d...Lennart Poettering
2014-06-16tmpfiles: set up selinux label proeprly when creating fifosLennart Poettering
2014-06-12sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering
2014-06-10tmpfiles: add new "C" line for copying files or directoriesLennart Poettering
2014-06-10bus-proxy: properly index policy by uid/gid when parsingLennart Poettering
2014-06-06namespace: beef up read-only bind mount logicLennart Poettering
2014-06-05namespace: when setting up an inaccessible mount point, unmounting everything...Lennart Poettering
2014-06-05util: fix fd_cloexec(), fd_nonblock()Lennart Poettering
2014-06-05sd-daemon: introduce sd_pid_notify() and sd_pid_notifyf()Lennart Poettering
2014-06-01timesyncd: split privilege dropping code out of timesyncd so that we can make...Lennart Poettering
2014-05-31util: ignore_file should not allow files ending with '~'Thomas Hindoe Paaboel Andersen
2014-05-24core: timer - switch to touch_file()Kay Sievers
2014-05-24shared: add touch_file() and let touch() always update timestampKay Sievers
2014-05-21util: fix a gcc compiler warningLennart Poettering
2014-05-18machined: add logic to query IP addresses of containersLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-05timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/S...Lennart Poettering
2014-04-23delta: draw arrows with draw_special_char()Lennart Poettering
2014-04-21systemctl: delete REBOOT_PARAM_FILE if no parameter is specifiedMichael Olbrich
2014-04-20Remove duplicate includesBas van den Berg
2014-04-13util: ignore kernel errors reported via close(), unless it is EBADFLennart Poettering
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek
2014-03-25util: consider both fuse.glusterfs and glusterfs network file systemsLennart Poettering
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-14util: add hexdump() call to create pretty hexdumps of dataLennart Poettering
2014-03-14shared: add root argument to search_and_fopenMichael Marineau
2014-03-12util: Make in_charset a static inline in util.hJosh Triplett
2014-03-12util: Rewrite in_charset to use strspnJosh Triplett
2014-03-11util: add files_same() helper functionHarald Hoyer
2014-03-07fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering
2014-03-06util: add timeout to generator executionLennart Poettering
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering
2014-03-04logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering
2014-03-02Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek
2014-03-02Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering
2014-02-19util: simplify get_ctty()Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-19core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering
2014-02-18nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering