summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
* terminal-util: open /dev/null with O_CLOEXEC in make_stdio_null()Lennart Poettering2018-05-30
* terminal-util: return first error, not last in make_stdio()Lennart Poettering2018-05-30
* fd-util: use close_nointr() return value instead of errnoLennart Poettering2018-05-30
* fd-util: add some (void) castsLennart Poettering2018-05-30
* separate flags from shebangbleep_blop2018-05-30
* Move mkdir_label() to mkdir-label.cZbigniew Jędrzejewski-Szmek2018-05-30
* smack-util: remove unneeded initalizationZbigniew Jędrzejewski-Szmek2018-05-30
* Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2018-05-30
* basic: introduce socket_protocol_{from,to}_name()Yu Watanabe2018-05-30
* socket-util: add socket_address_type_{from,to}_string()Yu Watanabe2018-05-30
* networkd: Add support for ipvlan L3s and flags (#7726)Susant Sahani2018-05-30
* Move selinux-related stuff from btrfs-util.c to label.cZbigniew Jędrzejewski-Szmek2018-05-30
* missing: Add DM_DEFERRED_REMOVEHenrik Grindal Bakken2018-05-30
* missing: Define SMACK_MAGIC if it's missingHenrik Grindal Bakken2018-05-30
* missing: Define EFIVARFS_MAGIC if missingHenrik Grindal Bakken2018-05-30
* missing: Add MAX_HANDLE_SZHenrik Grindal Bakken2018-05-30
* missing: Add PR_SET_MM_{ARG,ENV}_{START,END}Henrik Grindal Bakken2018-05-30
* missing: Add some more btrfs structs and constantsHenrik Grindal Bakken2018-05-30
* tree-wide: use SPECIAL_ROOT_SLICEZbigniew Jędrzejewski-Szmek2018-05-30
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2018-05-30
* verbs: Rename VERB_OFFLINE to VERB_ONLINE_ONLY, expand MUSTBEROOTColin Walters2018-05-30
* systemctl,verbs: Introduce SYSTEMD_OFFLINE environment variableColin Walters2018-05-30
* core: Implement timeout based umount/remount limitKyle Walker2018-05-30
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2018-05-30
* basic: turn off stdio locking for a couple of helper callsLennart Poettering2018-05-30
* missing_syscall: when adding syscall replacements, use different names (#8229)Zbigniew Jędrzejewski-Szmek2018-04-09
* Prep v236 : Add missing SPDX-License-Identifier (2/9) src/basicSven Eden2018-03-26
* Prep v236: Update build system and adapt to eloginds needs.Sven Eden2018-03-13
* Prep v236: Apply missing upstream updates to the build systemSven Eden2018-03-13
* sysctl: disable buffer while writing to /procTiago Salem Herrmann2017-12-12
* tree-wide: use STRLEN() to allocate buffer of constant sizeThomas Haller2017-12-13
* basic/macros: add STRLEN() to get length of string literal as constant expres...Thomas Haller2017-12-13
* verbs: add a new VERB_MUSTBEROOT flagLennart Poettering2017-12-11
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-08
* virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581)Olaf Hering2017-12-08
* virt: propagate errors in detect_vm_xen_dom0 (#7553)Olaf Hering2017-12-07
* virt: remove triple spurious newlineLennart Poettering2017-12-06
* virt: use /proc/xen as indicator for a Xen domain (#6442, #6662) (#7555)Olaf Hering2017-12-06
* user-util: add UID_NOBODY defines that resolve to (uid_t) 65534Lennart Poettering2017-12-04
* nss-elogind: tweak checks when we consult PID 1 for dynamic UID/GID lookupsLennart Poettering2017-12-02
* user-util: add new uid_is_system() helperLennart Poettering2017-12-02
* build-sys: make the dynamic UID range, and the container UID range configurableLennart Poettering2017-12-02
* util-lib: kill duplicate slashes in lookup pathsZbigniew Jędrzejewski-Szmek2017-11-23
* hexdecoct: fix comment typo (#7548)Lennart Poettering2017-12-05
* string-util: rework strextend() to optionally inset separators between each a...Lennart Poettering2017-11-28
* util-lib,tests: rework unbase64 so that we skip over whitespace automatically...Lennart Poettering2017-12-03
* fs-util: remove comment about non-existing functionYu Watanabe2017-12-01
* fs-util: chase_symlinks(): remove unnecessary slash at the headYu Watanabe2017-12-01
* *: fix some inconsistent control statement styleVito Caputo2017-12-01
* Add elogind-growfs toolZbigniew Jędrzejewski-Szmek2017-10-23