summaryrefslogtreecommitdiff
path: root/open_issues/libmachuser_libhurduser_rpc_stubs.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-03-06 22:04:01 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-06 22:04:01 +0100
commitf8ed211a4da23edf469089254b3dace9479bf11f (patch)
treec98b9831dd6f48ae96017a9b9a6e5d59f4f1c7f5 /open_issues/libmachuser_libhurduser_rpc_stubs.mdwn
parent03fe52eebbcce37f30d67259f748cc7efd22ef72 (diff)
parent12c341b917921eb631026ec44a284c4d884e5de6 (diff)
Merge remote-tracking branch 'fp/master'
Conflicts: open_issues/gcc/pie.mdwn open_issues/glibc.mdwn
Diffstat (limited to 'open_issues/libmachuser_libhurduser_rpc_stubs.mdwn')
-rw-r--r--open_issues/libmachuser_libhurduser_rpc_stubs.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/open_issues/libmachuser_libhurduser_rpc_stubs.mdwn b/open_issues/libmachuser_libhurduser_rpc_stubs.mdwn
index 80fe36f8..670c82cb 100644
--- a/open_issues/libmachuser_libhurduser_rpc_stubs.mdwn
+++ b/open_issues/libmachuser_libhurduser_rpc_stubs.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010, 2011, 2012 Free Software Foundation,
+[[!meta copyright="Copyright © 2010, 2011, 2012, 2013 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -121,3 +121,15 @@ License|/fdl]]."]]"""]]
libmachuser and libhurduser? should they be linked to explicitly, or
assume libc brings them?
<braunr> pinotree: libc should bring them
+
+
+# IRC, freenode, #hurd, 2013-02-25
+
+ <braunr> we should also discuss the mach_debug interface some day
+ <braunr> it's not exported by libc, but the kernel provides it
+ <braunr> slabinfo depends on it, and i'd like to include it in the hurd
+ <braunr> but i don't know what kind of security problems giving access to
+ mach_debug RPCs would create
+ <braunr> (imo, the mach_debug interface should be adjusted to be used with
+ privileged ports only)
+ <braunr> (well, maybe not all mach_debug RPCs)