From 007241f39816241b3c52b2c02379b5ee5d0559a1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 20 Mar 1999 10:53:01 +0000 Subject: [PATCH] 1999-03-19 Roland McGrath * sysdeps/generic/segfault.c: Include for _itoa_word decl. * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable. ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs). ($(link-rpcuserlibs)): New static pattern rule; link intermediate versions of lib{mach,hurd}user.so without reference to libc.so, then link libc.so against that to get deps and symbol versions, then finally link real lib*user.so against libc.so. * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW): Support whole-file locking (only) by using the file_lock RPC. This has very wrong semantics, but is better than nothing for the time being. (Correct POSIX.1 locking will require new RPCs in the Hurd protocols that will be somewhat hairy to specify.) 1999-03-17 Mark Kettenis * sysdeps/mach/hurd/ptsname.c: New file. * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 --- ChangeLog | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 88998f56d8..7d79e926c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +1999-03-19 Roland McGrath + + * sysdeps/generic/segfault.c: Include for + _itoa_word decl. + + * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable. + ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs). + ($(link-rpcuserlibs)): New static pattern rule; link intermediate + versions of lib{mach,hurd}user.so without reference to libc.so, + then link libc.so against that to get deps and symbol versions, then + finally link real lib*user.so against libc.so. + + * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW): + Support whole-file locking (only) by using the file_lock RPC. This + has very wrong semantics, but is better than nothing for the time + being. (Correct POSIX.1 locking will require new RPCs in the Hurd + protocols that will be somewhat hairy to specify.) + +1999-03-17 Mark Kettenis + + * sysdeps/mach/hurd/ptsname.c: New file. + 1999-03-20 Andreas Schwab * timezone/asia: Fix rule in Asia/Nicosia entry. @@ -15,7 +37,7 @@ 1999-03-18 Philip Blundell - * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 + * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 implementation. 1999-03-19 Andreas Jaeger