index
:
delta/util-linux.git
baserock/2.25.2-musl
baserock/bootstrap
baserock/danielsilverstone/merge-v2.23
baserock/jonathan/fix-util-linux
baserock/morph
baserock/richardmaw/yakshave/util-linux-blkid
master
stable/v2.13
stable/v2.13.0
stable/v2.13.1
stable/v2.14
stable/v2.15
stable/v2.16
stable/v2.17
stable/v2.19
stable/v2.20
stable/v2.21
stable/v2.22
stable/v2.23
stable/v2.24
stable/v2.25
stable/v2.26
stable/v2.27
stable/v2.28
stable/v2.29
stable/v2.30
stable/v2.31
stable/v2.32
stable/v2.33
stable/v2.35
stable/v2.36
stable/v2.37
stable/v2.38
git.kernel.org: pub/scm/utils/util-linux/util-linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
enosys: properly block execve syscall
Thomas Weißschuh
2023-05-17
1
-0
/
+7
*
enosys: add test
Thomas Weißschuh
2023-05-16
2
-0
/
+46
*
enosys: move from tests/helpers/test_enosys.c
Thomas Weißschuh
2023-05-16
2
-146
/
+0
*
tests: (test_sysinfo) include sys/mount.h
Thomas Weißschuh
2023-05-02
1
-0
/
+1
*
tests: disable mount/subdir on unshared session without new mount API
Karel Zak
2023-05-02
1
-0
/
+15
*
tests: (test_sysinfo) add helper for invalid ioctl errno
Thomas Weißschuh
2023-05-01
1
-0
/
+12
*
test_enosys: provide more diagnostics on failure
Thomas Weißschuh
2023-04-26
1
-2
/
+2
*
test_enosys: use correct return value for getopt_long
Thomas Weißschuh
2023-04-26
1
-1
/
+1
*
tests: add test_enosys helper
Thomas Weißschuh
2023-04-24
2
-0
/
+146
*
tests: (lsfd) make the message for skipping the case more descriptive
Masatake YAMATO
2023-04-20
1
-2
/
+4
*
tests: (mkfds) delete nls markers _("...") from the helper command
Masatake YAMATO
2023-04-20
1
-37
/
+36
*
tests: fclose(stdin) UB
Cristian Rodríguez
2023-03-21
2
-2
/
+10
*
tests: (mkfds) don't specify a protocol in connect(2) for AF_PACKET socket
Masatake YAMATO
2023-03-06
1
-1
/
+0
*
lsfd: use xstrdup() if included xalloc.h
Karel Zak
2023-03-02
1
-5
/
+1
*
tests: (mkfds) add netlink factory
Masatake YAMATO
2023-03-01
1
-0
/
+76
*
tests: (lsfd,mkfds) define new error code for EPROTONOSUPPORT
Masatake YAMATO
2023-03-01
1
-0
/
+1
*
tests: (mkfds) add unsigned int parameter type
Masatake YAMATO
2023-03-01
1
-0
/
+32
*
tests: (lsfd) skip if the platform doesn't permit to use ioctl(fd, SIOCGSKNS)
Masatake YAMATO
2023-02-26
1
-1
/
+2
*
tests: (lsfd) skip if the platform doesn't permit to use unshare(2)
Masatake YAMATO
2023-02-26
1
-1
/
+2
*
tests: (lsfd) skip if the platform doesn't attach a buffer to a packet socket
Masatake YAMATO
2023-02-26
1
-1
/
+2
*
tests: (lsfd) skip if the platform doesn't provide pidfd_open(2)
Masatake YAMATO
2023-02-26
1
-1
/
+2
*
tests: (mkfds) introduce constants representing the limitation of the test en...
Masatake YAMATO
2023-02-26
1
-0
/
+4
*
tests: (mkfds) fix minor typo in comment
Masatake YAMATO
2023-02-26
1
-1
/
+1
*
tests: (mkfds) add ping and ping6 factories
Masatake YAMATO
2023-02-26
1
-0
/
+164
*
tests: (mkfds) add "lite" parameter to udp and udp6 factories
Masatake YAMATO
2023-02-26
1
-2
/
+18
*
tests: (mkfds) add raw6 factory
Masatake YAMATO
2023-02-26
1
-10
/
+73
*
tests: (mkfds) add udp6 factory
Masatake YAMATO
2023-02-26
1
-16
/
+74
*
Merge branch 'test_mkfds_getopt' of https://github.com/masatake/util-linux
Karel Zak
2023-02-22
1
-0
/
+1
|
\
|
*
test_mkfds: add missing terminator of the option spec list
Masatake YAMATO
2023-02-17
1
-0
/
+1
*
|
tests: (mkfds) add tcp6 factory
Masatake YAMATO
2023-02-17
1
-16
/
+75
|
/
*
lsfd: use extra information loaded from /proc/net/raw
Masatake YAMATO
2023-02-10
1
-0
/
+71
*
tests: (mkfds) fix typos in error messages
Masatake YAMATO
2023-02-02
1
-3
/
+3
*
tests: (mkfds) fix typos in factory descriptions
Masatake YAMATO
2023-02-02
1
-2
/
+2
*
tests: (mkfds) check the privilege required in the factory to run
Masatake YAMATO
2023-02-02
1
-0
/
+3
*
tests: add SPDX-License-Identifier to helper
Karel Zak
2022-12-05
9
-45
/
+27
*
lsfd: show extra information returned from ioctl(..., NS_GET_NSTYPE)
Masatake YAMATO
2022-11-23
1
-1
/
+45
*
tests: properly check for widestring functionality
Thomas Weißschuh
2022-11-13
1
-0
/
+8
*
tests: (lsfd) add a case testing UDP sockets
Masatake YAMATO
2022-10-20
1
-0
/
+172
*
autotools: stop using AC_C_BIGENDIAN / WORDS_BIGENDIAN
Thomas Weißschuh
2022-10-14
1
-1
/
+1
*
test_mkfds: avoid multiplication overflow
Thomas Weißschuh
2022-10-10
1
-1
/
+1
*
tests: (lsfd) add a case testing TCP sockets
Masatake YAMATO
2022-10-02
1
-0
/
+172
*
tests: (lsfd) add a case for testing SOCKNETNS column
Masatake YAMATO
2022-09-25
1
-0
/
+199
*
tests: (lsfd) extend unix-stream test case to test SEQPACKET socket
Masatake YAMATO
2022-09-25
1
-6
/
+35
*
tests: (lsfd) add a case testing UNIX+DGRAM socket
Masatake YAMATO
2022-09-25
1
-0
/
+118
*
tests: (lsfd) add a case testing UNIX-STREAM sockets
Masatake YAMATO
2022-09-25
1
-1
/
+1
*
tests: (mkfds) add a factory making unix sockets
Masatake YAMATO
2022-09-25
1
-0
/
+198
*
tests: (mkfds) quit when a byte is given via standard input
Masatake YAMATO
2022-09-24
1
-1
/
+23
*
tests: (mkfds) call close method of factory only when it is specified
Masatake YAMATO
2022-09-24
1
-2
/
+4
*
tests: (mkfds) cosmetic change, deleting empty lines
Masatake YAMATO
2022-09-24
1
-2
/
+0
*
tests: (mkfds) add boolean, a new parameter type
Masatake YAMATO
2022-09-24
1
-0
/
+35
[next]