summaryrefslogtreecommitdiff
path: root/nuttx/syscall
Commit message (Expand)AuthorAgeFilesLines
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-2/+11
* Fix compile errors when the on_exit() interface is enabled in the kernel buil...Gregory Nutt2013-05-172-2/+2
* Remove up_assert_codeGregory Nutt2013-04-253-5/+0
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-043-10/+5
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-043-0/+10
* Directories where the same source files are used to build different objects n...patacongo2013-03-191-1/+1
* Add support for nested system callspatacongo2013-03-171-0/+18
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-0/+15
* More kernel build fixespatacongo2013-03-074-2/+100
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-2/+5
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-068-554/+836
* Implement user-mode work queuespatacongo2013-03-061-2/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-0/+2
* ZNEO now (almost) builds in Windows native environmentpatacongo2012-11-291-0/+2
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-9/+9
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-9/+14
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-10/+10
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-7/+3
* Email address change in nuttx/patacongo2012-09-134-4/+4
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-011-0/+4
* More patches/bugfixes from Katepatacongo2012-08-261-2/+2
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-012-0/+5
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-263-2/+13
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-271-127/+127
* Documentation updatepatacongo2011-08-251-2/+2
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-251-5/+5
* THTTPD works on LPCXpressopatacongo2011-04-163-5/+0
* Add time and uptimepatacongo2011-04-153-0/+5
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-133-3/+3
* LPCXpression console on UART3patacongo2011-04-133-0/+3
* Fixes for kernel stub buildspatacongo2011-04-063-7/+6
* Integrate syscall with existing svcall logicpatacongo2011-04-061-3/+3
* Progress toward kernel buildpatacongo2011-04-054-9/+19
* Add stub lookup logicpatacongo2011-04-044-1/+518
* Don't define unused system call numberspatacongo2011-04-041-7/+3
* fix dependenciespatacongo2011-04-031-2/+4
* Add SAM3U kernel build logicpatacongo2011-04-023-4/+8
* Kernel build mostly successfulpatacongo2011-04-023-19/+20
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-022-9/+9
* Add conditional compilation to syscall autogenerationpatacongo2011-04-012-161/+162
* Stubs are working/Proxies are closepatacongo2011-04-013-21/+20
* Progress on syscall buildpatacongo2011-03-313-2/+109