From d46d0726fb7a48723ed128e1ca8366b58b7ba5d0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Feb 2001 04:18:20 +0000 Subject: . --- boot/ChangeLog | 9 +++++++-- fstests/ChangeLog | 6 ++++++ isofs/ChangeLog | 8 ++++++-- libdiskfs/ChangeLog | 7 +++++++ libpager/ChangeLog | 10 +++++++--- libps/ChangeLog | 4 ++++ libshouldbeinlibc/ChangeLog | 6 ++++++ libthreads/ChangeLog | 5 +++++ nfsd/ChangeLog | 4 ++++ pfinet/ChangeLog | 5 +++++ tmpfs/ChangeLog | 14 +++++++++++++- trans/ChangeLog | 11 +++++++++++ ufs-fsck/ChangeLog | 6 +++++- ufs-utils/ChangeLog | 5 +++++ utils/ChangeLog | 11 ++++++++--- 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 + + * Makefile (ourdevice.defs): Loosen up regexp since some whitespace in + the file changed. + 2000-12-21 Marcus Brinkmann * 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 . 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 + + * fstests.c (main): sync now returns void. + + * timertest.c: Include for decl. + 2000-03-26 Roland McGrath * 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 + + * lookup.c: Include for abort decl. + 2001-02-20 Marcus Brinkmann * inode.c: Include . 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 * 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 + + * readonly-changed.c: New file. + * Makefile (OTHERSRCS): Add it. + + * init-first.c: Include for exit decl. + 2001-01-30 Neal H Walfield * 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 + + * pager-memcpy.c: Include for memcpy decl. + 2000-07-25 Thomas Bushnell, BSG * 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 + + * user.c: Include for decls of built-ins. + 2000-02-11 Roland McGrath * 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 + + * idvec.h: Include for memcmp decl. + + * wire.c (map_extent): Add dead return stmt to silence gcc warning. + 2001-02-20 Marcus Brinkmann * timefmt.c: Include . 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 + + * i386/thread.c: Remove superfluous bzero decl, + just include instead. + 2000-05-25 Mark Kettenis * 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 + + * ops.c: Include for decls of built-ins. + 2000-12-02 Marcus Brinkmann * 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 + + * 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 * 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 + + * 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 . + 2000-12-30 Marcus Brinkmann * dir.c: Include , , @@ -23,7 +35,7 @@ Some of the above were also reported by Alexey Dejneka . - + 2000-12-28 Roland McGrath * 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 + + * symlink.c: Include for decls of built-ins. + * firmlink.c: Include 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 * 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 + + * utilities.c: Include for decl. + Thu May 6 10:25:27 1999 Thomas Bushnell, BSG * 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 * 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 + + * mkfs.c [!STANDALONE]: Include for decl. + * stati.c: Likewise. + 1999-11-20 Roland McGrath * 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 + + * storecat.c: Include for decls. + * w.c: Include for decls. + 2001-01-17 Neal H Walfield * 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 @@ -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 -- cgit v1.2.3