index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
/
ipc_mig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add thread_set_self_state() trap
Sergey Bugaev
2024-04-16
1
-0
/
+41
*
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-03-09
1
-1
/
+1
*
mach_msg: Fix checking reception size
Samuel Thibault
2023-10-01
1
-1
/
+1
*
Implement mig_deallocate to free memory when kernel server RPC succeeds
Flavio Cruz
2023-05-02
1
-0
/
+10
*
Use mig_support.h prototypes instead of duplicating them.
Flavio Cruz
2023-05-02
1
-1
/
+2
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
1
-4
/
+3
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-1
/
+1
*
replace mach_port_t with mach_port_name_t
Luca Dariz
2023-01-18
1
-8
/
+8
*
update writev syscall signature with rpc types
Luca Dariz
2023-01-18
1
-3
/
+3
*
update syscall signature with rpc_vm_* and mach_port_name_t
Luca Dariz
2023-01-18
1
-19
/
+22
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-5
/
+5
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-4
/
+1
*
Delete thread_get_state_KERNEL and thread_set_state_KERNEL
Flavio Cruz
2022-12-11
1
-41
/
+0
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
1
-39
/
+38
*
ipc: undo manual inlining of `ipc_entry_X' functions
Justus Winter
2015-05-20
1
-6
/
+8
*
kern: Fix typos in comments (found by codespell)
Stefan Weil
2015-01-02
1
-1
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-69
/
+59
*
kern: fix mig_strncpy
Justus Winter
2014-02-26
1
-16
/
+20
*
kern: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-2
/
+3
*
Cleanup of the copyin() and copyout() calls
Marin Ramesa
2013-12-17
1
-6
/
+6
*
kern/syscall_sw.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-0
/
+1
*
kern/ipc_mig.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-4
/
+0
*
kern: remove register qualifiers
Marin Ramesa
2013-11-13
1
-13
/
+13
*
kern: comment unused variable
Marin Ramesa
2013-11-10
1
-3
/
+4
*
Comment unused variable
Marin Ramesa
2013-06-04
1
-3
/
+4
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+3
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-03-20 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-118
/
+0
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-21
/
+19
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+1134