Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ↵ | Flavio Cruz | 2023-01-13 | 1 | -0/+73 |
| | | | | | | | mach4.defs and mach_host.defs. Also move more mach_debug rpcs to kern/mach_debug.h. Message-Id: <Y7+LPMLOafUQrNHZ@jupiter.tail36e24.ts.net> | ||||
* | Preemptively fix warnings that will be caused by -Wmissing-prototypes | Flavio Cruz | 2023-01-10 | 1 | -0/+40 |
Declared RPCs in ipc/mach_port.c and ddb/db_ext_symtab.c in their corresponding headers. Ideally these should be used by mig instead of mig declaring its own prototypes. Message-Id: <Y7z/BQhmsBbRgxhe@jupiter.tail36e24.ts.net> |