Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single il y a 18 ans
..
arp.h Network layer now works as a proof of concept il y a 18 ans
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). il y a 18 ans
ftp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. il y a 18 ans
hello.h Make tcp_connect() void; it will eventually have no failure case. il y a 18 ans
if_arp.h Header rearrangement. il y a 18 ans
if_ether.h Header rearrangement. il y a 18 ans
in.h Header rearrangement. il y a 18 ans
init.h Consistency il y a 18 ans
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. il y a 18 ans
iscsi.h Header rearrangement. il y a 18 ans
list.h Don't bother poisoning lists; it costs code size. il y a 18 ans
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. il y a 18 ans
pci.h Header rearrangement. il y a 18 ans
pci_ids.h Header rearrangement. il y a 18 ans
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. il y a 18 ans
process.h Added basic code for implementing co-operative multitasking. il y a 18 ans
scsi.h Header rearrangement. il y a 18 ans
tables.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... il y a 18 ans
tcp.h Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. il y a 18 ans