]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 253656: Enhance the description of NOTE_TRACK:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 5 Nov 2013 19:54:35 +0000 (19:54 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 5 Nov 2013 19:54:35 +0000 (19:54 +0000)
commit65aa909590463e2d19cb763c346c42296ef92ee6
treefa5bc68f65548402b443dfaa608a34a4e0d2def5
parent0a07cc3a46a98786ac44491caed5c86c72190bac
MFC 253656: Enhance the description of NOTE_TRACK:
- NOTE_TRACK has never triggered a NOTE_TRACK event from the parent pid.
  If NOTE_FORK is set, the listener will get a NOTE_FORK event from
  the parent pid, but not a separate NOTE_TRACK event.
- Explicitly note that the event added to monitor the child process
  preserves the fflags from the original event.
- Move the description of NOTE_TRACKERR under NOTE_TRACK as it is not a
  bit for the user to set (which is what this list pupports to be).
  Also, explicitly note that if an error occurs, the NOTE_CHILD event
  will not be generated.

git-svn-id: svn://svn.freebsd.org/base/stable/8@257717 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/kqueue.2