summaryrefslogtreecommitdiff
path: root/open_issues/glibc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/glibc.mdwn')
-rw-r--r--open_issues/glibc.mdwn29
1 files changed, 12 insertions, 17 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn
index ad7b3c72..33041e71 100644
--- a/open_issues/glibc.mdwn
+++ b/open_issues/glibc.mdwn
@@ -210,17 +210,15 @@ Last reviewed up to the [[Git mirror's 64a17f1adde4715bb6607f64decd73b2df9e6852
make[1]: Leaving directory `/media/boole-data/thomas/tmp/gnu-0/src/glibc'
make: *** [all] Error 2
- * <a id=missing>Missing interfaces, amongst many more.</a>
+ * <a id=missing>Missing Interfaces</a>
- IRC, freenode, #hurd, 2014-02-25:
+ We have posted a [[Google Summer of Code project proposal|community/gsoc]]:
- <tschwinge> youpi et al.: Is it a useful GSoC task to have the student
- implement interfaces in glibc that we are currently missing?
- <braunr> tschwinge: definitely
- <braunr> posix_timers would be great
- <youpi> tschwinge: probably
+ [[!inline pages="community/gsoc/project_ideas/testsuites" show=0 feeds=no
+ actions=yes]]
- Many more are missing, some of which have been announced in `NEWS`, others
+ Many are missing for GNU Hurd, some of which have been announced in
+ [`NEWS`](https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS), others
typically haven't (like new flags to existing functions). Typically,
porters will notice missing functionaly. But in case you're looking for
something to work on, here's a bit of a commented list, otherwise go
@@ -1855,15 +1853,7 @@ Last reviewed up to the [[Git mirror's 64a17f1adde4715bb6607f64decd73b2df9e6852
<braunr> teythoon: i think it should be in glibc
<braunr> maybe in mach/
- * POSIX record locking
-
- IRC, freenode, #hurd, 2014-02-27:
-
- <azeem_> tschwinge: schould POSIX record locking be on
- http://darnassus.sceen.net/~hurd-web/open_issues/glibc/#missing
- as well. or is that strictly a Hurd thing? (I don't remember)
- <tschwinge> azeem_: Neither do I :-), but I'll have a look later
- on.
+ * [[POSIX file record locking|file_locking]]
* <a name="execve_relative_paths">`execve` with relative paths</a>
@@ -1894,6 +1884,11 @@ Last reviewed up to the [[Git mirror's 64a17f1adde4715bb6607f64decd73b2df9e6852
moving the mount/umount functionality from our utilities to the
libc
+ * <a name="posix_timers">POSIX Timers</a>
+
+ `timer_create`, `timer_delete`, [[`clock_gettime`|clock_gettime]], and
+ so on.
+
For specific packages:
* <a id=octave>[[octave]]</a>