Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-01 | *** empty log message *** | Thomas Bushnell | |
1996-08-01 | (file_name_lookup_carefully/lookup): When appending TAIL to | Thomas 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-31 | Update 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-29 | Mon 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 | |
1996-07-27 | . | Miles Bader | |
1996-07-27 | (fmt_past_time): Always use WIDTH+1 as strftime's limit. | Miles Bader | |
1996-07-26 | . | Miles Bader | |
1996-07-26 | (netfs_S_file_exec): | Miles Bader | |
Unlock NP before we attempt to do setuid/setgid (which otherwise can deadlock during port reauth). Pay attention to the error code returned by fshelp_exec_reauth, and don't make NEWPI if it's an error. | |||
1996-07-26 | (diskfs_S_file_exec): | Miles Bader | |
Unlock NP before we attempt to do setuid/setgid (which otherwise can deadlock during port reauth). Pay attention to the error code returned by fshelp_exec_reauth, and don't make NEWPI if it's an error. Initialize ERR. | |||
1996-07-26 | . | Miles Bader | |
1996-07-26 | (enum val_display_type): | Miles Bader | |
Add `PAGESZ'. `SIZES' -> `SIZE'; all uses updated. Remove BYTES, PAGES, and KBYTES. (main): Variable user_disp_type removed. Variable size_units added. Add SIZE_UNITS macro, remove FDISPTYPE macro. Calls to print_val now use new PVAL macro. (get_vmstats_field): Just test against a type of SIZE, instead of using val_display_type_is_size. (fields): disp_type of "pagesize" and "swap-pagesize" changed to PAGESZ. (val_display_type_is_size): Function removed. (struct field): `disp_type' field -> `type'; all used updated. (print_val): Add TYPE & SIZE_UNITS arguments; remove HOW & PSIZE. | |||
1996-07-26 | . | Miles Bader | |