summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-10-031-0/+2
|
* fix reversed in/out file closing when an error occurs. From Ken PettitGregory Nutt2014-10-031-2/+2
|
* Update TODO list + cosmetic changes to clock_systimer.cGregory Nutt2014-10-032-28/+14
|
* Fix build error with CONFIG_SYSTEM_TIME64Gregory Nutt2014-10-032-0/+2
|
* Update To-Do listGregory Nutt2014-10-031-22/+14
|
* Update READMEGregory Nutt2014-10-031-20/+6
|
* configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively ↵Gregory Nutt2014-10-033-6/+15
| | | | in 64-bit mode
* Update ChangeLogGregory Nutt2014-10-031-1/+5
|
* Add support for 64-bit lonjmp/setjmp in simulator platformGregory Nutt2014-10-038-45/+259
|
* Update TODO listGregory Nutt2014-10-031-15/+4
|
* Cosmetic update to comments/READMEGregory Nutt2014-10-012-16/+16
|
* Simulation: Change how simulated UART data availability is signaled. The ↵Gregory Nutt2014-10-013-4/+43
| | | | last change is not safe (but I don't like this workaround either -- maybe something better will come to me).
* Mostly cosmetic changes to simulatorGregory Nutt2014-10-013-5/+16
|
* Update some commentsGregory Nutt2014-09-301-0/+8
|
* Fix a cornercase problem in in the UART simulationGregory Nutt2014-09-301-15/+22
|
* Update the TODO list and a READMEGregory Nutt2014-09-302-24/+13
|
* Restore up_internal.h. Changes its name was a bad idea... at least for nowGregory Nutt2014-09-3026-30/+30
|
* Update ChangeLogsGregory Nutt2014-09-302-0/+7
|
* NSH Fix ls -l output for regular filesGregory Nutt2014-09-301-1/+1
|
* Simulated UART seems functionalGregory Nutt2014-09-302-83/+30
|
* Forgot to add a fileGregory Nutt2014-09-301-0/+69
|
* Completes simulated uart implementation... does not workGregory Nutt2014-09-308-189/+246
|
* simulation: Add a simulatied UART input device. Also lots of misc clean-up ↵Gregory Nutt2014-09-3036-75/+344
| | | | for stylistic compatibility with other architectures
* Update TODO listGregory Nutt2014-09-301-49/+7
|
* Fix an error when compiled with debug enabledGregory Nutt2014-09-301-2/+0
|
* Repartition some message queue logic: sched/mqueue should have all mqueue ↵Gregory Nutt2014-09-305-34/+105
| | | | knowledge; fs/mqueue should deal only with inodes
* Update ChangeLogGregory Nutt2014-09-301-1/+3
|
* Add support for a custom NSH ROMFS startup image header file location. From ↵Gregory Nutt2014-09-303-7/+40
| | | | Martin Lederhilger
* Update TODO listGregory Nutt2014-09-291-10/+2
|
* Update ChangeLogGregory Nutt2014-09-291-1/+3
|
* Add implementation of timeouts for the apps/netutils/webclient. From ↵Gregory Nutt2014-09-292-12/+32
| | | | Brennan Ashton
* Oops... forgot to add a new directory in the last commitGregory Nutt2014-09-292-0/+68
|
* Add a framework that may someday support shared memory objects in the VFSGregory Nutt2014-09-292-0/+3
|
* Eliminate a warning about an uninitilized variableGregory Nutt2014-09-291-86/+90
|
* Cosmetic update to commentsGregory Nutt2014-09-2916-30/+30
|
* Update ChangeLogGregory Nutt2014-09-291-0/+5
|
* Fix some unbalanced sched_lock()/sched_unlock() pairs int the re-implemented ↵Gregory Nutt2014-09-295-4/+12
| | | | VFS semaphore and message queue logic
* First round of fixes for re-implemented VFS message queuesGregory Nutt2014-09-295-10/+12
|
* Completes the re-implementation of mq_unlink()Gregory Nutt2014-09-295-85/+149
|
* Complete re-implementation of mq_closeGregory Nutt2014-09-2913-72/+168
|
* Complete re-implementation of mq_open()Gregory Nutt2014-09-297-72/+374
|
* Separate mqueue allocation logic from mq_open() and put it in ↵Gregory Nutt2014-09-299-95/+101
| | | | sched/mqueue/mq_msgqalloc.c
* Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueueGregory Nutt2014-09-2916-48/+59
|
* Convert mqueue structure for use in VFS as inode data; rename ↵Gregory Nutt2014-09-2917-157/+30
| | | | mqueue_inode_s; remove links, reference counts and name from mqueue structure. These will be replaced by VFS data. Remove g_msgqueues and mq_findnamed.c; these will be replace with VFS logic
* Fix a missed include file changeGregory Nutt2014-09-291-1/+1
|
* Fix some comments: Remove button description from GPIO interrupt handlers ↵Gregory Nutt2014-09-296-12/+12
| | | | that derive from the button interrupt handler
* Fix a perverse case where vfork() is called from a pthread. Still not ↵Gregory Nutt2014-09-291-16/+29
| | | | recommended
* Update ChangeLogGregory Nutt2014-09-291-0/+4
|
* More vfork(): If we get to vfork() via system call, then we need to clone ↵Gregory Nutt2014-09-291-0/+20
| | | | some system call information so that the return form the cloned system call works correctly
* Update ChangeLogGregory Nutt2014-09-291-0/+4
|