summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Collapse)AuthorAgeFilesLines
...
* Select required commands via config.hMichael Brown2006-12-201-0/+8
|
* Use new minimal shellMichael Brown2006-12-201-1/+6
|
* Catch attempts to print NULL stringsMichael Brown2006-12-191-0/+2
|
* Use common symbols to avoid dragging in getopt.o unless a getopt-usingMichael Brown2006-12-192-18/+9Star
| | | | command is linked in.
* Added support for interpreting ANSI escape sequences on behalf ofMichael Brown2006-12-181-0/+114
| | | | non-ANSI-capable consoles.
* Added clear_setting()Michael Brown2006-12-121-2/+25
|
* Cope with system("").Michael Brown2006-12-081-6/+12
|
* Added "priority" and "root-path" optionsMichael Brown2006-12-081-2/+94
|
* D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'ohMichael Brown2006-12-081-3/+9
|
* Added execv() and system().Michael Brown2006-12-081-0/+139
|
* Added strdup()Michael Brown2006-12-081-2/+10
|
* Added a functional version of getopt() and getopt_long(), ready for useMichael Brown2006-12-071-0/+280
| | | | in our commands.
* inet_aton() has a non-traditional return valueMichael Brown2006-12-061-1/+1
|
* Tied NVO commands into the human-interactable settings code that IMichael Brown2006-12-051-37/+25Star
| | | | completely forgot I'd written ages ago.
* Added more debug messagesMichael Brown2006-12-051-2/+8
|
* Added quick and dirty commands for testing the new NVO code.Michael Brown2006-12-052-2/+9
|
* Added nvo_save()Michael Brown2006-12-041-30/+58
|
* Add the concept of a fragment list for non-volatile stored options.Michael Brown2006-12-041-31/+98
|
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-042-106/+109
| | | | | | | device. Separated the mechanisms of non-volatile storage access and non-volatile stored options.
* Basic non-volatile storage supportMichael Brown2006-11-291-0/+106
|
* Implemented realloc(), and changed the semantics of malloc(0) to allowMichael Brown2006-11-241-15/+79
| | | | for realloc(0) being a valid way to free memory.
* Fixed off-by-one errorMichael Brown2006-11-221-1/+1
|
* Note to self: do not write code late at nightMichael Brown2006-11-151-5/+8
|
* May as well add octal support to strtoul()Michael Brown2006-11-151-5/+8
|
* Fixed endp bug in strtoul()Michael Brown2006-11-151-1/+2
|
* Extend strtoul() to cope with hex as well as decimal. Doesn't copeMichael Brown2006-11-151-9/+25
| | | | with octal yet, but we can probably live without that.
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-275-5/+0Star
| | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway.
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
|
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-276-4/+11
|
* KilledMichael Brown2006-09-181-0/+0
|
* KilledMichael Brown2006-09-181-0/+0
|
* commented out contents of core/nic.c, which should now be obsolete.Marty Connor2006-09-181-13/+25
|
* Check that serial port init actually happensMichael Brown2006-09-011-0/+2
|
* Added debug to catch initialisation failuresMichael Brown2006-09-011-6/+18
|
* Hopefully fix gcc3 build issueMichael Brown2006-08-301-1/+1
|
* Added generic function for calculating ACPI table checksumMichael Brown2006-08-281-0/+40
|
* Take out unused cleanup() function so that we can remove the linkMichael Brown2006-08-151-1/+2
| | | | dependency on dev.o.
* Removed obsolete print_config()Michael Brown2006-08-151-61/+0Star
|
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-154-23/+0Star
| | | | stack or INT 13 emulator etc.
* Added cmdl_show proof-of-conceptMichael Brown2006-08-111-0/+20
|
* Added "hostname" and "ip" as sample settingsMichael Brown2006-08-111-0/+13
|
* Added ipv4 configuration typeMichael Brown2006-08-111-0/+56
|
* Add string configuration typeMichael Brown2006-08-111-5/+54
|
* Added basic infrastructure for manipulating settings.Michael Brown2006-08-111-0/+148
|
* Removed obsolete line merged in with the cmdline stuffMichael Brown2006-08-091-1/+0Star
|
* AbortedMichael Brown2006-08-092-303/+0Star
|
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-093-0/+306
|
* Accept '%i' as a synonym for '%d'.Michael Brown2006-07-251-1/+1
|
* Remove the static IP address hack from netdevice.c, and change theMichael Brown2006-07-201-1/+1
| | | | default test to the DHCP test.
* Tidy up hex_dump() output.Michael Brown2006-07-171-2/+2
|