summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-06-09util:bind_remount_recursive(): handle return 0 of set_consume()Harald Hoyer
2015-06-09Revert "util:bind_remount_recursive() fix "use after free""Harald Hoyer
2015-06-08util:bind_remount_recursive() fix "use after free"Harald Hoyer
2015-06-03util: fix another cunescape() regressionDaniel Mack
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-26treewide: fix typosTorstein Husebø
2015-05-21util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering
2015-05-20util: introduce reset_uid_gid() for resetting all uids and gids to 0Lennart Poettering
2015-05-20core,nspawn: unify code that moves the root dirLennart Poettering
2015-05-19bootctl: modernizationZbigniew Jędrzejewski-Szmek
2015-05-19util: fix typoJan Synacek
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-16util: loop_write - accept 0-length messageTom Gundersen
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker
2015-05-13nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras
2015-05-13shared: Use O_EXCL with O_TMPFILE in open_tmpfileCristian Rodríguez
2015-05-11util: optimize free_and_strdup() if NOPLennart Poettering
2015-05-05lockfile-util.[ch]: Split out from util.[ch]Colin Walters
2015-05-05util: be a bit safer in path_is_safe()Lennart Poettering
2015-04-30core: rework cgroup path parse logicLennart Poettering
2015-04-23util: Fix assertion in split() on missing 'Martin Pitt
2015-04-22util: make sure fd refers to regular file or directory when applying file att...Lennart Poettering
2015-04-20util: fix typoRaul Gutierrez S
2015-04-11shared: move replace_env* from util to env-utilRonny Chevalier
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-11shared: add random-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-10util: unify how we parse mode_t stringsLennart Poettering
2015-04-10util: remove normalize_env_assignment(), it's unusedLennart Poettering
2015-04-10util: mark unquote() static, so that new code doesn't use this anymoreLennart Poettering
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