summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-03-08(diskfs_synchronous): New variable.Michael I. Bushnell
1995-03-07(struct userid): New type.Michael I. Bushnell
(struct protid): Replace UIDS, GIDS, NUIDS, and NGIDS with ID. (diskfs_isuid): Replace with new function diskfs_idhasuid. (diskfs_groupmember): Replace with new function diskfs_idhasgid. (_diskfs_idisowner, _diskfs_idaccess, _diskfs_idcheckdirmod): New functions. (diskfs_isowner): Check each ID in the chain with _diskfs_idisowner. (diskfs_access): Check each ID in the chain with _diskfs_idaccess. (diskfs_checkdirmod): Check each ID in the chain with _diskfs_idcheckdirmod.
1995-03-07(diskfs_S_file_chmod): Perform the permission check for each ID in theMichael I. Bushnell
chain.
1995-03-07(diskfs_S_file_chown): Perform the permission check for each ID in theMichael I. Bushnell
chain.
1995-03-07(diskfs_S_file_getcontrol): Perform the permission check for each idMichael I. Bushnell
in the chain.
1995-03-07(_diskfs_rdwr_internal): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate.
1995-03-07(diskfs_S_io_reauthenticate): Use assert_perror instead of assertMichael I. Bushnell
where appropriate.
1995-03-07(diskfs_S_fsys_init): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate. (diskfs_start_bootstrap): Likewise.
1995-03-07(diskfs_parse_bootargs): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate.
1995-03-06Doc fix.Miles Bader
1995-02-16(CPPFLAGS, CFLAGS): Set with += so Makefiles can add things.Roland McGrath
1995-02-16(hostname): New variable, so CCVERSION actually works.Roland McGrath
1995-02-16(CCVERSION-duality.gnu.ai.mit.edu): New variable.Roland McGrath
1995-02-11(INSTALL_BIN): Use objcopy.Roland McGrath
1995-02-09(S_msg_sig_post_untraced): Omit obnoxious "random child died"Michael I. Bushnell
messages.
1995-02-09(check_section): Don't check SEC_RELOC flag.Roland McGrath
1995-02-09(load_section): Don't check SEC_HAS_CONTENTS for clearing overlap bssMichael I. Bushnell
pages.
1995-01-28(prepare): Fix braino in last change.Roland McGrath
1995-01-28(prepare): Give the stream a seek function.Roland McGrath
1995-01-28(main): Only open /dev/tty if stdin is unreadable.Roland McGrath
1995-01-28Include "msg_S.h". Prepend `msg_' to msg.defs server functions.Roland McGrath
Add stubs for new msg.defs functions.
1995-01-28(OBJS): Remove reference to libc's devstream.o.Roland McGrath
1995-01-22[BFD]: Fix prototype.Roland McGrath
1995-01-22Update BFD code; it works now.Roland McGrath
1995-01-19(diskfs_S_io_select): Remove cruft left from before last change.Roland McGrath
1995-01-19(ourfs_notify_U.h ourfs_notifyUser.c): Make this instead of ourmsg_U.h.Roland McGrath
All references changed.
1995-01-19Undo renaming.Roland McGrath
Includ ourfs_notify_U.h instead of ourmsg_U.h.
1995-01-19More of same.Roland McGrath
1995-01-19(S_io_select): Fix typo in last change.Roland McGrath
1995-01-19Updated to new io_select protocol.Roland McGrath
1995-01-19(diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead ofRoland McGrath
nowait_dir_changed.
1995-01-19(S_proc_setpgrp): Use nowait_msg_proc_newids instead of nowait_proc_newids.Roland McGrath
1995-01-19(S_proc_child): Use nowait_msg_proc_newids instead of nowait_proc_newids.Roland McGrath
1995-01-19Prepend `msg_' to names of msg.defs RPCs.Roland McGrath
1995-01-19Add case for CPU_TYPE_ALPHA.Roland McGrath
1995-01-19(bfd_mach_host_arch_mach, aout_mach_host_machine): UseRoland McGrath
mach_msg_type_number_t instead of unsigned int. Cast &HOSTINFO to (natural_t *).
1995-01-19(S_io_select): Updated to new io_select protocol.Roland McGrath
1995-01-18Fix typo reply->request.Roland McGrath
1995-01-18Updated for new io_select interface.Roland McGrath
1995-01-17(check_uid): Return true if P has root.Roland McGrath
1995-01-17(struct proc): Make `argv' and `envp' members `vm_address_t'.Roland McGrath
1995-01-17Synchronize with new io_select definition.Roland McGrath
1995-01-17(io_select): Add user reply port and reply timeout args.Roland McGrath
Make arg SELECT_TYPE inout, remove SELECT_RESULT out arg.
1995-01-17(EXEC_INHERITED): New macro.Roland McGrath
1995-01-17Prepend `msg_' to all RPC names.Roland McGrath
(dir_changed, file_changed): Remove these skips.
1995-01-17Prepend `msg_' to all RPC names.Roland McGrath
Add msg_sig_post_untraced_reply and intervening skips.
1995-01-17Prepend `msg_' to all RPC names.Roland McGrath
(dir_changed, file_changed): RPCs moved to fs_notify.defs. (msg_get_exec_flags, msg_set_exec_flags, msg_set_some_exec_flags, msg_clear_some_exec_flags): New RPCs.
1995-01-17Initial revisionRoland McGrath
1995-01-17Add fs_notify at 20500.Roland McGrath
1995-01-17Fix RPC name in last change.Roland McGrath