2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 01:21:45 +00:00
xNBA/src
Michael Brown 55daa953fb [settings] Allow numeric_setting_value() to handle long setting values
Allow numeric_setting_value() to handle e.g. the byte sequence

  00:00:00:00:12:34:56:78

by returning -ERANGE only if the value actually overflows the return
type.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2013-08-12 18:25:18 +01:00
..
arch [settings] Expose CPUID instruction via settings mechanism 2013-08-07 12:06:28 +01:00
bin
config [settings] Expose CPUID instruction via settings mechanism 2013-08-07 12:06:28 +01:00
core [settings] Allow numeric_setting_value() to handle long setting values 2013-08-12 18:25:18 +01:00
crypto [settings] Change "not-found" semantics of fetch_setting_copy() 2013-07-19 15:15:28 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [pci] Add pci_find_next() to iterate over existent PCI devices 2013-08-05 13:51:16 +01:00
hci [cmdline] Add "pciscan" command to allow iteration over PCI devices 2013-08-05 13:51:21 +01:00
image [script] Allow commands following a script label 2013-07-25 13:22:43 +01:00
include [tcpip] Allow binding to unspecified privileged ports (below 1024) 2013-08-06 15:56:54 +01:00
interface [settings] Clarify usage of the term "named setting" 2013-07-18 15:50:02 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [nfs] Fix an issue with the selection of a local port 2013-08-06 15:58:35 +01:00
tests [settings] Allow numeric_setting_value() to handle long setting values 2013-08-12 18:25:18 +01:00
usr [settings] Eliminate call to store_named_setting() in nslookup.c 2013-07-19 15:29:23 +01:00
util [libc] Redefine low 8 bits of error code as "platform error code" 2013-04-19 13:34:13 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00
Makefile [nfs] Add support for NFS protocol 2013-07-15 17:56:29 +02:00
Makefile.housekeeping [build] Fix %.licence build target 2013-07-16 00:50:54 +02:00