summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add commits to BAS 2.4 Kconfig fileGregory Nutt2014-10-271-0/+21
|
* Include unistd.h for execl()Gregory Nutt2014-10-271-0/+1
|
* Port of BAS 2.4 to NuttX by Alan Carvalho de AssisGregory Nutt2014-10-27100-1/+32503
|
* Update ChangeLogsGregory Nutt2014-10-231-0/+2
|
* Fixes to keypadtest from Pierre-Noel BoutevilleGregory Nutt2014-10-231-0/+4
|
* Update ChangeLogGregory Nutt2014-10-221-1/+5
|
* Update makefile for kernel-build issuesGregory Nutt2014-10-221-0/+13
|
* Fix compile problems introduced when the syslog() prototype changed; Also ↵Gregory Nutt2014-10-222-15/+41
| | | | update Makefile for kernel build
* Trivial typoGregory Nutt2014-10-181-1/+1
|
* Update ChangeLogGregory Nutt2014-10-171-0/+3
|
* Fix memcpy of host address in netlib_gethostaddr(). From Brennan AshtonGregory Nutt2014-10-171-3/+9
|
* Trivial AIO-related changesGregory Nutt2014-10-091-9/+9
|
* Misc changes to get a clean build after all of the syslog changes. There ↵Gregory Nutt2014-10-081-0/+2
| | | | are probably other things still broken
* Update ChangeLogGregory Nutt2014-10-081-2/+4
|
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-0813-277/+339
|
* Update ChangeLogGregory Nutt2014-10-081-0/+2
|
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-0864-1579/+1140
|
* Extend the AIO testGregory Nutt2014-10-071-54/+128
|
* Add another asynchronous I/O testGregory Nutt2014-10-071-7/+43
|
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-071-2/+60
|
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-061-3/+101
|
* AIO test improvementsGregory Nutt2014-10-061-10/+151
|
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-054-5/+5
|
* More changes for AIO integrationGregory Nutt2014-10-051-9/+6
|
* First round of changes fo AIO integrationGregory Nutt2014-10-053-11/+23
|
* Update ChangeLogGregory Nutt2014-10-051-1/+2
|
* Add AIO test case in OS testGregory Nutt2014-10-054-1/+261
|
* 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 ChangeLogsGregory Nutt2014-09-301-0/+2
|
* NSH Fix ls -l output for regular filesGregory Nutt2014-09-301-1/+1
|
* Update ChangeLogGregory Nutt2014-09-301-1/+3
|
* Add support for a custom NSH ROMFS startup image header file location. From ↵Gregory Nutt2014-09-302-6/+39
| | | | Martin Lederhilger
* 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
* First round of fixes for re-implemented VFS message queuesGregory Nutt2014-09-291-2/+2
|
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-281-0/+4
|
* Fix to bugs in initial commit of named semaphore testGregory Nutt2014-09-281-9/+16
|
* Update ChangeLogGregory Nutt2014-09-281-0/+3
|
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-284-0/+259
|
* Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt2014-09-271-5/+5
|
* Update ChangeLogs in preparation for the 7.5 releaseGregory Nutt2014-09-271-1/+3
|
* Update ChangeLogGregory Nutt2014-09-261-1/+3
|
* Add a trivial test of sem_timedwait() to the OS testGregory Nutt2014-09-264-1/+239
|
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-251-59/+15
|
* A few fixes for clean apps/examples/mtdrwb buildGregory Nutt2014-09-252-0/+10
|
* Update ChangeLogGregory Nutt2014-09-251-1/+2
|
* Add an example to test MTD R/W bufferingGregory Nutt2014-09-257-2/+672
|
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-201-2/+2
|
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-202-0/+191
|