2006-06-16 |
Michael Brown | Add 4 bytes to maximum frame length to allow for the... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | Improve debugging output for legacy wrapper |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | Forward-port event queue fixes from 5.4 tree. |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | Forward-port start-of-day fixes from 5.4 tree |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | Forward-port reset-related changes from 5.4 tree. |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | For consistency |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | 32kB window is actually larger than our typical receive... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Michael Brown | Simplify TX datapath. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Michael Brown | Added iSCSI boot test code |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Michael Brown | Generalise three-wire interface to generic SPI interface. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Michael Brown | Move per-transition delays from generic bit-bashing... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Michael Brown | Translate between "0 = success" and "0 = failure" call... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Michael Brown | Change read_bit() to return 0 or -1UL, rather than... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Michael Brown | Updated debug message to reflect change in data structure. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Michael Brown | Add "addr32" required explicitly by older gas. |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Michael Brown | Add NULL_TRAP as a config option |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Michael Brown | Fix typo |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Michael Brown | Added null trap code for debugging. (Must be included... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Michael Brown | Update to use the generic i2c bit-bashing code. |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Michael Brown | Added bit-bashing i2c interface code |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Michael Brown | Windows Server 2003 sulks if we feed it an empty region... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Michael Brown | Added missing check-in |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Michael Brown | Added sketch of bit-bashing interface common code |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Michael Brown | Fix bug with >256 cylinders. |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Dan Lynch | - separated curses.c out into separate source files... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Michael Brown | Legacy drivers cannot cope with multiple active devices. |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Michael Brown | It's astonishing how long really fundamental bugs can... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Michael Brown | Fix some remarkably obvious mistakes in pcidirect.h |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Michael Brown | We now have just romprefix, rather than having isaprefi... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Michael Brown | Cut out almost all the optional code paths, drastically... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Michael Brown | Code segment may not be writable; create the temporary... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Michael Brown | Calculate _rom_size for the ROM prefix |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Michael Brown | Use byte 6 for the checksum, rather than byte 5. ... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Michael Brown | Force pci.o to be included. |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Michael Brown | Legacy drivers will not pad when necessary |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Michael Brown | PNIC doesn't auto-pad. |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Michael Brown | Added a very quick and dirty compatibility layer, to... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Michael Brown | Added soon-to-be-requisite missing include. |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Dan Lynch | - added most slk functions |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Improve tcpdump legibility. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Quick hack to avoid trying to use an uninitialised... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Updated retry timer mechanism to incorporate smoothed... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Make DBG_DISCARD correct |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Backing out last change; no immediate plans to make... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Until we have a functioning UDP stack and PXE API again... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Brown | Added sample AoE test code to tree |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Michael Brown | Put in a method to get the MAC address for the AoE... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Michael Brown | ATA devices are now asynchronous. The ATA layer itself... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Michael Brown | Missing from previous checkin. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Michael Brown | Added generic asynchronous operations code. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Michael Brown | Added drivers/ata directory (forgot to check this in... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Brown | One bit of an ASCII character can make a big difference. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Brown | Added first sketch of a generic retry timer mechanism... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Brown | Handle multi-sector reads by splitting them into subcom... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael Brown | Initial AoE implementation. Limitations are: |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael Brown | Use separate data-in and data-out buffers. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael Brown | Add ETH_P_AOE |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael Brown | Tidy up comment |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael Brown | Fixed assembly on old versions of gas |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Brown | Added tcp_kick(). This speed up LILO and GRUB booting... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Brown | Avoid causing TX overflow on small TX queues. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Brown | Rewrote to use the new net driver API, the updated... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Brown | I have no idea how this ever worked before. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Brown | Make PKB_ZLEN the minimum possible size of packet buffe... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Brown | Tidied up debugging messages |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Michael Brown | Added abstraction layer for a three-wire serial device... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Michael Brown | Need write permission to /dev/net/tun, not just read. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Updated to work with libprefix. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Documented the fact that the prefix can prot_call(main... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | relocate.o is now dragged in by the objects that requir... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Removed some obsolete INIT_XXX constants. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Also hide base memory region from E820 map. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | init_librm() and prot_call() are now real-mode far... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Has been obsolete for a while. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Update relocate() to work with get_memmap(). |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Fix printf format warning error |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Why should pushal/popal put the registers on the stack... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Typo. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Michael Brown | Add a "count" field to struct memory_map. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Define a struct memory_map with a fixed number of entri... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Remove the automatic segment register save and restore... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Removed REAL_EXEC(); there is no longer any code using it. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Added potentially required "\n\t" on the end of asm_cod... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | NBI is due for removal |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Will be replaced with a block-device implementation. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Update to REAL_CODE() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Updated to REAL_CODE(). |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Set carry flag before calling INT 15,e801 and INT 15... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Split out REAL_CODE() from REAL_EXEC(), preparatory... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Remove references to obsoleted REAL_CALL from documenta... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Removed REAL_FRAGMENT and REAL_CALL, and left just... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Michael Brown | Replaced memsizes.c with smaller memmap.c, taking advan... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Michael Brown | Code to install the new E820 mangler (which doesn't... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Michael Brown | Add __{text,data}16_array, since there's no way I can... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Michael Brown | Cope with regions bigger than 4GB. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Dan Lynch | - implemented printw (formatted string output, a la... |
commit | commitdiff | tree | snapshot |
next |