summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-09-04 18:42:56 +0000
committerRoland McGrath <roland@gnu.org>1998-09-04 18:42:56 +0000
commit11d3c019825ffc34407e6a35459210033fd44046 (patch)
tree6f347a988553b8705c73f2a3ed7870a73b42bb82
parent9faff857348e2100f945cc84988e620b015e38d5 (diff)
.
-rw-r--r--daemons/ChangeLog4
-rw-r--r--ext2fs/ChangeLog24
-rw-r--r--ftpfs/ChangeLog5
-rw-r--r--isofs/ChangeLog11
-rw-r--r--libfshelp/ChangeLog5
-rw-r--r--libshouldbeinlibc/ChangeLog11
-rw-r--r--pfinet/ChangeLog13
7 files changed, 60 insertions, 13 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index 083adb43..fed117e4 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,3 +1,7 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * lmail.c: Include <time.h> and <sys/time.h>.
+
1998-07-19 Roland McGrath <roland@baalperazim.frob.com>
* getty.c: Include <string.h> for basename decl.
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 4fc3ed59..9f82246e 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,9 +1,23 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir.c (dirscanblock): Fix defn with `const'.
+ (diskfs_direnter_hard): Likewise.
+ * inode.c (diskfs_create_symlink_hook): Likewise.
+ (write_symlink): Likewise.
+
+ * pager.c: strings.h -> string.h; gets strerror decl.
+
+ * ext2fs.c (main): Fix return type to int.
+
+ * dir.c (diskfs_lookup_hard): Fix defn with `const'.
+ * inode.c (diskfs_set_translator): Likewise.
+
Wed Aug 20 14:28:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* dir.c (diskfs_lookup_hard): Cope with error return from
- diskfs_get_filemap.
+ diskfs_get_filemap.
(diskfs_dirempty): Cope (poorly) with error return from
- diskfs_get_filemap.
+ diskfs_get_filemap.
* truncate.c (force_delayed_copies): Likewise.
* pager.c (diskfs_get_filemap): If pager_create fails, return
@@ -107,7 +121,7 @@ Fri Sep 13 00:15:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
* ext2fs.c (diskfs_append_args): Renamed from diskfs_get_options.
Don't initialize *ARGZ & *ARGZ_LEN anymore, or deallocate on errors.
Append store args too.
-
+
* pager.c (file_pager_read_page:do_pending_reads, pager_unlock_page,
pending_blocks_write, diskfs_grow, find_block): Use filesystem blocks,
not device blocks, in block<->offset/size conversions.
@@ -211,7 +225,7 @@ Thu Aug 29 16:59:51 1996 Miles Bader <miles@gnu.ai.mit.edu>
(dirscanblock): Size dirents correctly when mallocing it.
(diskfs_direnter_hard): Be more careful when sizing or resizing
dirents. Correctly set to -1 all the new entries we create after
- realloc call.
+ realloc call.
* ext2fs.h (struct disknode): New member `dir_idx'.
* inode.c (diskfs_cached_lookup): Initialize DN->dir_idx.
@@ -248,7 +262,7 @@ Tue Aug 13 15:11:42 1996 Miles Bader <miles@gnu.ai.mit.edu>
Deal with various version 2.x features.
* ext2fs.h (dino): Dont recalculate INODES_PER_BLOCK here.
(ext2_debug): redefine macro after including ext2_fs.h.
-
+
Mon Aug 12 13:48:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
* ext2fs.c (diskfs_minor_version): Changed to `1'.
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index e69d4705..02640231 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,7 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * ftpfs.c (netfs_append_args): Use %ld for time_t and %Zu for size_t.
+
1997-09-09 Miles Bader <miles@gnu.ai.mit.edu>
* ftpfs.c (parse_runtime_opt): New function.
@@ -136,4 +140,3 @@
* host.c (split_server_name): Enable password parsing.
* dir.c (lookup): Initialize the NODE field.
-
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index aca13dff..ac0bc2c3 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,10 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * lookup.c (diskfs_lookup_hard): Fix defn with `const'.
+ (diskfs_direnter_hard): Likewise.
+ (diskfs_get_directs): Use `const' for local var NAME.
+ * inode.c (diskfs_set_translator): Fix defn with `const'.
+
1997-09-22 Miles Bader <miles@gnu.ai.mit.edu>
* main.c (diskfs_append_args): New function.
@@ -19,13 +26,13 @@ Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* rr.c (gnuext_live): New variable.
(rrip_work): Comprehend AU, TR, MD, and FL, all as GNU
extensions. Recognize GNU extension id field when processing ER
- fields.
+ fields.
(release_rrip): Free RR->trans if it's live.
* inode.c (read_disknode): Interpret and install the values set by
AU, TR, MD, and FL extensions.
(diskfs_node_norefs): Free NP->translator if it's set.
* isofs.h (struct disknode): New members `translen' and
- `translator'.
+ `translator'.
* rr.h (struct gn_au, struct gn_tr, struct gn_md, struct gn_fl):
New strucures.
(GNUEXT_SRC, GNUEXT_DES, GNUEXT_ID, GNUEXT_VERS): New macros.
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 9c45e132..3ed34fc6 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,8 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * fshelp.h (fshelp_set_options): Use `const' for `char *' parameter.
+ * set-options.c (fshelp_set_options): Fix defn.
+
1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (SRCS): Remove return-buffer.c.
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 28b2d07a..be8b3fcb 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,14 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * ugids-verify-auth.c (ugids_verify_make_auth): Fix typos in
+ svma_state change of 1998-08-11.
+
+ * idvec.c, idvec-auth.c (id_t): Remove typedef; use uid_t everywhere.
+ The name `id_t' is coopted in libc now for the SVID `waitid' interface.
+
+ * Makefile (SRCS): Remove argz-replace.c and argp-*.c from the list.
+ (installhdrs): Remove argp.h from the list.
+
1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
* argz-replace.c: Removed, now in libcwhereitshouldbe.
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 5654bb3c..d80b6ed9 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,7 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * loopback.c (loopback_type_trans): Return u_int16_t.
+
Fri Apr 24 15:43:07 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
* io-ops.c (S_io_select): When returning EINTR after cancellation,
@@ -16,7 +20,7 @@ Fri Apr 24 15:43:07 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
Wed Aug 20 14:05:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* main.c (main): New args for
- ports_manage_port_operations_multithread.
+ ports_manage_port_operations_multithread.
Fri Aug 8 11:47:08 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
@@ -84,7 +88,7 @@ Thu Jul 18 23:19:07 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* misc.c (make_sock_user): New parm `noinstall'; if it's set use
non-installing version of ports_create_port. All callers
- changed.
+ changed.
* io-ops.c (S_io_reauthenticate): Install NEWUSER port right into
portset after it's fully initialized.
@@ -156,13 +160,13 @@ Thu Jun 20 22:39:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
* options.c: Renamed from opts.c.
(parse_opt): Fix lots of typos.
(trivfs_get_options): New function.
- (get_opts, trivfs_S_fsys_get_options, trivfs_S_file_get_fs_options):
+ (get_opts, trivfs_S_fsys_get_options, trivfs_S_file_get_fs_options):
Functions removed.
<netinet/in.h>, <arpa/inet.h>: New includes.
* Makefile (pfinet): Depend on ../libfshelp/libfshelp.a &
../libshouldbeinlibc/libshouldbeinlibc.a.
(SRCS): Add options.c.
-
+
Thu Jun 20 19:47:40 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* main.c: Include <hurd/startup.h> and <string.h>.
@@ -319,4 +323,3 @@ Wed Aug 23 14:20:48 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
* Makefile (pfinet): Put all dependencies here.
(HURDLIBS): Removed.
-