summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-19.Miles Bader
1996-07-19(file_pager_read_page, file_pager_write_page):Miles Bader
Pass NODE->dn, not &NODE->dn to RECORD_LAST.
1996-07-19.Miles Bader
1996-07-19Don't \ ' inside "s.Miles Bader
Advise to use `sush root', not su.
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19(games): New user.Miles Bader
1996-07-19(make_sock_user): Declaration updated.Miles Bader
1996-07-19Create a new ports port without adding it to the bucket's port-set.Miles Bader
1996-07-19Shared function used by both ports_create_port and ports_create_port_noinstall.Miles Bader
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19(vpath -l%): Add directive to tell make where to find -l libraries.Michael I. Bushnell
1996-07-19.Miles Bader
1996-07-19(trivfs_S_file_get_storage_info): Fill in the array-length return values.Miles Bader
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-18.Miles Bader
1996-07-18(trivfs_S_io_reauthenticate):Miles Bader
Hold GLOBAL_LOCK while we're setting up the new port.
1996-07-18Only use the new device for INSTALL-GRUB-MBR if we successfully created it.Miles Bader
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18.Miles Bader
1996-07-18(ps_tty_abbrevs): Add an entry for /dev/comX -> cX.Miles Bader
1996-07-18Fixup text.Miles Bader
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-18Install grub with INSTALL-GRUB-MBR if desired.Miles Bader
1996-07-18.Miles Bader
1996-07-18Add "com[0-9]".Miles Bader
1996-07-18Install grub with INSTALL-GRUB-MBR if desired.Miles Bader
1996-07-18Fix 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-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.