aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-05-29libnet: Pass ip_version via struct filename_ipThomas Huth3-12/+13
2018-05-25libnet: Get rid of unused huge_load and block_size parametersThomas Huth5-23/+10
2018-05-24libc: Check for NULL pointers in free()Thomas Huth1-1/+3
2018-05-24libc: Implement strrchr()Thomas Huth2-1/+29
2018-05-14libnet: Get rid of unnecessary (char *) castsThomas Huth6-33/+35
2018-04-04broken_sc1: check for H_PRIVILEGENikunj A Dadhania2-5/+6
2017-12-11libvirtio: Mark struct virtio_scsi_req_cmd as packedThomas Huth1-1/+1
2017-11-06fdt: Pass the resulting device tree to QEMUAlexey Kardashevskiy3-1/+8
2017-10-24Revert various SLOF-to-QEMU private hypercallsAlexey Kardashevskiy3-17/+1
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania3-17/+51
2017-09-26libnet/ipv6: assign times_asked value directlyNikunj A Dadhania1-1/+1
2017-09-12usb-xhci: Reset ERSTSZ together with ERSTBAAlexey Kardashevskiy1-0/+2
2017-08-07virtio-net: rework the driver to support multiple openNikunj A Dadhania5-92/+128
2017-07-25board-qemu: add private hcall to inform host on "phandle" updateGreg Kurz3-0/+9
2017-07-11libhvcall: drop unused KVMPPC_H_REPORT_MC_ERR and KVMPPC_H_NMI_MCE definesGreg Kurz1-2/+0
2017-07-10libnet: Move parse_tftp_args to tftp.cThomas Huth2-106/+104
2017-07-07libnet: Make the code compilable with -Wformat-securityThomas Huth1-1/+1
2017-07-07libnet: Move the external declaration of send_ip to ethernet.hThomas Huth3-4/+3
2017-07-07libc: Declare size_t as unsigned longThomas Huth1-2/+1
2017-06-30libnet/netload: Three more minor clean-upsThomas Huth1-12/+13
2017-06-30libnet/tftp: Allow loading to address 0Thomas Huth1-5/+6
2017-06-28libnet: Refactor some code of netload() into a separate functionThomas Huth1-83/+94
2017-06-28libnet: Rework error message printingThomas Huth1-82/+44
2017-06-28libnet: Remove remainders of netsave codeThomas Huth2-3/+0
2017-06-28lib/Makefile: Pass FLAG to make in SUBDIRS targetMurilo Opsfelder Araujo2-2/+2
2017-06-15libnet: Cosmetical clean-upThomas Huth3-14/+11
2017-06-15libnet: Allocate ICMPv6 packet space on the heap, not on the stackThomas Huth1-4/+26
2017-06-08A new SLOF boot menuThomas Huth6-1/+287
2017-06-08libc: The arguments of puts() can be marked as "const"Thomas Huth2-2/+2
2017-02-06virtio-scsi: initialize vring avail queue buffersLaurent Vivier1-13/+15
2017-02-03virtio: Remove global variables in block and 9p driverThomas Huth2-12/+6
2016-11-24virtio: Implement block write supportThomas Huth4-14/+28
2016-11-24virtio-scsi: Fix descriptor order for SCSI WRITE commandsThomas Huth1-5/+14
2016-11-10virtio: Fix stack comment of virtio-blk-readThomas Huth1-1/+1
2016-10-19virtio-serial: Fix compile errorAlexey Kardashevskiy1-1/+2
2016-10-17libnet: Simplify the net-load arguments passingThomas Huth3-24/+23
2016-10-17libnet: Simplify the Forth-to-C wrapper of ping()Thomas Huth3-22/+15
2016-10-17Do not link libnet to net-snk anymore, and remove net-snk from board-qemuThomas Huth2-3/+2
2016-10-17Add a Forth-to-C wrapper for the ping command, tooThomas Huth2-0/+18
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth2-0/+21
2016-10-13Add virtio-serial device supportNikunj A Dadhania5-1/+269
2016-10-10libnet: Make netapps.h includable from .code filesThomas Huth3-9/+12
2016-10-10libnet: Remove unused prototypes from netapps.hThomas Huth1-3/+0
2016-10-10libnet: Fix the printout of the ping commandThomas Huth1-3/+1
2016-10-10libnet: Make sure to close sockets when we're doneThomas Huth2-0/+10
2016-09-14paflof: Add socket(), send() and recv() functions to paflofThomas Huth1-0/+53
2016-09-14paflof: Provide get_timer() and set_timer() helper functionsThomas Huth1-0/+6
2016-08-16libnet: Re-initialize global variables at the beginning of tftp()Thomas Huth1-15/+23
2016-08-03usb: Set XHCI slot speed according to port statusThomas Huth3-7/+22
2016-08-03usb: Build correct route string for USB3 devices behind a hubThomas Huth1-4/+10