| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/darwin: use nested flag definitions where sensible | Paul Chaignon | 2023-12-05 | 1 | -1/+1 |
| | | | | | | | These flags were identified using the same script as for sys/linux. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> | ||||
| * | sys: consolidate sockopt_opt_{ip,ipv6}_group_source_req flags | Paul Chaignon | 2023-12-05 | 1 | -2/+2 |
| | | | | | | | | | | On the Linux, Darwin, and FreeBSD targets, sockopt_opt_ip_group_source_req and sockopt_opt_ipv6_group_source_req are equal. This commit consolidates those flag definitions to use a single one and renames it to sockopt_opt_group_source_req. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> | ||||
| * | sys/darwin: initial syscall definitions | Patrick Meyer | 2021-06-07 | 1 | -0/+111 |
| Pretty much ripped from freebsd +/- what isn't applicable to darwin. | |||||
