summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adjusted to use the normal internal mucurses API rather than accessingMichael Brown2006-12-181-19/+25
* Remove more dynamic allocationMichael Brown2006-12-181-8/+20
* There seems to be no reason why pos_x is static...Michael Brown2006-12-181-3/+3
* Remove some unnecessary use of calloc() for tiny memory areas.Michael Brown2006-12-181-11/+8Star
* Convert _{store,restore}_cursor_pos to static inlines.Michael Brown2006-12-182-33/+20Star
* wmove() is part of the public curses API, and already defined in curses.hMichael Brown2006-12-181-1/+0Star
* Renamed core.h to mucurses.hMichael Brown2006-12-189-11/+11
* Rename core.c->mucurses.c; bin/core.o is too generic to belong to mucurses.Michael Brown2006-12-181-0/+0
* Use int rather than short for bool; it will give more efficient code.Michael Brown2006-12-181-1/+1
* Use iskey() and getchar() to interact with console, rather than objectMichael Brown2006-12-183-19/+5Star
* The "increment MAC address by port number" hack applies only to EF1.Michael Brown2006-12-181-3/+7
* Print welcome banner in bold (which will come out as bright white textMichael Brown2006-12-181-2/+5
* Add basic ANSI escape sequence support to BIOS consoleMichael Brown2006-12-182-3/+156
* Added support for interpreting ANSI escape sequences on behalf ofMichael Brown2006-12-182-0/+217
* Fix building on gas versions that don't auto-insert addr32 prefixesMichael Brown2006-12-121-3/+3
* Automatically select between the "10" and "16" variants of command set,Michael Brown2006-12-122-31/+120
* Catch SCSI errors, and work around the start-of-day CHECK CONDITIONMichael Brown2006-12-121-1/+32
* TypoMichael Brown2006-12-121-2/+2
* Request all the options that we're prepared to do anything with.Michael Brown2006-12-121-3/+5
* Added "clear" commandMichael Brown2006-12-121-0/+30
* Added clear_setting()Michael Brown2006-12-122-2/+26
* Cope with system("").Michael Brown2006-12-081-6/+12
* Added "priority" and "root-path" optionsMichael Brown2006-12-081-2/+94
* Add placeholder ibft.hMichael Brown2006-12-082-4/+13
* Use root-path option (as per RFC 4173) rather than filename option toMichael Brown2006-12-082-20/+68
* Also request root-path.Michael Brown2006-12-081-1/+2
* Including the final (char *)NULL is the responsibility of the callerMichael Brown2006-12-081-1/+1
* D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'ohMichael Brown2006-12-081-3/+9
* Added "exit" back in as a standardised command.Michael Brown2006-12-082-24/+17Star
* cmdlinelib.c now calls system() rather than doing its own tokenisationMichael Brown2006-12-086-223/+18Star
* Added execv() and system().Michael Brown2006-12-084-0/+186
* Added missing include of stdint.hMichael Brown2006-12-081-0/+1
* Added strdup()Michael Brown2006-12-082-2/+11
* Added missing prototypeMichael Brown2006-12-081-0/+1
* Added a functional version of getopt() and getopt_long(), ready for useMichael Brown2006-12-072-0/+355
* Add support for non-volatile stored options in the RTL8139 EEPROM.Michael Brown2006-12-061-1/+38
* inet_aton() has a non-traditional return valueMichael Brown2006-12-061-1/+1
* A cleaner method of handling login redirection; just use the existingMichael Brown2006-12-061-2/+5
* Added write support for three-wire devices (e.g. the RTL8139 EEPROM)Michael Brown2006-12-062-1/+61
* Verify data after writingMichael Brown2006-12-061-1/+35
* Work around another confused-by-RST bugMichael Brown2006-12-061-0/+8
* Support PXE and iSCSI by defaultMichael Brown2006-12-061-1/+4
* Work around another instance of the port re-use bug.Michael Brown2006-12-061-0/+8
* Tweaked retry messagesMichael Brown2006-12-061-1/+2
* Added debug messagesMichael Brown2006-12-051-0/+34
* Call closed() method only when the connection is genuinely in theMichael Brown2006-12-051-14/+19
* Ensure that tcp_rx() always frees its received packet buffer.Michael Brown2006-12-051-1/+2
* Killed off spurious <stdio.h> inclusionMichael Brown2006-12-051-1/+0Star
* Avoid calling NULL methods!Michael Brown2006-12-051-12/+22
* Update ftp.c to work with Nikhil's TCP stack.Michael Brown2006-12-055-33/+99