Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single 18 лет назад
..
arp.h Network layer now works as a proof of concept 18 лет назад
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). 18 лет назад
ftp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. 18 лет назад
hello.h Make tcp_connect() void; it will eventually have no failure case. 18 лет назад
if_arp.h Header rearrangement. 18 лет назад
if_ether.h Header rearrangement. 18 лет назад
in.h Header rearrangement. 18 лет назад
init.h Consistency 18 лет назад
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. 18 лет назад
iscsi.h Header rearrangement. 18 лет назад
list.h Don't bother poisoning lists; it costs code size. 18 лет назад
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. 18 лет назад
pci.h Header rearrangement. 18 лет назад
pci_ids.h Header rearrangement. 18 лет назад
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. 18 лет назад
process.h Added basic code for implementing co-operative multitasking. 18 лет назад
scsi.h Header rearrangement. 18 лет назад
tables.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... 18 лет назад
tcp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. 18 лет назад