nuttx/libnx/nxmu
2017-10-31 18:48:39 -06:00
..
Make.defs This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_bitmap.c Fix a recently introduced copy-paste error 2017-10-14 18:10:30 -06:00
nx_block.c This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_closewindow.c
nx_connect.c Fixes a memory leak that is caused because the client message queue is not unlinked after the client disconnects from the NX server. 2017-10-31 18:48:39 -06:00
nx_constructwindow.c This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_disconnect.c Fixes a memory leak that is caused because the client message queue is not unlinked after the client disconnects from the NX server. 2017-10-31 18:48:39 -06:00
nx_eventhandler.c Fix a error introduced with nxmq_receive(); update TODO list. 2017-10-10 10:58:26 -06:00
nx_eventnotify.c
nx_fill.c
nx_filltrapezoid.c
nx_getposition.c
nx_getrectangle.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nx_kbdchin.c
nx_kbdin.c
nx_lower.c
nx_mousein.c
nx_move.c
nx_openwindow.c
nx_raise.c
nx_redrawreq.c
nx_releasebkgd.c
nx_requestbkgd.c This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_setbgcolor.c
nx_setpixel.c
nx_setposition.c
nx_setsize.c
nxmu_semtake.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nxmu_sendserver.c All configurations that use NXLINES must select NX_MULTIUSER 2017-10-14 16:52:59 -06:00
nxmu_sendwindow.c