forked from ps2dev/ps2sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
214 lines (155 loc) · 5.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# _____ ___ ____ ___ ____
# ____| | ____| | | |____|
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.
2007-08-30
- lukasz, added freepad
2007-06-25
- lukasz, added freemtap
2007-06-24
- lukasz, added freesio2, built from sio2log source
2007-01-30
- herben, fixed libpadx
2006-08-11
- herben, added lwip 1.1.1 and updated ps2ip to use lwip 1.1.1
2006-01-28
- tyranid, added a working USBD supplied by Cody56
2005-10-03
- gawd, added -pg gprof profiling (plus a sample)
2005-06-12
- oopo, added draw library
- pixel, added erl feature - dynamic library
2005-05-18
- linuzappz, added timrman stub (.h/.S at iop kernel)
2005-04-28
- pixel and neofar, added chdir and tweaked fopen
2005-04-24
- gawd, added audsrv
2005-04-17
- oopo, added packet library
2005-04-03
- tyranid, added getsyscall
2005-03-20
- pixel, added a new bin2o in pure C
- oopo, added math3d library
2005-03-17
- oopo, added dma library
- oopo, added simple graph library
2005-02-09
- herben, better locking into iopcontrol to check init after reboot.
2005-02-07
- herben, added section alignment for .ctors and .dtors sections.
- herben, fixed dread in iomanX.
2005-02-04
- pixel, split the libcdvd into .o files.
2005-02-01
- Neil Stevens, fixed samples/Makefile.eeglobal_sample's link order.
2005-01-27
- oopo, added an install target.
- herben, fixed dev9's hardware registers.
2005-01-20
- herben, added SifExitRpc to SifRebootIop
- drakonite, added scr_setXY, scr_getX, scr_getY and scr_clear
2005-01-18
- herben, fixed various strncpy bugs
2005-01-13
- pixel, added simple ctype for IOP
- pixel, made AHX beeing usable :)
2005-01-12
- pixel, created alloc.irx
2005-01-11
- pixel, renamed RFU060 and RFU061 to SetupThread and SetupHeap.
- pixel, introduced locking in the sdk, to fix issues with malloc.
2005-01-10
- pixel, definitively (?) fixed xprintf's signed/unsigned printouts.
2005-01-05
- pixel, fixed realloc's alignment bug.
- pixel, added timer.h
- kaylakaze, fixed some iop's makefiles.
- pixel, assert was not working nicely. fixed.
2005-01-04
- radad, fixed pad samples.
2005-01-03
- pixel, started a small skeleton, put a hello.irx file there.
- pixel, fixing printf-to-puts "gcc-optimisation" issue *AGAIN*.
2005-01-02
- herben, added volatiles counterparts to tamtypes.h
2005-01-01 Version 1.2 - new year's release.
- pixel, put errno var into errno.h (duh)
- pixel, changed write functions to use const buffers.
2004-12-31
- oopo, moved toolchain.sh to a new ps2toolchain project.
- pixel, various hacks to make g++ happy when using stl objects.
2004-12-29
- pixel, reversed and added StopModule, UnloadModule, and SearchModuleByName
- pixel, filling some blanks in iop's modload.h, using kernel.s stubs.
- pixel, added strpbrk, strspn, strcspn, strcoll and strxfrm to libc.
- pixel, guessed SearchModuleByAddress structure (huh... was easy...)
2004-12-17
- radad, fixed libpad.h for some naming mistakes.
2004-11-22
- stefan, complete support for C++ global constructors and deconstructors.
- pixel, fixing libkernel/libc dependancy.
- pixel, fixing various strncpy bugs in libkernel.
2004-11-17
- emoon, Added stacktrace.
2004-11-06
- myria, changed data types in tamtypes.h
2004-11-01
- raipsu, fixed memalign.
- blackdroid, pixel, lots of small stdio fixes and tweaks since a few days.
2004-10-29
- pixel, rewrote realloc, and wrote a basic memory walker. Added strdup.
- neovanglist, fixed xprintf's %p.
2004-10-26
- neovanglist, added FIONREAD and FIONBIO to TCP/IP stack headers.
2004-10-25
- pixel, fixed realloc, reported by raipsu.
2004-10-19
- stefan, cleaned up ps2_sbrk().
2004-10-08
- pixel, renamed config.h/c to osd_config.h/c.
2004-10-05
- pixel, added a small assert.h.
2004-10-01
- pixel, various stdlib tweaks and fixes.
- chipnat, changing qsort.c introduced by pixel to fix license problem.
2004-09-21
- lukasz, fixed ioptrap so it has correct import/exports.
2004-09-19
- tyranid, Added new interrupt bit to sio.h.
- pixel, fixing printf-to-puts "gcc-optimisation" issue.
2004-09-16
- mrhtford, fixed SifExecModuleBuffer (bad DMA behavior).
2004-09-14
- pixel, put and tweaked jenova0's stdlib code.
2004-09-12
- pixel, added ioptrap, from verse.
- pixel, fixed setjmp/longjmp
- tyranid, added remote and padx
2004-09-09
- pixel, added iop's excepman.h
- pixel, put and tweaked jenova0's stdio code.
- satanskji, adding new strcpy_sjis and strcpy_ascii.
2004-09-07
- pixel, added sbv-lite to ps2sdk.
- pixel, added bin2c tool.
2004-09-06
- pixel, Added strtoul function to ee kernel.
2004-09-06 Version 1.1
- emoon, Added screen capture routines for debugging.
- lukasz, Added freesd.
- mrbrown, Fixed reference to newlib. Uses internal libc.
- Drakonite, Fixed file permissions in install.
- warren, fix C++ linker flags and order.
- clement, provide 48bit LBA support to ps2atad.
- tyranid, provide initial commit of USBD (not finished).
- hiryu, added libkernel to IOP for creating IOP library files.
- linuzapp, fixed IOP compiler detection in build.
- raizor, added AHX sound library to IOP.
2004-05-02 Version 1.0Alpha
- Initial release.
- Brings together ps2lib, ps2drv, ps2hid, ps2ip, etc.