nuttx/graphics/nxmu
Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Make.defs NX: Remove configuration CONFIG_NX_NXSTART. nx_start.c is now built unconditionally in multi-user mode. 2016-12-01 13:30:24 -06:00
nx_start.c boardctl: Add new command to start the NX server as a kernel thread. Also refresh more configurations. 2016-12-01 15:05:57 -06:00
nxfe.h Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_kbdin.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_mouse.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_openwindow.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_redrawreq.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_releasebkgd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_reportposition.c graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 2016-06-12 11:11:57 -06:00
nxmu_requestbkgd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_sendclient.c graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 2016-06-12 11:11:57 -06:00
nxmu_sendclientwindow.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_server.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00