summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-12Typos.Michael I. Bushnell
1995-12-12typo.Michael I. Bushnell
1995-12-12(ptyio_init): Make this a constructor function.Michael I. Bushnell
1995-12-12(pty_po_create_hook, pty_po_destroy_hook): New functions.Michael I. Bushnell
(ptyopen, nptyperopens): New variables.
1995-12-12(pty_po_create_hook, pty_po_destroy_hook): New declarations.Michael I. Bushnell
1995-12-12(po_create_hook): If this is the pty, then call pty specific function.Michael I. Bushnell
(po_destroy_hook): Likewise. (pi_create_hook): Don't do anything for pty. (pi_destroy_hook): Likewise.
1995-12-12(pty_open_hook): New function.Michael I. Bushnell
1995-12-12(pty_open_hook): New declaration.Michael I. Bushnell
1995-12-12(open_hook): If this is the pty, then call pty specific function.Michael I. Bushnell
1995-12-12Formerly io-readable.c.~4~Michael I. Bushnell
1995-12-12entered into RCSMichael I. Bushnell
1995-12-12Formerly dir-lookup.c.~3~Michael I. Bushnell
1995-12-12(open_hook): Do it differently.Michael I. Bushnell
1995-12-12(open_hook): Don't require carrier for opens that don't want to readMichael I. Bushnell
or write.
1995-12-12Formerly nfs.c.~10~Michael I. Bushnell
1995-12-12(S_tioctl_tiocgpgrp): Omit bogus extra attempt to lock global_lock.Michael I. Bushnell
1995-12-12(main): Typo.Michael I. Bushnell
1995-12-12(S_term_get_bottom_type): Return TERM_ON_MASTERPTY when appropriate.Michael I. Bushnell
1995-12-12(main): Set BOTTOM.Michael I. Bushnell
1995-12-12Formerly mount.c.~5~Michael I. Bushnell
1995-12-11Formerly cache.c.~3~Michael I. Bushnell
1995-12-11Formerly mount.c.~4~Michael I. Bushnell
1995-12-11Formerly nfs.c.~9~Michael I. Bushnell
1995-12-11Formerly cred.c.~3~Michael I. Bushnell
1995-12-11Formerly socket-ops.c.~9~Miles Bader
1995-12-11(should_read): New variable.Miles Bader
(read_reply): Set SHOULD_READ before attempting lock. Use spin_try_lock() instead of spin_lock(), and abort if we can't get it. Clear SHOULD_READ after getting the lock. (ds_device_read, ds_device_read_inband, S_io_read): Call unlock_readlock instead of directly unlocking READLOCK. Don't block SIGIO. (unlock_readlock): New function. (main): Don't trap SIGMSG & SIGEMSG. (SIGMSG, SIGEMSG): Macros deleted.
1995-12-10(addr_range_check, probe_stack): Functions #if 0'd out.Roland McGrath
(stack_init): Don't call probe_stack or frob old stack at all. Default cthread_stack_size to 16 pages if it is zero.
1995-12-08Formerly mount.h.~2~Michael I. Bushnell
1995-12-08Formerly mount.c.~3~Michael I. Bushnell
1995-12-08Formerly nfs.c.~8~Michael I. Bushnell
1995-12-07Formerly socket-ops.c.~8~Miles Bader
1995-12-07Formerly mount.c.~2~Michael I. Bushnell
1995-12-07Initial revisionMichael I. Bushnell
1995-12-07Initial revisionMichael I. Bushnell
1995-12-07Formerly nfs.c.~7~Michael I. Bushnell
1995-12-06(main):Miles Bader
Change uses of the INDEX field in argp_state structures to use NEXT instead.
1995-12-06(main):Miles Bader
Change uses of the INDEX field in argp_state structures to use NEXT instead. Fix default prefix-printing test.
1995-12-06(main):Miles Bader
Supply the new SEP argument to argz_stringify. Change uses of the INDEX field in argp_state structures to use NEXT instead. Fix default prefix-printing test.
1995-12-06(main):Miles Bader
Supply the new SEP argument to argz_stringify. Change uses of the INDEX field in argp_state structures to use NEXT instead.
1995-12-06(argz_stringify): Add the SEP argument.Miles Bader
1995-12-06(argp_parse): Changes uses of the INDEX field in struct argp_state to use NEXT.Miles Bader
1995-12-06(struct argp_state): Rename the INDEX field to be NEXT.Miles Bader
1995-12-06(condition_unimplies): Take address of (*impp)->next in assignment toMichael I. Bushnell
IMPP on loop step instruction.
1995-12-05(SRCS, LCLHDRS): Removed error.c and error.h.Roland McGrath
(CPPFLAGS-error.c): Variable removed.
1995-12-05(main): Totally rework arg parsing and translator linkage. No longerMichael I. Bushnell
support being started s a shell program. Now support pty's, though no attempt is made to deal nicely with the node collision problem.
1995-12-05(launch_single_user): Fix typo. Deleted variables foobiebletchcount,Michael I. Bushnell
foobiebletch, and termtask.
1995-12-05(launch_single_user): Change initialization of TERMINAL to match newMichael I. Bushnell
term driver arg syntax. Start terminal as ordinary passive translator instead of special weird kludge.
1995-12-05(main): Request no-senders notification on pseudo_master_device_port.Roland McGrath
Deallocate our send right to it when we no longer need it. (ds_device_read_inband): Unlock readlock properly. (do_mach_notify_no_senders): Exit only when both pseudo_console and pseudo_master_device_port have no senders.
1995-12-05Re-added ptyctl.Michael I. Bushnell
1995-12-05(ptyctl): Delete var.Michael I. Bushnell
(pty_cntl_class): New declaration.