mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Highlights: - Use MAX() for maxsock raising; small readability improvement IMO - malloc(3) + memset(3) -> calloc(3) where appropriate - stop casting the return value of malloc(3) - mallloc(3) -> reallocarray(3) where appropriate A future change may enter capability mode when forking for some of the built-in handlers. |
||
|---|---|---|
| .. | ||
| builtins.c | ||
| inetd.8 | ||
| inetd.c | ||
| inetd.conf | ||
| inetd.h | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.options | ||
| pathnames.h | ||