summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nsenter-keep-caps' of https://github.com/dgibson/util-linuxKarel Zak2023-05-171-0/+2
|\
| * unshare: Move implementation of --keep-caps option to library functionDavid Gibson2023-03-291-0/+2
* | c.h: make err_nonsys availableThomas Weißschuh2023-05-161-0/+3
* | include/mount-api-utils: make fallback more portableKarel Zak2023-04-241-0/+4
* | lib: Add crc32c function that can deal with holesJeremy Linton2023-04-141-0/+4
|/
* libmount: add missing MOUNT_ATTR_NODEVKarel Zak2023-03-231-0/+4
* wall: use fputs_careful()наб2023-03-171-9/+33
* write: correctly handle wide charactersнаб2023-03-171-16/+44
* nsenter: add --env for allowing environment variables inheritanceu23862023-03-022-1/+31
* include/c: make err_oom() usable everywhereKarel Zak2023-03-022-10/+9
* include/fileutils: remove duplicated includeKarel Zak2023-03-021-1/+0
* include/c: remove duplicate include, improve readablityKarel Zak2023-03-021-2/+3
* lib/colors: move colors canonicalization to lib/color-names.cKarel Zak2023-02-271-0/+3
* lib/colors: introduce color_get_disable_sequence()Thomas Weißschuh2023-02-151-0/+2
* include: improve statx fallbackKarel Zak2023-02-141-2/+2
* include: cleanup close_range fallbackKarel Zak2023-02-131-3/+1
* include: add fallback for statxKarel Zak2023-02-131-0/+14
* include/cctype: fix License headerKarel Zak2023-02-021-26/+21
* Merge branch 'dmesg-subsecond' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-252-1/+22
|\
| * lib/monotonic: get_suspended_time: use usec_tThomas Weißschuh2023-01-241-1/+3
| * timeutils: add utilities for usec_t conversionsThomas Weißschuh2023-01-241-0/+19
* | lib/sysfs: add function blkdev_is_removableThomas Weißschuh2023-01-241-0/+1
* | include/c: add functions to print from signal handlersKarel Zak2023-01-241-0/+23
|/
* include/c: add sizeof_member()Karel Zak2023-01-201-0/+4
* c.h: fix compiler warning [-Werror=shift-count-overflow]Karel Zak2023-01-171-1/+1
* c.h: really avoid undefined behavior in SINT_MAXThomas Weißschuh2023-01-141-1/+1
* include: add missing license linesKarel Zak2023-01-1254-1/+234
* c.h: avoid undefined behavior in SINT_MAX macroThomas Weißschuh2023-01-121-1/+1
* include: add MOVE_MOUNT_SET_GROUP fallbackKarel Zak2023-01-101-0/+4
* strutils: add function strtotimespec_or_errThomas Weißschuh2023-01-061-0/+2
* Merge branch 'waitpid' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-044-0/+6
|\
| * waitpid: add new commandThomas Weißschuh2023-01-042-0/+3
| * exitcodes: add EXIT_NOTSUPPThomas Weißschuh2023-01-031-0/+2
| * pidfd-utils: include wait.h for siginfo_tThomas Weißschuh2023-01-031-0/+1
* | include/cctype: add c_strcasecmp() and c_strncasecmp()Karel Zak2023-01-041-0/+34
|/
* build-sys: add --disable-libmount-mountfd-supportKarel Zak2023-01-031-18/+3
* libmount: add MOUNT_ATTR_NOSYMFOLLOWKarel Zak2023-01-031-4/+8
* include/mount-api-utils: use standard uint64_tKarel Zak2023-01-031-5/+5
* libmount: add optlist testsKarel Zak2023-01-031-1/+1
* include/mount-api-utils: add new syscallsKarel Zak2023-01-031-1/+71
* include/mount-api-utils: cleanupKarel Zak2023-01-031-16/+16
* include/mount-api-utils: fix indentionKarel Zak2023-01-031-29/+29
* build-sys: check for mount_attr in linux/mount.hKarel Zak2023-01-031-0/+1
* include: add mount-api-utils.hChristian Brauner2023-01-032-0/+133
* Merge branch 'blockdev' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-0/+5
|\
| * blockdev: add support for ioctl BLKGETDISKSEQThomas Weißschuh2022-12-281-0/+5
* | sysfs: add helper for /sys/kernel/address_bitsThomas Weißschuh2022-12-212-0/+2
|/
* Merge branch 'fssize' of https://github.com/t-8ch/util-linuxKarel Zak2022-12-211-12/+13
|\
| * iso9660.h: avoid undefined signed integer shiftThomas Weißschuh2022-12-151-2/+2
| * iso9660.h: use more correct function typesThomas Weißschuh2022-12-151-10/+11