aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-04-10libnet: Correctly re-initialize the "ip_version" variable each timeThomas Huth1-1/+3
2018-07-02libelf: Add REL32 to the list of ignored relocationsThomas Huth1-0/+1
2018-06-07lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parserThomas Huth1-5/+6
2018-06-07lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more logicalThomas Huth1-6/+8
2018-06-07libc: Add a simple implementation of an assert() functionThomas Huth1-0/+36
2018-05-29libnet: Support UUID-based pxelinux.cfg file namesThomas Huth3-5/+31
2018-05-29libnet: Add support for DHCPv4 options 209 and 210Thomas Huth5-20/+88
2018-05-29libnet: Wire up pxelinux.cfg network bootingThomas Huth1-2/+82
2018-05-29libnet: Add functions for downloading and parsing pxelinux.cfg filesThomas Huth3-1/+246
2018-05-29libnet: Put code for determing TFTP error strings into a separate functionThomas Huth3-73/+109
2018-05-29libc: Add the snprintf() functionThomas Huth3-1/+30
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