Skip to content

Commit

Permalink
Merge pull request #1501 from nanovms/fix/unixsockets
Browse files Browse the repository at this point in the history
Fix various unix socket bugs and behaviors
  • Loading branch information
sanderssj authored Jun 18, 2021
2 parents c677731 + b240bb4 commit a4d78d6
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test test-noaccel: image
$(Q) $(MAKE) -C test test
$(Q) $(MAKE) runtime-tests$(subst test,,$@)

RUNTIME_TESTS= aio creat dup epoll eventfd fadvise fallocate fcntl fst fs_full futex futexrobust getdents getrandom hw hwg hws io_uring klibs mkdir mmap netlink netsock pipe readv rename sendfile signal socketpair syslog time unlink thread_test tlbshootdown tun vsyscall write writev
RUNTIME_TESTS= aio creat dup epoll eventfd fadvise fallocate fcntl fst fs_full futex futexrobust getdents getrandom hw hwg hws io_uring klibs mkdir mmap netlink netsock pipe readv rename sendfile signal socketpair syslog time unlink thread_test tlbshootdown tun unixsocket vsyscall write writev

.PHONY: runtime-tests runtime-tests-noaccel

Expand Down
Loading

0 comments on commit a4d78d6

Please sign in to comment.