Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-18 | . | Miles Bader | |
1996-07-18 | (ps_tty_abbrevs): Add an entry for /dev/comX -> cX. | Miles Bader | |
1996-07-18 | Fixup text. | Miles Bader | |
1996-07-18 | *** empty log message *** | Michael I. Bushnell | |
1996-07-18 | Install grub with INSTALL-GRUB-MBR if desired. | Miles Bader | |
1996-07-18 | . | Miles Bader | |
1996-07-18 | Add "com[0-9]". | Miles Bader | |
1996-07-18 | Install grub with INSTALL-GRUB-MBR if desired. | Miles Bader | |
1996-07-18 | Fix quoting in last echo. | Miles Bader | |
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-18 | . | Miles Bader | |
1996-07-18 | . | Roland McGrath | |
1996-07-18 | Thu 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-18 | Wed 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-17 | Initial revision | Roland McGrath | |
1996-07-17 | Initial revision | Roland 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-17 | Fixup test and source of user's .root_profile. | Miles Bader | |
1996-07-17 | Fixup test and source of user's .root_bashrc. | Miles Bader | |
1996-07-17 | gs/install-hdrs/install-headers/g | Michael I. Bushnell | |
1996-07-17 | (mounted_soft): Initialize to zero. | Michael I. Bushnell | |
1996-07-17 | add friendly greeting. | Michael I. Bushnell | |
1996-07-17 | *** empty log message *** | Michael I. Bushnell | |
1996-07-17 | Yet 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): fixup | Michael 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_gid | Michael 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 | |