summaryrefslogtreecommitdiff
path: root/src/shared/util.h
Commit message (Expand)AuthorAgeFilesLines
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-903/+0
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-16/+0
* util: an array with one entry is always orderedLennart Poettering2015-05-211-1/+1
* util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering2015-05-211-0/+7
* util: introduce reset_uid_gid() for resetting all uids and gids to 0Lennart Poettering2015-05-201-0/+2
* core,nspawn: unify code that moves the root dirLennart Poettering2015-05-201-0/+2
* bootctl: modernizationZbigniew Jędrzejewski-Szmek2015-05-191-0/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-10/+0
* nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker2015-05-141-0/+1
* util: introduce memmem_safe() and make use of itLennart Poettering2015-05-141-0/+15
* util: use GNU comparison function prototype for qsort_safe()Lennart Poettering2015-05-141-6/+6
* nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras2015-05-131-0/+1
* lockfile-util.[ch]: Split out from util.[ch]Colin Walters2015-05-051-14/+0
* shared: move replace_env* from util to env-utilRonny Chevalier2015-04-111-3/+0
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-81/+0
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-16/+0
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-40/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-41/+1
* util: unify how we parse mode_t stringsLennart Poettering2015-04-101-0/+2
* util: remove normalize_env_assignment(), it's unusedLennart Poettering2015-04-101-2/+0
* util: mark unquote() static, so that new code doesn't use this anymoreLennart Poettering2015-04-101-1/+0
* util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering2015-04-091-0/+2
* util: merge change_attr_fd() and chattr_fd()Lennart Poettering2015-04-081-3/+2
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-4/+9
* util: rework rm_rf() logicLennart Poettering2015-04-061-6/+3
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-2/+7
* fstab-generator: don't accept missing root=, but accept root=noneTobias Hunger2015-03-251-1/+0
* fstab-generator: Support root on tmpfs (or other deviceless FS)Tobias Hunger2015-03-241-0/+1
* Add change_attr_fd()Goffredo Baroncelli2015-03-191-0/+1
* shared - reinstate plymouth_running()Tom Gundersen2015-03-161-0/+2
* core: Remove explicit Plymouth integrationJasper St. Pierre2015-03-161-2/+0
* util: add rename_noreplaceAlban Crequy2015-03-101-0/+2
* Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2015-03-091-0/+1
* sd-bus, shared: fix includesDaniel Mack2015-02-241-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* shared: introduce cmsg_close_all() callLennart Poettering2015-02-181-0/+2
* Add gettext supportDidier Roche2015-02-181-0/+2
* util: use a shared lookup function for string tablesBruno Bottazzini2015-02-141-10/+5
* shared/util: drop duplicate log2u64 functionZbigniew Jędrzejewski-Szmek2015-02-041-10/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-13/+13
* shared/capability: go frugal on space for capsZbigniew Jędrzejewski-Szmek2015-02-011-1/+11
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-0/+2
* import: only define the _to_string() enum mapping function, thus making gcc s...Lennart Poettering2015-01-221-5/+13
* shared/cgroup-show: simplify show_pid_array()Zbigniew Jędrzejewski-Szmek2015-01-221-2/+3
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* shared/util: use signed printf format for PIDsZbigniew Jędrzejewski-Szmek2015-01-221-2/+2
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-221-0/+4
* import: add image verification using gpgLennart Poettering2015-01-211-0/+3
* util: make http url validity checks more generic, and move them to util.cLennart Poettering2015-01-201-1/+2