Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-23 | Pass the appropiate -R options to login, and -p. | Miles Bader | |
Only print a preceeding newline if this is a retry. | |||
1996-01-22 | (packet_realloc): Reflect in the new values of BUF_START & BUF_END that we've | Miles Bader | |
removed any empty space at the beginning of BUF. | |||
1996-01-22 | entered into RCS | Roland McGrath | |
1996-01-19 | (installhdrsubdir): New macro (put ps.h in <>, not <hurd/>). | Miles Bader | |
1996-01-19 | (ps_context_create): Initialize USER_HOOKS field. | Miles Bader | |
1996-01-19 | (ps_fmt_create): | Miles Bader | |
Use the new spec fields. Now takes a ps_fmt_specs_t instead of an array of specs. Also fixup call to ps_fmt_specs_find(). (ps_fmt_write_proc_stat): Support new inval field in FMT. (ps_fmt_set_output_width): New function. | |||
1996-01-19 | (summarize_thread_basic_info): | Miles Bader | |
If there are any running threads, then only average priority from them. (_proc_stat_free): Call user cleanup hook. (proc_stat_set_flags, add_preconditions): Deal with user bits. (proc_stat_set_flags): Support the failed field. (_proc_stat_create): Initialize the failed and hook fields. | |||
1996-01-19 | (struct ps_user_hooks): New structure. | Miles Bader | |
(PSTAT_HOOK, PSTAT_USER_BASE, PSTAT_USER_MASK): New macros. (struct ps_context): Add USER_HOOKS field. (struct ps_fmt_spec): Add TITLE field. Renamed DEFAULT_WIDTH field to WIDTH, and move to after TITLE. (ps_fmt_spec_width): Renamed from ps_fmt_spec_default_width(). (ps_fmt_spec_title): New macro. (struct ps_fmt): Add INVAL field. (ps_fmt_inval): New macro. (ps_fmt_specs_t): New typedef. (struct ps_fmt_specs): New structure. (ps_std_fmt_specs): Now of type struct ps_fmt_specs. (ps_fmt_specs_find): Renamed from find_ps_fmt_spec; now uses a struct ps_fmt_specs instead of an array of specs. (ps_fmt_create): Now takes a ps_fmt_specs_t structure instead of an array of specs. (struct proc_stat): Add failed and hook fields. | |||
1996-01-19 | (trivfs_S_io_select): | Miles Bader | |
Request interruption if the reply-port dies. Don't block if there's an error immediately available. | |||
1996-01-19 | Remove debugging noise. | Miles Bader | |
1996-01-19 | (usage, USAGE, options, debug_flag, debug_lock): Removed. | Miles Bader | |
(main): Don't bother parsing options, since we don't have any. | |||
1996-01-19 | Remove debugging noise. | Miles Bader | |
1996-01-19 | (io_select): Fix ifdefs around the reply port decls to work properly when the | Miles Bader | |
server side ports are desired. | |||
1996-01-19 | (ports_no_senders): | Miles Bader | |
Interrupt RPCs on PI too. Only do the ports_interrupt_notified_rpcs() if we're actually losing a ref. | |||
1996-01-19 | (argp_default_options, argp_default_parser): | Miles Bader | |
Add --program-name (hidden) option. (OPT_PROGNAME): New macro. | |||
1996-01-19 | (idvec_merge, idvec_delete): New declarations. | Miles Bader | |
1996-01-19 | (argz_delete): Renamed from argz_remove. | Miles Bader | |
1996-01-19 | (trivfs_clean_protid): | Miles Bader | |
Don't hold CRED->po->cntl->lock while calling TRIVFS_PEROPEN_DESTROY_HOOK. | |||
1996-01-19 | (SRCS): Added exec-reauth.c | Miles Bader | |
1996-01-19 | (fshelp_exec_reauth): New declaration. | Miles Bader | |
1996-01-19 | (fshelp_exec_reauth): Don't setgid the uids. | Miles Bader | |
1996-01-19 | (pty_io_select): Add new reply port parameter. | Miles Bader | |
1996-01-18 | (main): Set PEERCNTL to &PTYCTL if we're a slave, not 0. | Miles Bader | |
1996-01-18 | (LDFLAGS): Add -static. | Miles Bader | |
1996-01-18 | (diskfs_S_file_get_storage_info): Calculate the right value for *RUNS_LEN. | Miles Bader | |
1996-01-18 | (diskfs_file_update): Ext2fs doesn't require that the last block in the file | Miles Bader | |
always be allocated, so don't. (diskfs_grow, pager_unlock_page): Don't set last_block_allocated. | |||
1996-01-18 | (struct disknode): Get rid of last_block_allocated field. | Miles Bader | |
1996-01-18 | (read_disknode): Don't set last_block_allocated. | Miles Bader | |
1996-01-18 | (diskfs_truncate): Don't set last_block_allocated. | Miles Bader | |
1996-01-18 | Formerly dir-readdir.c.~2~ | Michael I. Bushnell | |
1996-01-18 | (diskfs_S_dir_readdir): Require read permission before succeeding. | Michael I. Bushnell | |
1996-01-18 | Initial revision | Michael I. Bushnell | |
1996-01-18 | Formerly fsys-getroot.c.~2~ | Michael I. Bushnell | |
1996-01-18 | (diskfs_S_fsys_getroot): Deallocate ref to dotdot after | Michael I. Bushnell | |
diskfs_make_peropen, because the latter does not eat a reference. | |||
1996-01-18 | (diskfs_S_fsys_getroot): In symlink case, use MOVE_SEND to return the | Michael I. Bushnell | |
dotdot port to the user. | |||
1996-01-18 | Initial revision | Michael I. Bushnell | |
1996-01-18 | entered into RCS | Michael I. Bushnell | |
1996-01-18 | entered into RCS | Michael I. Bushnell | |
1996-01-18 | entered into RCS | Michael I. Bushnell | |
1996-01-18 | (report_carrier_off): Flush queues when carrier turns off. | Michael I. Bushnell | |
1996-01-18 | (pty_io_select): Add new reply port parameter, and ask | Michael I. Bushnell | |
for notification if it dies. | |||
1996-01-18 | (trivfs_S_io_select): Ask for notification if our reply | Michael I. Bushnell | |
port dies. Pass REPLY to pty_io_select(). | |||
1996-01-17 | Formerly storeread.c.~3~ | Miles Bader | |
1996-01-17 | Formerly file.c.~2~ | Miles Bader | |
1996-01-17 | Formerly create.c.~3~ | Miles Bader | |
1996-01-17 | Formerly device.c.~3~ | Miles Bader | |
1996-01-17 | Formerly store.h.~6~ | Miles Bader | |
1996-01-17 | Formerly Makefile.~4~ | Miles Bader | |
1996-01-17 | Initial revision | Miles Bader | |
1996-01-17 | Formerly derive.c.~3~ | Miles Bader | |