summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-08(diskfs_nput): Before bumping NP->references (which precedesMichael I. Bushnell
diskfs_try_dropping_softrefs), *lock* diskfs_node_refcnt_lock, not mutant unlock. (diskfs_nrele): Likewise.
1996-02-07(diskfs_parse_runtime_options): Make STANDARD_ARGP const.Miles Bader
(diskfs_startup_argp, diskfs_device_startup_argp): Make const.
1996-02-07(diskfs_common_options): Make const.Miles Bader
1996-02-07(std_runtime_options): Make const.Miles Bader
(diskfs_set_options): Make argp structures const.
1996-02-07(startup_options, dev_startup_options, dev_start_argp_parents,Miles Bader
dev_startup_argp, startup_common_argp, startup_argp_parents, startup_argp, diskfs_startup_argp): Make const.
1996-02-07(diskfs_S_dir_lookup): Revert last change.Michael I. Bushnell
1996-02-06(ext2_warning): Make a declaration, not a macro.Miles Bader
1996-02-06(ext2_warning): Rename from _ext2_warning; don't take (or print) a functionMiles Bader
argument any more.
1996-02-06(diskfs_get_directs): When BUFSIZ is 0, allocate enough extra space over theMiles Bader
directory size to account for the worst case difference between the ext2 and canonical formats.
1996-02-06(diskfs_S_dir_lookup): Make the new peropen we'll pass as dotdot to theMiles Bader
fetch_root with the same flags as DIRCRED->po.
1996-02-05(argp_parse): Implement the ARG_NUM field.Miles Bader
1996-02-05(struct argp_state): Add ARG_NUM field.Miles Bader
1996-02-05(main, args_doc, doc): Add repeat mode.Miles Bader
(FVAL): New macro.
1996-02-05(line_write, line_fill): Add `const' where appropriate.Miles Bader
1996-02-05(line_write, line_fill, line_puts): Add `const' where appropriate.Miles Bader
1996-02-05(struct hol_entry, make_hol, hol_entry_short_iterate, hol_entry_long_iterate,Miles Bader
hol_entry_first_short, hol_entry_first_long, hol_find_entry, hol_sort, hol_entry_help, argp_hol, argp_args_usage, argp_doc, argp_help, argp_error): Add `const' where appropriate.
1996-02-05(argp_default_options, argp_default_argp, argp_parse, find_long_option):Miles Bader
Add `const' where appropriate.
1996-02-05(struct argp, struct argp_state, argp_parse, argp_help, argp_usage,Miles Bader
argp_error, _option_is_short, _option_is_end): Add `const' where appropriate.
1996-02-05(main):Miles Bader
Slightly decrease the space for numbers in the verbose output format. Twiddle the widths of the terse fields to make sure there's room for typical numbers. (fields, options): Make const.
1996-02-04(state_shadows): Don't reflect a suspended thread in the process stateMiles Bader
display if any thread isn't suspended. (ps_get_usr_time, ps_get_sys_time, ps_get_tot_time): Return a struct timeval instead of mach time_value_t. (ps_cmp_times): New function. (specs): Rearrange to use new field layout. (ps_fmt_specs_find): Renamed from find_ps_fmt_spec; now uses a struct ps_fmt_specs instead of an array of specs. (specs): Renamed from ps_std_fmt_specs; (ps_std_fmt_specs): Now of type struct ps_fmt_specs, pointing to specs. (ps_emit_seconds, ps_emit_minutes): Use timefmt functions. (append_fraction, sprint_long_time, ps_emit_nice_seconds): Deleted. Include <timefmt.h>.
1996-02-03(_ext2_warning): Include `warning:' in message.Miles Bader
1996-02-03(get_hypermetadata, diskfs_readonly_changed):Miles Bader
Use ext2_warning to print warnings instead of error().
1996-02-03Fixed handling of the filesystem `clean bit'.Roland McGrath
(ext2fs_clean): New boolean variable. (get_hypermetadata): Set it iff the clean bit is set on entry. If not clean, complain and force read-only. (diskfs_set_hypermetadata): Set clean bit only if ext2fs_clean is set. (diskfs_readonly_changed): Complain if going writable and clean bit clear.
1996-02-03Include string.h for strerror decl.Roland McGrath
1996-02-03Tue Jan 30 22:25:19 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader
* hyper.c (get_hypermetadata): Don't return any error value, just panic if we can't read the superblock. * ext2fs.c (main): Move warp_inode() inline. Make sure root inode is really there. Don't check return value from get_hypermetadata. (warp_inode): Function removed. * ext2fs.h (get_hypermetadata): Returns void now.
1996-02-03Don't save the parent ids.Miles Bader
1996-02-03(main):Miles Bader
Don't ask for a password unecessarily. When the user is specified as the first argument, always add it as both effective, real, and saved ids, even if there are others already. Only chown the tty if NO_LOGIN isn't set. Avoid duplicating the old real id when keeping the old ids.
1996-02-03(idvec_merge_ids): Correctly add all IDS, even if some duplicates are avoided.Miles Bader
1996-02-03(targets): Add vmstat.Miles Bader
(SRCS): Add vmstat.c
1996-02-03Initial revisionMiles Bader
1996-02-02(main): Get the ttyname to chown.Miles Bader
1996-02-02(options, main): Add --pause option.Miles Bader
1996-02-02Formerly main.c.~3~Michael I. Bushnell
1996-02-01(main): Chown the terminal.Roland McGrath
1996-02-01Formerly mount.c.~8~Michael I. Bushnell
1996-02-01entered into RCSMichael I. Bushnell
1996-02-01Initial revisionMichael I. Bushnell
1996-02-01entered into RCSMichael I. Bushnell
1996-02-01Add assert to check for signal bug.Roland McGrath
1996-01-31(diskfs_node_rdwr): Handle null AMTREAD.Roland McGrath
1996-01-31(diskfs_S_fsys_set_options): Use rwlock_writer_lock instead ofRoland McGrath
rwlock_reader_lock in DO_CHILDREN case.
1996-01-30(file_pager_read_page, file_pager_write_page): Check for a page offsetRoland McGrath
beyond the allocsize and return EIO.
1996-01-30(check_hashbang): Use hash_file_name_path_lookup() instead of doing the pathMiles Bader
search ourselves, and get rid of LOOKUP_CWDIR & associated logic.
1996-01-30(S_exec_exec):Miles Bader
Use strdupa(). Update use of hurd_file_name_lookup() [still probably not right though].
1996-01-30Add w.c & w to the appropiate places.Miles Bader
1996-01-30(main):Miles Bader
Put LOGNAME in the environ even if it was already. Try to set the default path using confstr(). Call setlogin(). Turn on RETRY when the -h option is specified. (options, main): Change the -R/--retry option so that the optional argument is an argument to add to those passed to login when retrying, and remove all the hardwired arguments (except propagating -h/--via). (main, default_args): Replace the BACKUP_SHELL param with BACKUP_SHELLS, which is a list of things to try. The default includes both bash and the /bin/sh. (default_args, options, main): Get rid of the -n/--nobody option and variables, making it an additional login parameter. (add_utmp_entry): Get rid of declaration for login(). (copied_args): Add "USER". (default_args, default_env): Make the default path just /bin.
1996-01-30(diskfs_release_peropen): Free dotdotport when deallocate peropen.Michael I. Bushnell
1996-01-30Formerly release-peropen.c.~2~Michael I. Bushnell
1996-01-30Initial revisionMichael I. Bushnell
1996-01-30Formerly init-init.c.~3~Michael I. Bushnell