Thread: [libposix-development] Work
Status: Pre-Alpha
Brought to you by:
hdante
From: Henrique A. <hd...@gm...> - 2009-09-14 14:45:48
|
I'm back to work with libposix. A test for signal() on linux was committed, please update your repositories and check that everything is working fine. Let's resume implementing bzip2 support. -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-09-22 14:15:09
|
FreeBSD signal() is now working ok. Some tests are missing, so I'll start implementing raise() and kill(). 2009/9/14 Henrique Almeida <hd...@gm...>: > I'm back to work with libposix. A test for signal() on linux was > committed, please update your repositories and check that everything > is working fine. Let's resume implementing bzip2 support. > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-09-23 14:46:25
|
Support for raise(), along with pthread_kill(), pthread_self() and getpid() are available for linux. Now, I'll finish tests with signal(), then move to another function. 2009/9/22 Henrique Almeida <hd...@gm...>: > FreeBSD signal() is now working ok. Some tests are missing, so I'll > start implementing raise() and kill(). > > 2009/9/14 Henrique Almeida <hd...@gm...>: >> I'm back to work with libposix. A test for signal() on linux was >> committed, please update your repositories and check that everything >> is working fine. Let's resume implementing bzip2 support. >> >> -- >> Henrique Dante de Almeida >> hd...@gm... >> > > > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-09-28 14:09:57
|
I've completed tests for signal() and linux implementation is finished. 2009/9/23 Henrique Almeida <hd...@gm...>: > Support for raise(), along with pthread_kill(), pthread_self() and > getpid() are available for linux. Now, I'll finish tests with > signal(), then move to another function. > > 2009/9/22 Henrique Almeida <hd...@gm...>: >> FreeBSD signal() is now working ok. Some tests are missing, so I'll >> start implementing raise() and kill(). >> >> 2009/9/14 Henrique Almeida <hd...@gm...>: >>> I'm back to work with libposix. A test for signal() on linux was >>> committed, please update your repositories and check that everything >>> is working fine. Let's resume implementing bzip2 support. >>> >>> -- >>> Henrique Dante de Almeida >>> hd...@gm... >>> >> >> >> >> -- >> Henrique Dante de Almeida >> hd...@gm... >> > > > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-10-06 18:00:59
|
signal() implementation for FreeBSD is still bugged. I'll need some time to find out what's happening. 2009/9/28 Henrique Almeida <hd...@gm...>: > I've completed tests for signal() and linux implementation is finished. > > 2009/9/23 Henrique Almeida <hd...@gm...>: >> Support for raise(), along with pthread_kill(), pthread_self() and >> getpid() are available for linux. Now, I'll finish tests with >> signal(), then move to another function. >> >> 2009/9/22 Henrique Almeida <hd...@gm...>: >>> FreeBSD signal() is now working ok. Some tests are missing, so I'll >>> start implementing raise() and kill(). >>> >>> 2009/9/14 Henrique Almeida <hd...@gm...>: >>>> I'm back to work with libposix. A test for signal() on linux was >>>> committed, please update your repositories and check that everything >>>> is working fine. Let's resume implementing bzip2 support. >>>> >>>> -- >>>> Henrique Dante de Almeida >>>> hd...@gm... >>>> >>> >>> >>> >>> -- >>> Henrique Dante de Almeida >>> hd...@gm... >>> >> >> >> >> -- >> Henrique Dante de Almeida >> hd...@gm... >> > > > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-10-07 13:48:25
|
Fixed signal() for FreeBSD. I'll choose another function to implement. 2009/10/6 Henrique Almeida <hd...@gm...>: > signal() implementation for FreeBSD is still bugged. I'll need some > time to find out what's happening. > > 2009/9/28 Henrique Almeida <hd...@gm...>: >> I've completed tests for signal() and linux implementation is finished. >> >> 2009/9/23 Henrique Almeida <hd...@gm...>: >>> Support for raise(), along with pthread_kill(), pthread_self() and >>> getpid() are available for linux. Now, I'll finish tests with >>> signal(), then move to another function. >>> >>> 2009/9/22 Henrique Almeida <hd...@gm...>: >>>> FreeBSD signal() is now working ok. Some tests are missing, so I'll >>>> start implementing raise() and kill(). >>>> >>>> 2009/9/14 Henrique Almeida <hd...@gm...>: >>>>> I'm back to work with libposix. A test for signal() on linux was >>>>> committed, please update your repositories and check that everything >>>>> is working fine. Let's resume implementing bzip2 support. >>>>> >>>>> -- >>>>> Henrique Dante de Almeida >>>>> hd...@gm... >>>>> >>>> >>>> >>>> >>>> -- >>>> Henrique Dante de Almeida >>>> hd...@gm... >>>> >>> >>> >>> >>> -- >>> Henrique Dante de Almeida >>> hd...@gm... >>> >> >> >> >> -- >> Henrique Dante de Almeida >> hd...@gm... >> > > > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-10-07 13:54:50
|
Next functions are rewind() and fseek(). 2009/10/7 Henrique Almeida <hd...@gm...>: > Fixed signal() for FreeBSD. I'll choose another function to implement. > > 2009/10/6 Henrique Almeida <hd...@gm...>: >> signal() implementation for FreeBSD is still bugged. I'll need some >> time to find out what's happening. >> >> 2009/9/28 Henrique Almeida <hd...@gm...>: >>> I've completed tests for signal() and linux implementation is finished. >>> >>> 2009/9/23 Henrique Almeida <hd...@gm...>: >>>> Support for raise(), along with pthread_kill(), pthread_self() and >>>> getpid() are available for linux. Now, I'll finish tests with >>>> signal(), then move to another function. >>>> >>>> 2009/9/22 Henrique Almeida <hd...@gm...>: >>>>> FreeBSD signal() is now working ok. Some tests are missing, so I'll >>>>> start implementing raise() and kill(). >>>>> >>>>> 2009/9/14 Henrique Almeida <hd...@gm...>: >>>>>> I'm back to work with libposix. A test for signal() on linux was >>>>>> committed, please update your repositories and check that everything >>>>>> is working fine. Let's resume implementing bzip2 support. >>>>>> >>>>>> -- >>>>>> Henrique Dante de Almeida >>>>>> hd...@gm... >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Henrique Dante de Almeida >>>>> hd...@gm... >>>>> >>>> >>>> >>>> >>>> -- >>>> Henrique Dante de Almeida >>>> hd...@gm... >>>> >>> >>> >>> >>> -- >>> Henrique Dante de Almeida >>> hd...@gm... >>> >> >> >> >> -- >> Henrique Dante de Almeida >> hd...@gm... >> > > > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |
From: Henrique A. <hd...@gm...> - 2009-10-07 16:08:28
|
Actually, there's a problem with amd64 implementation. 2009/10/7 Henrique Almeida <hd...@gm...>: > Next functions are rewind() and fseek(). > > 2009/10/7 Henrique Almeida <hd...@gm...>: >> Fixed signal() for FreeBSD. I'll choose another function to implement. >> >> 2009/10/6 Henrique Almeida <hd...@gm...>: >>> signal() implementation for FreeBSD is still bugged. I'll need some >>> time to find out what's happening. >>> >>> 2009/9/28 Henrique Almeida <hd...@gm...>: >>>> I've completed tests for signal() and linux implementation is finished. >>>> >>>> 2009/9/23 Henrique Almeida <hd...@gm...>: >>>>> Support for raise(), along with pthread_kill(), pthread_self() and >>>>> getpid() are available for linux. Now, I'll finish tests with >>>>> signal(), then move to another function. >>>>> >>>>> 2009/9/22 Henrique Almeida <hd...@gm...>: >>>>>> FreeBSD signal() is now working ok. Some tests are missing, so I'll >>>>>> start implementing raise() and kill(). >>>>>> >>>>>> 2009/9/14 Henrique Almeida <hd...@gm...>: >>>>>>> I'm back to work with libposix. A test for signal() on linux was >>>>>>> committed, please update your repositories and check that everything >>>>>>> is working fine. Let's resume implementing bzip2 support. >>>>>>> >>>>>>> -- >>>>>>> Henrique Dante de Almeida >>>>>>> hd...@gm... >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Henrique Dante de Almeida >>>>>> hd...@gm... >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Henrique Dante de Almeida >>>>> hd...@gm... >>>>> >>>> >>>> >>>> >>>> -- >>>> Henrique Dante de Almeida >>>> hd...@gm... >>>> >>> >>> >>> >>> -- >>> Henrique Dante de Almeida >>> hd...@gm... >>> >> >> >> >> -- >> Henrique Dante de Almeida >> hd...@gm... >> > > > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |