index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
util.c
Age
Commit message (
Expand
)
Author
2015-09-29
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
util: unify implementation of NOP signal handler
Lennart Poettering
2015-09-29
tree-wide: port more code to use send_one_fd() and receive_one_fd()
Lennart Poettering
2015-09-24
util: refactor cpu_set parsing into its own function
Filipe Brandenburger
2015-09-24
s390: add personality support
Hendrik Brueckner
2015-09-22
Merge pull request #1335 from poettering/some-fixes
Daniel Mack
2015-09-22
util.h: order includes, as suggested by CODING_STYLE
Lennart Poettering
2015-09-22
util: clean-ups to enum parsers
Lennart Poettering
2015-09-22
util: minor cleanups for loop_read() and friends
Lennart Poettering
2015-09-22
util: add safe_closedir() similar to safe_fclose()
Lennart Poettering
2015-09-22
util: introduce {send,receive}_one_fd()
David Herrmann
2015-09-10
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-09
util: introduce safe_fclose() and port everything over to it
Lennart Poettering
2015-09-07
basic: rework virtualization detection API
Lennart Poettering
2015-09-04
util: document why parse_uid() returns ENXIO
Lennart Poettering
2015-09-04
util: add new uid_is_valid() call
Lennart Poettering
2015-09-01
machined: call unlockpt() in container, not host
Lennart Poettering
2015-08-31
util: treat 'C' and 'POSIX' locale identical
Lennart Poettering
2015-08-30
extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handling
Filipe Brandenburger
2015-08-30
extract_first_word: Refactor allocation in empty argument case
Filipe Brandenburger
2015-08-24
machined: validate machine names at more places
Lennart Poettering
2015-08-24
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-17
Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2
Lennart Poettering
2015-08-17
namespace helpers: Allow entering a UID namespace
Richard Maw
2015-08-07
util: Add shell_escape
Richard Maw
2015-08-07
util: Allow non-separator coalescing parsing in extract_first_word
Richard Maw
2015-08-07
util: Don't interpret quotes by default in extract_first_word
Richard Maw
2015-08-07
util: change unquote_*_word to extract_*_word
Richard Maw
2015-08-07
unquote_first_word: set *p=NULL on termination
Richard Maw
2015-08-05
Merge branch 'hostnamectl-dot-v2'
Zbigniew Jędrzejewski-Szmek
2015-08-05
hostname-util: add relax parameter to hostname_is_valid
Zbigniew Jędrzejewski-Szmek
2015-08-04
util: add getxattr helper apis
WaLyong Cho
2015-08-01
busctl: add and use strcmp_ptr()
Namhyung Kim
2015-07-27
util: base32hex - explain distinction with base32
Tom Gundersen
2015-07-24
Merge pull request #704 from richardmaw-codethink/empty-arg-unquote
Daniel Mack
2015-07-24
unquote_first_word: parse ` '' ` as an empty argument instead of no argument
Richard Maw
2015-07-15
Merge pull request #588 from teg/resolved-nsec
Daniel Mack
2015-07-14
basic: util - add base32hexmem() function similar to hexmem()
Tom Gundersen
2015-07-14
basic: util - fix memleak on error in unbase64mem()
Tom Gundersen
2015-07-12
basic: util - add base64mem() function similar to hexmem()
Tom Gundersen
2015-07-12
basic: util - fix errorhandling in unhexmem()
Tom Gundersen
2015-07-11
util: make sure we don't clobber errno in error path
Lennart Poettering
2015-07-09
basic/util.c fopen_temporary(): close fd if failed
cee1
2015-07-06
fileio: consolidate write_string_file*()
Daniel Mack
2015-07-03
Merge pull request #473 from richardmaw-codethink/machinectl-import-earlier-t...
Lennart Poettering
2015-07-02
util: fall back in rename_noreplace when renameat2 isn't implemented
Richard Maw
2015-06-28
util: fix incorrect escape sequence in string_is_safe()
Eric Biggers
2015-06-17
util: Introduce unquote_first_word_and_warn
Filipe Brandenburger
2015-06-17
util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_word
Filipe Brandenburger
2015-06-17
util: Refactor common cunescape block in unquote_first_word
Filipe Brandenburger
[next]