summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18.Miles Bader
1996-07-18.Roland McGrath
1996-07-18Thu Jul 18 04:15:49 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mgt.c (add_tasks): Fix vm_deallocate call to use mach_task_self () instead of mach_host_self ().
1996-07-18.Roland McGrath
1996-07-18Wed Jul 17 22:49:50 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* build.mkcf.in: Use top_srcdir instead of srcdir.
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-17Initial revisionRoland McGrath
1996-07-17(struct disk_image_user): New type.Roland McGrath
(diskfs_catch_exception, diskfs_end_catch_exception): Use it to maintain a linked list of catchers instead of just one.
1996-07-17(open_hook):Miles Bader
Unbreak a new read pipe even if not waiting for writers. Only bother to do anything if O_READ | O_WRITE. When O_NONBLOCK is set, just don't block if possible, instead of of returning EWOULDBLOCK. Only set PO->hook if O_READ or O_WRITE is set. (close_hook): Also disconnect ACTIVE_FIFO if the laster writer is going away and there were no readers. (trivfs_S_file_set_size): Add #!$@&* reply port args. (trivfs_S_io_select): The pipe is on CRED->po->hook, not CRED->hook. (trivfs_modify_stat): Zero the returned size if there's no pipe.
1996-07-17(diskfs_truncate): Likewise.Miles Bader
1996-07-17(diskfs_cached_lookup): Initialize debugging info.Miles Bader
1996-07-17(pager_unlock_page, diskfs_grow, file_pager_read_page,Miles Bader
file_pager_write_page): Record debugging info.
1996-07-17(struct disknode): Add debugging info.Miles Bader
(RECORD_LAST): New function. (LAST_BUFSZ): New macro. (enum last_act): New type.
1996-07-17(st): New function.Miles Bader
Use new st function (get rid of chmods). Accept disk device names without partitions, & with slice + partition.
1996-07-17*** empty log message ***Michael I. Bushnell
1996-07-17Fixup test and source of user's .root_profile.Miles Bader
1996-07-17Fixup test and source of user's .root_bashrc.Miles Bader
1996-07-17gs/install-hdrs/install-headers/gMichael I. Bushnell
1996-07-17(mounted_soft): Initialize to zero.Michael I. Bushnell
1996-07-17add friendly greeting.Michael I. Bushnell
1996-07-17*** empty log message ***Michael I. Bushnell
1996-07-17Yet more changes.Michael I. Bushnell
1996-07-17(dist-files): boot-menu.grub -> menu.lst.Michael I. Bushnell
(install-dist): Likewise; also put it in /boot/grub and don't bother with link in /etc.
1996-07-17(trivfs_S_file_chown): Return 0 for success.Michael I. Bushnell
1996-07-17(root): Group should be `0'.Michael I. Bushnell
1996-07-17(trivfs_S_file_chown): fixupMichael I. Bushnell
1996-07-17(main): If chown fails, print error message using errno, not -1.Michael I. Bushnell
1996-07-17(trivfs_S_file_chmod): Bother to return a value.Michael I. Bushnell
1996-07-17(trivfs_S_io_read): Bother to set atime when appropriate.Michael I. Bushnell
1996-07-17(trivfs_modify_stat): Fill in st->st_mode, st->st_uid, and st->st_gidMichael I. Bushnell
ourselves. (trivfs_S_file_chown): New routine, to override trivfs default. (trivfs_S_file_chmod): Likewise.
1996-07-17(main): term_mode needs S_IFCHR.Michael I. Bushnell
1996-07-17(main): Initialize term_owner, term_group, and term_mode.Michael I. Bushnell
1996-07-17(term_owner, term_group, term_mode): New variables.Michael I. Bushnell
1996-07-16(install-hdrs install): Correctly form pathname.Michael I. Bushnell
1996-07-16(process_signal): Set WUNTRACED in call to waitpid.Michael I. Bushnell
1996-07-16(INSTHDRS): Repair syntax.Michael I. Bushnell
1996-07-16(CFLAGS): Define EWOULDBLOCK here to work around new libc bug.Michael I. Bushnell
1996-07-16(EWOULDBLOCK): Define to work around new libc bug.Michael I. Bushnell
1996-07-16(EWOULDBLOCK): Define, to work around new libc bug.Michael I. Bushnell
1996-07-16Prettier installation of dotfiles for root and login.Michael I. Bushnell
1996-07-16(argp_help): Set the lmargin after printing the start of the usage message,Miles Bader
so that it won't get indented.
1996-07-16(diskfs_lookup): And do it correctly, at that.Michael I. Bushnell
1996-07-16(diskfs_checkdirmod): diskfs_isowner returns error or zero, so invertMichael I. Bushnell
sense of tests.
1996-07-16(diskfs_lookup): If we get an error from diskfs_checkdirmod,Michael I. Bushnell
diskfs_nput the node we picked up; the caller won't want it.