login
Header Space

 
 

Mailing list archives

Search results

Found 90 matching messages (0.065 seconds). Page 1 of 5.

Re: follow-up: discrepancy with POSIX

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ulrich Drepper wrote: > Yes, but for IPv4/6 it' ... EAFNOSUPPORT will be harmlessly returned). I.e., at least Apple implements both variants. - -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ ...

linux-netdev - Ulrich Drepper - Sep 19 2007 - 13:27

Re: sys_paccept: disable paccept() until API design is resolved

... instead, a simpler API, consistent with Ulrich's > other recent additions, is preferable: ... either will get a counter-argument > from Ulrich about why we really do need ... you just chose to ignore it. - -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro ...

linux-netdev - Ulrich Drepper - Sep 16 2008 - 19:17

[PATCH] alternative to sys_indirect, part 1

... not set CLOEXEC"); status = 1; } close (s2); } close (s); } return status; } Signed-off-by: Ulrich Drepper <drepper@redhat.com> include/asm-x86/unistd_64.h | 6 ++ ...

linux-netdev - Ulrich Drepper - Apr 24 2008 - 00:03

[PATCH] alternative^2 to sys_indirect: socket, socketpair

... /socket.c | 35 +++++++++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/include/linux/net.h b/include/linux/net.h ...

linux-netdev - Ulrich Drepper - Apr 24 2008 - 12:18

[PATCH] socket, socketpair w/flags, accept4

... | 62 +++++++++++++++++++++++++++++++++----------- 5 files changed, 63 insertions(+), 20 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/include/asm-x86/unistd_64.h b/include/asm ...

linux-netdev - Ulrich Drepper - Apr 24 2008 - 14:20

[PATCH] paccept, socket, socketpair w/flags

... c | 102 +++++++++++++++++++++++++++++++++++++------- 7 files changed, 148 insertions(+), 22 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/include/asm-x86/unistd_64.h b/include/ ...

linux-netdev - Ulrich Drepper - Apr 26 2008 - 18:24

[PATCH 16/18] flag parameters: NONBLOCK in timerfd_create

... .c | 1 + include/linux/timerfd.h | 1 + 2 files changed, 2 insertions(+) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/timerfd.c b/fs/timerfd.c index d87d354..f998991 100644 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 17/18] flag parameters: NONBLOCK in pipe

... ++-- kernel/kmod.c | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/pipe.c b/fs/pipe.c index 3499f9f..796c0a0 100644 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 15/18] flag parameters: NONBLOCK in eventfd

... .c | 1 + include/linux/eventfd.h | 1 + 2 files changed, 2 insertions(+) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/eventfd.c b/fs/eventfd.c index 343942d..ddb543d 100644 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 18/18] flag parameters: NONBLOCK in inotify_init

... /linux/inotify.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/inotify_user.c b/fs/inotify_user.c index 6676c06..4bb4c54 100644 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 06/18] flag parameters: eventfd

... /linux/syscalls.h | 1 + 7 files changed, 27 insertions(+), 2 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 05/18] flag parameters: signalfd

... /linux/syscalls.h | 1 + 8 files changed, 39 insertions(+), 6 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 14/18] flag parameters: NONBLOCK in signalfd

... c | 1 + include/linux/signalfd.h | 1 + 2 files changed, 2 insertions(+) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/signalfd.c b/fs/signalfd.c index 6197256..a73333b 100644 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 07/18] flag parameters: timerfd_create

... include/linux/timerfd.h | 4 +++- 2 files changed, 13 insertions(+), 3 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/timerfd.c b/fs/timerfd.c index d87d354..f998991 100644 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 12/18] flag parametersi: NONBLOCK in anon_inode_getfd

... minimal. anon_inodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c index 977ef20..3662dd4 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 01/18] flag parameters: helper function

... flagsremap.c | 17 +++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/include/linux/flagsremap.h b/include/linux/flagsremap.h ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 11/18] flag parameters: inotify_init

... /linux/syscalls.h | 1 + 7 files changed, 27 insertions(+), 2 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 13/18] flag parameters: NONBLOCK in socket and socketpair

... + net/socket.c | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/include/linux/net.h b/include/linux/net.h index ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 04/18] flag parameters: anon_inode_getfd extension

... /linux/anon_inodes.h | 2 +- 6 files changed, 11 insertions(+), 9 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c index 977ef20..3662dd4 ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

[PATCH 03/18] flag parameters: paccept

... c | 77 +++++++++++++++++++++++++++++++++++++++----- 5 files changed, 124 insertions(+), 12 deletions(-) Signed-off-by: Ulrich Drepper <drepper@redhat.com> diff --git a/include/asm-x86/unistd_64.h b/include/ ...

linux-netdev - Ulrich Drepper - May 4 2008 - 23:42

speck-geostationary