mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
and treating (almost) all system calls the same way: __sys_foo - actual syscall foo, _foo - weak definitions to __sys_foo Change PSEUDO syscalls (currently only _exit and _getlogin) to be __sys_foo (T) and _foo (W). Add $FreeBSD$ to a few files to satisfy commitprep. Suggested by: bde |
||
|---|---|---|
| .. | ||
| gen | ||
| net | ||
| stdlib | ||
| string | ||
| sys | ||
| Makefile.inc | ||
| SYS.h | ||