summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-08-02(diskfs_grow): Fix ext2_debug format strings.Miles Bader
1996-08-02(trunc_direct): Fix ext2_debug call.Miles Bader
1996-08-02.Miles Bader
1996-08-02.Miles Bader
1996-08-02(diskfs_write_disknode):Miles Bader
If WAIT is false, still record the write for later, using record_global_poke.
1996-08-02*** empty log message ***Thomas Bushnell
1996-08-02*** empty log message ***Thomas Bushnell
1996-08-01(diskfs_S_file_get_translator_cntl): Don't diskfs_nput NP; we neverThomas Bushnell
created a reference. Just unlock. (And bother to lock it in the first place.)
1996-08-01*** empty log message ***Thomas Bushnell
1996-08-01(file_name_lookup_carefully/lookup): When appending TAIL toThomas Bushnell
RETRY_NAME, use strcpy instead of strcat.
1996-08-01*** empty log message ***Thomas Bushnell
1996-08-01.Miles Bader
1996-08-01*** empty log message ***Thomas Bushnell
1996-08-01.Miles Bader
1996-08-01(options, main): Change --fmt to --format/-F and --sort to --sort/-s.Miles Bader
(OPT_FMT, OPT_SORT): Macros removed.
1996-08-01(options, main):Miles Bader
Change --fmt to --format/-F. Change --posix-fmt/-o to --posix-format/-o. Change --sort to --sort/-s. Change --pgrp to --pgrp/-G. Change --login to --login/-L. Change --threads/-s to --threads/-T. Change --session to --session/-S. (OPT_FMT, OPT_SORT, OPT_PGRP, OPT_LOGIN, OPT_SESS): Macros removed.
1996-08-01(check_password): Use #pragma weak instead of __attribute__ ((weak)).Miles Bader
1996-08-01(main/verify_passwd): Use #pragma weak instead of __attribute__ ((weak)).Miles Bader
(options): Change --inherit-environ to --preserve-environment. Change --no-environ to --no-environment-args. Change --environ to --envvar and --environ-default to --envvar-default.
1996-07-31.Miles Bader
1996-07-31*** empty log message ***Thomas Bushnell
1996-07-31(install-tools):Miles Bader
Copy from the right place. Make the installed install-stripped executable.
1996-07-31(copy/copyattrs): New function.Miles Bader
(copy/plaincopy, copy/objcopy, copy): Use copyattrs.
1996-07-31*** empty log message ***Thomas Bushnell
1996-07-31*** empty log message ***Thomas Bushnell
1996-07-31Update inetutils to 1.1.Miles Bader
1996-07-30*** empty log message ***Thomas Bushnell
1996-07-30*** empty log message ***Thomas Bushnell
1996-07-30*** empty log message ***Thomas Bushnell
1996-07-29.Miles Bader
1996-07-29.Miles Bader
1996-07-29.Miles Bader
1996-07-29.Miles Bader
1996-07-29*** empty log message ***Thomas Bushnell
1996-07-29.Miles Bader
1996-07-29.Miles Bader
1996-07-29(val_t): Make `long long'.Miles Bader
1996-07-29.Miles Bader
1996-07-29(get_string_array):Miles Bader
Correctly adjust NEWSIZE when reallocating to add very long strings.
1996-07-29.Miles Bader
1996-07-29.Roland McGrath
1996-07-29Mon Jul 29 02:46:12 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* munge.c (input_character): In LAST_LNEXT case, jump to `alldone' after putting the char on the queue.
1996-07-29.Miles Bader
1996-07-29(main): Correctly parse the -w/--width option.Miles Bader
1996-07-28.Miles Bader
1996-07-28(diskfs_shutdown): Don't sync if DISKFS_READONLY.Miles Bader
1996-07-28(diskfs_lookup): Don't nput *NP if we didn't find a file.Miles Bader
1996-07-28(diskfs_S_startup_dosync):Miles Bader
Don't sync if DISKFS_READONLY. Clean up after ourselves.
1996-07-28(periodic_sync): Don't sync if DISKFS_READONLY.Miles Bader
1996-07-28(diskfs_S_fsys_syncfs): Don't sync if DISKFS_READONLY.Miles Bader
1996-07-28(diskfs_S_file_syncfs): Don't sync if DISKFS_READONLY.Miles Bader