Re: [PATCH] Update patches to be able to have ahcisata and piixde compiled together

2022-09-25 Thread Samuel Thibault
Applied, thanks! Etienne Brateau, le sam. 24 sept. 2022 02:02:52 +0200, a ecrit: > With this commit, rumpdisk needs to be build with "rumpdev_ahcisata > rumpdev_piixide rumpdev_ata". > --- > debian/librumpdev-disk-dev.install | 3 + > debian/librumpdev-disk0.install| 1 + > debian/patches

[PATCH] Update patches to be able to have ahcisata and piixde compiled together

2022-09-23 Thread Etienne Brateau
With this commit, rumpdisk needs to be build with "rumpdev_ahcisata rumpdev_piixide rumpdev_ata". --- debian/librumpdev-disk-dev.install | 3 + debian/librumpdev-disk0.install| 1 + debian/patches/ahcisata-atapi.diff | 26 --- debian/patches/ahcisata-rump.diff | 108 +-- debian/p

[PATCH] Update patches

2019-06-22 Thread Joan Lledó
* debian/patches/max_sockets: * Update required after making changes in debian/patches/port * debian/patches/patch9807: * New patch: Add new function tcpip_callback_wait() in tcpip.c * To call a function inside the tcpip thread and wait for it to return * debian/patches/port: * Fix

Re: [PATCH] Update patches

2018-08-28 Thread Samuel Thibault
Joan Lledó, le mar. 28 août 2018 23:14:32 +0200, a ecrit: > Missatge de Samuel Thibault del dia dt., 28 > d’ag. 2018 a les 20:50: > > Could you re-send it as a compressed file to make sure that > > it doesn't get mangled? > > Sure, it's attached here. Thanks! I have applied it. Samuel

Re: [PATCH] Update patches

2018-08-28 Thread Joan Lledó
Missatge de Samuel Thibault del dia dt., 28 d’ag. 2018 a les 20:50: > Could you re-send it as a compressed file to make sure that > it doesn't get mangled? Sure, it's attached here. 0001-Update-patches.tar.xz Description: application/xz

[PATCH] Update patches

2018-08-07 Thread Joan Lledó
PORT: Use always interruptible functions for waiting Return SYS_ARCH_INTR when a waiting thread is cancelled POLL: Use always interruptible functions for waiting Fix some debug messages MAX_SOCKETS:Prote