summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: incorrect GUID for NetBSDSiu Ching Pong -Asuka Kenji-2022-01-261-2/+7
* libblkid: reopen floppy without O_NONBLOCKKarel Zak2022-01-201-0/+3
* lib/strutils: make sure mem2strcpy() buffer is zeroizedKarel Zak2022-01-181-1/+1
* Fix wording in comments and documentationTobias Stoeckmann2021-12-301-1/+1
* mount: add hint about systemctl daemon-reloadKarel Zak2021-12-131-0/+2
* include/c: add cmp_timespec() and cmp_stat_mtime()Karel Zak2021-12-131-0/+18
* unshare: Add option to automatically create user and group mapsSean Anderson2021-12-011-0/+3
* include/c: Add abs_diff macroSean Anderson2021-12-011-0/+8
* Merge branch 'topic/lsfd'Karel Zak2021-11-266-39/+87
|\
| * lsfd: add KTHREAD columnMasatake YAMATO2021-10-211-0/+1
| * lib/path: add ul_path_next_dirent()Karel Zak2021-10-061-0/+2
| * lib/path: use flags for fstatat()Karel Zak2021-10-061-1/+1
| * build-sys: remove lib/procutils.cKarel Zak2021-10-062-38/+0
| * lib/procfs: add functions to read /proc/#/ stuffKarel Zak2021-10-063-0/+64
| * lsfd: move list_free() to list.hKarel Zak2021-10-061-0/+19
* | lib/sys: add sysfs_chrdev_devno_to_devname()Karel Zak2021-11-251-0/+2
* | Do not include sys/syscall.h if not availableDavid Engraf2021-11-182-4/+4
* | lib/jsonwrt: check if JSON handler is initializedKarel Zak2021-11-081-0/+1
* | build-sys: fir distcheck for fileeq.hKarel Zak2021-11-021-0/+1
* | include/fileeq: add functions to compare files contentKarel Zak2021-10-292-1/+53
|/
* include: Rename HiFive partition UUIDsAlexandre Ghiti2021-09-221-3/+3
* Fix misspellingsRafael Fontenelle2021-09-041-1/+1
* Add partition type GUID for Haiku.Hill Ma2021-08-241-0/+3
* lib/buffer: add support for "safe" encodingKarel Zak2021-08-061-1/+8
* lib/buffer: add possibility to save position in the bufferKarel Zak2021-08-051-0/+8
* lib/buffer: retun size of the buffer and dataKarel Zak2021-08-051-1/+2
* lib/strutils: add strappend()Karel Zak2021-08-051-0/+3
* lib/strutils: rename strappend() to strconcat()Karel Zak2021-08-051-3/+3
* libfdisk: add new Linux GPT partition typesWANG Xuerui2021-08-021-0/+12
* Merge branch 'chs' of https://github.com/pali/util-linuxKarel Zak2021-08-021-0/+22
|\
| * libfdisk: (dos) Add function dos_partition_sync_chs() for updating CHS valuesPali Rohár2021-07-301-0/+22
* | libmount: don't use setgroups at all()Karel Zak2021-07-291-7/+1
* | libmount: fix setgroups() useKarel Zak2021-07-291-2/+4
|/
* login: add callback for close_range()Karel Zak2021-07-151-2/+0
* login: fix close_range() useKarel Zak2021-07-141-2/+2
* include/strutils: consolidate string to number conversionKarel Zak2021-06-241-9/+14
* include/strutils: cleanup strto..() functionsKarel Zak2021-06-221-0/+3
* include/c: add drop_permissions(), consolidate UID/GID resetKarel Zak2021-06-211-0/+24
* include/strutils: fix __format__attributeKarel Zak2021-06-181-1/+1
* include/path: add __format__attributeKarel Zak2021-06-181-6/+13
* include/c: add __format__ attributeKarel Zak2021-06-181-1/+1
* include/strv: fix format attributesKarel Zak2021-06-181-2/+5
* lib/strutils: improve normalize_whitespace()Karel Zak2021-06-141-8/+19
* build-sys: add missing headerKarel Zak2021-06-021-0/+1
* libsmartcols: add support for optional boolean valuesThomas Weißschuh2021-05-301-0/+2
* lib/c_strtod; add locale independent strtod()Karel Zak2021-05-251-0/+6
* libblkid: add magic and probing for zoned btrfsNaohiro Aota2021-05-241-0/+9
* lib/jsonwrt: remove fputs_quoted_json_* functions from include/carefulputc.hKarel Zak2021-05-061-80/+0
* lib/jsonwrt: remove 'islast' from APIKarel Zak2021-05-061-10/+10
* lib/fileutils: close fd if fdopen is failedMasatake YAMATO2021-05-061-1/+6