File tree
Expand file treeCollapse file tree
3 files changed
+88
-24
lines changedFilter options
- patches/mlibc
- src/aero_kernel/src/syscall
Expand file treeCollapse file tree
3 files changed
+88
-24
lines changedpatches/mlibc/jinx-working-patch.patch
Copy file name to clipboardExpand all lines: patches/mlibc/jinx-working-patch.patch+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 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 | + |
src/aero_kernel/src/syscall/fs.rs
Copy file name to clipboardExpand all lines: src/aero_kernel/src/syscall/fs.rs+31-22Lines changed: 31 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
117 | 113 |
|
| 114 | + |
118 | 115 |
|
119 | 116 |
|
120 |
| - |
| 117 | + |
121 | 118 |
|
122 | 119 |
|
123 | 120 |
|
| ||
129 | 126 |
|
130 | 127 |
|
131 | 128 |
|
132 |
| - |
| 129 | + |
133 | 130 |
|
134 | 131 |
|
135 | 132 |
|
| ||
139 | 136 |
|
140 | 137 |
|
141 | 138 |
|
142 |
| - |
143 |
| - |
144 |
| - |
| 139 | + |
145 | 140 |
|
146 | 141 |
|
147 | 142 |
|
| ||
183 | 178 |
|
184 | 179 |
|
185 | 180 |
|
186 |
| - |
187 |
| - |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
188 | 192 |
|
189 |
| - |
190 |
| - |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
191 | 200 |
|
192 | 201 |
|
193 | 202 |
|
194 |
| - |
| 203 | + |
195 | 204 |
|
196 | 205 |
|
197 | 206 |
|
|
src/aero_kernel/src/syscall/mod.rs
Copy file name to clipboardExpand all lines: src/aero_kernel/src/syscall/mod.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 |
| - |
| 210 | + |
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
|
0 commit comments