summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Progress toward kernel buildpatacongo11-27/+86
2011-04-04Move core of fdopen() logic from lib/stdio to fs/patacongo9-134/+301
2011-04-04Fix a couple of recently introduced build problemspatacongo4-7/+18
2011-04-04Add stub lookup logicpatacongo7-8/+559
2011-04-04Don't define unused system call numberspatacongo2-148/+248
2011-04-03Move memory manager into user spacepatacongo20-64/+90
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo127-352/+613
2011-04-03fix dependenciespatacongo4-20/+40
2011-04-03New LIS331DL driver and VSN updates from Urospatacongo37-221/+1034
2011-04-02Add SAM3U kernel build logicpatacongo11-24/+307
2011-04-02Fix error in set_errno macropatacongo1-1/+1
2011-04-02Kernel build mostly successfulpatacongo47-163/+523
2011-04-02Move more functions out of sched/ to lib/; proxies almost buildpatacongo16-155/+440
2011-04-01Add conditional compilation to syscall autogenerationpatacongo4-252/+284
2011-04-01Stubs are working/Proxies are closepatacongo19-99/+2123
2011-04-01Update apps/ Makefiles to fix environmental bugpatacongo41-191/+120
2011-04-01Remove .built_alwayspatacongo107-261/+252
2011-04-01Add Cortex-M3 MPU header filepatacongo1-0/+115
2011-03-31Progress on syscall buildpatacongo5-4/+113
2011-03-31Add mksyscall toolpatacongo14-15/+587
2011-03-31Move more files into subdirectories under lib/patacongo38-184/+293
2011-03-30Move more files into subdirectories under lib/patacongo7-152/+7
2011-03-30Move more files into subdirectories under lib/patacongo9-29/+104
2011-03-30Move more files into subdirectories under lib/patacongo27-53/+162
2011-03-30Move more files into subdirectories under lib/patacongo31-70/+179
2011-03-30Move stdio.h functions in lib/ to lib/stdiopatacongo51-121/+157
2011-03-30Move string.h functions in lib/ to lib/stringpatacongo36-104/+143
2011-03-30Add syscall directorypatacongo8-6/+299
2011-03-30Add basic syscall logic for i486 and AVR32patacongo5-1/+458
2011-03-29Add more syscall filespatacongo8-123/+836
2011-03-29Moving toward system call infrastructurepatacongo9-89/+207
2011-03-28header file and file header clean-uppatacongo35-52/+267
2011-03-28Fix backward conditional in binfspatacongo1-8/+8
2011-03-28Fix an error in opendir() when a mountpoint is in the root directory.patacongo3-74/+145
2011-03-28More changes from Urospatacongo14-370/+803
2011-03-28Move helper macro into sched.hpatacongo2-19/+29
2011-03-28Renamed nuttapp to namedapp; add binfs to nammedapp/patacongo11-77/+834
2011-03-28Re-organize header files so that file systems can be built outside of the nut...patacongo21-146/+286
2011-03-27Files deleted by Urospatacongo4-1496/+0
2011-03-27More changes from Urospatacongo37-3635/+5453
2011-03-27Add partial RTL8187B logicpatacongo2-168/+411
2011-03-27Updates from Urospatacongo22-749/+1434
2011-03-26Update WLAN configurationspatacongo2-8/+8
2011-03-26Improve RTL buffering logicpatacongo1-33/+51
2011-03-26RTL bug fixespatacongo5-210/+122
2011-03-26RTL updatespatacongo5-90/+316
2011-03-26Incorporate changes from Uros Platisepatacongo28-305/+1806
2011-03-25Add RTL8187 TX logicpatacongo5-258/+600
2011-03-25Complete RTL8187 initializatin logicpatacongo2-8/+1307
2011-03-25Add RTL initialization logicpatacongo4-168/+735