Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single před 19 roky
..
arp.h Network layer now works as a proof of concept před 19 roky
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). před 19 roky
ftp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. před 19 roky
hello.h Make tcp_connect() void; it will eventually have no failure case. před 19 roky
if_arp.h Header rearrangement. před 19 roky
if_ether.h Header rearrangement. před 19 roky
in.h Header rearrangement. před 19 roky
init.h Consistency před 19 roky
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. před 19 roky
iscsi.h Header rearrangement. před 19 roky
list.h Don't bother poisoning lists; it costs code size. před 19 roky
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. před 19 roky
pci.h Header rearrangement. před 19 roky
pci_ids.h Header rearrangement. před 19 roky
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. před 19 roky
process.h Added basic code for implementing co-operative multitasking. před 19 roky
scsi.h Header rearrangement. před 19 roky
tables.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... před 19 roky
tcp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. před 19 roky