Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single 19 år sedan
..
arp.h Network layer now works as a proof of concept 19 år sedan
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). 19 år sedan
ftp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. 19 år sedan
hello.h Make tcp_connect() void; it will eventually have no failure case. 19 år sedan
if_arp.h Header rearrangement. 19 år sedan
if_ether.h Header rearrangement. 19 år sedan
in.h Header rearrangement. 19 år sedan
init.h Consistency 19 år sedan
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. 19 år sedan
iscsi.h Header rearrangement. 19 år sedan
list.h Don't bother poisoning lists; it costs code size. 19 år sedan
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. 19 år sedan
pci.h Header rearrangement. 19 år sedan
pci_ids.h Header rearrangement. 19 år sedan
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. 19 år sedan
process.h Added basic code for implementing co-operative multitasking. 19 år sedan
scsi.h Header rearrangement. 19 år sedan
tables.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... 19 år sedan
tcp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. 19 år sedan