summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Repartition some message queue logic: sched/mqueue should have all mqueue kno...Gregory Nutt2014-09-302-6/+66
* Cosmetic update to commentsGregory Nutt2014-09-2916-30/+30
* Complete re-implementation of mq_closeGregory Nutt2014-09-297-23/+105
* Complete re-implementation of mq_open()Gregory Nutt2014-09-293-8/+148
* Separate mqueue allocation logic from mq_open() and put it in sched/mqueue/mq...Gregory Nutt2014-09-294-22/+22
* Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueueGregory Nutt2014-09-2914-618/+51
* Convert mqueue structure for use in VFS as inode data; rename mqueue_inode_s;...Gregory Nutt2014-09-2915-140/+23
* Fix a perverse case where vfork() is called from a pthread. Still not recomme...Gregory Nutt2014-09-291-16/+29
* Fix vfork(). Now that arguments are kept on the stack, the way that argument...Gregory Nutt2014-09-292-24/+105
* Fix missing header file for bug introduced yesterdayGregory Nutt2014-09-292-0/+2
* Semaphore initialization is now only required if priority inheritance is init...Gregory Nutt2014-09-294-17/+24
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-287-623/+2
* Add VFS-based sem_open() implementationGregory Nutt2014-09-282-2/+16
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-1/+1
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-1/+1
* Move include/nuttx/shm.h to include/nuttx/mm/shm.hGregory Nutt2014-09-241-1/+1
* Add support for a per-process virtual page allocator. This is a new member o...Gregory Nutt2014-09-231-1/+7
* Fix some inconsistent field name in struct task_group_s: addrenv should be t...Gregory Nutt2014-09-231-2/+2
* Add shared memory initializatin logicGregory Nutt2014-09-231-0/+7
* More changes so that the KNSH build survives the changes needed for the ELF b...Gregory Nutt2014-09-161-4/+0
* A couple more changes for clean ELF buildGregory Nutt2014-09-162-7/+8
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-163-9/+11
* Don't release user stack in kernel build. Already destroyed with all of the ...Gregory Nutt2014-09-152-6/+22
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-0/+1
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-152-1/+154
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-141-3/+9
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-143-1/+11
* Kernel proxy thread should be a kernel thread, not a user taskGregory Nutt2014-09-141-4/+5
* Fix a couple more places where the wrong allocator is being usedGregory Nutt2014-09-111-5/+29
* When a privileged thread exits, we have to use the kernel alloctor to free me...Gregory Nutt2014-09-111-8/+3
* Rename some functions and reshuffling some paramtersGregory Nutt2014-09-112-12/+2
* Kconfig choice value needs a promptGregory Nutt2014-09-111-1/+1
* clock_gettime.c: Fix a cornercase bug in clock_gettime()Gregory Nutt2014-09-101-1/+1
* Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias instead...Gregory Nutt2014-09-103-19/+23
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-084-6/+6
* Fix some conditional compilation in kernel build mode. And, while we are tou...Gregory Nutt2014-09-071-4/+7
* Mostly cosmetic changesGregory Nutt2014-09-041-2/+1
* Add capability to perform initial board initialization on a separate worker t...Gregory Nutt2014-09-032-17/+130
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-038-46/+38
* Group creation logic must use new group flag when allocating resources so tha...Gregory Nutt2014-09-036-3/+342
* IDLE TCB setup needs to indicate the the IDLE thread is a privileged, kernel ...Gregory Nutt2014-09-032-0/+9
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-022-3/+1
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-021-2/+2
* Fix error in initialize of IDLE TCB due to last change. The argument list is...Gregory Nutt2014-09-011-4/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-012-132/+23
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-018-60/+20
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-315-6/+6
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-319-12/+12
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-314-6/+6
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-313-3/+3