Subversion Repositories freemyipod

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
978 716 d 18 h user890104 /emcore/ Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.  
966 4236 d 12 h theseven /emcore/trunk/ emCORE: iPod Classic: Add userspace ATA access interface  
892 4585 d 21 h theseven /emcore/trunk/ emCORE: Fix missing files and some other breakage, add userspace USB API  
845 5173 d 13 h theseven /emcore/trunk/ emCORE: Extend power management API  
835 5174 d 13 h theseven / emCORE: Add argc/argv argument passing mechanism for apps/libs and arg0-arg3 for threads  
814 5207 d 14 h theseven /emcore/trunk/ emCORE: Add more detailed tracking of handle owners  
763 5307 d 20 h user890104 /emcore/trunk/ emCORE: Add RTC driver for Nano2G and Classic, add accelerometer driver for Nano4G and Touch2G. Syscall API vesrion increased to 5.  
704 5419 d 20 h theseven /emcore/trunk/ emCORE: Improved panic and CPU exception handling  
691 5438 d 11 h theseven / emCORE: Fix mutexes not being released properly on thread termination. Bump API version, because this is an incompatible change.  
674 5449 d 17 h theseven / Bump versions for initial emCORE release  
634 5482 d 16 h theseven /emcore/trunk/ emCORE: Add an API to request the number of total and free kilobytes on a volume  
625 5484 d 20 h theseven /emcore/trunk/ emCORE: Add realign function, which is an alignment-aware realloc  
623 5486 d 11 h theseven /emcore/trunk/ emCORE: Expose a dozen more syscalls  
593 5490 d 17 h theseven /emcore/trunk/ emCORE: Merge yield() and context_switch(), which are essentially the same thing  
565 5495 d 14 h theseven /emcore/trunk/ emCORE: Detect malloc heap size correctly, improve the default heap walker, and expose a function for walking the global malloc heap  
557 5495 d 23 h theseven /emcore/trunk/ emCORE: Allow clock gate state to be read out  
497 5502 d 15 h theseven /emcore/trunk/ emCORE: Rework text rendering code, allow for fully alpha-blended rendering on RGB888 framebuffers  
496 5503 d 21 h theseven /emcore/trunk/ emCORE: Remove old LCD-native rendering code.  
492 5504 d 7 h theseven /emcore/trunk/ emCORE: Rework LCD driver interface  
491 5508 d 12 h theseven / emCORE: Fix another dozen bugs  
489 5511 d 9 h theseven / emCORE: Fix a lot of bugs  
479 5511 d 21 h theseven /emcore/trunk/ emCORE: Fix file I/O via USB  
466 5512 d 13 h theseven / emCORE: Make shared libraries actually work  
453 5514 d 17 h theseven /emcore/trunk/ emCORE: Switch to new executable format  
427 5518 d 10 h farthen /emcore/trunk/ emCORE: change every 'emBIOS' text string to 'emCORE'  
424 5518 d 14 h theseven /emcore/ Create emCORE branch  
258 5586 d 1 h theseven /embios/trunk/ emBIOS: Allow hooking of DMA IRQs from userspace.  
184 5656 d 14 h farthen / Make the ipodnano2g installer compile without errors. The ucl lib still throws some warnings...  
158 5668 d 22 h theseven /embios/trunk/ Expose storage_get_info via the syscall interface  
143 5671 d 14 h theseven /embios/trunk/ Add syscalls for AES, HMAC-SHA1 and mounting/unmounting of partitions  
138 5672 d 16 h theseven / iLoader as an emBIOS app  
132 5673 d 11 h theseven /embios/trunk/ Implement nano2g clickwheel driver  
131 5673 d 12 h theseven /embios/trunk/ Remove low level NAND access APIs from the syscall interface. This is not something we want, now that nandfsck is integrated into the core  
130 5673 d 12 h theseven /embios/trunk/ Add generic button event proxy  
127 5673 d 14 h theseven /embios/trunk/ Add execfirmware syscall and USB command  
125 5673 d 15 h theseven /embios/trunk/ Add TLSF allocator  
124 5673 d 17 h theseven /embios/trunk/ Integrate nandfsck into the FTL  
122 5673 d 21 h theseven /embios/trunk/ Add progress bar API  
118 5674 d 14 h theseven /embios/trunk/ Add get_platform_id() syscall  
117 5674 d 14 h theseven /embios/trunk/ Add backlight driver