mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
And neither are most libcasper services' functions, because internally they all use cap_xfer_nvlist. cap_xfer_nvlist sends and then receives data over a unix domain socket and associated with the cap_channel_t argument. So absent synchronization, two threads may not use the same cap_channel_t argument or they risk receiving the other's reply. Sponsored by: Axcient Reviewed by: oshogbo Differential Revision: https://reviews.freebsd.org/D42928 (cherry picked from commit cf037972ea8863e2bab7461d77345367d2c1e054) |
||
|---|---|---|
| .. | ||
| libcasper.3 | ||
| libcasper.c | ||
| libcasper.h | ||
| libcasper_impl.c | ||
| libcasper_impl.h | ||
| libcasper_service.3 | ||
| libcasper_service.c | ||
| libcasper_service.h | ||
| Makefile | ||
| Makefile.depend | ||
| service.c | ||
| zygote.c | ||
| zygote.h | ||