freebsd-dev/sbin/devd
Eitan Adler dacbef689d devd: don't pass &fds in useless parameters to select(2)
select(2) should be declared as restrict. In addition the only fd in
the fdset is open O_RDONLY, and it's not a socket that can provide OOB
notifications,

Reviewed by:	ian, imp, vangyzen
2018-02-15 03:22:53 +00:00
..
tests DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
devd.8 Add history section for devd(8) 2016-10-05 20:04:36 +00:00
devd.cc devd: don't pass &fds in useless parameters to select(2) 2018-02-15 03:22:53 +00:00
devd.conf.5 Sort SEE ALSO section sequentially. 2016-10-08 12:53:23 +00:00
devd.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
devd.hh devd: readd virtual 2018-01-26 05:03:37 +00:00
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
parse.y various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
token.l various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00