aboutsummaryrefslogtreecommitdiff
path: root/kern/ipc_mig.c
Commit message (Expand)AuthorAgeFilesLines
* Add thread_set_self_state() trapSergey Bugaev2024-04-161-0/+41
* move x86 copy_user.[ch] to ipc/ and make it arch-indipendentLD2024-03-091-1/+1
* mach_msg: Fix checking reception sizeSamuel Thibault2023-10-011-1/+1
* Implement mig_deallocate to free memory when kernel server RPC succeedsFlavio Cruz2023-05-021-0/+10
* Use mig_support.h prototypes instead of duplicating them.Flavio Cruz2023-05-021-1/+2
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-4/+3
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-1/+1
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-181-8/+8
* update writev syscall signature with rpc typesLuca Dariz2023-01-181-3/+3
* update syscall signature with rpc_vm_* and mach_port_name_tLuca Dariz2023-01-181-19/+22
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-5/+5
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-4/+1
* Delete thread_get_state_KERNEL and thread_set_state_KERNELFlavio Cruz2022-12-111-41/+0
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-301-39/+38
* ipc: undo manual inlining of `ipc_entry_X' functionsJustus Winter2015-05-201-6/+8
* kern: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-69/+59
* kern: fix mig_strncpyJustus Winter2014-02-261-16/+20
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-2/+3
* Cleanup of the copyin() and copyout() callsMarin Ramesa2013-12-171-6/+6
* kern/syscall_sw.c: remove forward declarationsMarin Ramesa2013-12-051-0/+1
* kern/ipc_mig.c: remove forward declarationsMarin Ramesa2013-12-051-4/+0
* kern: remove register qualifiersMarin Ramesa2013-11-131-13/+13
* kern: comment unused variableMarin Ramesa2013-11-101-3/+4
* Comment unused variableMarin Ramesa2013-06-041-3/+4
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+3
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-118/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-21/+19
* Initial sourceThomas Bushnell1997-02-251-0/+1134