Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single vor 19 Jahren
..
arp.h Network layer now works as a proof of concept vor 19 Jahren
ethernet.h Network API now allows for multiple network devices (although the implementation allows for only one, and does so without compromising on the efficiency of static allocation). vor 19 Jahren
ftp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. vor 19 Jahren
hello.h Make tcp_connect() void; it will eventually have no failure case. vor 19 Jahren
if_arp.h Header rearrangement. vor 19 Jahren
if_ether.h Header rearrangement. vor 19 Jahren
in.h Header rearrangement. vor 19 Jahren
init.h Consistency vor 19 Jahren
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. vor 19 Jahren
iscsi.h Header rearrangement. vor 19 Jahren
list.h Don't bother poisoning lists; it costs code size. vor 19 Jahren
netdevice.h Change semantics of network API so that packet-absorbing calls *always* take ownership of the packet, rather than doing so only if they return success. This breaks semantic compatibility with Linux's hard_start_xmit() method, but means that we don't have to worry so much about error cases. vor 19 Jahren
pci.h Header rearrangement. vor 19 Jahren
pci_ids.h Header rearrangement. vor 19 Jahren
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. vor 19 Jahren
process.h Added basic code for implementing co-operative multitasking. vor 19 Jahren
scsi.h Header rearrangement. vor 19 Jahren
tables.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... vor 19 Jahren
tcp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. vor 19 Jahren