summaryrefslogtreecommitdiff
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* enosys: properly block execve syscallThomas Weißschuh2023-05-171-6/+24
* enosys: don't require end-of-options markerThomas Weißschuh2023-05-161-1/+1
* enosys: find syscalls at build timeThomas Weißschuh2023-05-162-4/+13
* enosys: remove long jumps from BPFThomas Weißschuh2023-05-161-11/+13
* enosys: add --listThomas Weißschuh2023-05-162-1/+10
* enosys: validate syscall architectureThomas Weißschuh2023-05-161-4/+8
* enosys: add manpageThomas Weißschuh2023-05-162-0/+59
* enosys: make messages useful for usersThomas Weißschuh2023-05-161-2/+2
* enosys: translate messagesThomas Weißschuh2023-05-161-5/+6
* enosys: add common argumentsThomas Weißschuh2023-05-161-3/+27
* enosys: add testThomas Weißschuh2023-05-161-0/+1
* enosys: fix native arch for s390xThomas Weißschuh2023-05-161-2/+2
* enosys: syscall numbers are "long"Thomas Weißschuh2023-05-161-1/+1
* enosys: mark variable staticThomas Weißschuh2023-05-161-1/+1
* enosys: remove unneeded inline variable declarationThomas Weißschuh2023-05-161-8/+7
* enosys: improve checks for EXIT_NOTSUPPThomas Weißschuh2023-05-161-2/+8
* enosys: move from tests/helpers/test_enosys.cThomas Weißschuh2023-05-162-0/+150
* c.h: make err_nonsys availableThomas Weißschuh2023-05-161-3/+0
* Merge branch 'fadvise/fixes' of https://github.com/t-8ch/util-linuxKarel Zak2023-04-172-2/+22
|\
| * fadvise: always exit with EXIT_FAILURE on errorThomas Weißschuh2023-04-172-1/+10
| * fadvise: (man) document help and version argumentsThomas Weißschuh2023-04-161-0/+2
| * fadvise: correctly report error from posix_fadviseThomas Weißschuh2023-04-161-1/+1
| * fadvise: implement --advice argumentThomas Weißschuh2023-04-161-0/+9
* | fincore: open file with PROT_READ for qemu-userThomas Weißschuh2023-04-171-1/+2
|/
* Merge branch 'patch-14' of https://github.com/mariobl/util-linuxKarel Zak2023-04-111-1/+1
|\
| * namei: (man) clarify the namei binaryMario Blättermann2023-04-101-1/+1
* | Merge branch 'patch-13' of https://github.com/mariobl/util-linuxKarel Zak2023-04-111-2/+2
|\ \
| * | lsfd: (man) Fix typo and add markup for external man page linkMario Blättermann2023-04-101-2/+2
| |/
* | hardlink: (man) Use markup for file namesMario Blättermann2023-04-101-1/+1
|/
* findmnt: use warning rather than error from FS type mismatchKarel Zak2023-04-051-2/+2
* lsfd: (man) fix po-man warningsKarel Zak2023-04-041-2/+2
* lsfd: (man) fix typoThomas Weißschuh2023-03-221-1/+1
* Merge branch 'patch-9' of https://github.com/mariobl/util-linuxKarel Zak2023-03-171-1/+1
|\
| * Fix typo in lsfd.cMario Blättermann2023-03-161-1/+1
* | lsfd; (man) add hint about default outputKarel Zak2023-03-171-1/+6
* | lsblk: (man) add hint about --mergeKarel Zak2023-03-171-1/+3
* | findmnt: (man) add hint about the default outputKarel Zak2023-03-171-1/+1
* | lsfd: error if extraneous argument givenнаб2023-03-171-0/+2
|/
* lsfd: fix wrong format specifiers in snptinrf()Masatake YAMATO2023-03-151-1/+1
* lsfd.1.adoc: fix text formatsMasatake YAMATO2023-03-111-4/+4
* Merge branch 'waitpid/exclusive' of https://github.com/t-8ch/util-linuxKarel Zak2023-03-091-4/+9
|\
| * waitpid: detect exlusive options with standard mechanismThomas Weißschuh2023-03-031-4/+9
* | Merge branch 'lsfd-packet' of https://github.com/masatake/util-linuxKarel Zak2023-03-094-166/+728
|\ \
| * | lsfd: (man) write more about NAME columnMasatake YAMATO2023-03-061-2/+14
| * | lsfd: use extra information loaded from /proc/net/packetMasatake YAMATO2023-03-064-0/+422
| * | lsfd: add a helper function decoding interface indexesMasatake YAMATO2023-03-061-1/+62
| * | lsfd: make items in netns_tree extensibleMasatake YAMATO2023-03-061-16/+31
| * | lsfd: simplify functions for comparing itemsMasatake YAMATO2023-03-062-16/+3
| * | lsfd: (style) reformat colinfo arrayMasatake YAMATO2023-03-061-133/+198
| |/
* | Merge branch 'fix_cal_num_months' of https://github.com/JadingTsunami/util-linuxKarel Zak2023-03-091-2/+2
|\ \ | |/ |/|