summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set up %ds *before* testing a value in our data segment (d'oh!).Michael Brown2007-07-101-6/+11
* Report RX errors via netdev_rx_err()Michael Brown2007-07-101-1/+2
* Dump first 64 bytes of chained ISR when debugging is enabled.Michael Brown2007-07-101-0/+6
* May be required in some disconnect scenariosMichael Brown2007-07-101-0/+1
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-103-4/+4
* Add debug messages to process.cMichael Brown2007-07-101-0/+4
* Protect ISR against failure to unhook.Michael Brown2007-07-102-34/+19Star
* Master IRQ should be EOIed first, I think.Michael Brown2007-07-101-1/+1
* We probably ought not to call INT13 with interrupts disabled.Michael Brown2007-07-101-0/+1
* Working code to call the PXE stack from within the ISR.Michael Brown2007-07-102-19/+92
* Hopefully solve the problem requiring the occasional "rm -rf bin/deps".Michael Brown2007-07-101-1/+2
* Always increase number of BIOS drives when registeringMichael Brown2007-07-091-3/+5
* Change %dl fixup rules for INT13:Michael Brown2007-07-091-11/+16
* Proof of concept; works, but has several hard-coded hacks.Michael Brown2007-07-091-7/+46
* Set CF by default, clear on success (rather than clearing and settingMichael Brown2007-07-091-2/+4
* Remove xfer_ready() (it has been replaced by xfer_window())Michael Brown2007-07-091-14/+0Star
* Added missing "static"Michael Brown2007-07-091-1/+1
* Remove some obsolete stream-API filesMichael Brown2007-07-095-781/+0Star
* Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win.Holger Lubitz2007-07-091-0/+3
* Update Makefile for compilation on ARCH=x86_64Holger Lubitz2007-07-091-0/+6
* Fix up iscsiboot missing prototype warningsMichael Brown2007-07-093-0/+8
* Add missing staticMichael Brown2007-07-091-1/+1
* Fix TX state machine and miscellaneous other bits.Michael Brown2007-07-091-38/+70
* Fix root-path parsing.Michael Brown2007-07-091-36/+35Star
* Merge branch 'master' into iscsi-updateMichael Brown2007-07-084-13/+52
|\
| * Add strcspn() and strndup()Michael Brown2007-07-082-4/+43
| * Make ref_get() return the reference, for cleaner code.Michael Brown2007-07-082-9/+9
* | Ready to start testingMichael Brown2007-07-086-155/+121Star
* | Code in place to use a hypothetical SCSI interface.Michael Brown2007-07-082-8/+28
* | Everything except the SCSI interface should now be presentMichael Brown2007-07-082-44/+276
* | iSCSI updated to use data-xfer interface on the socket side (TCP).Michael Brown2007-07-082-361/+395
|/
* Limit xmit window to one MTU. (Path MTU discovery not yetMichael Brown2007-07-082-16/+42
* Fix typo that was preventing any DHCP option applicators from beingMichael Brown2007-07-081-1/+1
* Add debug message when nameserver setting is applied/changed via DHCP.Michael Brown2007-07-081-0/+4
* TCP limits advertised TCP window to size of application windowMichael Brown2007-07-081-0/+4
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-0814-45/+94
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-0814-73/+0Star
* Re-added symtab to CLEANUP listMichael Brown2007-07-071-0/+2
* Revert "Cope with builds with differing debug options within a second of each"Michael Brown2007-07-071-8/+15
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-078-144/+290
* Revert "Replace natsemi driver with Indolent's updated one that uses the gPXE...Michael Brown2007-07-071-507/+571
* Merge branch 'zalloc'Michael Brown2007-07-075-5/+10
|\
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* | Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
|/
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star