diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-02-15 22:21:29 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-02-15 22:21:29 +0100 |
commit | eed3c3cca4b12b747e95a75a4c314274877cbe6f (patch) | |
tree | e879b4819f3c7e2b0331157a2ad27c1173729906 /open_issues | |
parent | e3c030a06ebfcd3726924e93da8b91a84f3139cd (diff) |
open_issues/glibc: remove/note fixed stuff
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/glibc.mdwn | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index d726c009..bd89f621 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -367,23 +367,7 @@ Last reviewed up to the [[Git mirror's d3bd58cf0a027016544949ffd27300ac5fb01bb8 <pinotree> like posix/tst-waitid.c, you mean? <youpi> yes - * `getconf` things - - IRC, freenode, #hurd, 2012-10-03 - - <pinotree> getconf -a | grep CACHE - <Tekk_> pinotree: I hate spoiling data, but 0 :P - <pinotree> had that feeling, but wanted to be sure -- thanks! - <Tekk_> http://dpaste.com/809519/ - <Tekk_> except for uhh - <Tekk_> L4 linesize - <Tekk_> that didn't have any number associated - <pinotree> weird - <Tekk_> I actually didn't even know that there was L4 cache - <pinotree> what do you get if you run `getconf - LEVEL4_CACHE_LINESIZE`? - <Tekk_> pinotree: undefined - <pinotree> expected, given the output above + * `getconf` things (see below the results of `tst-getconf.out`) For specific packages: @@ -1102,9 +1086,7 @@ There is quite a baseline of failures. * `bug-ulimit1.out` - Buggy sysdeps/unix/bsd/ulimit.c return values. - - [[!message-id "201211182342.51619.toscano.pino@tiscali.it"]] + Fixed in glibc >= 2.18. * `check-execstack.out` @@ -1298,9 +1280,8 @@ There is quite a baseline of failures. `_PC_REC_INCR_XFER_SIZE`, `_PC_REC_MAX_XFER_SIZE`, `_PC_REC_MIN_XFER_SIZE`, `_PC_REC_XFER_ALIGN`, `_PC_SYMLINK_MAX`, `_PC_2_SYMLINKS`. - `_CS_GNU_LIBPTHREAD_VERSION` will be cleanly solved with - [[!message-id "201209302353.51055.toscano.pino@tiscali.it"]] and libpthread - compiled as add-on. + `_CS_GNU_LIBPTHREAD_VERSION` is provided by libpthread when compiled as + add-on. * `tst-grantpt.out` |