From e5c2397528b6caff2c6bb75f50a37c3ca490a404 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Jul 1998 07:03:02 +0000 Subject: . --- libthreads/ChangeLog | 15 ++++++++++---- nfs/ChangeLog | 58 +++++++++++++++++++++++++++++----------------------- pflocal/ChangeLog | 18 +++++++++------- storeio/ChangeLog | 9 +++++--- sutils/ChangeLog | 13 +++++++----- term/ChangeLog | 20 ++++++++++-------- trans/ChangeLog | 12 +++++++++-- utils/ChangeLog | 34 ++++++++++++++++++++---------- 8 files changed, 113 insertions(+), 66 deletions(-) diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 3de1561c..e3bec7e9 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,10 @@ +1998-07-20 Roland McGrath + + * i386/csw.S (cproc_prepare): Take address of cthread_body as third + arg, so we don't have to deal with PIC magic to find its address + without producing a text reloc. + * cprocs.c (cproc_create): Pass &cthread_body to cproc_prepare. + Tue Jun 9 13:50:09 1998 Thomas Bushnell, n/BSG * cthreads.c (cthread_fork_prepare): Don't call @@ -15,7 +22,7 @@ Wed Aug 20 15:39:44 1997 Thomas Bushnell, n/BSG Fri Aug 8 13:21:17 1997 Thomas Bushnell, n/BSG * Makefile (SRCS): Delete malloc.c; libc now has a thread safe - malloc. + malloc. (malloc.c): Delete file. Mon Jun 9 21:18:46 1997 Thomas Bushnell, n/BSG @@ -54,7 +61,7 @@ Wed Sep 4 09:06:09 1996 Thomas Bushnell, n/BSG * Makefile (VPATH): Look in $(asm_syntax) instead of old $(machine); Hurd configure now folds equivalent CPU types into - asm_syntax. + asm_syntax. Thu Aug 29 12:50:37 1996 Thomas Bushnell, n/BSG @@ -64,7 +71,7 @@ Thu Aug 29 12:50:37 1996 Thomas Bushnell, n/BSG Sat Jul 20 15:47:24 1996 Michael I. Bushnell, p/BSG * Makefile (lndist-i386-files): Look for I386SRCS and I386HDRS in - $(srcdir). + $(srcdir). Thu Jun 6 07:29:31 1996 Miles Bader @@ -74,7 +81,7 @@ Thu Jun 6 07:29:31 1996 Miles Bader Thu May 9 11:13:42 1996 Michael I. Bushnell, p/BSG * Makefile (installhdrs, installhdrsubdir): Install headers using - the generic technique, now that installhdrsubdir is available. + the generic technique, now that installhdrsubdir is available. * rwlock.h: If _RWLOCK_DEFINE_FUNCTIONS is defined, then clear _EXTERN_INLINE, but *after* header files have been included. diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 4fcc0d83..df5dd224 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,7 +1,14 @@ +1998-07-20 Roland McGrath + + * mount.c (mount_root): Make perror explanation strings consistent. + + * mount.c (pmap_initialize_rpc): Make static. + (mount_initialize_rpc): Likewise. + Wed Aug 20 14:31:03 1997 Thomas Bushnell, n/BSG * ops.c (netfs_attempt_link): Implement EXCL == 0 case. - (netfs_attempt_rename): Implement EXCL != 0 case. + (netfs_attempt_rename): Implement EXCL != 0 case. * pager.c (netfs_get_filemap): If pager_create fails, return error to caller. @@ -40,7 +47,7 @@ Tue Jul 29 15:38:15 1997 Thomas Bushnell, n/BSG * name-cache.c (check_lookup_cache): Use name_cache_neg_timeout in preference to name_cache_timeout for negative hits. - + * nfs.h (name_cache_neg_timeout): New variable. * main.c (DEFAULT_NAME_CACHE_NEG_TIMEOUT): New macro. (name_cache_neg_timeout): Initialize new variable. @@ -60,7 +67,7 @@ Tue Jul 29 15:38:15 1997 Thomas Bushnell, n/BSG * ops.c (netfs_attempt_lookup): Cash all lookups, both positive and negative. (netfs_attempt_mkdir): Purge cache before creating directory - entry. + entry. (netfs_attempt_link): Likewise. (netfs_attempt_create_file): Likewise. @@ -90,7 +97,7 @@ Thu Jul 24 13:15:56 1997 Thomas Bushnell, n/BSG take a length arg. Return void. All callers changed to use new function xdr_decode_fhandle. * nfs.c (xdr_decode_fhandle): New function. - * nfs.h (xdr_decode_fhandle): New prototype. + * nfs.h (xdr_decode_fhandle): New prototype. (lookup_fhandle): Update prototype. 1997-07-23 Miles Bader @@ -180,7 +187,7 @@ Thu Oct 24 23:01:35 1996 Miles Bader (main): Rename ARGP_PARENTS to ARGP_CHILDREN, and change the element type to `struct argp_child'; change the reference in ARGP accordingly. - + Fri Oct 4 00:00:12 1996 Miles Bader * mount.c: Add hacks to avoid idiotic sun definitions of TRUE, @@ -191,7 +198,7 @@ Thu Oct 3 12:04:36 1996 Thomas Bushnell, n/BSG * ops.c (netfs_attempt_write): If we get EINTR after having already written something, return a short count. - + * ops.c (netfs_attempt_create_file): If verify_nonexistent returns an error, bother to properly unlock NP before returning. @@ -212,7 +219,7 @@ Wed Sep 18 13:03:22 1996 Miles Bader Add remote filesystem spec to output. (hold): Variable removed. (main): Don't use HOLD anymore. - + Thu Sep 12 16:46:47 1996 Thomas Bushnell, n/BSG * Makefile (HURDLIBS): New variable. @@ -238,7 +245,7 @@ Thu Aug 29 10:41:27 1996 Thomas Bushnell, n/BSG * nfs.c (hurd_mode_to_nfs_type): New function. * nfs.h (hurd_mode_to_nfs_type): New decl. * ops.c (netfs_attempt_rmdir): process_wcc_stat for NP, not DIR. - (netfs_attempt_link): Spell netfs_validate_stat correctly. + (netfs_attempt_link): Spell netfs_validate_stat correctly. (minor, major): New macros. (netfs_report_access): Don't try and return an error. @@ -247,7 +254,7 @@ Thu Aug 29 10:41:27 1996 Thomas Bushnell, n/BSG * Makefile (RPCSVC_FILES): New variable. (lndist): Depend on lndist-rpcsvc-files. (lndist-rpcsvc-files, $(top_srcdir)/hurd-snap/$(dir)/rpcsvc): New - targets. + targets. Fri Aug 16 11:56:53 1996 Thomas Bushnell, n/BSG @@ -268,10 +275,10 @@ Fri Aug 16 11:56:53 1996 Thomas Bushnell, n/BSG appropriate. (netfs_attempt_read): Pack and unpack v3 READ structure in appropriate. Use process_returned_stat instead of - register_fresh_stat. + register_fresh_stat. (netfs_attempt_write): Pack and unpack v3 WRITE structure in appropriate. Use process_wcc_stat instead of - register_fresh_stat. + register_fresh_stat. (netfs_attempt_create_file): Pack and unpack v3 CREATE structure if appropriate. Use process_returned_stat instead of register_fresh_stat. @@ -287,7 +294,7 @@ Fri Aug 16 11:56:53 1996 Thomas Bushnell, n/BSG ACCESS3_EXTEND, ACCESS3_DELETE, ACCESS3_EXECUTE): New macros. * ops.c (netfs_attempt_chown): Bother to read NFS error/success - value. + value. Thu Aug 15 15:24:29 1996 Thomas Bushnell, n/BSG @@ -307,18 +314,18 @@ Wed Aug 14 12:33:37 1996 Thomas Bushnell, n/BSG (lookup_fhandle): Changed to be more like xdr_decode_* functions. All callers changed. Do the right thing for v3. (recache_handle): Likewise. - * nfs.h (struct fhandle): New type. - (struct netnode): Member `handle' is now a `struct fhandle'. + * nfs.h (struct fhandle): New type. + (struct netnode): Member `handle' is now a `struct fhandle'. (xdr_encode_fhandle): Second arg now a `struct fhandle *'. (lookup_fhandle, recache_handle): Changed to be more like - xdr_decode_* functions. + xdr_decode_* functions. * rpcsvc/nfs_prot.h (enum sattr_time_how): New type. * nfs.c (xdr_encode_64bit): New function. (xdr_encode_sattr_mode, xdr_encode_sattr_ids, xdr_encode_sattr_size, xdr_encode_sattr_times, xdr_encode_create_state, xdr_encode_sattr_stat): Encode v3 sattr - if appropriate. + if appropriate. (xdr_decode_fattr): Decode v3 fattr if appropriate. * rpcsvc/nfs_prot.h (NFS_FHSIZE): Deleted macro. @@ -332,7 +339,7 @@ Wed Aug 14 12:33:37 1996 Thomas Bushnell, n/BSG NFSPROC_RENAME, NFSPROC_LINK, NFSPROC_SYMLINK, NFSPROC_MKDIR, NFSPROC_RMDIR, NFSPROC_READDIR): Replace with new macros that take a version arg. All users changed to use new - version arg. + version arg. (NFS_PROTOCOL_FUNC): New macro. (NFS2PROC_NULL, NFS2PROC_GETATTR, NFS2PROC_SETATTR, NFS2PROC_ROOT, NFS2PROC_LOOKUP, NFS2PROC_READLINK, NFS2PROC_READ, @@ -347,7 +354,7 @@ Wed Aug 14 12:33:37 1996 Thomas Bushnell, n/BSG NFS3PROC_READDIRPLUS, NFS3PROC_FSSTAT, NFS3PROC_FSINFO, NFS3PROC_PATHCONF, NFS3PROC_COMMIT): New macros. All callers appropriately changed. - + * nfs.c (nfs_error_trans): NFS_SERVERFAULT maps to EIO; NFSERR_BADTYPE maps to EOPNOTSUPP. @@ -377,7 +384,7 @@ Wed Aug 14 12:33:37 1996 Thomas Bushnell, n/BSG nfsproc_remove_2, nfsproc_rename_2, nfsproc_link_2, nfsproc_symlink_2, nfsproc_mkdir_2, nfsproc_rmdir_2, nfsproc_readdir_2, nfsproc_statfs_2): Delete unused function - declarations. + declarations. Tue Aug 13 14:57:03 1996 Thomas Bushnell, n/BSG @@ -478,7 +485,7 @@ Thu Apr 11 13:51:33 1996 Michael I. Bushnell, p/BSG * ops.c (guess_mode_use): New function. (netfs_check_open_permissions, netfs_report_access): Replace old clever versions with less obtrusive one. - + Tue Apr 2 09:12:28 1996 Michael I. Bushnell, p/BSG * ops.c (netfs_report_access): Bother to initialize LEN. @@ -507,7 +514,7 @@ Tue Mar 19 11:00:54 1996 Michael I. Bushnell, p/BSG * nfs.c: Likewise. * ops.c: Likewise. * rpc.c: Likewise. - + * rpc.c (rpc_receive_thread): Allocate receive buffer big enough for largest read we expect. @@ -518,7 +525,7 @@ Tue Mar 19 11:00:54 1996 Michael I. Bushnell, p/BSG to argp_error. * cache.c (lookup_fhandle): Initialize NN->dead_dir and - NN->dead_name. + NN->dead_name. * ops.c: Include . (register_fresh_stat): Repair syntax. @@ -540,7 +547,7 @@ Mon Mar 18 11:19:27 1996 Michael I. Bushnell, p/BSG * nfs.c (xdr_encode_create_state): Call hurd_mode_to_nfs_mode and htonl on MODE. - + * nfs.c (xdr_encode_sattr_stat): New function. Thu Mar 14 15:11:41 1996 Michael I. Bushnell, p/BSG @@ -551,14 +558,14 @@ Thu Mar 14 15:11:41 1996 Michael I. Bushnell, p/BSG (recache_handle): New function. * ops.c (netfs_attempt_mkfile): Make dtrans possible if it isn't already. - (netfs_attempt_unlink): Likewise, when doing the rename hack. + (netfs_attempt_unlink): Likewise, when doing the rename hack. (netfs_attempt_mksymlink): Implement using dtrans and transarg. (netfs_attempt_mkdev): Likewise. (register_fresh_stat): If NP->nn->dtrans is set, then mutate the mode here. (netfs_attempt_readlink): If NP->nn->dtrans is SYMLINK, then DTRT. (netfs_attempt_link): Only issue NFSPROC_LINK if dtrans is not - operative. Otherwise, DTRT. + operative. Otherwise, DTRT. (netfs_attempt_chmod): Implement type-changing using dtrans. Tue Mar 12 15:23:32 1996 Michael I. Bushnell, p/BSG @@ -577,4 +584,3 @@ Wed Feb 28 19:24:23 1996 Miles Bader * main.c (options): New variable. (main): Parse our arguments. - diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index 7c67ef37..4224a54e 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -1,7 +1,11 @@ +1998-07-20 Roland McGrath + + * pflocal.c (main): Fix return type to int, and use return. + Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG * pflocal.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise. Mon Oct 7 12:53:24 1996 Miles Bader @@ -78,7 +82,7 @@ Tue Jan 23 21:31:40 1996 Miles Bader * socket.c (S_socket_connect): Handle connectionless protocols correctly. - + * socket.c (S_socket_send): Allow DEST_ADDR to be null if the socket is connected. @@ -139,7 +143,7 @@ Wed Sep 6 11:53:48 1995 Miles Bader Tue Sep 5 14:22:18 1995 Miles Bader * io.c (S_io_stat): Only attempt to use the read pipe if it exists. - + Thu Aug 31 16:31:18 1995 Miles Bader * io.c (S_io_select): Change the way selects are done, now that @@ -164,7 +168,7 @@ Tue Aug 29 14:33:14 1995 Miles Bader `aquire' -> `acquire'. * socket.c (S_socket_send, S_socket_recv): Ditto. * sock.h: Ditto. - + Tue Aug 29 14:30:59 1995 Roland McGrath * io.c (S_io_select): Fix typo in masking off SELECT_URG. @@ -201,7 +205,7 @@ Fri Aug 11 15:33:28 1995 Miles Bader (S_socket_send): Use pipe_release_writer instead of pipe_release. (S_socket_recv): Reflect EPIPE as EOF. - * io.c (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): + * io.c (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): Use pipe_release_reader instead of pipe_release. (S_io_write): Use pipe_release_writer instead of pipe_release. (S_io_readable, S_io_read): Reflect EPIPE as EOF. @@ -235,11 +239,11 @@ Sat Jul 29 00:00:57 1995 Miles Bader connq_set_length): Reverse the roles of the HEAD and TAIL fields, and make sure they're used correctly. (qprev): Deleted function. - + * sock.h (struct sock, all uses changed): Add the CONNECT_QUEUE field, and rename the CONNQ field to LISTEN_QUEUE. * sock.c (sock_create): Initialize the CONNECT_QUEUE field and - rename CONNQ to LISTEN_QUEUE. + rename CONNQ to LISTEN_QUEUE. * connq.c (connq_set_length): When shrinking the queue, actually do so, and don't leak memory. diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 47311e4f..98c0ef8f 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,10 +1,14 @@ +1998-07-20 Roland McGrath + + * storeio.c (main): Fix return type to int, and use return. + Wed Aug 20 14:07:05 1997 Thomas Bushnell, n/BSG * pager.c (dev_get_memory_object): Deal with errors from pager_create properly. - + * pager.c (service_paging_requests): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. * storeio.c (main): Likewise. 1997-07-23 Miles Bader @@ -118,4 +122,3 @@ Tue Sep 10 17:13:55 1996 Miles Bader DEV's buffer with valloc; other things depend on it being vm_allocated. * io.c (trivfs_S_file_get_storage_info): Use store_return. - diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 37246fee..bbbe1982 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,7 @@ +1998-07-19 Roland McGrath + + * swapon.c (main): Fix return type to int, and use return. + 1997-10-28 Miles Bader * MAKEDEV.sh (mkdev): Support 256 ptys. @@ -86,7 +90,7 @@ Tue Sep 24 14:46:11 1996 Miles Bader * MAKEDEV.sh: Fix argument parsing. (zero): Use `storeio -Tzero' instead of `null -z'. - + Thu Sep 19 17:48:59 1996 Miles Bader * fstab.c (fs_remount): Use fsys_update instead of fsys_remount. @@ -119,7 +123,7 @@ Sun Sep 8 13:57:34 1996 Miles Bader * MAKEDEV.sh: New file. * Makefile (DIST_FILES): New variable. - (install): Depend on $(prefix)/dev/MAKEDEV. + (install): Depend on $(prefix)/dev/MAKEDEV. (all): Depend on MAKEDEV. ($(prefix)/dev/MAKEDEV): New rule. @@ -129,7 +133,7 @@ Thu Sep 5 11:40:00 1996 Thomas Bushnell, n/BSG from .sh files. * fsck.c: Include . - (argp_program_version): Define with STANDARD_HURD_VERSION. + (argp_program_version): Define with STANDARD_HURD_VERSION. * halt.c: Likewise. * reboot.c: Likewise. @@ -209,7 +213,7 @@ Wed Jun 19 10:44:16 1996 Miles Bader * clookup.c: New file. * fsck.c (_debug): New variable. (debug, fs_debug): New macros. - (fs_start_fsck, fscks_start_fsck, fsck_cleanup, fscks_wait, fsck, main): + (fs_start_fsck, fscks_start_fsck, fsck_cleanup, fscks_wait, fsck, main): Add debugging noise. (main): Use FSTAB_PATH instead of _PATH_MNTTAB. (args_doc): Fix. @@ -217,4 +221,3 @@ Wed Jun 19 10:44:16 1996 Miles Bader Tue Jun 18 22:56:11 1996 Miles Bader * fsck.c (options): Rename `--max-parallel' to `--parallel'. - diff --git a/term/ChangeLog b/term/ChangeLog index 88a488f1..fc84aebb 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,7 +1,13 @@ +1998-07-20 Roland McGrath + + * users.c: Include for fshelp_isowner decl. + + * term.h (clear_queue): Change return type to void. + Wed Aug 20 14:07:35 1997 Thomas Bushnell, n/BSG * main.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. Mon Jun 9 12:19:51 1997 Thomas Bushnell, n/BSG @@ -50,16 +56,16 @@ Fri Nov 15 17:37:12 1996 Thomas Bushnell, n/BSG (trivfs_check_open_hook): Likewise. * ptyio.c (pty_open_hook): Likewise. * term.h (pty_open_hook): Likewise. - + * users.c (S_termctty_open_terminal): New syntax of trivfs_open. - + * users.c (trivfs_S_file_chown): Rewrite using idvecs. (trivfs_S_file_chmod): Likewise. Thu Oct 24 14:44:57 1996 Thomas Bushnell, n/BSG - * users.c (open_hook): Always assert DTR (even if O_NONBLOCK). - Don't return any errors if O_NONBLOCK and we don't have carrier. + * users.c (open_hook): Always assert DTR (even if O_NONBLOCK). + Don't return any errors if O_NONBLOCK and we don't have carrier. Tue Oct 8 22:46:09 1996 Miles Bader @@ -103,7 +109,7 @@ Thu Aug 29 17:26:37 1996 Thomas Bushnell, n/BSG * devio.c (device_open_reply): After error from ports_create_port, unlock global_lock before returning. * users.c (trivfs_S_io_readable): Likewise before returning - EBADF. + EBADF. Thu Aug 15 16:07:07 1996 Thomas Bushnell, n/BSG @@ -535,5 +541,3 @@ Fri Sep 1 09:51:11 1995 Michael I. Bushnell, p/BSG + + * firmlink.c (main): Fix return type to int, and use return. + * fwd.c (main): Likewise. + * new-fifo.c (main): Likewise. + * magic.c (main): Likewise. + * fifo.c (main): Likewise. + * null.c (main): Likewise. + 1997-09-04 Miles Bader * null.c (main): Fix typo. @@ -5,7 +14,7 @@ Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG * crash.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. * fifo.c (main): Likewise. * firmlink.c (main): Likewise. * new-fifo.c (main): Likewise. @@ -422,4 +431,3 @@ Tue Aug 16 11:38:26 1994 Michael I Bushnell Fri Jul 22 15:15:49 1994 Michael I Bushnell * Makefile: Rewritten in accord with new scheme. - diff --git a/utils/ChangeLog b/utils/ChangeLog index b6511be3..3a400e39 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,16 @@ +1998-07-20 Roland McGrath + + * ps.c (main): Fix return type to int, and use return. + * ids.c (main): Likewise. + * w.c (main): Likewise. + * login.c (main): Likewise. + * settrans.c (main): Likewise. + * showtrans.c (main): Likewise. + * fsysopts.c (main): Likewise. + * storeinfo.c (main): Likewise. + + * w.c (main): Avoid warning from `while (a = b)'. + Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG * ping.c (MAXHOSTNAMELEN): Don't define. @@ -9,7 +22,7 @@ Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG * ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro - (kunihiro@zebra.org). + (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find in the @@ -129,13 +142,13 @@ Mon May 26 02:21:19 1997 Miles Bader Tue May 20 14:38:22 1997 Miles Bader - * parse.c (parse_enum, parse_numlist, parse_strlist, _parse_strlist): + * parse.c (parse_enum, parse_numlist, parse_strlist, _parse_strlist): Change void * HOOK parameters to struct argp_state *STATE. * parse.h (parse_enum, parse_numlist, parse_strlist): Likewise. Mon May 19 23:04:54 1997 Miles Bader - * parse.c (parse_enum, parse_numlist, parse_strlist, _parse_strlist): + * parse.c (parse_enum, parse_numlist, parse_strlist, _parse_strlist): Add HOOK argument, and pass it to callback functions. * parse.h (parse_enum, parse_numlist, parse_strlist): Likewise. @@ -257,7 +270,7 @@ Thu Oct 10 13:53:23 1996 Miles Bader * psout.c (psout): Add TOP parameter. * psout.h (psout): Add TOP parameter. * w.c (main): Supply new TOP arg to psout. - + Wed Oct 9 14:24:54 1996 Miles Bader * w.c (w_fetch): Use tty st_atime for idle time. @@ -294,7 +307,7 @@ Thu Oct 3 16:08:21 1996 Miles Bader (main): Calculate verbose output widths differently. (main: FWIDTH): New macro. (VAL_MAX_MEM, VAL_MAX_SWAP, K, M, G): New macros. - + Wed Oct 2 10:24:04 1996 Miles Bader * vmstat.c (struct field): Remove desc field, add doc field. @@ -417,7 +430,7 @@ Wed Jul 31 14:24:05 1996 Thomas Bushnell, n/BSG * login.c (main/verify_passwd): Declare crypt weak in a portable way. * su.c (check_password): Likewise. - + Tue Jul 30 14:49:48 1996 Thomas Bushnell, n/BSG * login.c (main/verify_passwd): If government is broken, don't use @@ -425,7 +438,7 @@ Tue Jul 30 14:49:48 1996 Thomas Bushnell, n/BSG * su.c (check_password): Likewise. * login.c (main/verify_passwd): Provide correct prototype for - crypt. + crypt. * su.c (check_password): Likewise. Mon Jul 29 03:22:07 1996 Miles Bader @@ -481,7 +494,7 @@ Sat Jul 20 15:54:10 1996 Michael I. Bushnell, p/BSG * Makefile (DIST_FILES): Deleted var (which was `shd.ChangeLog'). (shd.ChangeLog): Deleted file. - + Fri Jul 19 21:09:57 1996 Miles Bader * settrans.c (options): Rearrange slightly. @@ -567,7 +580,7 @@ Thu Jun 20 14:41:25 1996 Michael I. Bushnell, p/BSG (targets): Remove `getty'. (SRCS): Remove getty.c. * getty.c: Removed file to daemons directory. - + Wed Jun 19 14:11:14 1996 Miles Bader * login.c (hurd_file_name_path_lookup): Declaration removed. @@ -609,7 +622,7 @@ Tue May 28 17:48:12 1996 Miles Bader Print newline before message. (check_owned): Return OWNED, not NOTOWNED. - * ps.c (fmts): Use %sz for vmem format, not %size. + * ps.c (fmts): Use %sz for vmem format, not %size. (spec_abbrevs): Still use `NTH' for field name, just `TH' for title. (fmts): Use %nth. @@ -1542,4 +1555,3 @@ Mon Aug 22 12:18:09 1994 Roland McGrath Fri Jul 22 12:26:27 1994 Michael I Bushnell * Makefile: Rewritten to use new scheme. - -- cgit v1.2.3