index
:
riscv-gnu-toolchain/qemu/roms/SLOF.git
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-24
Revert various SLOF-to-QEMU private hypercalls
Alexey Kardashevskiy
3
-17
/
+1
2017-09-26
netboot: Create bootp-response when bootp is used
Nikunj A Dadhania
3
-17
/
+51
2017-09-26
libnet/ipv6: assign times_asked value directly
Nikunj A Dadhania
1
-1
/
+1
2017-09-12
usb-xhci: Reset ERSTSZ together with ERSTBA
Alexey Kardashevskiy
1
-0
/
+2
2017-08-07
virtio-net: rework the driver to support multiple open
Nikunj A Dadhania
5
-92
/
+128
2017-07-25
board-qemu: add private hcall to inform host on "phandle" update
Greg Kurz
3
-0
/
+9
2017-07-11
libhvcall: drop unused KVMPPC_H_REPORT_MC_ERR and KVMPPC_H_NMI_MCE defines
Greg Kurz
1
-2
/
+0
2017-07-10
libnet: Move parse_tftp_args to tftp.c
Thomas Huth
2
-106
/
+104
2017-07-07
libnet: Make the code compilable with -Wformat-security
Thomas Huth
1
-1
/
+1
2017-07-07
libnet: Move the external declaration of send_ip to ethernet.h
Thomas Huth
3
-4
/
+3
2017-07-07
libc: Declare size_t as unsigned long
Thomas Huth
1
-2
/
+1
2017-06-30
libnet/netload: Three more minor clean-ups
Thomas Huth
1
-12
/
+13
2017-06-30
libnet/tftp: Allow loading to address 0
Thomas Huth
1
-5
/
+6
2017-06-28
libnet: Refactor some code of netload() into a separate function
Thomas Huth
1
-83
/
+94
2017-06-28
libnet: Rework error message printing
Thomas Huth
1
-82
/
+44
2017-06-28
libnet: Remove remainders of netsave code
Thomas Huth
2
-3
/
+0
2017-06-28
lib/Makefile: Pass FLAG to make in SUBDIRS target
Murilo Opsfelder Araujo
2
-2
/
+2
2017-06-15
libnet: Cosmetical clean-up
Thomas Huth
3
-14
/
+11
2017-06-15
libnet: Allocate ICMPv6 packet space on the heap, not on the stack
Thomas Huth
1
-4
/
+26
2017-06-08
A new SLOF boot menu
Thomas Huth
6
-1
/
+287
2017-06-08
libc: The arguments of puts() can be marked as "const"
Thomas Huth
2
-2
/
+2
2017-02-06
virtio-scsi: initialize vring avail queue buffers
Laurent Vivier
1
-13
/
+15
2017-02-03
virtio: Remove global variables in block and 9p driver
Thomas Huth
2
-12
/
+6
2016-11-24
virtio: Implement block write support
Thomas Huth
4
-14
/
+28
2016-11-24
virtio-scsi: Fix descriptor order for SCSI WRITE commands
Thomas Huth
1
-5
/
+14
2016-11-10
virtio: Fix stack comment of virtio-blk-read
Thomas Huth
1
-1
/
+1
2016-10-19
virtio-serial: Fix compile error
Alexey Kardashevskiy
1
-1
/
+2
2016-10-17
libnet: Simplify the net-load arguments passing
Thomas Huth
3
-24
/
+23
2016-10-17
libnet: Simplify the Forth-to-C wrapper of ping()
Thomas Huth
3
-22
/
+15
2016-10-17
Do not link libnet to net-snk anymore, and remove net-snk from board-qemu
Thomas Huth
2
-3
/
+2
2016-10-17
Add a Forth-to-C wrapper for the ping command, too
Thomas Huth
2
-0
/
+18
2016-10-17
Link libnet code to Paflof and add a wrapper for netboot()
Thomas Huth
2
-0
/
+21
2016-10-13
Add virtio-serial device support
Nikunj A Dadhania
5
-1
/
+269
2016-10-10
libnet: Make netapps.h includable from .code files
Thomas Huth
3
-9
/
+12
2016-10-10
libnet: Remove unused prototypes from netapps.h
Thomas Huth
1
-3
/
+0
2016-10-10
libnet: Fix the printout of the ping command
Thomas Huth
1
-3
/
+1
2016-10-10
libnet: Make sure to close sockets when we're done
Thomas Huth
2
-0
/
+10
2016-09-14
paflof: Add socket(), send() and recv() functions to paflof
Thomas Huth
1
-0
/
+53
2016-09-14
paflof: Provide get_timer() and set_timer() helper functions
Thomas Huth
1
-0
/
+6
2016-08-16
libnet: Re-initialize global variables at the beginning of tftp()
Thomas Huth
1
-15
/
+23
2016-08-03
usb: Set XHCI slot speed according to port status
Thomas Huth
3
-7
/
+22
2016-08-03
usb: Build correct route string for USB3 devices behind a hub
Thomas Huth
1
-4
/
+10
2016-08-03
usb: Initialize USB3 devices on a hub and keep track of hub topology
Thomas Huth
4
-11
/
+39
2016-08-03
usb: Increase amount of maximum slot IDs and add a sanity check
Thomas Huth
2
-1
/
+7
2016-08-03
usb: Move XHCI port state arrays from header to .c file
Thomas Huth
2
-18
/
+17
2016-07-25
usb-hid: Fix non-working comma key
Thomas Huth
1
-7
/
+0
2016-06-27
virtio-net: fix ring handling in receive
Nikunj A Dadhania
1
-2
/
+4
2016-06-27
net: Remove remainders of the MTFTP code
Thomas Huth
3
-49
/
+1
2016-06-27
net: Move also files from clients/net-snk/app/netapps/ to lib/libnet/
Thomas Huth
6
-1
/
+1305
2016-06-27
net: Move files from clients/net-snk/app/netlib/ to lib/libnet/
Thomas Huth
25
-1
/
+6131
[next]