summaryrefslogtreecommitdiff
path: root/sys/src/9/ip/netlog.c
AgeCommit message (Collapse)Author
2013-05-05devip: handle malloc errors, fix queue leakscinap_lenrek
Fsprotocone(): qopen() and qbypass() can fail and return nil, so make sure the connection was not partially created by checking if read and write queues have been setup by the protocol create hanler. on error, free any resources of the partial connection and error out. netlogopen(): check malloc() error.
2012-05-03bring back il protocol supportcinap_lenrek
2012-02-13ip: fix missing poperror (from applied/netlogpoperror)cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen