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 18 roky
..
arp.h Network layer now works as a proof of concept před 18 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 18 roky
ftp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. před 18 roky
hello.h Make tcp_connect() void; it will eventually have no failure case. před 18 roky
if_arp.h Header rearrangement. před 18 roky
if_ether.h Header rearrangement. před 18 roky
in.h Header rearrangement. před 18 roky
init.h Consistency před 18 roky
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. před 18 roky
iscsi.h Header rearrangement. před 18 roky
list.h Don't bother poisoning lists; it costs code size. před 18 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 18 roky
pci.h Header rearrangement. před 18 roky
pci_ids.h Header rearrangement. před 18 roky
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. před 18 roky
process.h Added basic code for implementing co-operative multitasking. před 18 roky
scsi.h Header rearrangement. před 18 roky
tables.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... před 18 roky
tcp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. před 18 roky