diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-29 08:36:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-29 08:36:06 +0000 |
commit | 60d76f3d32eb44b7712209a5d1e45b8f90c2d80b (patch) | |
tree | b7b0c15909d5394dcd8201d63da29f04bfcf098a /pfinet | |
parent | 51a16d1529a9bf43faeac796f6013ad004c9b961 (diff) |
.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index d760d196..8d54f990 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,22 @@ +2002-05-29 Roland McGrath <roland@frob.com> + + * ethernet.c (setup_ethernet_device): u_int -> size_t + + * linux-src/include/linux/net.h (struct socket) [_HURD_]: + New member `st_ino'. + * io-ops.c (S_io_stat, S_io_identity): Use that. + * socket.c (sock_alloc): Initialize it with a monotonic counter. + + * stubs.c: Use __attribute__ instead of #pragma for aliases. + + * linux-src/arch/alpha/lib/csum_partial_copy.c: New file, + taken verbatim from Linux 2.2.14. + * Makefile (arch-lib-srcs): Add csum_partial_copy.c. + (LINUXSRCS): Match $(arch-lib-srcs) subset in arch/$(asm_syntax)/lib. + (OBJS): Use delayed evaluation. + * glue-include/asm/uaccess.h (__get_user): New macro. + (__m): New macro. + 2002-05-28 Roland McGrath <roland@frob.com> * io-ops.c (S_io_write, S_io_read): u_int -> size_t |