minix/drivers/tty
Ben Gras 80846c4a79 kernel ipc debug: various fixes
. add receive hooks in the kernel to print asynchronously
	  delivered messages
	. do not rely on MF_REPLY_PEND to decide between calls and errors,
	  as that isn't reliable for asynchronous messages; try both instead
	. add _sendcall() that extract-mfield.sh can then reliably recognize
	  the fields for messages that are sent with just send()
	. add DEBUG_DUMPIPC_NAMES to restrict printed messages to
	  from/to given process names

Change-Id: Ia65eb02a69a2b58e73bf9f009987be06dda774a3
2013-05-01 21:40:23 +00:00
..
arch rs232: remove unneeded lock()/unlock() functions 2013-04-12 21:37:26 +02:00
keymaps Spanish keymap with tilde 2013-03-06 18:13:46 +01:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
pty.c TTY: seperate hardware dependent parts + add new serial driver 2012-10-30 11:33:29 +00:00
tty.c kernel ipc debug: various fixes 2013-05-01 21:40:23 +00:00
tty.h TTY: seperate hardware dependent parts + add new serial driver 2012-10-30 11:33:29 +00:00