Bug#729697: libc0.1: wait6 is broken on 9.2+

2013-11-15 Thread Dmitrijs Ledkovs
Package: libc0.1 Severity: serious Dear Maintainer, FreeBSD 9.2+ kernels have broken implementation of wait6 syscall. In particular: * if pointer to siginfo_t structured is passed * and WEXITED is ORed in options The return value of siginfo_t.si_status is wrong. It is returned the same as "statu

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

2013-11-01 Thread Dmitrijs Ledkovs
On 20 August 2013 07:26, Petr Salinger wrote: >>> 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 imp

Bug#722246: libc6: Please consider lowering minimal linux kernel version

2013-09-09 Thread Dmitrijs Ledkovs
Package: libc6 Version: 2.17-92 Severity: wishlist Dear Maintainer, kfreebsd-i386 & kfreebsd-amd64 have linux emulatrion layer that can emulate 2.6.16 linux API level. Which is also the minimum kernel version that glibc2.17 & 2.18 require. At configure time though, the minimal kernel version is se

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 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#704598: libc0.1-dev: sys/mount.h requires C99

2013-04-04 Thread Dmitrijs Ledkovs
On 3 April 2013 21:39, Pino Toscano wrote: > Alle mercoledì 3 aprile 2013, Steven Chamberlain ha scritto: >> > $ gcc -D_BSD_SOURCE -std=c90 -o mount mount.c >> >> Do any packages actually do this? Compile with -std=c90 or -ansi or >> -std and use this header? > > This breaks the sys/mount.h detec

Bug#703980: /usr/include/time.h: defining TIME_UTC conflicts with boost/thread/xtime.hpp enum

2013-03-26 Thread Dmitrijs Ledkovs
tags 703980 + wontfix thanks On 26 March 2013 13:23, Pauli wrote: > Package: libc6-dev > Version: 2.17-0experimental2 > Severity: normal > File: /usr/include/time.h > > Dear Maintainer, > > I partially accidentaly upgraded to experimental libc 2.17. After > upgrade I noticed that my program depen