Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Update tools/regression/poll/sockpoll.c for POLLRDPOLL.Add a POLLRDHUP example to this tool, for comparison with otheroperating systems. Also record current output on FreeBSD and Linux.Reviewed
Update tools/regression/poll/sockpoll.c for POLLRDPOLL.Add a POLLRDHUP example to this tool, for comparison with otheroperating systems. Also record current output on FreeBSD and Linux.Reviewed by: kibMFC after: 1 monthDifferential Revision: https://reviews.freebsd.org/D29757
show more ...
Test the poll(2) return value.MFC after: 2 weeks
Add some tests for poll(2)/shutdown(2) interaction.
Fix syntax error, makefile comments start with #.Submitted by: bdeApproved by: re (kensmith)
Test suite for the poll(2)/select(2) on fifos, pipes and sockets,and recorded results for several operating systems.Submitted by: bdeApproved by: re (kensmith)