summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-17(options, main):Miles Bader
Add --top/-h option.
1996-10-17(main):Miles Bader
Supply new TOP arg to psout.
1996-10-17(psout):Miles Bader
Add TOP parameter.
1996-10-17.Miles Bader
1996-10-17(deliver):Miles Bader
fsync the user's mailbox after delivery.
1996-10-16.Miles Bader
1996-10-15.Miles Bader
1996-10-15(INSTALL-mail.local-ops): New variable.Miles Bader
1996-10-15(argp_parse):Miles Bader
Don't consume non-option arguments that aren't recognized by any parser. Allocate enough space for TOP_ARGP's parent list to include the version parser.
1996-10-15.Miles Bader
1996-10-15(rc, mail.local):Miles Bader
New rules. (SRCS): Add lmail.c. (%: %.sh): Rule removed. (targets): Add mail.local.
1996-10-15Initial checkinMiles Bader
1996-10-14.Miles Bader
1996-10-14(fshelp_acquire_lock):Miles Bader
Return success, not EBADF, when unlocking a file which we don't haved locked; this is netbsd's behavior.
1996-10-12(OPENONLY_STATE_MODES): Add O_EXLOCK & O_SHLOCK.Miles Bader
1996-10-12.Miles Bader
1996-10-12(diskfs_S_dir_lookup):Miles Bader
Temporarily add O_EXLOCK and O_SHLOCK to the set of retained flags, until they get added to O_HURD. Turn off OPENONLY_STATE_MODES bits in the flags we pass to diskfs_make_peropen, not everything *but* them!
1996-10-11.Miles Bader
1996-10-11(diskfs_S_dir_lookup):Miles Bader
Free NEWPI if we get an error trying to lock it.
1996-10-10.Miles Bader
1996-10-10(diskfs_S_dir_lookup):Miles Bader
Frob lock in NEWPI->po, not PO. <sys/file.h>: New include.
1996-10-10*** empty log message ***Thomas Bushnell
1996-10-10.Miles Bader
1996-10-10Startup up sendmail if possible.Miles Bader
1996-10-10*** empty log message ***Thomas Bushnell
1996-10-10.Miles Bader
1996-10-10(diskfs_release_peropen):Miles Bader
Before freeing PO, release any user lock it's holding. <sys/file.h>: New include.
1996-10-09.Miles Bader
1996-10-09(w_fetch): Use tty st_atime for idle time.Miles Bader
1996-10-09(print_store): Properly ignore STORE_INACTIVE.Miles Bader
1996-10-09.Miles Bader
1996-10-09(ps_nominal_string):Miles Bader
New function. (specs): Use ps_nominal_string for `Args' and `Arg0' fields. (ps_emit_args, ps_emit_string): Use `-' for empty values.
1996-10-09(ps_cmp_unames, ps_nominal_string):Miles Bader
New declarations. (DEFAULT_FMT_STRING): Add %pid. (_w_specs): Use ps_cmp_unames for `Name'. Use ps_nominal_string for `Name' and `From'.
1996-10-09.Miles Bader
1996-10-09(diskfs_S_file_get_storage_info):Miles Bader
If st_size indicates a lower value for NUM_FS_BLOCK, use it instead of the value derived from st_blocks. Return ports with MACH_MSG_TYPE_COPY_SEND, not MACH_MSG_TYPE_MAKE_SEND.
1996-10-09.Miles Bader
1996-10-09(open_hook): Zero WINDOW_SIZE during initialization.Miles Bader
1996-10-09.Miles Bader
1996-10-09($(includedir)/$(installhdrsubdir), $(installationdirlist)):Miles Bader
Suppress command echo (when mkinstalldirs actually does something, it prints the resulting commands itself).
1996-10-08.Miles Bader
1996-10-08(diskfs_S_file_get_storage_info):Miles Bader
Add security check, and deactivate FILE_STORE if necessary.
1996-10-08.Miles Bader
1996-10-08(w_deps):Miles Bader
New function. (main): Initialize dependencies field of USER_HOOKS to w_deps. (_w_specs): Add PS_FMT_FIELD_COLON_MOD to Idle's flags. (w_fetch): Set HAVE bits even if the values are `nominal'. Correctly propagate PS->inapp bits.
1996-10-08(store_ileave_class, store_concat_class):Miles Bader
Init set_flags & clear_flags fields. (stripe_set_flags, stripe_clear_flags): Remove functions.
1996-10-08(store_remap):Miles Bader
Zero SOURCE->end before calling _store_derive. Turn off STORE_ENFORCED flag in source if munging it. (store_remap_class): Init set_flags & clear_flags fields.
1996-10-08(store_set_child_flags, store_clear_child_flags):Miles Bader
New decls.
1996-10-08(store_set_child_flags, store_clear_child_flags):Miles Bader
New funcs.
1996-10-08.Miles Bader
1996-10-08(ps_emit_seconds, ps_emit_minutes):Miles Bader
Interpret PS_FMT_FIELD_COLON_MOD flag to mean `print zero as "-"'.
1996-10-08(proc_stat_set_flags):Miles Bader
Get rid of INAPP macro. Fix preconditions of PSTAT_SUSPEND_COUNT.