summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* m9s12x toolchain Ubuntu 9.10 build fixpatacongo2011-04-075-2/+19
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-0656-148/+303
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-0643-379/+90
* Fixes for kernel stub buildspatacongo2011-04-0626-114/+145
* Integrate syscall with existing svcall logicpatacongo2011-04-0613-126/+409
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-0622-1980/+2112
* Fix bugs introduced in last commitpatacongo2011-04-053-3/+5
* Clean kernel-/user-mode module buildpatacongo2011-04-0521-52/+134
* More separation of kernel- and user-memory managementpatacongo2011-04-0515-28/+410
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-054-40/+88
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-05117-343/+496
* Progress toward kernel buildpatacongo2011-04-0511-27/+86
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-049-134/+301
* Fix a couple of recently introduced build problemspatacongo2011-04-044-7/+18
* Add stub lookup logicpatacongo2011-04-047-8/+559
* Don't define unused system call numberspatacongo2011-04-042-148/+248
* Move memory manager into user spacepatacongo2011-04-0320-64/+90
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-03127-352/+613
* fix dependenciespatacongo2011-04-034-20/+40
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-0337-221/+1034
* Add SAM3U kernel build logicpatacongo2011-04-0211-24/+307
* Fix error in set_errno macropatacongo2011-04-021-1/+1
* Kernel build mostly successfulpatacongo2011-04-0247-163/+523
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-0216-155/+440
* Add conditional compilation to syscall autogenerationpatacongo2011-04-014-252/+284
* Stubs are working/Proxies are closepatacongo2011-04-0119-99/+2123
* Update apps/ Makefiles to fix environmental bugpatacongo2011-04-0141-191/+120
* Remove .built_alwayspatacongo2011-04-01107-261/+252
* Add Cortex-M3 MPU header filepatacongo2011-04-011-0/+115
* Progress on syscall buildpatacongo2011-03-315-4/+113
* Add mksyscall toolpatacongo2011-03-3114-15/+587
* Move more files into subdirectories under lib/patacongo2011-03-3138-184/+293
* Move more files into subdirectories under lib/patacongo2011-03-307-152/+7
* Move more files into subdirectories under lib/patacongo2011-03-309-29/+104
* Move more files into subdirectories under lib/patacongo2011-03-3027-53/+162
* Move more files into subdirectories under lib/patacongo2011-03-3031-70/+179
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-3051-121/+157
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-3036-104/+143
* Add syscall directorypatacongo2011-03-308-6/+299
* Add basic syscall logic for i486 and AVR32patacongo2011-03-305-1/+458
* Add more syscall filespatacongo2011-03-298-123/+836
* Moving toward system call infrastructurepatacongo2011-03-299-89/+207
* header file and file header clean-uppatacongo2011-03-2835-52/+267
* Fix backward conditional in binfspatacongo2011-03-281-8/+8
* Fix an error in opendir() when a mountpoint is in the root directory.patacongo2011-03-283-74/+145
* More changes from Urospatacongo2011-03-2814-370/+803
* Move helper macro into sched.hpatacongo2011-03-282-19/+29
* Renamed nuttapp to namedapp; add binfs to nammedapp/patacongo2011-03-2811-77/+834
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-2821-146/+286
* Files deleted by Urospatacongo2011-03-274-1496/+0