summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/i486
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-272-2/+4
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-9/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-5/+7
* A little more clean-up of poll() error handlingGregory Nutt2014-09-261-13/+13
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-0/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-6/+6
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-082-2/+2
* More trailing whilespace removalGregory Nutt2014-04-134-8/+8
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-3/+3
* 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
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* Add debug output when memory allocations failpatacongo2013-02-281-32/+59
* Rename _TCB to struct tcb_spatacongo2013-02-046-9/+9
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Resync new repository with old repo r5166patacongo2012-09-171-1/+2
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1311-107/+107
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* More Kconfig filespatacongo2012-04-181-0/+7
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-081-0/+11
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-2/+2
* Add basic syscall logic for i486 and AVR32patacongo2011-03-301-0/+97
* Fix QEMU timer interrupt handlerpatacongo2011-03-172-1/+117
* Documentation updatespatacongo2011-03-171-52/+64
* enable/disable IRQ backwardpatacongo2011-03-102-11/+16
* Restructure interrupt/timer logicpatacongo2011-03-101-0/+359
* Fix basic QEMU portpatacongo2011-03-101-62/+4
* Fix fullcontextrestore bugpatacongo2011-03-092-309/+82
* Remove Cygwin dependencies from .S filespatacongo2011-03-081-27/+13
* misc QEMU fixespatacongo2011-03-082-12/+22
* Cosmetics updatespatacongo2011-03-062-2/+2
* QEMU i486 port is code completepatacongo2011-03-061-2/+2
* Completes port of interrpt handling logicpatacongo2011-03-055-17/+192
* Add QEMU interrupt handling (incomplete)patacongo2011-03-051-1/+1
* Add task init and signal scheduling logicpatacongo2011-03-053-0/+441
* More QEMU logicpatacongo2011-03-051-0/+300
* First cut at x86 build environmentpatacongo2011-03-043-0/+333