Re: [HelenOS-devel] (no subject)

2019-02-23 Thread Jakub Jermář
Hi, applied, thanks! Jakub On 2/23/19 7:46 AM, wangjianjian (C) wrote: > > > BR, > Wang Jianjian > > > > ___ > HelenOS-devel mailing list > HelenOS-devel@lists.modry.cz > http://lists.modry.cz/listinfo/helenos-devel > ___

[HelenOS-devel] (no subject)

2019-02-22 Thread wangjianjian (C)
BR, Wang Jianjian 0001-srv-vfs-return-after-checking-old-fd-s-validity.patch Description: 0001-srv-vfs-return-after-checking-old-fd-s-validity.patch ___ HelenOS-devel mailing list HelenOS-devel@lists.modry.cz http://lists.modry.cz/listinfo/helenos-d

Re: [HelenOS-devel] (no subject)

2016-03-29 Thread Jakub Jermář
Integrated in mainline,2442. Thanks, Jakub On 03/29/2016 11:53 AM, Manuele Conti wrote: > remove a memory leak when tcp_pdu_create procedure fails ___ HelenOS-devel mailing list HelenOS-devel@lists.modry.cz http://lists.modry.cz/listinfo/helenos-devel

[HelenOS-devel] (no subject)

2016-03-29 Thread Manuele Conti
Hi all, I create a patch to remove a memory leak when tcp_pdu_create procedure fails. My patch solve this problem but I think that best way to solve it is call tcp_pdu_delete, let me know. Regards, Manuele === modified file 'uspace/srv/net/tcp/pdu.c' --- uspace/srv/net/tcp/pdu.c 2015-05-22 07:21:3

Re: [HelenOS-devel] (no subject)

2012-04-04 Thread Tobias Börtitz
... and maybe I should have thought about this a little bit longer. Because on second sight scanning for retrieved modkeys would make much more sense in the fread function itself. What do you think? Tobias p.s.: I forgot to add a subject for the last email. Sorry for that. 2012/4/5 Tobias Börti

[HelenOS-devel] (no subject)

2012-04-04 Thread Tobias Börtitz
Hey everyone, while writing my last patch for the cp module i stumbled upon an strange behavior. The fgetc function even returned when simply pressing a modkey (e.g. Control, Shift, Alt, Escape). In my eyes this is unwanted behavior because fgetc is (e.g.) used in the fgets function where those ke