summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
* Prep v239.2: Handle program_invocation_short_name more properly (#92)Sven Eden2018-11-12
* Prep v240: Cleanup empty mask blocks and unused functions.Sven Eden2018-11-08
* Prep v240 : Add busctl to be shipped with elogind.Sven Eden2018-11-08
* Prep v240: Fix building with -Dselinux=trueSven Eden2018-11-08
* Prep v239.2: Fix migration errors in basicSven Eden2018-11-08
* fd-util: optimize fd_get_path() a bitLennart Poettering2018-10-29
* fs-util: increase start buffer size in readlinkat_malloc()Lennart Poettering2018-10-29
* time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501)Lennart Poettering2018-10-29
* exec-util: errors are reported by non-zero, not negative by putenv()Lennart Poettering2018-10-29
* socket-util: add new sockaddr_un_unlink() helperLennart Poettering2018-10-29
* alloc-util: add alloca() counterparts for memdup() and memdup_suffix0()Lennart Poettering2018-10-29
* format-table: don't use unsigned when there's no point in itLennart Poettering2018-10-29
* mempool: only enable mempool use when linked to libsystemd-shared.soZbigniew Jędrzejewski-Szmek2018-10-29
* Move use_pool() to mempool.c and rename to mempool_enabled()Zbigniew Jędrzejewski-Szmek2018-10-29
* hashmap: add an explicit assert() for detecting when objects migrated between...Lennart Poettering2018-10-29
* hashmap: add an environment variable to turn off the memory pool used by hash...Lennart Poettering2018-10-29
* terminal-util: extra safety checks when parsing $COLUMNS or $LINES (#10314)Lennart Poettering2018-10-29
* basic/proc-cmdline: allow parsing of cmdline from a stringZbigniew Jędrzejewski-Szmek2018-10-29
* Add $SYSTEMD_IN_INITRD=yes|no override for debuggingZbigniew Jędrzejewski-Szmek2018-10-29
* * hack around deficiencies in prctl() PR_SET_MM_*Frank Schaefer2018-10-29
* fileio: fix error propagation in link_tmpfile()Lennart Poettering2018-10-29
* basic/hexdecoct: check for overflowZbigniew Jędrzejewski-Szmek2018-10-29
* Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-29
* exec-util: add missing logging callLennart Poettering2018-10-29
* exec-util: handle putenv() errorsLennart Poettering2018-10-29
* exec-util: in execute_directories, support initial exec environmentDimitri John Ledkov2018-10-29
* detect-virt: do not try to read all of /proc/cpuinfoZbigniew Jędrzejewski-Szmek2018-10-29
* socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBU...Franck Bui2018-10-29
* importd, basic/string-util: use case-insensitive comparison for HTTP headersDongsu Park2018-10-29
* util: do not use stack frame for parsing arbitrary inputsYu Watanabe2018-10-29
* resolve: treat some icmp errors as disconnectedYu Watanabe2018-10-29
* void call of page_size guarantees that sysconf is not called from signal handlerDaniel2018-10-29
* parse-util: in parse_permille() check negative earlierLennart Poettering2018-10-29
* Move module-util.h to src/shared/ and load_module() to libsharedZbigniew Jędrzejewski-Szmek2018-10-29
* format-table: fix typo in commentYu Watanabe2018-10-29
* format-table: make all widths be set properlyNOGISAKA Sadata2018-10-29
* Use #if instead of #ifdef for ENABLE_GSHADOWChenQi19892018-10-29
* basic: add missing comma in raw_clone assembly for sparcMike Gilbert2018-10-29
* core/dbus-execute: fix parsing CPUScheduling* and Nice for transient servicesYu Watanabe2018-10-29
* meson: unify linux/stat.h check with other checks and use _GNU_SOURCEZbigniew Jędrzejewski-Szmek2018-10-29
* build-sys: Detect whether struct statx is defined in sys/stat.hFilipe Brandenburger2018-10-29
* Support system_bus_socket to be found in /var/run/dbus as well as /run/dbus.Christoph Willing2018-09-26
* Enhance the dealing with glibc-2.28Sven Eden2018-09-26
* Deal with glibc-2.28Christoph Willing2018-09-25
* Prep v239: Unmask cg_weight_parse()Sven Eden2018-08-24
* Prep v239: Remove os-util.[hc] - We do not need anything in there.Sven Eden2018-08-24
* Prep v239: Unmasked mkdtemp_malloc(), it is needed to test inotify.Sven Eden2018-08-24
* Prep v239: Unmask inotify_add_watch_fd()Sven Eden2018-08-24
* Prep v239: Mask all unneeded functions in the new format-table.[hc] files.Sven Eden2018-08-24
* Prep v239: Unmask delete_chars()Sven Eden2018-08-24