Re: [HelenOS-devel] MIPS builds broken

2016-04-25 Thread Martin Decky
Btw. now I get an error message with every push (but the changes are pushed): bzr: ERROR: Server sent an unexpected error: ('error', 'TypeError', 'from_trees_options() takes exactly 10 arguments (9 given)') This should be fixed now. M.D. ___ HelenO

Re: [HelenOS-devel] fix vfs_ops bug

2016-04-25 Thread Jakub Jermář
Integrated in mainline,2471. Thanks! Jakub On 04/22/2016 01:59 PM, Manuele Conti wrote: > Hi All, > I found a bug in vfs_open function. > It is not correctly handled the returned NULL value by vfs_node_get. > My patch is attached, let me know. > > Best regards, > Manuele > > >

Re: [HelenOS-devel] Fix cmd_mkfile

2016-04-25 Thread Jakub Jermář
Integrated in mainline,2470. Thanks! Jakub On 04/22/2016 12:53 PM, Manuele Conti wrote: > Hi all, > I found two possible bug in cmd_mkfile: > - File not closed > - Memory not deallocated > > Patch is attached. Let me know. > > Best regards, > Manuele > > >