summaryrefslogtreecommitdiff
path: root/kern/ipc_mig.c
AgeCommit message (Expand)Author
2023-10-01mach_msg: Fix checking reception sizeSamuel Thibault
2023-05-02Implement mig_deallocate to free memory when kernel server RPC succeedsFlavio Cruz
2023-05-02Use mig_support.h prototypes instead of duplicating them.Flavio Cruz
2023-01-19Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz
2023-01-19Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz
2023-01-18replace mach_port_t with mach_port_name_tLuca Dariz
2023-01-18update writev syscall signature with rpc typesLuca Dariz
2023-01-18update syscall signature with rpc_vm_* and mach_port_name_tLuca Dariz
2022-12-27Fix some warnings with -Wmissing-prototypes.Flavio Cruz
2022-12-21Use -Wstrict-prototypes and fix warningsFlavio Cruz
2022-12-11Delete thread_get_state_KERNEL and thread_set_state_KERNELFlavio Cruz
2022-11-30Update ipc/ directory to use mach_port_name_tFlavio Cruz
2015-05-20ipc: undo manual inlining of `ipc_entry_X' functionsJustus Winter
2015-01-02kern: Fix typos in comments (found by codespell)Stefan Weil
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-02-26kern: fix mig_strncpyJustus Winter
2013-12-17kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17Cleanup of the copyin() and copyout() callsMarin Ramesa
2013-12-05kern/syscall_sw.c: remove forward declarationsMarin Ramesa
2013-12-05kern/ipc_mig.c: remove forward declarationsMarin Ramesa
2013-11-13kern: remove register qualifiersMarin Ramesa
2013-11-10kern: comment unused variableMarin Ramesa
2013-06-04Comment unused variableMarin Ramesa
2009-06-182008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2001-04-052001-04-04 Roland McGrath <roland@frob.com>Roland McGrath
1997-02-25Initial sourceThomas Bushnell