aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Some gentle massaging to get things building again.px4dev2013-01-175-11/+104
* Merge NuttX r5527px4dev2013-01-1758-1176/+2961
|\
| * Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-172-2/+2
| * convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-163-7/+5
| * Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-164-25/+59
| * Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-169-102/+18
| * apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-169-563/+6
| * BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-163-258/+80
| * Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-1512-670/+993
| * Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-142-1/+51
| * Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-143-15/+4
| * Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-135-19/+307
| * Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-1/+6
| * Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-122-0/+60
| * Fix an error handling bug in the fread logicpatacongo2013-01-113-15/+44
| * Various changes while debugging posix_spawnpatacongo2013-01-118-35/+283
| * Fix problem with initialization of file actionspatacongo2013-01-101-0/+4
| * Added a test of posix_spawn()patacongo2013-01-1013-28/+766
| * Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-103-7/+85
| * Documentation updatepatacongo2013-01-081-0/+1
| * Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-6/+0
| * Disable the vfork() OS test... it failspatacongo2013-01-071-0/+10
| * Add ostest vfork test (does not work yet)patacongo2013-01-074-0/+115
| * Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-061-15/+0
| * All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-011-0/+128
| * Remove non-functional WLAN examples, configurationspatacongo2012-12-317-423/+3
| * Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-301-0/+1
| * Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-6/+5
| * Add support for key release eventspatacongo2012-12-272-9/+29
| * Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-264-4/+153
| * Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-261-0/+1
| * Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-2/+2
| * Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-252-5/+5
| * Fix several build issues noted by Mike Smithpatacongo2012-12-243-31/+41
| * Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-243-2/+18
| * Correct round-to-ticks logic in sigtimedwait()patacongo2012-12-241-18/+96
| * Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-2445-47/+65
| * Remove .context kludge from apps/ directorypatacongo2012-12-2351-191/+310
| * Rename namedapp as simply builtinpatacongo2012-12-2317-100/+100
| * Remove some dependencies of distclean on clean. This should not be necessary...patacongo2012-12-236-5/+10
| * Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-23/+238
* | Pull NuttX up to the 6.24 release.px4dev2013-01-1451-720/+1568
|\ \
| * | Fix the 'time' test, now that rand() seems to be working.px4dev2013-01-142-35/+39
| * | The tests structure doesn't need to be writable.px4dev2013-01-111-1/+1
| * | Recover changes lost to bad merging.px4dev2013-01-1135-401/+701
| * | Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-111-6/+71
| |\ \
| | * | Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-0154-670/+2567
| | |\|
| * | | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-1115-262/+754
| |\ \ \ | | | |/ | | |/|
| | * | Prep for release 6.24patacongo2012-12-201-2/+4
| | * | Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-193-7/+80