david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/config
Michael Brown 24b7296319 [console] Add "log message" console usage and an internal syslog() call
Provide an internal syslog() function (unrelated to the syslog
console) which can be used to create log messages with specified
priorities.

The build-time constant LOG_LEVEL can be used to select the minimum
required priority for log messages.  Any messages that do not have a
sufficient priority will be ignored (and will be optimised away at
compile-time).

The default LOG_LEVEL is LOG_NONE.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-26 19:58:14 +01:00
..
defaults [time] Add RTC-based time source 2012-03-19 22:13:32 +00:00
local [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
.gitignore [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
config.c [console] Remove unused "btext" console 2012-03-26 15:47:34 +01:00
config_ethernet.c [fcoe] Add support for Fibre Channel over Ethernet 2010-09-15 03:20:54 +01:00
config_fc.c [fcp] Add support for the Fibre Channel Protocol 2010-09-15 03:20:26 +01:00
config_infiniband.c [block] Replace gPXE block-device API with an iPXE asynchronous interface 2010-09-14 20:37:15 +01:00
config_net80211.c [wpa] Add CCMP backend (new AES-based cryptosystem) 2010-01-05 10:11:42 -05:00
config_romprefix.c [config] Make PXE stack a compile-time option 2010-01-20 17:23:37 -05:00
console.h [console] Add "log message" console usage and an internal syslog() call 2012-03-26 19:58:14 +01:00
defaults.h [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
entropy.h [rng] Add ANS X9.82 Approved Source of Entropy Input 2012-02-21 12:42:38 +00:00
general.h [image] Add the "imgtrust" and "imgverify" commands 2012-03-25 00:11:43 +00:00
ioapi.h [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
isa.h [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
nap.h [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
sanboot.h [block] Replace gPXE block-device API with an iPXE asynchronous interface 2010-09-14 20:37:15 +01:00
serial.h [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
sideband.h [bofm] Add support for BOFM under EFI 2011-03-03 02:40:04 +00:00
time.h [time] Define an API for getting the current time 2012-03-19 22:13:27 +00:00
timer.h [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
umalloc.h [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00