summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-13 15:48:24 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-13 15:48:24 +0100
commit31958ab9e0f225920be0579722a98e60cb89197d (patch)
treeceb1d7983dd1dcc024280111e34e78fe5764314a /user
parentee26e77e7ed8b8b41cb2acd7d130c29a74c5b77a (diff)
parentb9fb2f753140a619f37d175ae0779437740c1971 (diff)
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'user')
-rw-r--r--user/Sergio_Lopez.mdwn4
-rw-r--r--user/jkoenig/java.mdwn3
2 files changed, 5 insertions, 2 deletions
diff --git a/user/Sergio_Lopez.mdwn b/user/Sergio_Lopez.mdwn
index b514982e..ab5ed1f1 100644
--- a/user/Sergio_Lopez.mdwn
+++ b/user/Sergio_Lopez.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2011, 2014 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -18,6 +18,8 @@ License|/fdl]]."]]"""]]
### Advisory Pageout
+[[open_issues/libpager_deadlock]], [[open_issues/gnumach_memory_management_2]].
+
#### Rationale
This work has two objectives:
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn
index ebfa45a4..ebd00f6b 100644
--- a/user/jkoenig/java.mdwn
+++ b/user/jkoenig/java.mdwn
@@ -194,7 +194,8 @@ for broader testing.
* The FPU state is not included in the `ucontext_t` passed to the signal
handler. On the other hand, `ucontext_t` is actually being somewhat
deprecated: the functions to restore it are no longer in POSIX.
- `thread_get_state`() should return this information, in case we decide
+ [[microkernel/mach/gnumach/interface/thread_get_state]] should return
+ this information, in case we decide
to fill the gap, and there might be existing glibc wrappers, too.
* Perhaps have a look at `SA_NOCLDWAIT`.