index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
export
/
kernel.h
(
unfollow
)
Commit message (
Expand
)
Author
2006-03-05
Fix other yellow builds
Brandon Low
2006-02-05
More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...
Dave Chapman
2006-01-23
New kernel function, queue_delete(struct event_queue *q)
Linus Nielsen Feltzing
2006-01-05
iPod: Fix the bootloader so it can load and run the original Apple firmware a...
Dave Chapman
2005-12-12
Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...
Thom Johansen
2005-11-23
Increased number of possible tick tasks.
Jens Arnold
2005-11-19
iPod: Make current_tick signed
Dave Chapman
2005-11-07
Initial commit of work-in-progress iPod port
Dave Chapman
2005-06-22
Increased max number of tick tasks
Linus Nielsen Feltzing
2005-06-08
Hot-plug support for iriver remote.
Jens Arnold
2005-04-06
Added the IS_SYSEVENT() macro
Linus Nielsen Feltzing
2005-04-06
Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...
Linus Nielsen Feltzing
2005-03-01
Export tick_start() to allow for tick timer reinit when changing CPU frequency
Linus Nielsen Feltzing
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-01-30
long policy
Jean-Philippe Bernardy
2005-01-28
do the hotswap
Jörg Hohensohn
2005-01-24
More int -> long
Jean-Philippe Bernardy
2005-01-10
Jean-Philippe Bernardy: fixed to use long for 32 bit values
Daniel Stenberg
2004-10-12
SYS_xxx events now don't share bits with regular events. New event: SYS_POWER...
Linus Nielsen Feltzing
2004-10-10
First part of MMC hotswap handling; removed unnecessary MMC thread
Jens Arnold
2004-09-01
Made queue_clear() atomic, and made the argument non-const
Linus Nielsen Feltzing
2004-09-01
New kernel function: queue_clear()
Linus Nielsen Feltzing
2004-08-16
Const policed pointer arguments to functions, part 1
Jens Arnold
2004-02-25
The cli()/sti() functions are not safe. We should have removed them long ago.
Linus Nielsen Feltzing
2003-02-07
Include File Cleanup And Move-Around Party 2003.
Daniel Stenberg
2003-02-05
Public firmware header files should now be put in firmware/include/ directory
Daniel Stenberg
2002-10-11
Enable status bar in usb mode.
Markus Braun
2002-06-29
Added queue_broadcast()
Linus Nielsen Feltzing
2002-06-04
Clarified the mutex code, renamed the NUM_TICK_TASKS macro
Linus Nielsen Feltzing
2002-06-04
Moved NUM_TICK_TASKS definition
Linus Nielsen Feltzing
2002-05-23
Added queue_empty()
Björn Stenberg
2002-05-16
Changed queue API. Added mutex functions
Linus Nielsen Feltzing
2002-05-06
Added some prototypes
Linus Nielsen Feltzing
2002-05-05
Added tick and interrupt level functions
Linus Nielsen Feltzing
2002-04-29
Added queue handling stuff - NOT INTERRUPT SAFE
Linus Nielsen Feltzing
2002-04-21
Alan's ATA code, or what's left of it after I have laid my grubby little hands
Björn Stenberg
2002-03-28
First version
Björn Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg