| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bugs in libc, psxgpu, psxpress, clean up headers | spicyjpeg | 2024-01-08 | 2 | -11/+8 |
| * | More library cleanups and libc fixes | spicyjpeg | 2023-05-21 | 8 | -115/+101 |
| * | Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion() | spicyjpeg | 2023-05-12 | 1 | -0/+48 |
| * | Merge pull request #71 from saxbophone/patch-1 | spicyjpeg | 2023-05-11 | 1 | -0/+3 |
| |\ |
|
| | * | Add C11 error checking to vsnprintf() | Joshua Saxby | 2023-04-21 | 1 | -0/+3 |
| * | | Fix non-standard string.h functions, remove argv parser | spicyjpeg | 2023-04-04 | 5 | -358/+371 |
| |/ |
|
| * | Rearrange hwregs_c.h and k573io.h, add clz intrinsics | spicyjpeg | 2022-12-18 | 1 | -0/+43 |
| * | Refactor dynamic linker, misc. cleanups | spicyjpeg | 2022-10-30 | 1 | -5/+1 |
| * | Library bugfixes and additions, _sdk_log_inner() removal | spicyjpeg | 2022-10-23 | 3 | -30/+22 |
| * | Rewrite psxsio with new API, fix compiler warnings | spicyjpeg | 2022-10-21 | 1 | -0/+5 |
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 3 | -26/+40 |
| * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 2 | -23/+15 |
| * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 1 | -3/+3 |
| * | Optimize memset(), add heap usage API, remove _mem_init() | spicyjpeg | 2022-10-08 | 3 | -48/+171 |
| * | Fix DMACallback bug, disable logging in release builds | spicyjpeg | 2022-10-08 | 1 | -3/+9 |
| * | Replace default allocator with psyqo implementation | spicyjpeg | 2022-07-23 | 3 | -252/+254 |
| * | Change I/O base address to 0xbf80, use size_t in stdlib | spicyjpeg | 2022-07-17 | 1 | -4/+4 |
| * | Add 8 MB RAM support and customizable _start stub | spicyjpeg | 2022-06-27 | 2 | -2/+20 |
| * | Remove stdint.h, fix n00bdemo crashing | spicyjpeg | 2022-03-20 | 1 | -11/+12 |
| * | Minor fixes, add C++ placement new, n00bdemo 573 support | spicyjpeg | 2022-03-12 | 3 | -26/+37 |
| * | Rewrite assert() and DL_CALL(), update mkpsxiso | spicyjpeg | 2022-02-20 | 2 | -15/+21 |
| * | CMake fixes, psxcd and printf/scanf improvements | spicyjpeg | 2021-11-28 | 3 | -2/+30 |
| * | sprintf improvements, added new _mem_init, GetSystemInfo | spicyjpeg | 2021-11-18 | 2 | -21/+35 |
| * | Deprecated malloc.h, moved int*_t types to stdint.h | spicyjpeg | 2021-11-18 | 2 | -3/+2 |
| * | Added io/pads example, psxpad.h definitions, bugfixes | spicyjpeg | 2021-11-07 | 1 | -3/+3 |
| * | Migrated libpsn00b to CMake | spicyjpeg | 2021-09-12 | 1 | -61/+0 |
| * | Rewritten all Makefiles, set up proper GCC options, added iso.xml to template | spicyjpeg | 2021-08-17 | 1 | -26/+33 |
| * | Added missing header declarations, FlushCache, misc library bugfixes | spicyjpeg | 2021-08-17 | 3 | -109/+103 |
| * | Minor Makefile fixes | Austin Annestrand | 2021-02-20 | 1 | -1/+1 |
| * | Lots of makefile corrections, improved build and toolchain instructions, adde... | John Wilbert M. Villamor | 2021-02-18 | 1 | -1/+1 |
| * | Account for forward-looped memmove | Christian Kosman | 2020-10-01 | 1 | -4/+17 |
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), mov... | John Wilbert M. Villamor | 2020-09-19 | 4 | -18/+135 |
| * | libc: Add abs() and labs() functions | Thomas Perl | 2020-02-24 | 1 | -0/+7 |
| * | Added long awaited CD-ROM library and loads of fixes, see changelog for details | John Wilbert M. Villamor | 2019-11-22 | 2 | -9/+3 |
| * | Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed nega... | John Wilbert M. Villamor | 2019-10-11 | 3 | -7/+17 |
| * | Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setU... | John Wilbert M. Villamor | 2019-09-23 | 1 | -0/+12 |
| * | Added C++ support, updated build instructions and makefiles, consolidated lib... | John Wilbert M. Villamor | 2019-07-17 | 8 | -52/+932 |
| * | Fixed local label typo in memcpy.s | John Wilbert M. Villamor | 2019-06-26 | 1 | -1/+1 |
| * | LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSyn... | John Wilbert M. Villamor | 2019-06-23 | 6 | -35/+41 |
| * | Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in the... | lameguy64 | 2019-05-23 | 2 | -9/+11 |
| * | First commit | John Wilbert M. Villamor | 2019-04-06 | 12 | -0/+2008 |