summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:18:20 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:18:20 +0000
commitd46d0726fb7a48723ed128e1ca8366b58b7ba5d0 (patch)
treeda29f44bb3c358f4b474209d4109147a89e5bb56
parent480aa674aaed66f581decc4e9f17bf058dab121b (diff)
.
-rw-r--r--boot/ChangeLog9
-rw-r--r--fstests/ChangeLog6
-rw-r--r--isofs/ChangeLog8
-rw-r--r--libdiskfs/ChangeLog7
-rw-r--r--libpager/ChangeLog10
-rw-r--r--libps/ChangeLog4
-rw-r--r--libshouldbeinlibc/ChangeLog6
-rw-r--r--libthreads/ChangeLog5
-rw-r--r--nfsd/ChangeLog4
-rw-r--r--pfinet/ChangeLog5
-rw-r--r--tmpfs/ChangeLog14
-rw-r--r--trans/ChangeLog11
-rw-r--r--ufs-fsck/ChangeLog6
-rw-r--r--ufs-utils/ChangeLog5
-rw-r--r--utils/ChangeLog11
15 files changed, 99 insertions, 12 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index e39de84f..1e4d9e07 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * Makefile (ourdevice.defs): Loosen up regexp since some whitespace in
+ the file changed.
+
2000-12-21 Marcus Brinkmann <marcus@gnu.org>
* boot.c (main): If malloc or realloc fails, print diagnostic
@@ -5,8 +10,8 @@
(queue_read): Change return type from void to kern_return_t.
If malloc fails, return D_NO_MEMORY, otherwise D_SUCCESS (to simplify
code flow, malloc before acquiring the queuelock).
- (ds_device_read): New variable err (local to the block in which it is used).
- If queue_read fails, pass through error.
+ (ds_device_read): New variable err (local to the block in which it is
+ used). If queue_read fails, pass through error.
(ds_device_read_inband): Likewise.
(S_io_read): Likewise.
Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>.
diff --git a/fstests/ChangeLog b/fstests/ChangeLog
index 3987df67..6849e0a1 100644
--- a/fstests/ChangeLog
+++ b/fstests/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * fstests.c (main): sync now returns void.
+
+ * timertest.c: Include <stdlib.h> for decl.
+
2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
* fstests.c (main): Fix return type. #if 0 out some unused variables.
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index 09ecf1b1..6d3832a2 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * lookup.c: Include <stdlib.h> for abort decl.
+
2001-02-20 Marcus Brinkmann <marcus@gnu.org>
* inode.c: Include <time.h>. Reported by Arkadi E. Shishlov
@@ -63,7 +67,7 @@
enough. After finalizing the link, set VALID_SL valid flag.
* inode.c (read_disknode): For links use rl->target instead
rl->name.
-
+
Closes Debian Bug #69281: Don't use file_start as inode numbers,
but the offset of the directory record in disk_image. This is what
Linux 2.4 does.
@@ -84,7 +88,7 @@
* lookup.c (diskfs_get_directs): Remove variable file_start.
Don't calculate file_start. Set D_FILENO to EP - DISK_IMAGE
instead FILE_START.
-
+
2000-07-26 Mark Kettenis <kettenis@gnu.org>
* Makefile (HURDLIBS): Reorder libs such that the threads lib
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 3f085880..262de9e3 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * readonly-changed.c: New file.
+ * Makefile (OTHERSRCS): Add it.
+
+ * init-first.c: Include <stdlib.h> for exit decl.
+
2001-01-30 Neal H Walfield <neal@cs.uml.edu>
* diskfs.h: Fix comment (fsys_shutdown -> fsys_goaway).
diff --git a/libpager/ChangeLog b/libpager/ChangeLog
index 1ee91890..e3f2c48d 100644
--- a/libpager/ChangeLog
+++ b/libpager/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * pager-memcpy.c: Include <string.h> for memcpy decl.
+
2000-07-25 Thomas Bushnell, BSG <tb@mit.edu>
* priv.h (PM_WRITEWAIT): New pagemap bit.
@@ -13,11 +17,11 @@
* data-request.c (_pager_seqnos_memory_object_data_request):
Make PM_ENTRY a short pointer.
* data-return.c (_pager_do_write_request): Make PM_ENTRIES a short
- pointer.
+ pointer.
* lock-object.c (_pager_lock_object): Make PM_ENTRIES a short
- pointer.
+ pointer.
* mark-error.c (_pager_mark_next_request_error): Make P a short
- pointer.
+ pointer.
(_pager_mark_object_error): Likewise.
* offer-page.c (pager_offer_page): Make PM_ENTRY a short pointer.
* object-terminate.c (_pager_free_structure): Interpret
diff --git a/libps/ChangeLog b/libps/ChangeLog
index 873d6916..11c8c2f3 100644
--- a/libps/ChangeLog
+++ b/libps/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * user.c: Include <string.h> for decls of built-ins.
+
2000-02-11 Roland McGrath <roland@baalperazim.frob.com>
* context.c (ps_context_find_tty_by_cttyid): Use the ttys_by_cttyid
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 97d9fa44..3a2cec77 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * idvec.h: Include <string.h> for memcmp decl.
+
+ * wire.c (map_extent): Add dead return stmt to silence gcc warning.
+
2001-02-20 Marcus Brinkmann <marcus@gnu.org>
* timefmt.c: Include <time.h>. Reported by Arkadi E. Shishlov
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index acb49008..25ff2615 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * i386/thread.c: Remove superfluous bzero decl,
+ just include <strings.h> instead.
+
2000-05-25 Mark Kettenis <kettenis@gnu.org>
* libthreads.map: Update comment to reflect Roland's 2000-03-30
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog
index 6d9a8e32..90b91386 100644
--- a/nfsd/ChangeLog
+++ b/nfsd/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * ops.c: Include <string.h> for decls of built-ins.
+
2000-12-02 Marcus Brinkmann <marcus@gnu.org>
* ops.c (op_readlink): Before returning, check if the buffer
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 5de70e3a..8ce9a3d8 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * linux-src/include/linux/net.h (struct file): Move forward
+ decl outside of `struct socket' type definition, for gcc-2.96 syntax.
+
2001-01-17 Marcus Brinkmann <marcus@gnu.org>
* iioctl-ops.c (siocsifXaddr): Remove incorrect comment
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog
index 16d3ba0c..c90fd886 100644
--- a/tmpfs/ChangeLog
+++ b/tmpfs/ChangeLog
@@ -1,3 +1,15 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * pager-stubs.c: New file.
+ * Makefile (SRCS): Add it.
+
+ * node.c (diskfs_S_file_get_storage_info): New function.
+ * tmpfs.c (diskfs_synchronous): New variable.
+
+ * dir.c (diskfs_lookup_hard): Look up .. disknode's in-core node.
+
+ * node.c: #include <mach/default_pager.h>.
+
2000-12-30 Marcus Brinkmann <marcus@gnu.org>
* dir.c: Include <stddef.h>, <unistd.h>, <sys/mman.h>
@@ -23,7 +35,7 @@
Some of the above were also reported by Alexey Dejneka
<adejneka@comail.ru>.
-
+
2000-12-28 Roland McGrath <roland@frob.com>
* node.c (recompute_blocks): New function, broken out of ...
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 49e8b9b6..25e46bcf 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,14 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * symlink.c: Include <string.h> for decls of built-ins.
+ * firmlink.c: Include <stdlib.h> for exit decl.
+ * ifsock.c: Likewise.
+ * null.c: Likewise.
+ * magic.c: Likewise.
+ * fifo.c: Likewise.
+ * hello.c: Likewise.
+ * hello-mt.c: Likewise.
+
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* fifo.c: Make version string say `fifo', not `null'.
diff --git a/ufs-fsck/ChangeLog b/ufs-fsck/ChangeLog
index 0fede606..277fd9a7 100644
--- a/ufs-fsck/ChangeLog
+++ b/ufs-fsck/ChangeLog
@@ -1,10 +1,14 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * utilities.c: Include <time.h> for decl.
+
Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>
* utilities.c (pextend): Free MORE before returning.
* dir.c (linkup): Don't free tempname until after we're done using
it in the call to warning.
Reported by Katsuya Tanaka (tanaka@boarderz.com).
-
+
1999-03-25 Roland McGrath <roland@baalperazim.frob.com>
* setup.c (setup): Don't complain if the device is a block device.
diff --git a/ufs-utils/ChangeLog b/ufs-utils/ChangeLog
index 2463384a..a445b3a6 100644
--- a/ufs-utils/ChangeLog
+++ b/ufs-utils/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * mkfs.c [!STANDALONE]: Include <time.h> for decl.
+ * stati.c: Likewise.
+
1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
* dlabel.c (fd_get_device): Check STORE->class->id, not STORE->class.
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 560391ca..a26ad2fa 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,7 +1,12 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * storecat.c: Include <stdlib.h> for decls.
+ * w.c: Include <time.h> for decls.
+
2001-01-17 Neal H Walfield <neal@cs.uml.edu>
* mount.c (do_mount): Conform to new fshelp_start_translator
- semantics.
+ semantics.
* settrans.c (main): Conform to new fshelp_start_translator
semantics therby allowing us to print the pid of the an
@@ -32,7 +37,7 @@
* portinfo.c: Comment out unimplemented argument
`--show-targets'. Reported by
- Marcus.Brinkmann@ruhr-uni-bochum.de.
+ Marcus.Brinkmann@ruhr-uni-bochum.de.
2000-07-26 Mark Kettenis <kettenis@gnu.org>
@@ -45,7 +50,7 @@
* frobauth-mod.c (frobauth_modify): Don't use MOVE_SEND in Hurd RPC.
* msgport.c (do_setfd, cmd_chcwdir, cmd_cdroot, cmd_chcrdir):
- Likewise.
+ Likewise.
2000-02-08 Roland McGrath <roland@baalperazim.frob.com>