[PATCH 2/2] inotify: add inotify_init1 system call support

2010-06-01 Thread Vladimir Zapolskiy
This patch introduces support for inotify_init1 system call, found since Linux 2.6.27. Signed-off-by: Vladimir Zapolskiy vzapols...@gmail.com --- libc/sysdeps/linux/common/inotify.c |4 libc/sysdeps/linux/common/sys/inotify.h | 13 + 2 files changed, 17 insertions

[PATCH] endian.h: add BSD convertions between big/little-endian byte order

2010-06-01 Thread Vladimir Zapolskiy
This patch adds support for convertion of values between host and big-/little-endian byte order. Signed-off-by: Vladimir Zapolskiy vzapols...@gmail.com --- include/endian.h | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/include

[PATCH] lutimes: add lutimes support

2010-06-01 Thread Vladimir Zapolskiy
This patch adds lutimes library call support. Signed-off-by: Vladimir Zapolskiy vzapols...@gmail.com --- include/sys/time.h |4 ++- libc/sysdeps/linux/common/lutimes.c | 37 +++ 2 files changed, 40 insertions(+), 1 deletions(-) create mode

Re: [PATCH 1/2] bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK support

2010-06-01 Thread Vladimir Zapolskiy
Hi, Nice! I was looking at this the other day but never had time to finish it. Did you get (recent) udev working with those patches? yes, I've tried to compile last versions of udev, and with this set of patches I have a working udev-151 for armv4t. With best wishes, Vladimir