Corinna Vinschen wrote:
On Jun 26 01:48, Mark Geisert wrote:
Corinna Vinschen wrote:
On Jun 25 00:54, Mark Geisert wrote:
---
winsup/utils/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index b64f457e7..c
Correct the string conversion calls so both argv elements get converted
at full precision.
---
winsup/utils/cygwin-console-helper.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/winsup/utils/cygwin-console-helper.cc
b/winsup/utils/cygwin-console-helper.cc
index 8f62ed7e
Previously fhandler_fifo::open would treat the FIFO as a reader and
would block, waiting for a writer.
---
winsup/cygwin/fhandler_fifo.cc | 11 ++-
winsup/cygwin/release/3.0.8| 13 +
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 winsup/cygwin/release/
Have sched_getaffinity() interface like glibc's, and provide an
undocumented internal interface __sched_getaffinity_sys() like the Linux
kernel's sched_getaffinity() for benefit of taskset(1).
---
newlib/libc/include/sched.h| 3 +++
winsup/cygwin/common.din | 1 +
wins
On Jun 26 01:48, Mark Geisert wrote:
> Corinna Vinschen wrote:
> > On Jun 25 00:54, Mark Geisert wrote:
> > > ---
> > > winsup/utils/Makefile.in | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
> > > index b
Hi Mark,
On Jun 26 01:14, Mark Geisert wrote:
> Have sched_getaffinity() interface like glibc's, and provide an
> undocumented internal interface __sched_getaffinity_sys() like the Linux
> kernel's sched_getaffinity() for benefit of taskset(1).
>
> ---
> newlib/libc/include/sched.h|
Corinna Vinschen wrote:
On Jun 25 00:54, Mark Geisert wrote:
---
winsup/utils/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index b64f457e7..cebf39572 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils
Have sched_getaffinity() interface like glibc's, and provide an
undocumented internal interface __sched_getaffinity_sys() like the Linux
kernel's sched_getaffinity() for benefit of taskset(1).
---
newlib/libc/include/sched.h| 1 +
winsup/cygwin/common.din | 1 +
winsup