summaryrefslogtreecommitdiff
path: root/src/shared/util.h
Commit message (Expand)AuthorAge
* sd-bus: support connecting to remote hosts, directly into containersLennart Poettering2014-07-03
* util: generalize is_localhost() and use it everywhere where applicableLennart Poettering2014-07-02
* tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering2014-06-18
* install: make sure that --root= mode doesn't make us consider all units outsi...Lennart Poettering2014-06-17
* util: add realloc_multiply() helperDavid Herrmann2014-06-16
* util: fix multiply-alloc helpers with size==0David Herrmann2014-06-16
* tmpfiles: add new "L+" command as stronger version of "L", that removes the d...Lennart Poettering2014-06-16
* sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering2014-06-12
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-10
* bus-proxy: properly index policy by uid/gid when parsingLennart Poettering2014-06-10
* namespace: beef up read-only bind mount logicLennart Poettering2014-06-06
* namespace: when setting up an inaccessible mount point, unmounting everything...Lennart Poettering2014-06-05
* shared: add touch_file() and let touch() always update timestampKay Sievers2014-05-24
* machined: add logic to query IP addresses of containersLennart Poettering2014-05-18
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/S...Lennart Poettering2014-05-05
* delta: draw arrows with draw_special_char()Lennart Poettering2014-04-23
* systemctl: delete REBOOT_PARAM_FILE if no parameter is specifiedMichael Olbrich2014-04-21
* implement a union to pad out file_handleDave Reisner2014-04-21
* Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2014-04-12
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek2014-03-14
* util: add hexdump() call to create pretty hexdumps of dataLennart Poettering2014-03-14
* shared: add root argument to search_and_fopenMichael Marineau2014-03-14
* util: Make in_charset a static inline in util.hJosh Triplett2014-03-12
* systemctl: for switch-root check, if we switch to a systemd initHarald Hoyer2014-03-11
* util: add files_same() helper functionHarald Hoyer2014-03-11
* fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering2014-03-07
* util: move more intellegince into parse_proc_cmdline()Lennart Poettering2014-03-06
* util: add timeout to generator executionLennart Poettering2014-03-06
* logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering2014-03-04
* login: fix pos-array allocationDavid Herrmann2014-02-25
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-23
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-19
* nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering2014-02-18
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-18
* core: fixate show_status earlier, so that we actually print the welcome messageLennart Poettering2014-02-17
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-17
* Fix prototype of get_process_stateZbigniew Jędrzejewski-Szmek2014-02-14
* core: fix detection of dead processesYuxuan Shui2014-02-14
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-11
* conf-parser: warn when we open configuration files with weird access bitsLennart Poettering2014-02-03
* util: add u32ctz() call for determining ctz of uint32_tLennart Poettering2014-01-30
* util: introduce new dev_urandom() call that is like random_bytes() but doesn'...Lennart Poettering2014-01-28
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-27
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-27
* DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL stringTom Gundersen2014-01-22
* shared: util.c: unify split and split_quotedSimon Peeters2014-01-05
* shared: procfs_file_alloca: handle pid==0Simon Peeters2014-01-05