This website requires JavaScript.
Explore
Help
Sign in
len0rd
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
1
mirror of
https://github.com/Rockbox/rockbox.git
synced
2025-11-11 06:02:37 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0a1d7c28b7
rockbox
/
firmware
/
target
History
Download ZIP
Download TAR.GZ
Thomas Martitz
0a1d7c28b7
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25844 a1c6a512-1295-4272-9138-f99709370657
2010-05-06 17:35:13 +00:00
..
arm
Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs the bootloader before jumping to FW. Let the backlight LED ramp up after unplugging USB which just looks better.
2010-05-06 04:45:05 +00:00
coldfire
HD200 - fix stupid bug in lcd_grey_data
2010-05-06 14:33:19 +00:00
mips
Ingenic Jz4740: eliminate EP0 state machine + small cleanups
2010-05-03 20:36:34 +00:00
sh
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00