summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-09ioserver -> iohelp.Michael I. Bushnell
1996-05-09(INSTALLED_LOCAL_HEADERS): slight fixupMichael I. Bushnell
1996-05-09(INSTALLED_LOCAL_HEADERS): New variable that $(libs) depends on.Michael I. Bushnell
This arranges to make sure that headers exported by this library always get installed eventually into the source directory as symlinks.
1996-05-09(trivfs_S_io_select): Remove TAG arg.Miles Bader
1996-05-09(S_io_select): Remove TAG arg.Miles Bader
1996-05-09(diskfs_S_io_reauthenticate): Don't pass CRED port inRoland McGrath
auth_server_authenticate.
1996-05-09(diskfs_S_io_select): Removed TAG arg.Roland McGrath
1996-05-09(diskfs_get_file_device):Miles Bader
Deallocate most things we got back from file_get_storage_info even if we didn't get an error. Fix type of DATA & _DATA. BLOCKSIZE -> BLOCK_SIZE. Copy name from DATA, not DEV_NAME_BUF.
1996-05-09ioserver.h -> iohelp.h.Michael I. Bushnell
1996-05-09(fshelp_delegate_translation):Michael I. Bushnell
1996-05-09(fshelp_delegate_translation): And do it correctly, too.Michael I. Bushnell
1996-05-09(maptime_map): Use new file_get_storage_info interface.Miles Bader
1996-05-09(argp_help): Just assign STREAM instead of using 2 vars.Miles Bader
1996-05-09(fmt_past_time): And do it correctly, too.Michael I. Bushnell
1996-05-09(fshelp_exec_reauth): Provide new third arg to proc_setowner.Michael I. Bushnell
1996-05-09(fshelp_delegate_translation): Cast first arg to argz_createMichael I. Bushnell
appropriatel.
1996-05-09(fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate.Michael I. Bushnell
1996-05-09If _RWLOCK_DEFINE_FUNCTIONS is defined, then clear _EXTERN_INLINE, butMichael I. Bushnell
*after* header files have been included.
1996-05-09(_RWLOCK_DEFINE_FUNCTIONS): New macro; use in place of clearingMichael I. Bushnell
_EXTERN_INLINE, which conflicts with machine-sp.h.
1996-05-09(pager_create): ports_allocate_port -> ports_create_port; if we get anMichael I. Bushnell
error return a null structure.
1996-05-09(exec_reauth): Use new args to auth_user_authenticate.Michael I. Bushnell
1996-05-09(fmt_past_time): Cast arg to localtime appropriately.Michael I. Bushnell
1996-05-09(argp_args_usage): add_usage_item -> fprintf.Michael I. Bushnell
(argp_help): Don't shadow arg; change parm STREAM to be STREAMARG and adjust initialization of STREAM variable to use the renamed parm.
1996-05-08(hol_entry_help, hol_help, hol_usage, argp_args_usage, argp_doc, argp_help):Miles Bader
Use stdio streams and line_wrap_ functions instead of line_ functions. (indent_to): New function. (argp_usage_arg): Function removed. <linewrap.h>: New include. <line.h>: Include removed.
1996-05-08(fmt_past_time): Suppress leading noise in some formats.Miles Bader
1996-05-07(diskfs_S_file_get_storage_info): Rewrite for new interface.Miles Bader
1996-05-07(trivfs_S_file_get_storage_info): Swap PORTS_TYPE & NUM_PORTS.Miles Bader
1996-05-07(check_hashbang): Use io_identity instead of io_stat to compare files.Roland McGrath
1996-05-07(trivfs_S_file_get_storage_info): Swap PORTS_TYPE and NUM_PORTS args.Miles Bader
1996-05-07(io_identity): Server passed back fs id port and st_ino value.Roland McGrath
1996-05-07(io_identity): Server passes back st_dev and st_ino values too.Roland McGrath
1996-05-07(io_identity): Server passes back st_ino value too.Roland McGrath
1996-05-07(add_preconditions, proc_stat_set_flags): Remove references to exec_flags.Miles Bader
1996-05-07(ps_user_uname_create, ps_user_passwd_create): New declarations.Miles Bader
(ps_fmt_set_output_width): New declaration. (struct ps_fmt_spec): Add precision & flags fields. Change args to OUTPUT_FN. (struct ps_fmt_field): Add precision & flags fields. (ps_fmt_squash): Call FN on the field, not the spec. (ps_fmt_create, ps_fmt_creation_error): Add POSIX arg. (PS_FMT_FIELD_AT_MOD, PS_FMT_FIELD_COLON_MOD, PS_FMT_FIELD_KEEP, PS_FMT_FIELD_UPCASE_TITLE): New macros. (struct proc_stat): Remove exec_flags field. (PSTAT_EXEC_FLAGS): Macro removed.
1996-05-07(ps_emit_user_name): New function.Miles Bader
(specs_add_alias): Pass on flags field. (specs): Add precision & flags fields. (FG): New macro. (ps_emit_*): Take FIELD argument instead of WIDTH.
1996-05-07(_fmt_create):Miles Bader
Change syntax of fields. Add support for precision and `@', `:', `?', & `!' modifiers. Add POSIX argument, and support for posix-style format strings. When using the field name as the title, use the defn, not the user's. (ps_fmt_write_titles): Implement PS_FMT_FIELD_UPCASE_TITLE. (ps_fmt_squash): Call FN with the field, not the field's spec. (ps_fmt_squash_flags): Appropiately modify the function we use. (ps_fmt_create, ps_fmt_creation_error): Add POSIX argument.
1996-05-07Add some const decls.Miles Bader
1996-05-07(fmts): Use new field syntax.Miles Bader
(options, main): Add -o/--posix-fmt option. -A is an alias. "psout.h": New include.
1996-05-07(psout):Miles Bader
Add posix_fmt arg. Use ps_fmt_creation_error to find out in detail why ps_fmt_create fails. (nominal): Take a field, not a spec. Honor PS_FMT_FIELD_KEEP.
1996-05-07(w_get_uname): Renamed from w_get_user.Miles Bader
(w_uname_getter): Renamed from w_user_getter. (w_user_getter): New function. (w_get_user): New function. (w_fetch): Implement W_PSTAT_USER. (struct w_hook): Add user field. (_w_specs): Add "Name" entry. Add precision & flags fields. (DEFAULT_FMT_STRING): Use new field syntax. (main): Update call to psout. "psout.h": New include.
1996-05-07(install_passwd): New function.Miles Bader
(ps_user_passwd): Use it. (ps_user_uname_create, ps_user_passwd_create): New functions.
1996-05-07(trivfs_S_file_get_storage_info): Rewrite for new interface.Miles Bader
1996-05-07(diskfs_get_file_device): Rewrite to use new interface.Miles Bader
1996-05-06Import <sys/statfs.h>.Michael I. Bushnell
1996-05-06(SRCS): Delete `intern-external-port.c' and `allocate-port.c'.Michael I. Bushnell
1996-05-06(ports_allocate_port, ports_intern_external_port): Delete obsoleteMichael I. Bushnell
declarations.
1996-05-06gs/ioserver/iohelp/Michael I. Bushnell
1996-05-06(lib-subdirs): libioserver -> libiohelp.Michael I. Bushnell
1996-05-06Pass in an array of port names instead of ports.Miles Bader
1996-05-06port_array_t -> portarray_t.Michael I. Bushnell