summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
...
* Prep v239: terminal-util.[hc] - Mask new 'urlify' functions, we do not need t...Sven Eden2018-08-24
* Prep v239: string-util.[hc] - Unmasked skip_leading_chars() - Newly utilized ...Sven Eden2018-08-24
* Prep v239: path-util.[hc] - Masked path_simplify_and_warn() - Nowhere needed.Sven Eden2018-08-24
* Prep v239: fd-util.[hc] - Masked fd_duplicate_data_fd() - Nowhere needed.Sven Eden2018-08-24
* Prep v239: Uncomment header inclusions that are new or needed now.Sven Eden2018-08-24
* Prep v239: fs-util: Mask new chase_symlinks_and_*() functions.Sven Eden2018-08-24
* Prep v239: Remove basic/set.c - No longer needed.Sven Eden2018-08-24
* Prep v239: Add missing updates that evaded migration.Sven Eden2018-08-24
* Build system: Fix various issues that came from errornous migration.Sven Eden2018-08-24
* tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering2018-08-24
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-08-24
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-08-24
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-08-24
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-08-24
* copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if p...Lennart Poettering2018-08-24
* util: allow mkdtemp_malloc() to be called with NULL patternLennart Poettering2018-08-24
* fs-util: introduce fchmod_and_chown()Yu Watanabe2018-08-24
* locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* filesFranck Bui2018-08-24
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-08-24
* basic/parse-util: remove unnecessary parenthesesZbigniew Jędrzejewski-Szmek2018-08-24
* terminal-util: make file names in --cat-config output clickable linksLennart Poettering2018-08-24
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-08-24
* tree-wide: use PATH_STARTSWITH_SET() at two more placesLennart Poettering2018-08-24
* core: rework how we validate DeviceAllow= settingsLennart Poettering2018-08-24
* pid1: do not reset subtree_control on already-existing units with delegationZbigniew Jędrzejewski-Szmek2018-08-24
* basic/path-util: fix ordering in error messageZbigniew Jędrzejewski-Szmek2018-08-24
* core: introduce a new load state "bad-setting"Lennart Poettering2018-08-24
* parse-util: add permille parser + testsMarc Kleine-Budde2018-08-24
* basic/format-table: remove parameter with constant valueZbigniew Jędrzejewski-Szmek2018-08-24
* basic/ellipsize: do not assume the string is NUL-terminated when length is givenZbigniew Jędrzejewski-Szmek2018-08-24
* basic/utf8: add ascii_is_valid_n()Zbigniew Jędrzejewski-Szmek2018-08-24
* util-lib: reject too long path for timedate_is_valid()Yu Watanabe2018-08-24
* copy: put a depth limit on copying file system trees recursivelyLennart Poettering2018-08-24
* copy: extend check for mount point crossingLennart Poettering2018-08-24
* copy: only check for traversing mount points on directoriesFilipe Brandenburger2018-08-24
* tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering2018-08-24
* util: add new write_string_filef() helperLennart Poettering2018-08-24
* main: split out reading of /proc/sys/fs/nr_open into its own functionLennart Poettering2018-08-24
* string-util: put together strstrip() from skip_leading_chars() and delete_tra...Lennart Poettering2018-08-24
* process-util: make use of delete_trailing_chars() in get_process_cmdline()Lennart Poettering2018-08-24
* time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering2018-08-24
* util: tighten on_tty() check a bit, also check stderrLennart Poettering2018-08-24
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-08-24
* basic/path-util: use FLAGS_SET in one more placeZbigniew Jędrzejewski-Szmek2018-08-24
* Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-08-24
* test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek2018-08-24
* basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek2018-08-24
* path-util: introduce path_simplify_and_warn()Yu Watanabe2018-08-24
* path-util: make path_make_relative() support path including dotsYu Watanabe2018-08-24