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
/
shared
/
fileio.c
Age
Commit message (
Expand
)
Author
2014-11-07
fileio: simplify write_string_file_atomic() by reusing write_string_stream()
Lennart Poettering
2014-11-07
copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...
Lennart Poettering
2014-09-25
fileio: make parse_env_file() return number of parsed items
Michal Sekletar
2014-08-15
cgroup: never try to create files in cgroupfs, only open them for writing
Lennart Poettering
2014-07-13
fileio: quote more shell characters in envfiles
Mantas Mikulėnas
2014-07-07
fileio: simplify write_env_file()
Lennart Poettering
2014-07-07
util: don't consider tabs special in string_has_cc() anymore
Lennart Poettering
2014-07-03
machinectl: show /etc/os-release information of container in status output
Lennart Poettering
2014-06-22
consistently order cleanup attribute before type
Thomas Hindoe Paaboel Andersen
2014-04-12
Unify GREEDY_REALLOC and GREEDY_REALLOC_T
Zbigniew Jędrzejewski-Szmek
2014-03-04
Do not print invalid UTF-8 in error messages
Zbigniew Jędrzejewski-Szmek
2014-03-04
Introduce strv_consume which takes ownership
Zbigniew Jędrzejewski-Szmek
2014-02-13
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-08
core: do not print invalid utf-8 in error messages
Zbigniew Jędrzejewski-Szmek
2014-02-08
core: fix crashes if locale.conf contains invalid utf-8 string
Goffredo Baroncelli
2013-11-30
fix regression of read_full_file() in fileio.c
Shawn Landden
2013-11-30
systemctl: add "systemctl cat"
Shawn Landden
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-09-19
Add more tests and fix capability logging
Zbigniew Jędrzejewski-Szmek
2013-09-18
Spelling fix from later revision of committed patch from Shawn Landden <shawn...
David Strauss
2013-09-18
Fix capability logging when effective caps are 0
Zbigniew Jędrzejewski-Szmek
2013-09-17
util: restore get_process_capeff behaviour
Zbigniew Jędrzejewski-Szmek
2013-09-13
Advertise hibernation only if there's enough free swap
Zbigniew Jędrzejewski-Szmek
2013-08-28
Disallow invalid UTF-8 configuration
Zbigniew Jędrzejewski-Szmek
2013-07-26
journalctl: use _COMM= match for scripts
Zbigniew Jędrzejewski-Szmek
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-05-06
fileio: split write_one_line_file into two
Zbigniew Jędrzejewski-Szmek
2013-04-24
fileio: unify how we chop off whitespace from key and value in parse_env_file...
Lennart Poettering
2013-04-18
fileio.c: do not parse comments after non-whitespace chars
Harald Hoyer
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-17
core/execute: report invalid environment variables from files
Harald Hoyer
2013-04-17
fileio:parse_env_file_internal() fix environment file parsing
Harald Hoyer
2013-04-17
fileio: also escape $ and ` when writing out env vars
Mantas Mikulėnas
2013-04-03
fileio: don't check for errors more often than really necessary
Lennart Poettering
2013-04-03
fileio: write proper env var write-out code
Lennart Poettering
2013-04-03
shared: rework env file reader
Lennart Poettering
2013-04-03
util: rename write_one_line_file() to write_string_file()
Lennart Poettering
2013-03-29
Always use errno > 0 to help gcc
Zbigniew Jędrzejewski-Szmek
2013-03-13
fileio: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer