2006-06-05 |
Michael Brown | Legacy drivers will not pad when necessary |
tree | commitdiff |
2006-06-05 |
Michael Brown | PNIC doesn't auto-pad. |
tree | commitdiff |
2006-06-05 |
Michael Brown | Added a very quick and dirty compatibility layer, to... |
tree | commitdiff |
2006-06-05 |
Michael Brown | Added soon-to-be-requisite missing include. |
tree | commitdiff |
2006-06-05 |
Dan Lynch | - added most slk functions |
tree | commitdiff |
2006-06-01 |
Michael Brown | Improve tcpdump legibility. |
tree | commitdiff |
2006-06-01 |
Michael Brown | Quick hack to avoid trying to use an uninitialised... |
tree | commitdiff |
2006-06-01 |
Michael Brown | Updated retry timer mechanism to incorporate smoothed... |
tree | commitdiff |
2006-06-01 |
Michael Brown | Make DBG_DISCARD correct |
tree | commitdiff |
2006-06-01 |
Michael Brown | Backing out last change; no immediate plans to make... |
tree | commitdiff |
2006-06-01 |
Michael Brown | Until we have a functioning UDP stack and PXE API again... |
tree | commitdiff |
2006-06-01 |
Michael Brown | Added sample AoE test code to tree |
tree | commitdiff |
2006-05-31 |
Michael Brown | Put in a method to get the MAC address for the AoE... |
tree | commitdiff |
2006-05-31 |
Michael Brown | ATA devices are now asynchronous. The ATA layer itself... |
tree | commitdiff |
2006-05-31 |
Michael Brown | Missing from previous checkin. |
tree | commitdiff |
2006-05-31 |
Michael Brown | Added generic asynchronous operations code. |
tree | commitdiff |
2006-05-31 |
Michael Brown | Added drivers/ata directory (forgot to check this in... |
tree | commitdiff |
2006-05-29 |
Michael Brown | One bit of an ASCII character can make a big difference. |
tree | commitdiff |
2006-05-29 |
Michael Brown | Added first sketch of a generic retry timer mechanism... |
tree | commitdiff |
2006-05-29 |
Michael Brown | Handle multi-sector reads by splitting them into subcom... |
tree | commitdiff |
2006-05-28 |
Michael Brown | Initial AoE implementation. Limitations are: |
tree | commitdiff |
2006-05-28 |
Michael Brown | Use separate data-in and data-out buffers. |
tree | commitdiff |
2006-05-28 |
Michael Brown | Add ETH_P_AOE |
tree | commitdiff |
2006-05-28 |
Michael Brown | Tidy up comment |
tree | commitdiff |
2006-05-28 |
Michael Brown | Fixed assembly on old versions of gas |
tree | commitdiff |
2006-05-27 |
Michael Brown | Added tcp_kick(). This speed up LILO and GRUB booting... |
tree | commitdiff |
2006-05-27 |
Michael Brown | Avoid causing TX overflow on small TX queues. |
tree | commitdiff |
2006-05-27 |
Michael Brown | Rewrote to use the new net driver API, the updated... |
tree | commitdiff |
2006-05-27 |
Michael Brown | I have no idea how this ever worked before. |
tree | commitdiff |
2006-05-27 |
Michael Brown | Make PKB_ZLEN the minimum possible size of packet buffe... |
tree | commitdiff |
2006-05-27 |
Michael Brown | Tidied up debugging messages |
tree | commitdiff |
2006-05-26 |
Michael Brown | Added abstraction layer for a three-wire serial device... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Updated to work with libprefix. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Documented the fact that the prefix can prot_call(main... |
tree | commitdiff |
2006-05-25 |
Michael Brown | relocate.o is now dragged in by the objects that requir... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Removed some obsolete INIT_XXX constants. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Also hide base memory region from E820 map. |
tree | commitdiff |
2006-05-25 |
Michael Brown | init_librm() and prot_call() are now real-mode far... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Has been obsolete for a while. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Update relocate() to work with get_memmap(). |
tree | commitdiff |
2006-05-25 |
Michael Brown | Fix printf format warning error |
tree | commitdiff |
2006-05-25 |
Michael Brown | Why should pushal/popal put the registers on the stack... |
tree | commitdiff |
2006-05-25 |
Michael Brown | Typo. |
tree | commitdiff |
2006-05-25 |
Michael Brown | Add a "count" field to struct memory_map. |
tree | commitdiff |
2006-05-24 |
Michael Brown | Define a struct memory_map with a fixed number of entri... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Remove the automatic segment register save and restore... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Removed REAL_EXEC(); there is no longer any code using it. |
tree | commitdiff |
2006-05-24 |
Michael Brown | Added potentially required "\n\t" on the end of asm_cod... |
tree | commitdiff |
2006-05-24 |
Michael Brown | NBI is due for removal |
tree | commitdiff |
2006-05-24 |
Michael Brown | Will be replaced with a block-device implementation. |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
tree | commitdiff |
2006-05-24 |
Michael Brown | Update to REAL_CODE() |
tree | commitdiff |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
tree | commitdiff |
2006-05-24 |
Michael Brown | Set carry flag before calling INT 15,e801 and INT 15... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Split out REAL_CODE() from REAL_EXEC(), preparatory... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Remove references to obsoleted REAL_CALL from documenta... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Removed REAL_FRAGMENT and REAL_CALL, and left just... |
tree | commitdiff |
2006-05-24 |
Michael Brown | Replaced memsizes.c with smaller memmap.c, taking advan... |
tree | commitdiff |
2006-05-23 |
Michael Brown | Code to install the new E820 mangler (which doesn't... |
tree | commitdiff |
2006-05-23 |
Michael Brown | Add __{text,data}16_array, since there's no way I can... |
tree | commitdiff |
2006-05-23 |
Michael Brown | Cope with regions bigger than 4GB. |
tree | commitdiff |
2006-05-22 |
Dan Lynch | - implemented printw (formatted string output, a la... |
tree | commitdiff |
2006-05-22 |
Michael Brown | Allow vcprintf() to be called by external code such... |
tree | commitdiff |
2006-05-22 |
Dan Lynch | - fixes to _wputch to get positioning and wrap working... |
tree | commitdiff |
2006-05-21 |
Michael Brown | Fixed debug code |
tree | commitdiff |
2006-05-21 |
Michael Brown | Made the LBA48 example clearer. |
tree | commitdiff |
2006-05-21 |
Michael Brown | Added (untested) support for ATA devices. This code... |
tree | commitdiff |
2006-05-20 |
Michael Brown | Refactored to reduce code size; now down from 1304... |
tree | commitdiff |
2006-05-20 |
Michael Brown | Added missing @file block |
tree | commitdiff |
2006-05-20 |
Michael Brown | Use insb/outsb; it's marginally faster. |
tree | commitdiff |
2006-05-19 |
Michael Brown | READ CAPACITY (16) turns out to be an optional command... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Add EOVERFLOW==ERANGE |
tree | commitdiff |
2006-05-19 |
Michael Brown | Expert advice tells me that we *do* have to explicitly... |
tree | commitdiff |
2006-05-19 |
Dan Lynch | - made some of the bit shifting attribute access simple... |
tree | commitdiff |
2006-05-19 |
Dan Lynch | - made _wputch wrap lines as well as cols (wraps back... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Add the concept of a "user pointer" (similar to the... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Use typeof(sizeof(...)) to define a size_t. This stops... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Documented login parameters that we negotiate. |
tree | commitdiff |
2006-05-19 |
Michael Brown | iSCSI writes seem to be working (at least, the ethereal... |
tree | commitdiff |
2006-05-18 |
Michael Brown | All uses iscsi_state were removed some time ago; removi... |
tree | commitdiff |
2006-05-18 |
Michael Brown | Re-enable -Wformat, since our printf() is now more... |
tree | commitdiff |
2006-05-18 |
Dan Lynch | all window primitives implemented |
tree | commitdiff |
2006-05-17 |
Michael Brown | Set ErrorRecoveryLevel=0 (we don't want to have to... |
tree | commitdiff |
2006-05-17 |
Michael Brown | Added missing drivers/scsi |
tree | commitdiff |
2006-05-17 |
Michael Brown | Split debug functions out into core/debug.c, so that... |
tree | commitdiff |
2006-05-17 |
Michael Brown | Strip down i386 PCI configuration space I/O to the... |
tree | commitdiff |
2006-05-16 |
Michael Brown | Restructured PCI subsystem to fit the new device model. |
tree | commitdiff |
2006-05-16 |
Michael Brown | Missed a reference to heap.h. |
tree | commitdiff |
2006-05-16 |
Michael Brown | Tear out old heap code, replace with code that simply... |
tree | commitdiff |
2006-05-16 |
Michael Brown | Fix typo |
tree | commitdiff |
2006-05-16 |
Michael Brown | Kill off the "all devices are boot devices" idea |
tree | commitdiff |
2006-05-16 |
Michael Brown | Add list_for_each_entry_safe. |
tree | commitdiff |
2006-05-16 |
Michael Brown | Added generic device model. |
tree | commitdiff |
2006-05-15 |
Michael Brown | Change movetoyx(), putc() and getc() to methods of... |
tree | commitdiff |
2006-05-15 |
Dan Lynch | fixed build error (danjlynch, repeat: this is *not... |
tree | commitdiff |
2006-05-15 |
Dan Lynch | lightweight xcurses implementation for etherboot (Micha... |
tree | commitdiff |
2006-05-14 |
Michael Brown | Add INT 13,41 (extensions installation check). LILO... |
tree | commitdiff |
next |