summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
1996-07-26.Miles Bader
1996-07-26(fmt_past_time): Terminate SEPS.Miles Bader
1996-07-26.Miles Bader
1996-07-26(hol_entry_help): Never return without restoring margins.Miles Bader
1996-07-26.Miles Bader
1996-07-26Add vmstat to the list of setuid programs.Miles Bader
1996-07-26.Miles Bader
1996-07-26(INSTALL-vmstat-ops): New variable.Miles Bader
1996-07-26.Miles Bader
1996-07-26(options, main): -k/--kilobytes, -v/--pages, and -b/--bytes options added.Miles Bader
(fields): New struct members initialized. `size', `cache-hit-ratio', `swap-size', `swap-active', `swap-free', and `swap-pagesize' added. (val_t, enum val_display_type, enum field_change_type): New types. (val_display_type_is_size, print_val, vm_state_refresh, vm_state_get_field, get_vmstats_field, get_size, ensure_def_pager_info, get_swap_size, get_swap_free, get_swap_page_size, get_swap_active): New functions. (struct field): CHANGE_TYPE, DISP_TYPE, STANDARD, and COMPUTE fields added. CUM field removed. (struct vm_state): New type. (main): Changed greatly to use vm_state type & functions, use print_val, and support CONST display types nicely. (argp_program_version): Version changed to 1.1.
1996-07-24.Miles Bader
1996-07-24But do \ ` inside "s.Miles Bader
1996-07-23(sock_create): Remove NEXT_SOCK_ID.Miles Bader
1996-07-23.Miles Bader
1996-07-23(xdr_encode_sattr_times): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-23.Miles Bader
1996-07-23(timespec_rep): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-23(fsinit): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-23.Miles Bader