summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnetfs/ChangeLog6
-rw-r--r--libthreads/ChangeLog4
-rw-r--r--pflocal/ChangeLog11
-rw-r--r--proc/ChangeLog5
-rw-r--r--trans/ChangeLog8
5 files changed, 33 insertions, 1 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index c2b7c7a3..0fdcded4 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * priv.h (begin_using_protid_port): Change extern inline decl
+ into static inline with __attribute__ ((unused))
+ (end_using_protid_port): Likewise.
+
2001-08-31 Marcus Brinkmann <marcus@gnu.org>
* file-get-translator.c (netfs_S_file_get_translator): If
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 113fc83a..9b718006 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * i386/thread.c (cthread_sp): Use __thread_stack_pointer.
+
2001-08-23 Roland McGrath <roland@frob.com>
* lockfile.c: Rewritten to use macros now defined by libc.
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index 8562f781..ba735ed1 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,14 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * connq.c (connq_compress): #if 0 out unused function.
+
+ * sock.h (sock_deref): Don't define this extern inline.
+ Instead, use static inline and __attribute__ ((unused)).
+ * mig-decls.h (begin_using_sock_user_port): Likewise.
+ (end_using_sock_user_port): Likewise.
+ (begin_using_addr_port): Likewise.
+ (end_using_addr_port): Likewise.
+
2001-03-31 Roland McGrath <roland@frob.com>
* sock.c: Include "connq.h" for connq_destroy decl.
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 5d9f7054..837ed006 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * proc.h (check_owner): Move this extern inline function ...
+ * info.c (check_owner): ... to here, made static inline.
+
2001-08-14 Marcus Brinkmann <marcus@gnu.org>
* mgt.c (S_proc_dostop): If task_threads fails, resume the
diff --git a/trans/ChangeLog b/trans/ChangeLog
index a03ae1a2..1010eafa 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * streamio.c (create_buffer): extern inline -> static inline
+ (buffer_size, buffer_readable, buffer_writable): Likewise.
+ (clear_buffer, buffer_read): Likewise.
+
2001-12-11 Marcus Brinkmann <marcus@gnu.org>
* streamio.c (device_open_reply): In the D_INVALID_OPERATION case,
@@ -5,7 +11,7 @@
2001-04-01 Neal H Walfield <neal@cs.uml.edu>
- * magic.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser
+ * magic.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser
as per the new semantics.
2001-02-28 Roland McGrath <roland@frob.com>