Bug#720188: kfreebsd: please implemente/expose waitid function & wait6 syscall

2013-08-19 Thread Dmitrijs Ledkovs
Package: libc0.1-dev Version: 2.17-92 Severity: normal X-Debbugs-CC: petr.salin...@seznam.cz Dear Maintainer, Recently in FreeBSD waitid was implemented[1] this includes: * waitid function, implemented via wait6 syscall * option flags WEXITED WTRAPPED added More details & patch in the PR linked.

Bug#720188: kfreebsd: please implemente/expose waitid function & wait6 syscall

2013-08-19 Thread Petr Salinger
Recently in FreeBSD waitid was implemented[1] this includes: * waitid function, implemented via wait6 syscall * option flags WEXITED WTRAPPED added More details & patch in the PR linked. This is now available in prerelease FreeBSD 9.2 (I'm using 9.2-rc2). I have verified and tested that it works

Bug#719558: eglibc: CVE-2013-4237

2013-08-19 Thread Moritz Muehlenhoff
On Tue, Aug 13, 2013 at 07:05:49AM +0200, Moritz Muehlenhoff wrote: > Package: eglibc > Severity: important > Tags: security > > This was assigned CVE-2013-4237: > http://sourceware.org/bugzilla/show_bug.cgi?id=14699 Fixed upstream in glibc: http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=comm

Bug#720188: kfreebsd: please implemente/expose waitid function & wait6 syscall

2013-08-19 Thread Dmitrijs Ledkovs
On 19 August 2013 15:43, Petr Salinger wrote: >> Recently in FreeBSD waitid was implemented[1] this includes: >> * waitid function, implemented via wait6 syscall >> * option flags WEXITED WTRAPPED added >> >> More details & patch in the PR linked. >> >> This is now available in prerelease FreeBSD

Bug#720188: kfreebsd: please implemente/expose waitid function & wait6 syscall

2013-08-19 Thread Petr Salinger
It is planned, but (e)glibc 2.18 upload have to go first, due to changes of idtype_t values. See also 218_waitid* in http://anonscm.debian.org/viewvc/glibc-bsd/trunk/glibc-ports/ We also have to provide (reasonable) fallback implementation under wheezy kernels. Cool! Excellent stuff! I've tried