aboutsummaryrefslogtreecommitdiff
path: root/src/interface/linux
AgeCommit message (Expand)AuthorFilesLines
2021-03-11[linux] Fail at link time if building slirp.linux without libslirpMichael Brown1-29/+3
2021-03-03[linux] Do not assume that stat() works on sysfs filesMichael Brown1-29/+20
2021-03-03[linux] Validate length of ACPI table read from sysfsMichael Brown1-0/+10
2021-03-03[linux] Use fstat() rather than statx()Michael Brown2-8/+7
2021-03-02[linux] Use generic sysfs mechanism to read SMBIOS tableMichael Brown1-64/+76
2021-03-02[linux] Use generic sysfs mechanism to read ACPI tablesMichael Brown1-78/+21
2021-03-02[linux] Add a generic function for reading files from sysfsMichael Brown2-0/+123
2021-03-02[linux] Free cached ACPI tables on shutdownMichael Brown1-0/+22
2021-03-02[build] Fix building on older versions of gccMichael Brown1-0/+3
2021-03-02[slirp] Add libslirp driver for LinuxMichael Brown1-0/+158
2021-03-01[linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown1-0/+173
2021-02-28[linux] Use host glibc system call wrappersMichael Brown10-8/+419
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-16/+10
2015-03-05[linux] Rewrite headers included in all buildsMichael Brown1-1/+0
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown3-3/+15
2014-03-07[linux] Avoid starting currticks() from zero every timeMichael Brown1-1/+7
2013-12-05[linux] Provide access to SMBIOS via /dev/memMichael Brown1-9/+87
2013-07-14[linux] Add missing #include <stddef.h>Marin Hannache2-0/+2
2013-07-13[linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown1-0/+185
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown3-3/+6
2012-05-04[time] Add Linux time source using gettimeofday()Michael Brown1-0/+45
2012-03-27[console] Remove "log message" usage from interactive console defaultsMichael Brown1-1/+1
2012-03-26[console] Allow usage to be defined independently for each consoleMichael Brown1-0/+9
2012-03-18[rng] Add Linux entropy source using /dev/randomMichael Brown1-0/+96
2011-03-27[linux] Make malloc and linux_umalloc valgrindablePiotr Jaroszyński1-3/+31
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2010-08-19[linux] Add empty smbiosPiotr Jaroszyński1-0/+37
2010-08-19[linux] Add napPiotr Jaroszyński1-0/+40
2010-08-19[linux] Add umallocPiotr Jaroszyński1-0/+126
2010-08-19[linux] Add uaccessPiotr Jaroszyński1-0/+38
2010-08-19[linux] Add timerPiotr Jaroszyński1-0/+80
2010-08-19[linux] Add consolePiotr Jaroszyński1-0/+146