summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1996-10-08.Miles Bader
1996-10-08(trivfs_S_file_get_storage_info):Miles Bader
If necessary to enforce security, make a copy of STORE and inactivate it before returning.
1996-10-08.Miles Bader
1996-10-08(options, main):Miles Bader
Change --runs/-r to --block-list/-l. (main): Use STORE_INACTIVE flag to store_create. (print_store): Correctly print unknown flags. Don't ever print STORE_INACTIVE flag. Print runs in grub block-list format.
1996-10-08(store_zero_create):Miles Bader
Set STORE_INNOCUOUS flags.
1996-10-08(store_create):Miles Bader
Add special handling of STORE_INACTIVE in FLAGS. Free *STORE when store_set_flags fails. Make CLASSES arg const.
1996-10-08(store_ileave_create, store_concat_create):Miles Bader
Add common backend flags from children to parent's flags. (stripe_set_flags, stripe_clear_flags): New functions.
1996-10-08(STORE_INNOCUOUS, STORE_INACTIVE):Miles Bader
New macros. (store_is_securely_returnable): New function. <fcntl.h>: New include.
1996-10-08(store_device_open):Miles Bader
Use dopen. Set *STORE's name appropriately. (store_device_class): Add dev_set_flags & dev_clear_flags. (dopen, dclose, enforced): New functions. (dev_set_flags, dev_clear_flags): New functions.
1996-10-08(store_clone):Miles Bader
Copy name field.
1996-10-08.Miles Bader
1996-10-08(struct ps):Miles Bader
Add INAPP field. (struct ps_fmt): Add ERROR field, and rename INVAL to INAPP.