summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1995-12-05(ptyctl): New variable.Michael I. Bushnell
1995-12-05Include <fcntl.h>.Michael I. Bushnell
1995-12-05*** empty log message ***Michael I. Bushnell
1995-12-05(pty_io_read, pty_io_write): Validate CRED.Michael I. Bushnell
1995-12-05(trivfs_S_io_write): Provide first arg cred in call to pty_io_write.Michael I. Bushnell
(trivfs_S_io_read): Provide first arg cred in call to pty_io_read.
1995-12-05(pty_io_select): Add arg CRED.Michael I. Bushnell
1995-12-05(pty_io_write): Add first arg; fix types of last two args.Michael I. Bushnell
1995-12-05(pty_io_write): Add CRED arg.Michael I. Bushnell
1995-12-05(pty_io_read): Add CRED arg.Michael I. Bushnell
1995-12-05(pty_io_read): Add first arg; fix types of last two args.Michael I. Bushnell
1995-12-05unistd.h, not termios.h.Michael I. Bushnell
1995-12-05(trivfs_S_io_read): Typo.Michael I. Bushnell
1995-12-05Include <hurd/trivfs.h> and <sys/types.h>.Michael I. Bushnell
1995-12-05(pty_io_write, pty_io_read, pty_io_readable, pty_io_get_openmodes,Michael I. Bushnell
pty_io_set_all_openmodes, pty_io_set_some_openmodes, pty_io_clear_some_openmodes, pty_io_mod_owner, pty_io_get_owner, pty_io_get_async_icky, pty_io_async, pty_io_select): New declarations.
1995-12-05Include <termios.h>.Michael I. Bushnell