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
/
ipc
/
mach_port.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc_entry_lookup: Generalize warnings about bogus port names
Samuel Thibault
2023-11-18
1
-1
/
+1
*
mach_port_names: Make sure we did not overflow the allocated area
Samuel Thibault
2023-10-01
1
-1
/
+2
*
Delete include/mach/rpc.h
Flavio Cruz
2023-05-06
1
-1
/
+0
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-0
/
+1
*
replace mach_port_t with mach_port_name_t
Luca Dariz
2023-01-18
1
-7
/
+7
*
Use rpc_uintptr_t for protected payloads.
Flavio Cruz
2023-01-13
1
-1
/
+1
*
Preemptively fix warnings that will be caused by -Wmissing-prototypes
Flavio Cruz
2023-01-10
1
-1
/
+0
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-2
/
+2
*
Drop spurious changes
Samuel Thibault
2022-12-22
1
-1
/
+1
*
Warn only once about not being able to recycle pages
Samuel Thibault
2022-12-22
1
-1
/
+1
*
Use mach_port_name_t in a few more places
Flavio Cruz
2022-12-03
1
-3
/
+3
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
1
-37
/
+37
*
use port name type in mach_port_names()
Luca Dariz
2022-08-28
1
-6
/
+6
*
mach_port: Fix 64bit warnings
Samuel Thibault
2020-03-29
1
-2
/
+2
*
Fix format
Samuel Thibault
2019-08-11
1
-1
/
+1
*
Fix printf format
Samuel Thibault
2019-08-11
1
-2
/
+2
*
Drop spurious changes
Samuel Thibault
2018-08-13
1
-1
/
+1
*
Fix building out of source
Samuel Thibault
2018-08-13
1
-1
/
+1
*
ddb: debug traps and port references
Justus Winter
2017-08-05
1
-0
/
+10
*
VM: rework map entry wiring
Richard Braun
2016-12-24
1
-6
/
+6
*
ipc: replace the IPC table with a radix tree
Justus Winter
2015-05-20
1
-51
/
+9
*
ipc: warn about more port management bugs
Justus Winter
2015-01-22
1
-5
/
+16
*
Retire procedure `old_mach_port_get_receive_status'
Justus Winter
2014-12-09
1
-40
/
+0
*
ipc: implement mach_port_{set,clear}_protected_payload
Justus Winter
2014-10-01
1
-0
/
+73
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-35
/
+35
*
ipc: use the name of the task for error messages
Justus Winter
2014-02-01
1
-2
/
+2
*
Type definition
Marin Ramesa
2013-12-15
1
-1
/
+1
*
ipc/mach_port.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
ipc/mach_port.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
Remove unused variable
Miguel Figueiredo
2013-06-02
1
-1
/
+0
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-2
/
+2
*
Do not warn for cross-space spurious port deallocation
Samuel Thibault
2011-08-10
1
-4
/
+4
*
Add more spurious deallocation debugging
Samuel Thibault
2011-08-10
1
-2
/
+2
*
Warn once when part of the kernel is lacking memory
Samuel Thibault
2011-04-20
1
-2
/
+7
*
Also warn about mach_port_destroy on invalid ports
Samuel Thibault
2011-03-14
1
-2
/
+9
*
Align mach_port_deallocate debug flag with usage
Samuel Thibault
2009-12-22
1
-2
/
+2
*
Do not systematically debug buggy port deallocation
Samuel Thibault
2009-12-22
1
-1
/
+3
*
Invoke debugger on duplicate port deallocation
Samuel Thibault
2009-12-21
1
-1
/
+6
*
2008-11-05 Shakthi Kannan <shakshurd@gmail.com>
Samuel Thibault
2009-06-18
1
-1
/
+2
*
2008-07-23 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+3
*
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-959
/
+0
*
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
-1
/
+2
*
2006-11-07 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-2
/
+0
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-4
/
+4
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+2505