| Patch |
File delta |
Description |
| qemu rom.patch | (download) |
Makefile |
2 2 + 0 - 0 !
qemu/Makefile |
122 122 + 0 - 0 !
qemu/head.S |
539 539 + 0 - 0 !
qemu/main.c |
173 173 + 0 - 0 !
qemu/openprom.c |
665 665 + 0 - 0 !
qemu/system_qemu.c |
416 416 + 0 - 0 !
src/arp.c |
9 3 + 6 - 0 !
src/arp.h |
2 1 + 1 - 0 !
src/hconsole.c |
8 8 + 0 - 0 !
src/lat7_2.bm |
2 1 + 1 - 0 !
src/lat7_2_swapped.bm |
121 121 + 0 - 0 !
src/le.c |
2 0 + 2 - 0 !
src/netinit.c |
22 18 + 4 - 0 !
src/netpriv.h |
5 2 + 3 - 0 !
src/openprom.h |
20 10 + 10 - 0 !
src/packet.c |
6 4 + 2 - 0 !
src/printf.c |
6 3 + 3 - 0 !
src/rconsole.c |
13 13 + 0 - 0 !
src/rconsole.h |
4 2 + 2 - 0 !
src/romlib.h |
6 3 + 3 - 0 !
src/sched_4m.c |
2 1 + 1 - 0 !
src/swap.c |
21 21 + 0 - 0 !
src/system.c |
20 6 + 14 - 0 !
src/system.h |
2 1 + 1 - 0 !
src/udp.c |
5 1 + 4 - 0 !
src/vcons_zs.c |
68 68 + 0 - 0 !
src/vconsole.c |
133 115 + 18 - 0 !
src/vconsole.h |
4 4 + 0 - 0 !
28 files changed, 2323 insertions(+), 75 deletions(-) |
---
|
| asm syntax.patch | (download) |
src/hme.c |
22 11 + 11 - 0 !
src/rconsole.c |
8 4 + 4 - 0 !
src/system.h |
74 37 + 37 - 0 !
3 files changed, 52 insertions(+), 52 deletions(-) |
---
|
| bzero bcopy.patch | (download) |
qemu/system_qemu.c |
18 14 + 4 - 0 !
src/system.c |
18 14 + 4 - 0 !
2 files changed, 28 insertions(+), 8 deletions(-) |
---
|
| memset fix args.patch | (download) |
src/romlib.h |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|
| disable sparcv9.patch | (download) |
src/asi.h |
16 16 + 0 - 0 !
src/hme.c |
6 6 + 0 - 0 !
2 files changed, 22 insertions(+) |
---
|
| build freestanding.patch | (download) |
espresso-ser/Makefile |
2 1 + 1 - 0 !
espresso/Makefile |
2 1 + 1 - 0 !
krups-ser/Makefile |
2 1 + 1 - 0 !
krups/Makefile |
2 1 + 1 - 0 !
mrcoffee/Makefile |
2 1 + 1 - 0 !
qemu/Makefile |
2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-) |
---
|