OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.69 | Check-in [5677]: Adjusted all copyright messages for new year 2007. By rse. (diff) | |
1.68 | Check-in [5405]: Adjusted all copyright messages for new year 2006 By rse. (diff) | |
1.67 | Check-in [4944]: Adjusted all copyright messages for new year 2005. By rse. (diff) | |
1.66 | Check-in
[4699]:
Fixed prototype for pthread_attr_setschedparam(3) from
to use a "const struct sched_param *" argument to comply
with SUSv2/v3.
Submitted by: Rafael Ávila de Espíndola <rafael.espindola@ic.unicamp.br> By rse. (diff) | |
1.65 | Check-in [4639]: Adjusted all copyright messages for new year 2004. By rse. (diff) | |
1.64 | Check-in [3061]: Adjusted all copyright messages for new year 2003. By rse. (diff) | |
1.63 | Check-in [2789]: Added soft syscall mapping for nanosleep(3) and usleep(3) functions also to the Pthread API. By rse. (diff) | |
1.62 | Check-in
[2742]:
1. The function "int pth_event_occurred(pth_event_t)" was replaced
with "pth_status_t pth_event_status(pth_event_t)" where pth_status_t
can have values of PTH_STATUS_PENDING (replacing the old FALSE return
value of pth_event_occurred), PTH_STATUS_OCCURRED (replacing
the old TRUE return value of pth_event_occurred), and
PTH_STATUS_FAILED (a new return value indicating an error in
processing the event). This was scheduler/event-manager errors can
be indicated which happended while processing the event. For
backward compatibility reasons, a macro pth_event_occurred() was
added. This will be removed soon.
2. Use the new PTH_STATUS_FAILED event status in the scheduler's event-manager for filedescriptor events if the internal select(2) call returned with an error. Additionally this PTH_STATUS_FAILED is recognized by the high-level API functions (pth_select, etc) and produce the necessary POSIX conforming return codes (usually -1 and errno == EBADF). Parts submitted by: Thanh Luu <tluu@synapcity.com> By rse. (diff) | |
1.61 | Check-in [2661]: Internally switch from "errno_shield {...}" to "pth_shield {...}" and from "return_errno(..)" to "return pth_error(...)" in order to make the internal error handling a little bit more consistent. By rse. (diff) | |
1.60 | Check-in
[2652]:
Added pth_nanosleep() function.
Obtained from: NetBSD, Nick Hudson <skrll@netbsd.org> By rse. (diff) | |
1.59 | Check-in [2586]: remove trailing whitespaces By rse. (diff) | |
1.58 | Check-in
[2581]:
The manual page stated that system(3) is supported in the "Soft System
Call Mapping", but in fact it was forgotten in the implementation.
Submitted by: Jonathan Schilling <jls@sco.com> By rse. (diff) | |
1.57 | Check-in [1658]: bump copyright year By rse. (diff) | |
1.56 | Check-in [424]: *** empty log message *** By rse. (diff) | |
1.55 | Check-in [423]: *** empty log message *** By rse. (diff) | |
1.54 | Check-in [419]: *** empty log message *** By rse. (diff) | |
1.53 | Check-in [418]: *** empty log message *** By rse. (diff) | |
1.52 | Check-in [414]: *** empty log message *** By rse. |