Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-19 | (games): New user. | Miles Bader | |
1996-07-19 | (make_sock_user): Declaration updated. | Miles Bader | |
1996-07-19 | Create a new ports port without adding it to the bucket's port-set. | Miles Bader | |
1996-07-19 | Shared 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-18 | Only 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-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. |