aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdeps/trynbwaitall.c
Commit message (Collapse)AuthorAgeFilesLines
* Add DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot2019-02-191-121/+0
|
* sysdeps tests cleanup. (I expect BSDs to break, as usual.)Laurent Bercot2017-03-151-1/+0
|
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-211-1/+1
| | | | libdatastruct still missing, library still not functional
* Add _GNU_SOURCE to trynbwaitall.c because glibc headersLaurent Bercot2014-12-311-0/+3
| | | | | don't define kill() with only _BSD_SOURCE. That's very disappointing from GNU.
* next generation of the FreeBSD fix...Laurent Bercot2014-12-211-4/+1
|
* Stricter trynbwaitall to actually catch the problemsLaurent Bercot2014-12-211-3/+8
|
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-211-0/+117
as well use it on architectures that support it.