summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
* socket-util: add getsockopt_int() helperLennart Poettering2020-12-071-0/+13
* socket-util: add sockopt helper for controlling IP_RECVFRAGSIZELennart Poettering2020-12-072-0/+12
* missing: Define several syscall numbers for Alpha archMatt Turner2020-12-071-0/+16
* socket-util: make several socket_set_xxx() functions inlineYu Watanabe2020-12-042-99/+20
* dlfcn-util: add DLSYM_ARG() helperLennart Poettering2020-12-041-0/+6
* random-util: open /dev/urandom implicitly in random_write_entropy() if neededLennart Poettering2020-12-031-3/+14
* Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-033-11/+66
|\
| * shared/exec-util: use our own execveat() wrapper instead of fexecve()Zbigniew Jędrzejewski-Szmek2020-11-061-0/+19
| * basic/path-util: let find_executable_full() optionally return an fdZbigniew Jędrzejewski-Szmek2020-11-062-11/+47
* | shared/build: make the version string definition less terribleZbigniew Jędrzejewski-Szmek2020-12-034-251/+220
* | build.h: add a bunch of missing features stringsLennart Poettering2020-12-031-0/+91
* | basic/linux: update kernel headersYu Watanabe2020-12-037-50/+282
* | Merge pull request #17807 from poettering/bindtodeviceYu Watanabe2020-12-032-1/+21
|\ \
| * | socket-util: add sockaddr_in_addr() helperLennart Poettering2020-12-022-1/+21
* | | virt: Properly detect nested UML inside another hypervisorChristopher Obbard2020-12-031-9/+11
* | | fs-util: add conservative_rename() that suppresses unnecessary renamesLennart Poettering2020-12-022-0/+79
* | | copy: teach copy_file() that a mode=-1 call means "take mode from original file"Lennart Poettering2020-12-021-2/+16
|/ /
* | Merge pull request #17692 from yuwata/ipv4llZbigniew Jędrzejewski-Szmek2020-12-011-3/+2
|\ \
| * | networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek2020-11-301-3/+2
* | | fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-012-23/+49
|/ /
* | test: use cap_last_cap() for max supported cap number, not capability_list_le...Dan Streetman2020-11-261-0/+3
* | tree-wide: fix typoYu Watanabe2020-11-251-1/+1
* | khash: fix structured initializerYu Watanabe2020-11-181-2/+2
* | tree-wide: update "that that"Yu Watanabe2020-11-181-1/+1
* | Merge pull request #17597 from yuwata/fix-typoZbigniew Jędrzejewski-Szmek2020-11-172-4/+3
|\ \
| * | tree-wide: fix "a the" or "the a"Yu Watanabe2020-11-132-4/+3
* | | missing: define several syscall numbers for MIPS archYu Watanabe2020-11-161-65/+79
* | | io-util: do not call log_oom() in library functionsYu Watanabe2020-11-131-2/+2
|/ /
* | ratelimit: fix integer overflowEtienne Doms2020-11-121-1/+1
* | Merge pull request #17567 from keszybz/various-small-cleanupsYu Watanabe2020-11-124-6/+21
|\ \
| * | basic/fileio: constify struct timespec argumentsZbigniew Jędrzejewski-Szmek2020-11-102-6/+6
| * | basic/env-util: add little helper to call setenv or unsetenvZbigniew Jędrzejewski-Szmek2020-11-102-0/+15
* | | Merge pull request #16603 from benzea/benzea/special-app-sliceLennart Poettering2020-11-111-0/+5
|\ \ \ | |/ / |/| |
| * | basic: Define macros for special user slicesBenjamin Berg2020-10-231-0/+5
* | | Merge pull request #17431 from msekletar/udev-link-update-raceZbigniew Jędrzejewski-Szmek2020-11-101-1/+2
|\ \ \
| * | | basic/stat-util: make mtime check stricter and use entire timestampMichal Sekletár2020-11-061-1/+2
* | | | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-09218-218/+218
* | | | errno: ETIMEDOUT is also a connection errorLennart Poettering2020-11-061-2/+6
* | | | selinux: also try the netlink-based fallback and continue on permission errorZbigniew Jędrzejewski-Szmek2020-11-041-8/+16
* | | | Merge pull request #17493 from Villemoes/va-arg-simplificationsZbigniew Jędrzejewski-Szmek2020-11-043-79/+29
|\ \ \ \
| * | | | strv.c: simplify strv_new_apRasmus Villemoes2020-11-031-29/+13
| * | | | signal-util: make sigaction_many_ap a little more conciseRasmus Villemoes2020-11-031-10/+1
| * | | | string-util: improve overflow checkingRasmus Villemoes2020-11-031-2/+2
| * | | | string-util: simplify logic in strjoin_real()Rasmus Villemoes2020-11-031-40/+15
* | | | | fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-032-3/+23
| |/ / / |/| | |
* | | | Merge pull request #17444 from BtbN/fix_ib_dhcp4Zbigniew Jędrzejewski-Szmek2020-10-292-0/+39
|\ \ \ \
| * | | | sd-netlink: introduce netlink_message_{read,append}_hw_addrTimo Rothenpieler2020-10-282-0/+39
* | | | | Merge pull request #17472 from keszybz/spdx-license-headersZbigniew Jędrzejewski-Szmek2020-10-299-3/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | headers: use custom LicenseRef- spdx tag for various "public domain" filesZbigniew Jędrzejewski-Szmek2020-10-292-0/+2
| * | | | headers: add spdx tags to imported files with a known licenseZbigniew Jędrzejewski-Szmek2020-10-294-3/+8