| Commit message (Expand) | Author | Age | Files | Lines |
| * | One bit of an ASCII character can make a big difference. | Michael Brown | 2006-05-29 | 1 | -1/+1 |
| * | Added first sketch of a generic retry timer mechanism. The idea is to use | Michael Brown | 2006-05-29 | 2 | -0/+166 |
| * | Handle multi-sector reads by splitting them into subcommands. | Michael Brown | 2006-05-29 | 4 | -3/+54 |
| * | Initial AoE implementation. Limitations are: | Michael Brown | 2006-05-29 | 3 | -0/+437 |
| * | Use separate data-in and data-out buffers. | Michael Brown | 2006-05-29 | 2 | -69/+67 |
| * | Add ETH_P_AOE | Michael Brown | 2006-05-28 | 1 | -0/+1 |
| * | Tidy up comment | Michael Brown | 2006-05-28 | 1 | -4/+5 |
| * | Fixed assembly on old versions of gas | Michael Brown | 2006-05-28 | 2 | -4/+4 |
| * | Added tcp_kick(). This speed up LILO and GRUB booting by almost two | Michael Brown | 2006-05-27 | 3 | -0/+15 |
| * | Avoid causing TX overflow on small TX queues. | Michael Brown | 2006-05-27 | 1 | -3/+9 |
| * | Rewrote to use the new net driver API, the updated PCI API, and the | Michael Brown | 2006-05-27 | 1 | -316/+372 |
| * | I have no idea how this ever worked before. | Michael Brown | 2006-05-27 | 1 | -5/+10 |
| * | Make PKB_ZLEN the minimum possible size of packet buffer (to allow for | Michael Brown | 2006-05-27 | 2 | -0/+13 |
| * | Tidied up debugging messages | Michael Brown | 2006-05-27 | 2 | -5/+5 |
| * | Added abstraction layer for a three-wire serial device (e.g. the EEPROM | Michael Brown | 2006-05-26 | 3 | -0/+171 |
| * | Updated to work with libprefix. | Michael Brown | 2006-05-26 | 1 | -186/+179 |
| * | Documented the fact that the prefix can prot_call(main) without | Michael Brown | 2006-05-26 | 1 | -0/+9 |
| * | relocate.o is now dragged in by the objects that require it; there is no | Michael Brown | 2006-05-25 | 2 | -10/+0 |
| * | Removed some obsolete INIT_XXX constants. | Michael Brown | 2006-05-25 | 1 | -5/+0 |
| * | Also hide base memory region from E820 map. | Michael Brown | 2006-05-25 | 1 | -2/+7 |
| * | init_librm() and prot_call() are now real-mode far calls. | Michael Brown | 2006-05-25 | 4 | -90/+120 |
| * | Has been obsolete for a while. | Michael Brown | 2006-05-25 | 1 | -160/+0 |
| * | Update relocate() to work with get_memmap(). | Michael Brown | 2006-05-25 | 1 | -66/+44 |
| * | Fix printf format warning error | Michael Brown | 2006-05-25 | 1 | -2/+3 |
| * | Why should pushal/popal put the registers on the stack in a logical | Michael Brown | 2006-05-25 | 1 | -1/+1 |
| * | Typo. | Michael Brown | 2006-05-25 | 1 | -1/+1 |
| * | Add a "count" field to struct memory_map. | Michael Brown | 2006-05-25 | 2 | -6/+11 |
| * | Define a struct memory_map with a fixed number of entries, rather than | Michael Brown | 2006-05-24 | 2 | -13/+21 |
| * | Remove the automatic segment register save and restore; most users of | Michael Brown | 2006-05-24 | 1 | -8/+0 |
| * | Removed REAL_EXEC(); there is no longer any code using it. | Michael Brown | 2006-05-24 | 3 | -44/+14 |
| * | Added potentially required "\n\t" on the end of asm_code_str | Michael Brown | 2006-05-24 | 1 | -14/+1 |
| * | NBI is due for removal | Michael Brown | 2006-05-24 | 1 | -0/+5 |
| * | Will be replaced with a block-device implementation. | Michael Brown | 2006-05-24 | 1 | -0/+5 |
| * | Updated to REAL_CODE() | Michael Brown | 2006-05-24 | 1 | -17/+7 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -31/+38 |
| * | Updated to REAL_CODE() | Michael Brown | 2006-05-24 | 1 | -14/+11 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -53/+55 |
| * | Update to REAL_CODE() | Michael Brown | 2006-05-24 | 1 | -38/+29 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -41/+36 |
| * | Set carry flag before calling INT 15,e801 and INT 15,e820. | Michael Brown | 2006-05-24 | 1 | -4/+4 |
| * | Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXEC | Michael Brown | 2006-05-24 | 2 | -31/+35 |
| * | Remove references to obsoleted REAL_CALL from documentation. | Michael Brown | 2006-05-24 | 2 | -10/+2 |
| * | Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is | Michael Brown | 2006-05-24 | 2 | -100/+94 |
| * | Replaced memsizes.c with smaller memmap.c, taking advantage of __data16, | Michael Brown | 2006-05-24 | 4 | -235/+239 |
| * | Code to install the new E820 mangler (which doesn't require copying | Michael Brown | 2006-05-24 | 1 | -80/+78 |
| * | Add __{text,data}16_array, since there's no way I can see to make the | Michael Brown | 2006-05-24 | 2 | -4/+14 |
| * | Cope with regions bigger than 4GB. | Michael Brown | 2006-05-24 | 1 | -243/+370 |
| * | - implemented printw (formatted string output, a la printf) | Dan Lynch | 2006-05-22 | 2 | -77/+217 |
| * | Allow vcprintf() to be called by external code such as the curses library. | Michael Brown | 2006-05-22 | 2 | -38/+67 |
| * | - fixes to _wputch to get positioning and wrap working properly | Dan Lynch | 2006-05-22 | 2 | -25/+74 |