diff options
| author | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-18 10:51:44 +0100 |
|---|---|---|
| committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-18 10:51:44 +0100 |
| commit | 74cea5526f697635a3b7a702c733c27a6258eb8e (patch) | |
| tree | 19e1a6deda4d1f70c2dd8fc6ac96ad2070e55392 /user | |
| parent | f4ebd8729a7bd62cda48798cd19f47d2805c5f1d (diff) | |
| parent | 895751fb07e382499b4afb8339a5bdd0ee9a2c2b (diff) | |
Merge commit '895751fb07e382499b4afb8339a5bdd0ee9a2c2b'
Diffstat (limited to 'user')
| -rw-r--r-- | user/Sergio_Lopez.mdwn | 4 | ||||
| -rw-r--r-- | user/jkoenig/java.mdwn | 3 |
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`. |
