summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-11-20 21:01:07 +0100
committerPino Toscano <toscano.pino@tiscali.it>2012-11-20 21:01:07 +0100
commit0d174fc06aa566bc9d44a9a977a97ccc3d469d0b (patch)
tree1a002c8cd4624d3ae4e85edb80fac58f555499a5
parent2483825d3fc420394368549838c8a9f5f9813ece (diff)
few updates
-rw-r--r--open_issues/glibc.mdwn13
1 files changed, 3 insertions, 10 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn
index b07ceca0..25f07c38 100644
--- a/open_issues/glibc.mdwn
+++ b/open_issues/glibc.mdwn
@@ -275,10 +275,6 @@ Last reviewed up to the [[Git mirror's 56e49b714ecd32c72c334802b00e3d62008d98e3
* [[`mremap`|mremap]]
- * `syncfs`
-
- We should be easily able to implement that one.
-
* `futimesat`
If we have all of 'em (check Linux kernel), `#define __ASSUME_ATFCTS`.
@@ -527,9 +523,9 @@ Last reviewed up to the [[Git mirror's 56e49b714ecd32c72c334802b00e3d62008d98e3
kinds of unused configuration options and dead code.`). `NO_STARTER`
changes (should be OK).
* [high] `pagesize`, 02d46fc4b969e25e4ba0c54aa95fa98d7279bd05 (`Simplify
- malloc initialization`); aebae0537dcb408100b88c6b7647a7e858c43237, `BZ
- 11929`. Is this all kosher for us? See [[!message-id
- "87mxd9hl2n.fsf@kepler.schwinge.homeip.net"]].
+ malloc initialization`); aebae0537dcb408100b88c6b7647a7e858c43237,
+ [[!sourceware_PR 11929]]. Is this all kosher for us? See
+ [[!message-id "87mxd9hl2n.fsf@kepler.schwinge.homeip.net"]].
* [OK] 83cd14204559abbb52635006832eaf4d2f42514a (`Remove --wth-tls
option, TLS support is required`).
* a7c8e6a1478de9f990b11e5e853318ccbe4330f2 (`Fix invalid conversion in
@@ -562,9 +558,6 @@ Last reviewed up to the [[Git mirror's 56e49b714ecd32c72c334802b00e3d62008d98e3
* [low] CFI for `_start`, 6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4,
[[!message-id "20120316180551.GA6291@host2.jankratochvil.net"]] -- what
about other architectures?
- * `sendmmsg` usage, c030f70c8796c7743c3aa97d6beff3bd5b8dcd5d -- need a
- `ENOSYS` stub, [[!message-id "87a9zubdm9.fsf@schwinge.name"]],
- `t/sendmmsg`.
* `linkobj/libc.so`, 510bbf14b4f25fec8ee3a2d24de3f24bdbf84333 -- need to
adapt for (conditional?) Sun RPC reversion (if that was the original
cause for the patch)?