Re: [PATCH] hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPC

2018-03-05 Thread Samuel Thibault
Hello, I have fixed and completed this a bit and commited. Thanks! Samuel

rpctrace on a statically linked executable

2018-03-05 Thread Brent W. Baccala
Hi - I'm confused by rpctrace's behavior on a statically linked test program. Here's the program: #include int main(int argc, char *argv[]) { printf("Hello world!\n"); } Perhaps you've seen it before :-) When I compile the program with -static, I get an executable that works fine, but can't

Re: [PATCH] Change file_utimes RPC to use a struct timespec and update the servers to use UTIME_NOW and UTIME_OMIT.

2018-03-05 Thread Samuel Thibault
Hello, I (at last) took the time to commit the Hurd part. I'll probably commit the glibc part soon. Samuel