2006-12-19 |
Michael Brown | Assume a 24-line screen, since we can't (easily) avoid... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Michael Brown | Optimise bios_putchar for speed(!) by avoiding two... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Michael Brown | Avoid cursor move on every single character |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Michael Brown | Obsolete, and no longer functions |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Michael Brown | Use ANSI escape sequence to reset and clear terminal... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Michael Brown | Now basically functioning on ANSI-supporting consoles. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Adjusted to use the normal internal mucurses API rather... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Remove more dynamic allocation |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | There seems to be no reason why pos_x is static... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Remove some unnecessary use of calloc() for tiny memory... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Convert _{store,restore}_cursor_pos to static inlines. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | wmove() is part of the public curses API, and already... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Renamed core.h to mucurses.h |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Rename core.c->mucurses.c; bin/core.o is too generic... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Use int rather than short for bool; it will give more... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Use iskey() and getchar() to interact with console... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | The "increment MAC address by port number" hack applies... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Print welcome banner in bold (which will come out as... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Add basic ANSI escape sequence support to BIOS console |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Michael Brown | Added support for interpreting ANSI escape sequences... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Fix building on gas versions that don't auto-insert... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Automatically select between the "10" and "16" variants... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Catch SCSI errors, and work around the start-of-day... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Request all the options that we're prepared to do anyth... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Added "clear" command |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Michael Brown | Added clear_setting() |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Cope with system(""). |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Added "priority" and "root-path" options |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Add placeholder ibft.h |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Use root-path option (as per RFC 4173) rather than... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Also request root-path. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Including the final (char *)NULL is the responsibility... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Added "exit" back in as a standardised command. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | cmdlinelib.c now calls system() rather than doing its... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Added execv() and system(). |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Added missing include of stdint.h |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Added strdup() |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Michael Brown | Added missing prototype |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Michael Brown | Added a functional version of getopt() and getopt_long... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Michael Brown | Add support for non-volatile stored options in the... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Michael Brown | inet_aton() has a non-traditional return value |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Michael Brown | A cleaner method of handling login redirection; just... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Michael Brown | Added write support for three-wire devices (e.g. the... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Michael Brown | Verify data after writing |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Michael Brown | Work around another confused-by-RST bug |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Support PXE and iSCSI by default |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Work around another instance of the port re-use bug. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Tweaked retry messages |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Added debug messages |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Call closed() method only when the connection is genuin... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Ensure that tcp_rx() always frees its received packet... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Killed off spurious <stdio.h> inclusion |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Avoid calling NULL methods! |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Update ftp.c to work with Nikhil's TCP stack. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | The VPD engine is broken and can't actually handle... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Adjust EEPROM/flash detection to fit expected manufactu... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Added options listed in |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Tidy up some more output. The command-line code needs... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Slightly tidied up console messages. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Change some debugging messages to use DBG() |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Avoid draining the keyboard buffer during gateA20_set... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Tied NVO commands into the human-interactable settings... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Handle TargetAddress |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Handle strings as complete units, instead of a byte... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Michael Brown | Add iscsi_rx_buffered_data() and supporting infrastructure. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added more debug messages |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added quick and dirty commands for testing the new... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added debug statements |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added nvs_write(). This shares a lot of code in common... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added nvo_save() |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Add the concept of a fragment list for non-volatile... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Fixed two logic errors that were cancelling each other... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Migrated etherfabric driver to using generic SPI layer. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added the generic block-splitting code to nvs.c |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Added generic SPI protocol handler with read and write... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Abstracted out part of the concept of an SPI device... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Changed length parameter in SPI methods to be a byte... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Generalised the SPI abstraction layer to also be able... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Michael Brown | Force syntax-checking on assertions even in non-asserti... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Michael Brown | Move ANSI C standard prototypes to stdlib.h; leave... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Michael Brown | Basic non-volatile storage support |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Michael Brown | Make the "drive number" option apply to iSCSI as well... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Michael Brown | Merged changes from Solarflare |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Michael Brown | Create "username" and "password" DHCP options, ready... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Michael Brown | Updated to use asynchronous operation model for iSCSI... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Michael Brown | Marked memcmp/strcmp as "pure" functions, to allow... |
commit | commitdiff | tree | snapshot |
2006-11-24 |
Michael Brown | Implemented realloc(), and changed the semantics of... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Michael Brown | Fixed off-by-one error |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Michael Brown | Added "name" field to digest algorithms |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Michael Brown | Added debug statements. |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Michael Brown | Reduce from 157 to 123 bytes |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Michael Brown | Added generic CHAP layer, independent of iSCSI |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Michael Brown | Made it temporarily possible to call MD5 routines direc... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Michael Brown | Note to self: do not write code late at night |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Michael Brown | May as well add octal support to strtoul() |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Michael Brown | Fixed endp bug in strtoul() |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Michael Brown | Extend strtoul() to cope with hex as well as decimal... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Michael Brown | Split login into security negotation and operational... |
commit | commitdiff | tree | snapshot |
next |