nbd icon indicating copy to clipboard operation
nbd copied to clipboard

Network Block Device

Results 32 nbd issues
Sort by recently updated
recently updated
newest added

I'd favor to get rid of the non-standard typedefs `u32` and `u64` and use C99 standard types `uint32_t` and `uint64_t` everywhere. These types are already used in the project, but...

When compiling on macOS I got this warning: ``` CC nbd_server-nbd-server.o nbd-server.c:3791:5: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations] if(daemon(0,0)