FreeBSD-main-amd64-test - Build #21329 - Fixed
- In reply to: jenkins-admin_a_FreeBSD.org: "FreeBSD-main-amd64-test - Build #21328 - Unstable"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 May 2022 19:51:16 UTC
FreeBSD-main-amd64-test - Build #21329 (9c328531f0fd5b5ed0870c2d12fbf116ae961032) - Fixed Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/21329/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/21329/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/21329/console Change summaries: (Those commits are likely but not certainly responsible) 97f8198e95df75f7bf01b885084cfc00f450c396 by glebius: sockets: make SO_SND/SO_RCV a enum 24df85d29a309522a4878bdf382696c7319ce898 by glebius: unix/*: unp_internalize() can sleep, so allocate mbufs with M_WAITOK 607beb88af0c83b2dd559fd3d683fc4a605ea549 by glebius: bluetooth: don't assign NULL in C99 sparse initializer 7496792841b9528ed4160c1972449bfb1486bc41 by glebius: ng_socket: don't assign NULL in C99 sparse initializer 2400c536b478b1d218507d29ee74b309522d65f5 by glebius: tests/unix_passfd: add test for shutdown(2) on a buffer with an fd c17418a0ba6eef8d2070d75844f9ede4ddbc413b by glebius: sockets: assert that any protocol with PR_RIGHTS has dom_dispose() 42f2fa9953da13678b30942afc84e7e9fdd7c43e by glebius: sockets: don't call dom_dispose() on a listening socket a982ce04428eb3ed3eda38b31b4bdf2b763fb50c by glebius: sockets: remove the socket-on-stack hack from sorflush() 7db54446c60eeef7b774f9a8e8b3ddbfb086be1a by glebius: sockbufs: make sbrelease_internal() private 9c328531f0fd5b5ed0870c2d12fbf116ae961032 by glebius: domains: undocument dom_destroy() and fix .Dd