SourceForge.net

Search

Index of /libogc/libogc

Files shown:88 (Show 4 dead files)
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
aram.c  1.13  6 months  wntrmute  return to sanity
argv.c  1.1  4 months  wntrmute  add argv support
arqmgr.c  1.12  6 months  wntrmute  return to sanity
arqueue.c  1.9  6 months  wntrmute  return to sanity
audio.c  1.16  6 months  wntrmute  return to sanity
cache.c  1.8  6 months  wntrmute  return to sanity
cache_asm.S  1.8  6 months  wntrmute  return to sanity
card.c  1.67  5 weeks  shagkur  fixed system shutdown issue while FPR corruption fix has been applied.
cond.c  1.18  8 months  wntrmute  Synchronise wth Shagkur's latest changes
conf.c  1.5  6 weeks  wntrmute  correct horizontal display offset
console.c  1.7  7 weeks  wntrmute  add Marcan's updates
console.h  1.4  6 months  shagkur  added console window support. patch submitted by tybor
console_font_8x16.c  1.2  7 months  wntrmute  merge from nosyscalls branch build wii & cube libraries simultaneously
decrementer.c  1.5  8 months  wntrmute  Synchronise wth Shagkur's latest changes
decrementer_handler.S  1.14  8 months  wntrmute  Synchronise wth Shagkur's latest changes
depackrnc.S  1.6  2 years  shagkur  no message
depackrnc1.c  1.2  2 years  shagkur  no message
dsp.c  1.9  6 months  wntrmute  return to sanity
dvd.c  1.57  6 months  wntrmute  return to sanity
es.c  1.10  7 weeks  tristans  Merged some fixes from the git libogc, added libdi.
exception.c  1.46  3 months  wntrmute  move exception screen down 2 lines
exception_handler.S  1.17  6 months  wntrmute  return to sanity
exi.c  1.37  6 months  wntrmute  return to sanity
gu.c  1.13  6 months  wntrmute  return to sanity
gu_psasm.S  1.11  7 weeks  wntrmute  add Marcan's updates
gx.c  1.55  4 weeks  shagkur  reverted infinte light pos multiplier to old value
ios.c  1.6  7 weeks  tristans  Merged some fixes from the git libogc, added libdi.
ipc.c  1.19  7 weeks  tristans  Merged some fixes from the git libogc, added libdi.
irq.c  1.22  6 months  wntrmute  return to sanity
irq_handler.S  1.17  6 months  wntrmute  return to sanity
isfs.c  1.13  4 months  wntrmute  prevent reopening of /dev/fs
kprintf.c  1.2  7 months  wntrmute  merge from nosyscalls branch build wii & cube libraries simultaneously
lock_supp.c  1.2  7 months  wntrmute  merge from nosyscalls branch build wii & cube libraries simultaneously
lwp.c  1.36  4 months  wntrmute  add argv support
lwp_handler.S  1.14  5 weeks  shagkur  fixed _CPU_ISR macros to take care other MSR bits than MSR_EE. bug identified by...
lwp_heap.c  1.1  21 months  wntrmute  add tinysmb and zlib
lwp_heap.inl  1.1  21 months  wntrmute  add tinysmb and zlib
lwp_messages.c  1.9  22 months  wntrmute  sync with softdev 2006-10-03
lwp_messages.inl  1.5  22 months  wntrmute  sync with softdev 2006-10-03
lwp_mutex.c  1.5  22 months  wntrmute  sync with softdev 2006-10-03
lwp_mutex.inl  1.3  2 years  shagkur  no message
lwp_objmgr.c  1.5  22 months  wntrmute  sync with softdev 2006-10-03
lwp_objmgr.inl  1.2  2 years  shagkur  - made object handling ISR safe
lwp_priority.c  1.4  2 years  shagkur  no message
lwp_priority.inl  1.4  2 years  shagkur  no message
lwp_queue.c  1.3  2 years  shagkur  no message
lwp_queue.inl  1.2  4 years  shagkur  fixed bug in exi driver and some changes in card driver. now check against laten...
lwp_sema.c  1.8  22 months  wntrmute  sync with softdev 2006-10-03
lwp_sema.inl  1.3  2 years  shagkur  no message
lwp_stack.c  1.5  2 years  shagkur  no message
lwp_stack.inl  1.2  4 years  shagkur  fixed bug in exi driver and some changes in card driver. now check against laten...
lwp_states.inl  1.2  4 years  shagkur  fixed bug in exi driver and some changes in card driver. now check against laten...
lwp_threadq.c  1.6  22 months  wntrmute  sync with softdev 2006-10-03
lwp_threadq.inl  1.3  2 years  shagkur  no message
lwp_threads.c  1.35  5 weeks  shagkur  fixed system shutdown issue while FPR corruption fix has been applied.
lwp_threads.inl  1.6  5 weeks  shagkur  fixed _CPU_ISR macros to take care other MSR bits than MSR_EE. bug identified by...
lwp_watchdog.c  1.15  7 months  wntrmute  merge from nosyscalls branch build wii & cube libraries simultaneously
lwp_watchdog.inl  1.8  22 months  wntrmute  sync with softdev 2006-10-03
lwp_wkspace.c  1.7  7 months  shagkur  adjusted arena ranges and exports
lwp_wkspace.inl  1.4  22 months  wntrmute  sync with softdev 2006-10-03
malloc_lock.c  1.2  7 months  wntrmute  merge from nosyscalls branch build wii & cube libraries simultaneously
message.c  1.14  8 months  wntrmute  Synchronise wth Shagkur's latest changes
mutex.c  1.16  8 months  wntrmute  Synchronise wth Shagkur's latest changes
network_common.c  1.1  5 months  wntrmute  move some common inet functions to libogc
network_wii.c  1.15  4 months  shagkur  added missed error conversion
newlibc.c  1.3  7 months  wntrmute  update for libsysbase exit hook
ogc_crt0.S  1.22  4 months  wntrmute  add argv support
pad.c  1.26  5 weeks  shagkur  fixed system shutdown issue while FPR corruption fix has been applied.
sbrk.c  1.3  7 months  shagkur  adjusted arena ranges and exports
sdgecko_buf.c  1.1  4 months  wntrmute  add libfat support code
sdgecko_io.c  1.1  4 months  wntrmute  add libfat support code
semaphore.c  1.13  8 months  wntrmute  Synchronise wth Shagkur's latest changes
si.c  1.19  6 months  wntrmute  return to sanity
stm.c  1.4  4 months  wntrmute  implement SYS shutdown modes add LED control
sys_state.c  1.3  2 years  shagkur  no message
sys_state.inl  1.3  2 years  shagkur  no message
system.c  1.85  5 weeks  shagkur  fixed system shutdown issue while FPR corruption fix has been applied.
system_asm.S  1.16  6 months  wntrmute  return to sanity
tdf.c  1.12  6 months  wntrmute  return to sanity
texconv.c  1.2  4 months  shagkur  no message
timesupp.c  1.5  4 months  shagkur  changed RTC retrieving
timesupp.h  1.2  7 months  wntrmute  merge from nosyscalls branch build wii & cube libraries simultaneously
usb.c  1.12  4 months  shagkur  no message
usbgecko.c  1.2  5 months  shagkur  removed the static modifier
usbstorage.c  1.8  11 days  shagkur  added speed-up patch. submitted by svpe
video.c  1.70  6 weeks  shagkur  added new timings. submitted by emu_kidid. not activated though
video_asm.S  1.8  8 months  wntrmute  Synchronise wth Shagkur's latest changes
wiisd.c  1.5  3 months  wntrmute  read aligned sectors directly without buffering

Powered by ViewVC 1.0.5 ViewVC Help