aboutsummaryrefslogtreecommitdiff
path: root/term/mig-mutate.h
Commit message (Collapse)AuthorAgeFilesLines
* Define IO_OUTTRAN so that term_on_pty returns a mach_port_tFlavio Cruz2015-12-311-0/+1
| | | | | * libtrivfs/mig-decls.h: Implement trivfs_convert_to_port. * term/mig-mutate.h: Define IO_OUTTRAN.
* term: add a payload-aware intrans functionJustus Winter2014-12-071-0/+3
| | | | * term/mig-mutate.h: Add mutator.
* hurd: fix receiver lookup in termctty_open_terminalJustus Winter2014-06-151-1/+9
| | | | | | | | | | * hurd/hurd_types.h (ctty_t): New type definition. * hurd/term.defs (ctty_t): New type definition. * term/mig-decls.h: New file. * term/mig-mutate.h: Add mutators, includes. * term/term.h: Add include guards. * term/users.c (S_termctty_open_terminal): Fix receiver lookup. * boot/boot.c (S_termctty_open_terminal): Likewise.
* term: fix receiver lookups in the term server functionsJustus Winter2014-02-281-0/+1
| | | | | | * term/mig-mutate.h: Define TERM_IMPORTS. * term/Makefile: Set term-MIGSFLAGS. * term/users.c: Fix receiver lookups in the term server functions.
* term: fix receiver lookups in the tioctl server functionsJustus Winter2014-02-281-0/+24
* term/mig-mutate.h: New file. * term/Makefile: Set tioctl-MIGSFLAGS. * term/ptyio.c: Fix receiver lookups in the tioctl server functions. * term/users.c: Likewise.