summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86
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-1/+1
* Remove up_assert_codeGregory Nutt2013-04-255-133/+102
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-042-7/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+9
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-3/+10
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+134
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-13/+59
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-20/+66
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-144-9/+9
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+9
* Add debug output when memory allocations failpatacongo2013-02-281-32/+59
* Rename _TCB to struct tcb_spatacongo2013-02-0412-32/+32
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+25
* Move stream data from TCB to task group structure.patacongo2013-01-261-24/+20
* Move file data from TCB to task grouppatacongo2013-01-261-4/+2
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-1/+1
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-13/+24
* A few more build fixespatacongo2012-11-121-9/+12
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-14/+14
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove bash fragments that test for board/Makefilepatacongo2012-11-111-20/+34
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-31/+32
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-2/+0
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* More ELF loader changespatacongo2012-10-251-1/+3
* Add x86 ELF supportpatacongo2012-10-251-0/+139
* Resync new repository with old repo r5166patacongo2012-09-176-12/+19
* Remove executable property from source and make filespatacongo2012-09-1323-0/+0
* Email address change in nuttx/patacongo2012-09-1354-376/+376
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-094-0/+8
* Remove some old logic in the arm, x86, hc, and sh linker scripts that was kic...patacongo2012-09-081-5/+0
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-18/+23
* More Kconfig filespatacongo2012-04-184-0/+48
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4