aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (trivfs_S_file_get_storage_info): Swap PORTS_TYPE & NUM_PORTS.Miles Bader1996-05-071-3/+5
|
* (check_hashbang): Use io_identity instead of io_stat to compare files.Roland McGrath1996-05-071-13/+13
|
* (trivfs_S_file_get_storage_info): Swap PORTS_TYPE and NUM_PORTS args.Miles Bader1996-05-071-1/+1
|
* (io_identity): Server passed back fs id port and st_ino value.Roland McGrath1996-05-071-4/+6
|
* (io_identity): Server passes back st_dev and st_ino values too.Roland McGrath1996-05-071-4/+3
|
* (io_identity): Server passes back st_ino value too.Roland McGrath1996-05-071-2/+5
|
* (add_preconditions, proc_stat_set_flags): Remove references to exec_flags.Miles Bader1996-05-071-6/+1
|
* (ps_user_uname_create, ps_user_passwd_create): New declarations.Miles Bader1996-05-071-30/+62
| | | | | | | | | | | | (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.
* (ps_emit_user_name): New function.Miles Bader1996-05-071-106/+140
| | | | | | | (specs_add_alias): Pass on flags field. (specs): Add precision & flags fields. (FG): New macro. (ps_emit_*): Take FIELD argument instead of WIDTH.
* (_fmt_create):Miles Bader1996-05-071-122/+202
| | | | | | | | | | | 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.
* Add some const decls.Miles Bader1996-05-071-3/+3
|
* (fmts): Use new field syntax.Miles Bader1996-05-071-33/+21
| | | | | (options, main): Add -o/--posix-fmt option. -A is an alias. "psout.h": New include.
* (psout):Miles Bader1996-05-071-6/+11
| | | | | | | | 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.
* (w_get_uname): Renamed from w_get_user.Miles Bader1996-05-071-14/+29
| | | | | | | | | | | | (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.
* (install_passwd): New function.Miles Bader1996-05-071-36/+81
| | | | | (ps_user_passwd): Use it. (ps_user_uname_create, ps_user_passwd_create): New functions.
* (trivfs_S_file_get_storage_info): Rewrite for new interface.Miles Bader1996-05-072-43/+60
|
* (diskfs_get_file_device): Rewrite to use new interface.Miles Bader1996-05-071-42/+69
|
* Import <sys/statfs.h>.Michael I. Bushnell1996-05-061-0/+1
|
* (SRCS): Delete `intern-external-port.c' and `allocate-port.c'.Michael I. Bushnell1996-05-061-1/+1
|
* (ports_allocate_port, ports_intern_external_port): Delete obsoleteMichael I. Bushnell1996-05-061-7/+0
| | | | declarations.
* gs/ioserver/iohelp/Michael I. Bushnell1996-05-066-31/+31
|
* (lib-subdirs): libioserver -> libiohelp.Michael I. Bushnell1996-05-061-1/+1
|
* Pass in an array of port names instead of ports.Miles Bader1996-05-061-4/+4
|
* port_array_t -> portarray_t.Michael I. Bushnell1996-05-061-2/+3
|
* port_array_t -> portarray_t.Michael I. Bushnell1996-05-061-1/+1
|
* (msg_describe_ports): New rpc.Miles Bader1996-05-061-0/+9
|
* Move big comment describing file_get_storage_info encoding toMiles Bader1996-05-061-30/+2
| | | | <hurd/hurd_types.h>.
* (file_get_storage_info): Change arguments & comment.Miles Bader1996-05-061-10/+6
|
* Frob comments on enum file_storage_class.Miles Bader1996-05-061-52/+65
|
* (exec_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-2/+2
|
* (init_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (ufs_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (OUR_VERSION): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (auth_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (hurd_versions): Add version 0.0.Michael I. Bushnell1996-05-061-2/+15
|
* (HURD_RELEASE): Update to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* fuxup.Michael I. Bushnell1996-05-061-1/+1
|
* track changes to process.defs.Michael I. Bushnell1996-05-061-4/+11
|
* (fsys_statfsbuf_t): Now 16 long.Michael I. Bushnell1996-05-061-2/+2
|
* (struct procinfo): Add exitstatus and sigcode members.Michael I. Bushnell1996-05-061-3/+10
| | | | | | | | | (FSTYPE_SOCKET): Doc fix. (retry_type) [FS_RETRY_REAUTH]: Doc fix. (file_storage_class): Add STORAGE_NULL, STORAGE_CONCAT, STORAGE_INTERLEAVE, and STORAGE_LAYER. (struct fsys_statfsbuf): Delete type. (fsys_statfsbuf_t): Now based upon struct statfs.
* (struct procinfo): Add exitstatus and sigcode members.Michael I. Bushnell1996-05-061-16/+3
|
* (fsys_get_options): Add RPT.Michael I. Bushnell1996-05-061-1/+2
|
* (startup_request_notification): Add NAME.Michael I. Bushnell1996-05-061-2/+4
|
* fixup.Michael I. Bushnell1996-05-061-1/+2
|
* Initial revisionMichael I. Bushnell1996-05-061-0/+36
|
* (startup_request_notification): NOTIFY_PORT now mach_port_send_t.Michael I. Bushnell1996-05-061-2/+2
|
* Add startup_notify.Michael I. Bushnell1996-05-061-0/+1
|
* (startup_request_notification): Doc fix.Michael I. Bushnell1996-05-061-2/+2
|
* (proc_getprocinfo): Make FLAGS inout.Michael I. Bushnell1996-05-061-8/+21
| | | | | | | | | (proc_get_tty): New RPC. (proc_mark_stop, proc_mark_exit): Add SIGCODE arg. (proc_wait): Return SIGCODE parm too. (proc_setowner): Add CLEAR parm. (proc_setmsgport): Return old message port with mach_port_send_t to permit more flexibility in proc server.
* (file_sync): New parm `omit_metadata'.Michael I. Bushnell1996-05-061-7/+14
| | | | (dir_link, dir_rename): Add parm `excl'.